]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/06g-Lyrics-NameNumber.xml
Add a hack to packed spacing to work around extra columns.
[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   </identification>
9   <part-list>
10     <score-part id="P1">
11       <part-name>MusicXML Part</part-name>
12     </score-part>
13   </part-list>
14   <!--=========================================================-->
15   <part id="P1">
16     <measure number="1">
17       <attributes>
18         <divisions>1</divisions>
19         <key><fifths>0</fifths><mode>major</mode></key>
20         <time><beats>6</beats><beat-type>4</beat-type></time>
21         <clef><sign>G</sign><line>2</line></clef>
22       </attributes>
23       <sound tempo="120"/>
24       <note>
25         <pitch>
26           <step>G</step>
27           <octave>4</octave>
28         </pitch>
29         <duration>1</duration>
30         <voice>1</voice>
31         <type>quarter</type>
32         <lyric number="1" name="Verse">
33           <syllabic>begin</syllabic>
34           <text>Verse1A</text>
35         </lyric>
36         <lyric number="1" name="Chorus">
37           <syllabic>begin</syllabic>
38           <text>Chorus1A</text>
39         </lyric>
40         <lyric number="1" name="Chorus">
41           <syllabic>begin</syllabic>
42           <text>AnotherChorus1A</text>
43         </lyric>
44         <lyric number="2" name="Chorus">
45           <syllabic>begin</syllabic>
46           <text>Chorus1A</text>
47         </lyric>
48       </note>
49       <note>
50         <pitch><step>G</step><octave>4</octave></pitch>
51         <duration>1</duration>
52         <voice>1</voice>
53         <type>quarter</type>
54         <lyric number="1">
55           <syllabic>begin</syllabic>
56           <text>1B</text>
57         </lyric>
58         <lyric number="2">
59           <syllabic>begin</syllabic>
60           <text>2B</text>
61         </lyric>
62       </note>
63       <note>
64         <pitch><step>G</step><octave>4</octave></pitch>
65         <duration>1</duration>
66         <voice>1</voice>
67         <type>quarter</type>
68         <lyric number="1" name="Verse">
69           <syllabic>begin</syllabic>
70           <text>Verse1C</text>
71         </lyric>
72         <lyric number="2" name="Chorus">
73           <syllabic>begin</syllabic>
74           <text>Chorus2C</text>
75         </lyric>
76       </note>
77       <note>
78         <pitch><step>G</step><octave>4</octave></pitch>
79         <duration>1</duration>
80         <voice>1</voice>
81         <type>quarter</type>
82         <lyric number="1" name="Chorus">
83           <syllabic>begin</syllabic>
84           <text>Chorus1D</text>
85         </lyric>
86       </note>
87       <note>
88         <pitch><step>G</step><octave>4</octave></pitch>
89         <duration>1</duration>
90         <voice>1</voice>
91         <type>quarter</type>
92         <lyric name="Verse">
93           <syllabic>begin</syllabic>
94           <text>VerseE</text>
95         </lyric>
96       </note>
97       <note>
98         <pitch><step>G</step><octave>4</octave></pitch>
99         <duration>1</duration>
100         <voice>1</voice>
101         <type>quarter</type>
102         <lyric>
103           <syllabic>begin</syllabic>
104           <text>NoneF</text>
105         </lyric>
106       </note>
107       <barline location="right">
108         <bar-style>light-heavy</bar-style>
109       </barline>
110     </measure>
111   </part>
112   <!--=========================================================-->
113 </score-partwise>