]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/32b-Articulations-Texts.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / musicxml / 32b-Articulations-Texts.xml
1 <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 0.6b Partwise//EN"
3  "http://www.musicxml.org/dtds/partwise.dtd">
4 <score-partwise>
5         <identification>
6                 <miscellaneous>
7                         <miscellaneous-field name="description">Text markup: 
8                             different font sizes, weights and colors.</miscellaneous-field>
9                 </miscellaneous>
10         </identification>
11         <part-list>
12                 <score-part id="P1"><part-name></part-name></score-part>
13         </part-list>
14         <part id="P1">
15                 <measure number="1">
16                         <attributes>
17                                 <divisions>96</divisions>
18                                 <key><fifths>0</fifths></key>
19                                 <time><beats>4</beats><beat-type>4</beat-type></time>
20                                 <staves>1</staves>
21                                 <clef number="1"><sign>G</sign><line>2</line></clef>
22                         </attributes>
23                         <direction placement="above">
24                                 <direction-type>
25                                         <words default-x="-1" default-y="15" font-size="medium" font-weight="normal"> 
26                                                 Normal, Medium
27                                         </words>
28                                 </direction-type>
29                         </direction>
30                         <note>
31                                 <pitch><step>F</step><octave>4</octave></pitch>
32                                 <duration>384</duration>
33                                 <voice>1</voice>
34                                 <type>eighth</type>
35                         </note>
36                         <direction placement="below">
37                                 <direction-type>
38                                         <words default-x="1" default-y="15" justify="left" font-size="medium" font-weight="bold"> 
39                                                 Bold, Medium
40                                         </words>
41                                 </direction-type>
42                         </direction>
43                 </measure>
44                 <measure number="2">
45                         <direction placement="above">
46                                 <direction-type>
47                                         <words default-x="1" default-y="15" font-size="large" font-weight="normal"> 
48                                                 Normal, Large
49                                         </words>
50                                 </direction-type>
51                         </direction>
52                         <note>
53                                 <pitch><step>G</step><octave>4</octave></pitch>
54                                 <duration>384</duration>
55                                 <voice>1</voice>
56                                 <type>whole</type>
57                         </note>
58                         <direction placement="below">
59                                 <direction-type>
60                                         <words default-x="1" default-y="15" font-size="large" font-weight="bold"> 
61                                                 Bold, Large
62                                         </words>
63                                 </direction-type>
64                         </direction>
65                 </measure>
66                 <measure number="3">
67                         <direction placement="above">
68                                 <direction-type>
69                                         <words default-x="1" default-y="15" font-size="small" font-weight="normal"> 
70                                                 Normal, Small
71                                         </words>
72                                 </direction-type>
73                         </direction>
74                         <note>
75                                 <pitch><step>F</step><octave>4</octave></pitch>
76                                 <duration>384</duration>
77                                 <voice>1</voice>
78                                 <type>whole</type>
79                         </note>
80                         <direction placement="below">
81                             <direction-type>
82                                 <words default-x="1" default-y="15" font-size="small" font-weight="bold"> 
83                                     Bold, Small
84                                 </words>
85                             </direction-type>
86                         </direction>
87                         <direction placement="below">
88                             <direction-type>
89                                 <words default-x="1" default-y="-15" font-size="small" color="#FF8000"> 
90                                     Normal, Small, Colored, Below
91                                 </words>
92                             </direction-type>
93                         </direction>
94                 </measure>
95         </part>
96 </score-partwise>