UNPKG

doremi-script

Version:

Letter music notation processor

164 lines (163 loc) 4.17 kB
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 1.0 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd"> <score-partwise> <identification> <miscellaneous> <miscellaneous-field name="description">Lyrics assigned to the voices of a piano staff containing two simple staves. Each staff is assigned exactly one lyrics line.</miscellaneous-field> </miscellaneous> </identification> <part-list> <score-part id="P1"> <part-name>MusicXML Part</part-name> </score-part> </part-list> <!--=========================================================--> <part id="P1"> <measure number="1"> <attributes> <divisions>1</divisions> <key> <fifths>0</fifths> <mode>major</mode> </key> <time symbol="common"> <beats>4</beats> <beat-type>4</beat-type> </time> <staves>2</staves> <clef number="1"> <sign>G</sign> <line>2</line> </clef> <clef number="2"> <sign>F</sign> <line>4</line> </clef> </attributes> <note> <pitch> <step>A</step> <octave>4</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <staff>1</staff> <lyric number="1"> <syllabic>begin</syllabic> <text>tra</text> </lyric> </note> <note> <pitch> <step>A</step> <octave>4</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <staff>1</staff> <lyric number="1"> <syllabic>middle</syllabic> <text>la</text> </lyric> </note> <note> <pitch> <step>A</step> <octave>4</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <staff>1</staff> <lyric number="1"> <syllabic>end</syllabic> <text>li</text> </lyric> </note> <note> <pitch> <step>A</step> <octave>4</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <staff>1</staff> <lyric number="1"> <syllabic>single</syllabic> <text>ja!</text> <extend/> </lyric> </note> <backup> <duration>4</duration> </backup> <note> <pitch> <step>F</step> <octave>3</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>quarter</type> <staff>2</staff> <lyric number="1"> <syllabic>begin</syllabic> <text>TRA</text> </lyric> </note> <note> <pitch> <step>F</step> <octave>3</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>quarter</type> <staff>2</staff> <lyric number="1"> <syllabic>middle</syllabic> <text>LA</text> </lyric> </note> <note> <pitch> <step>F</step> <octave>3</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>quarter</type> <staff>2</staff> <lyric number="1"> <syllabic>end</syllabic> <text>LI</text> </lyric> </note> <note> <pitch> <step>F</step> <octave>3</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>quarter</type> <staff>2</staff> <lyric number="1"> <syllabic>single</syllabic> <text>JA!</text> <extend/> </lyric> </note> <barline location="right"> <bar-style>light-heavy</bar-style> </barline> </measure> </part> <!--=========================================================--> </score-partwise>