]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/rhythms-headword.ly
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / Documentation / snippets / rhythms-headword.ly
1 % Do not edit this file; it is automatically
2 % generated from Documentation/snippets/new
3 % This file is in the public domain.
4 %% Note: this file works from version 2.12.0
5 \version "2.13.10"
6 \include "english.ly"
7 #(set-global-staff-size 15)
8 \paper {
9   line-width = 16\cm
10   indent = 0\cm
11 }
12
13 % NR 1.2 Rhythms
14
15 \header {
16   lsrtags = "headwords"
17   texidoc = ""
18   doctitle = "headword"
19 } % begin verbatim
20
21
22
23 % Beethoven, Op. 81a
24 % Piano sonata 26 - Das Lebewohl
25 % Movt II - Abwesenheit
26 % Measures 31 - 34
27
28 \layout {
29   \context {
30     \Score
31     \override SpacingSpanner #'base-shortest-duration =
32       #(ly:make-moment 1 40)
33       %\override SpacingSpanner #'strict-grace-spacing = ##t
34   }
35 }
36
37 \new PianoStaff <<
38
39    % RH Staff
40    \new Staff {
41       \clef treble
42       \key c \minor
43       \time 2/4
44       \set Score.currentBarNumber = #31
45
46       <c''' c''>8 ( -\markup {
47         \override #'(baseline-skip . 2) \italic \column {
48           \line { a tempo }
49           cantabile
50         }
51       }
52       <g'' g'>8 )
53       ~
54       <g'' g'>8 (
55       <a'' a'>16
56       <f'' f'>16 )
57
58       |
59
60       \afterGrace
61          <f'' f'>8 [ (
62          {
63             e''16 [
64             f''16
65             e''16
66             d''16 ]
67          }
68       <e''! e'>16
69       <f'' f'>16 ] )
70       \once \override TextScript #'padding = #3.8
71       <g'' g'>16 ( \staccato -\markup { \italic cresc. }
72       <a'' a'>16 ) \staccato
73       <bf'' bf'>32  (
74       <b'' b'>32 )
75       <b'' b'>32 (
76       <c''' c''>32 )
77
78       |
79
80       \once \override DynamicLineSpanner #'padding = #2
81       b''32 ( \p \>
82       c'''32
83       d'''32
84       c'''32 ) \!
85       g''8 (
86       ~
87       g''32 [
88       a''64
89       g''64 ) ]
90
91       a''64 ( [
92       g''64 )
93       bf''64 (
94       a''64 ) ]
95
96       bf''64 ( [
97       a''64 )
98       c'''64 (
99       b''64 ) ]
100
101       c'''128 ( [
102       b''128
103       d'''128
104       c'''128
105       f'''64
106       f''64 ) ]
107
108       |
109
110       \afterGrace
111          <f'' f'>8 [ (
112          {
113             e''16 [
114             f''16
115             e''16
116             d''16 ]
117          }
118       <e''! e'>16
119       <f'' f'>16 ] )
120       <g'' g'>16 ( \staccato -\markup { \italic cresc. }
121       <af''! af'!>16 ) \staccato
122       <bf'' bf'>32  (
123       <b'' b'>32 )
124       <b'' b'>32 (
125       <c''' c''>32 )
126    }
127
128    % LH Staff
129    \new Staff {
130       \clef bass
131       \key c \minor
132       \time 2/4
133
134       <g e>32
135       c'32
136       <g e>32
137       c'32
138
139       <g e>32
140       c'32
141       <g e>32
142       c'32
143
144       <g e>32
145       c'32
146       <g e>32
147       c'32
148
149       <a f>32
150       c'32
151       <a f>32
152       c'32
153
154       |
155
156       <bf g>32
157       c'32
158       <bf g>32
159       c'32
160
161       <bf g>32
162       c'32
163       <bf g>32
164       c'32
165
166       <bf g>32
167       c'32
168       <a f>32
169       c'32
170
171       <g e>32
172       c'32
173       <g e>32
174       c'32
175
176       |
177
178       <g e>32
179       c'32
180       <g e>32
181       c'32
182
183       <g e>32
184       c'32
185       <g e>32
186       c'32
187
188       <g e>32
189       c'32
190       <g e>32
191       c'32
192
193       <a f>32
194       c'32
195       <a f>32
196       c'32
197
198       |
199
200       <bf! g>32
201       c'32
202       <bf g>32
203       c'32
204
205       <bf g>32
206       c'32
207       <bf g>32
208       c'32
209
210       <bf g>32
211       c'32
212       <af! f>32
213       c'32
214
215       <g e>32
216       c'32
217       <g e>32
218       c'32
219    }
220
221 >>