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