]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/new/expressive-headword.ly
Imported Upstream version 2.18.2
[lilypond.git] / Documentation / snippets / new / expressive-headword.ly
1 \version "2.17.27"
2
3 \header {
4   lsrtags = "headword"
5
6   texidoc = "
7 Expressive headword
8
9 "
10   doctitle = "Expressive headword"
11 }
12 \include "english.ly"
13
14 % NR 1.3 Expressive marks
15
16 % L. v. Beethoven, Op. 49 no. 1
17 % Piano sonata 19 - "Leichte Sonate"
18 % measures 1 - 12
19
20 %\layout {
21 %   \context {
22 %      \Score
23 %      \override SpacingSpanner.base-shortest-duration =
24 %         #(ly:make-moment 1/20)
25 %   }
26 %}
27
28 \new PianoStaff <<
29
30    % RH Staff
31    \new Staff {
32       \clef treble
33       \key g \major
34       \time 6/8
35       \partial 2
36       \once \override TextScript.padding = #2
37       d'8 \staccato
38       ^ \markup { \column {
39          RONDO
40          \italic Allegro } }
41       d'8 \staccato
42       g'8 \staccato
43       a'8 \staccato
44
45       |
46
47       b'8 [ (
48       g'8 ] )
49       e'8 \staccato
50       e' \staccato
51       a'8 \staccato
52       b'8 \staccato
53
54       |
55
56       c''8 [ (
57       a'8 ] )
58       e''8 \staccato
59       d''8 \staccato
60       c''8 \staccato
61       b'8 \staccato
62
63       |
64
65       a'8 \staccato
66       g'8 \staccato
67       a'8 \staccato
68       \acciaccatura { g'16 [ a'16 ] }
69       bf'8
70       a'8 \staccato
71       g'8 \staccato
72
73       |
74
75       fs'8 [ (
76       d'8 ] )
77       d'8 \staccato
78       d'8 \staccato
79       g'8 \staccato
80       a'8 \staccato
81
82       |
83
84       b'8 [ (
85       g'8 ] )
86       e'8 \staccato
87       e'8 \staccato
88       a'8 \staccato
89       b'8 \staccato
90
91       |
92
93       c''8 [ (
94       a'8 ] )
95       e''8 \staccato
96       d''8 \staccato
97       c''8 \staccato
98       b'8 \staccato
99
100       |
101
102       a'8 \staccato
103       g'8 \staccato
104       a'8 \staccato
105       <<
106          {
107             \voiceOne
108             d'8
109             g'8
110             fs'8
111             \oneVoice
112          }
113          \new Voice {
114             \voiceTwo
115             d'4
116             c'8
117             \oneVoice
118          }
119       >>
120
121       |
122
123       <b g'>4 \tenuto
124       d'8 \staccato
125       g'8 \staccato
126       b'8 \staccato
127       d''8 \staccato
128
129       |
130
131       d''8 (
132       <c'' a'>8 \staccato )
133       <c'' a'>8 \staccato
134       d''8 (
135       <b' g'>8 \staccato )
136       <b' g'>8 \staccato
137
138       |
139
140       d''8 (
141       <c'' a'>8 \staccato )
142       <c'' a'>8 \staccato
143       d''8 (
144       <b' g'>8 \staccato )
145       <b' g'>8 \staccato
146
147       |
148
149       d''8 \staccato
150       <c'' a'>8 \staccato
151       <b' g'>8 \staccato
152       d'' \staccato
153       <c'' a'>8 \staccato
154       <b' g'>8 \staccato
155
156       |
157
158       <d'' c'' a'>4 \fermata
159       r8 r4 r8
160    }
161
162    % LH Staff
163    \new Staff {
164       \clef bass
165       \key g \major
166       \time 6/8
167       \partial 2
168       r8
169       r8
170       <d' b>8 \staccato
171       <c' a>8 \staccato
172
173       |
174
175       <b g>4
176       r8
177       r8
178       <e' c'>8 \staccato
179       <d' b>8 \staccato
180
181       |
182
183       <c' a>4
184       r8
185       r8
186       <a fs>8 \staccato
187       <b g>8 \staccato
188
189       |
190
191       <c' a>8 \staccato
192       <b d'>8 \staccato
193       <e' c'>8 \staccato
194       <e' cs'>4. (
195
196       |
197
198       d'4 )
199       r8
200       r8
201       <d' b!>8 \staccato
202       <c'! a>8 \staccato
203
204       |
205
206       <b g>4
207       r8
208       r8
209       <e' c'>8 \staccato
210       <d' b>8 \staccato
211
212       |
213
214       <c' a>4
215       r8
216       r8
217       <a fs>8 \staccato
218       <b g>8 \staccato
219
220       |
221
222       <c' a>8 \staccato
223       <d' b>8 \staccato
224       <e' c'>8 \staccato
225       <b d>4
226       <a d>8 \staccato
227
228       |
229
230       <g g,>4 \tenuto
231       r8
232       r4
233       r8
234
235       |
236
237       r8
238       <d' fs>8 \staccato
239       <d' fs>8 \staccato
240       r8
241       <d' g>8 \staccato
242       <d' g>8 \staccato
243
244       |
245
246       r8
247       <d' fs>8 \staccato
248       <d' fs>8 \staccato
249       r8
250       <d' g>8 \staccato
251       <d' g>8 \staccato
252
253       |
254
255       r8
256       <d' fs>8 \staccato
257       <d' g>8 \staccato
258       r8
259       <d' fs>8 \staccato
260       <d' g>8 \staccato
261
262       |
263
264       <d' fs>4 \fermata
265       r8 r4 r8
266    }
267
268 >>