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