]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/06g-Lyrics-NameNumber.xml
Fix indents in scm/auto-beam.scm
[lilypond.git] / input / regression / musicxml / 06g-Lyrics-NameNumber.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 1.0 Partwise//EN"
3                                 "http://www.musicxml.org/dtds/partwise.dtd">
4 <score-partwise>
5   <identification>
6     <miscellaneous>
7       <miscellaneous-field name="description">A lyrics syllable can have both 
8           a number and a name attribute. The question is: What should be used 
9           to put syllables of the same voice together. This example uses 
10           different number/name combinations to check how different 
11           applications handle this unspecified case (The advice on the 
12           MusicXML mailing list was "there is no correct way, each 
13           application can do what it thinks is best").</miscellaneous-field>
14     </miscellaneous>
15   </identification>
16   <part-list>
17     <score-part id="P1">
18       <part-name>MusicXML Part</part-name>
19     </score-part>
20   </part-list>
21   <!--=========================================================-->
22   <part id="P1">
23     <measure number="1">
24       <attributes>
25         <divisions>1</divisions>
26         <key><fifths>0</fifths><mode>major</mode></key>
27         <time><beats>6</beats><beat-type>4</beat-type></time>
28         <clef><sign>G</sign><line>2</line></clef>
29       </attributes>
30       <sound tempo="120"/>
31       <note>
32         <pitch>
33           <step>G</step>
34           <octave>4</octave>
35         </pitch>
36         <duration>1</duration>
37         <voice>1</voice>
38         <type>quarter</type>
39         <lyric number="1" name="Verse">
40           <syllabic>begin</syllabic>
41           <text>Verse1A</text>
42         </lyric>
43         <lyric number="1" name="Chorus">
44           <syllabic>begin</syllabic>
45           <text>Chorus1A</text>
46         </lyric>
47         <lyric number="1" name="Chorus">
48           <syllabic>begin</syllabic>
49           <text>AnotherChorus1A</text>
50         </lyric>
51         <lyric number="2" name="Chorus">
52           <syllabic>begin</syllabic>
53           <text>Chorus1A</text>
54         </lyric>
55       </note>
56       <note>
57         <pitch><step>G</step><octave>4</octave></pitch>
58         <duration>1</duration>
59         <voice>1</voice>
60         <type>quarter</type>
61         <lyric number="1">
62           <syllabic>begin</syllabic>
63           <text>1B</text>
64         </lyric>
65         <lyric number="2">
66           <syllabic>begin</syllabic>
67           <text>2B</text>
68         </lyric>
69       </note>
70       <note>
71         <pitch><step>G</step><octave>4</octave></pitch>
72         <duration>1</duration>
73         <voice>1</voice>
74         <type>quarter</type>
75         <lyric number="1" name="Verse">
76           <syllabic>begin</syllabic>
77           <text>Verse1C</text>
78         </lyric>
79         <lyric number="2" name="Chorus">
80           <syllabic>begin</syllabic>
81           <text>Chorus2C</text>
82         </lyric>
83       </note>
84       <note>
85         <pitch><step>G</step><octave>4</octave></pitch>
86         <duration>1</duration>
87         <voice>1</voice>
88         <type>quarter</type>
89         <lyric number="1" name="Chorus">
90           <syllabic>begin</syllabic>
91           <text>Chorus1D</text>
92         </lyric>
93       </note>
94       <note>
95         <pitch><step>G</step><octave>4</octave></pitch>
96         <duration>1</duration>
97         <voice>1</voice>
98         <type>quarter</type>
99         <lyric name="Verse">
100           <syllabic>begin</syllabic>
101           <text>VerseE</text>
102         </lyric>
103       </note>
104       <note>
105         <pitch><step>G</step><octave>4</octave></pitch>
106         <duration>1</duration>
107         <voice>1</voice>
108         <type>quarter</type>
109         <lyric>
110           <syllabic>begin</syllabic>
111           <text>NoneF</text>
112         </lyric>
113       </note>
114       <barline location="right">
115         <bar-style>light-heavy</bar-style>
116       </barline>
117     </measure>
118   </part>
119   <!--=========================================================-->
120 </score-partwise>