]> git.donarmstrong.com Git - lilypond.git/blob - input/manual/rhythms-headword.ly
Merge branch 'dev/kainhofer' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / input / manual / rhythms-headword.ly
1 \version "2.11.34"
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 \paper {
12   #(define dump-extents #t)
13   indent = 0\mm
14   ragged-right = ##t
15   line-width = 16\cm
16   force-assignment = #""
17   line-width = #(- line-width (* mm  3.000000))
18 }
19
20 \layout { }
21
22 #(set-global-staff-size 16)
23 \new PianoStaff <<
24
25    % RH Staff
26    \new Staff {
27       \clef treble
28       \key c \minor
29       \time 2/4
30       \set Score.currentBarNumber = #31
31
32       <c'' c'>8 (
33       <g'' g'>8 )
34       ~
35       <g'' g'>8 (
36       <a'' a'>16
37       <f'' f'>16 )
38
39       |
40
41       \afterGrace
42          <f'' f'>8 (
43          {
44             e''16 [
45             f''16
46             e''16
47             d''16 ]
48          }
49       <e''! e'>16
50       <f'' f'>16 )
51       <g'' g'>16 ( \staccato
52       <a'' a'>16 ) \staccato
53       <bf'' bf'>32  (
54       <b'' b'>32 )
55       <b'' b'>32 (
56       <c''' c''>32 )
57
58       |
59
60       b''32 (
61       c'''32
62       d'''32
63       c'''32 )
64       g''8 (
65       ~
66       g''32 [
67       a''64
68       g''64 ) ]
69
70       a''64 ( [
71       g''64 )
72       bf''64 (
73       a''64 ) ]
74
75       bf''64 ( [
76       a''64 )
77       c'''64 (
78       b''64 ) ]
79
80       c'''128 ( [
81       b''128
82       d'''128
83       c'''128
84       f'''64
85       f''64 ) ]
86       
87       |
88
89       \afterGrace
90          <f'' f'>8 (
91          {
92             e''16 [
93             f''16
94             e''16
95             d''16 ]
96          }
97       <e''! e'>16
98       <f'' f'>16 )
99       <g'' g'>16 ( \staccato
100       <af''! af'!>16 ) \staccato
101       <bf'' bf'>32  (
102       <b'' b'>32 )
103       <b'' b'>32 (
104       <c''' c''>32 )
105    }
106
107    % LH Staff
108    \new Staff {
109       \clef bass
110       \key c \minor
111       \time 2/4
112
113       <g e>32
114       c'32
115       <g e>32
116       c'32
117
118       <g e>32
119       c'32
120       <g e>32
121       c'32
122
123       <g e>32
124       c'32
125       <g e>32
126       c'32
127
128       <a f>32
129       c'32
130       <a f>32
131       c'32
132
133       |
134       
135       <bf g>32
136       c'32
137       <bf g>32
138       c'32
139
140       <bf g>32
141       c'32
142       <bf g>32
143       c'32
144
145       <bf g>32
146       c'32
147       <a f>32
148       c'32
149
150       <g e>32
151       c'32
152       <g e>32
153       c'32
154
155       |
156
157       <g e>32
158       c'32
159       <g e>32
160       c'32
161
162       <g e>32
163       c'32
164       <g e>32
165       c'32
166
167       <g e>32
168       c'32
169       <g e>32
170       c'32
171
172       <a f>32
173       c'32
174       <a f>32
175       c'32
176
177       |
178       
179       <bf! g>32
180       c'32
181       <bf g>32
182       c'32
183
184       <bf g>32
185       c'32
186       <bf g>32
187       c'32
188
189       <bf g>32
190       c'32
191       <af! f>32
192       c'32
193
194       <g e>32
195       c'32
196       <g e>32
197       c'32
198    }
199
200 >>