UNPKG

doremi-script

Version:

Letter music notation processor

192 lines (191 loc) 4.99 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">Multiple (simple) lyrics. The order of the exported stanzas is relevant (identified by the number attribute in this test case)</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> <clef> <sign>G</sign> <line>2</line> </clef> </attributes> <note> <pitch> <step>G</step> <octave>4</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>begin</syllabic> <text>1.Tra</text> </lyric> <lyric number="2"> <syllabic>begin</syllabic> <text>2.tra</text> </lyric> <lyric number="3"> <syllabic>begin</syllabic> <text>3.TRA</text> </lyric> </note> <note> <pitch> <step>G</step> <octave>4</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>middle</syllabic> <text>la</text> </lyric> <lyric number="2"> <syllabic>middle</syllabic> <text>la</text> </lyric> <lyric number="3"> <syllabic>middle</syllabic> <text>LA</text> </lyric> </note> <note> <pitch> <step>G</step> <octave>4</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>end</syllabic> <text>la,</text> </lyric> <lyric number="2"> <syllabic>end</syllabic> <text>la,</text> </lyric> <lyric number="3"> <syllabic>end</syllabic> <text>LA,</text> </lyric> </note> <note> <pitch> <step>G</step> <octave>4</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>single</syllabic> <text>ja!</text> <extend/> </lyric> <lyric number="2"> <syllabic>single</syllabic> <text>ja!</text> <extend/> </lyric> <lyric number="3"> <syllabic>single</syllabic> <text>JA!</text> <extend/> </lyric> </note> </measure> <!--=======================================================--> <measure number="2"> <note> <pitch> <step>G</step> <octave>4</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> </note> <note> <pitch> <step>G</step> <octave>4</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>begin</syllabic> <text>Tra</text> </lyric> <lyric number="2"> <syllabic>begin</syllabic> <text>Tra</text> </lyric> <lyric number="3"> <syllabic>begin</syllabic> <text>TRA</text> </lyric> </note> <note> <pitch> <step>G</step> <octave>4</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> </note> <note> <pitch> <step>G</step> <octave>4</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>end</syllabic> <text>ra...</text> </lyric> <lyric number="2"> <syllabic>end</syllabic> <text>ra.</text> </lyric> <lyric number="3"> <syllabic>end</syllabic> <text>RA...</text> </lyric> </note> <barline location="right"> <bar-style>light-heavy</bar-style> </barline> </measure> </part> <!--=========================================================--> </score-partwise>