]> git.donarmstrong.com Git - lilypond.git/blob - input/manual/rhythms-headword.ly
Run convert-ly and update manual for syntax changes
[lilypond.git] / input / manual / rhythms-headword.ly
1 \version "2.11.38"
2 \include "english.ly"
3
4 % NR 1.2 Rhythms
5
6 % Beethoven, Op. 81a
7 % Piano sonata 26 - Das Lebewohl
8 % Movt II - Abwesenheit
9 % Measures 31 - 34
10
11 \layout {
12    \context {
13       \Score
14       \override SpacingSpanner #'base-shortest-duration = 
15          #(ly:make-moment 1 40) 
16       %\override SpacingSpanner #'strict-grace-spacing = ##t
17    }
18 }
19
20 \new PianoStaff <<
21
22    % RH Staff
23    \new Staff {
24       \clef treble
25       \key c \minor
26       \time 2/4
27       \set Score.currentBarNumber = #31
28
29       <c'' c'>8 (
30       <g'' g'>8 )
31       ~
32       <g'' g'>8 (
33       <a'' a'>16
34       <f'' f'>16 )
35
36       |
37
38       \afterGrace
39          <f'' f'>8 (
40          {
41             e''16 [
42             f''16
43             e''16
44             d''16 ]
45          }
46       <e''! e'>16
47       <f'' f'>16 )
48       <g'' g'>16 ( \staccato
49       <a'' a'>16 ) \staccato
50       <bf'' bf'>32  (
51       <b'' b'>32 )
52       <b'' b'>32 (
53       <c''' c''>32 )
54
55       |
56
57       b''32 (
58       c'''32
59       d'''32
60       c'''32 )
61       g''8 (
62       ~
63       g''32 [
64       a''64
65       g''64 ) ]
66
67       a''64 ( [
68       g''64 )
69       bf''64 (
70       a''64 ) ]
71
72       bf''64 ( [
73       a''64 )
74       c'''64 (
75       b''64 ) ]
76
77       c'''128 ( [
78       b''128
79       d'''128
80       c'''128
81       f'''64
82       f''64 ) ]
83       
84       |
85
86       \afterGrace
87          <f'' f'>8 (
88          {
89             e''16 [
90             f''16
91             e''16
92             d''16 ]
93          }
94       <e''! e'>16
95       <f'' f'>16 )
96       <g'' g'>16 ( \staccato
97       <af''! af'!>16 ) \staccato
98       <bf'' bf'>32  (
99       <b'' b'>32 )
100       <b'' b'>32 (
101       <c''' c''>32 )
102    }
103
104    % LH Staff
105    \new Staff {
106       \clef bass
107       \key c \minor
108       \time 2/4
109
110       <g e>32
111       c'32
112       <g e>32
113       c'32
114
115       <g e>32
116       c'32
117       <g e>32
118       c'32
119
120       <g e>32
121       c'32
122       <g e>32
123       c'32
124
125       <a f>32
126       c'32
127       <a f>32
128       c'32
129
130       |
131       
132       <bf g>32
133       c'32
134       <bf g>32
135       c'32
136
137       <bf g>32
138       c'32
139       <bf g>32
140       c'32
141
142       <bf g>32
143       c'32
144       <a f>32
145       c'32
146
147       <g e>32
148       c'32
149       <g e>32
150       c'32
151
152       |
153
154       <g e>32
155       c'32
156       <g e>32
157       c'32
158
159       <g e>32
160       c'32
161       <g e>32
162       c'32
163
164       <g e>32
165       c'32
166       <g e>32
167       c'32
168
169       <a f>32
170       c'32
171       <a f>32
172       c'32
173
174       |
175       
176       <bf! g>32
177       c'32
178       <bf g>32
179       c'32
180
181       <bf g>32
182       c'32
183       <bf g>32
184       c'32
185
186       <bf g>32
187       c'32
188       <af! f>32
189       c'32
190
191       <g e>32
192       c'32
193       <g e>32
194       c'32
195    }
196
197 >>