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