]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/rhythms-headword.ly
Fixed errors in Catalan translation
[lilypond.git] / Documentation / snippets / rhythms-headword.ly
1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py
5 %%
6 %% This file is in the public domain.
7 \version "2.17.11"
8
9 \header {
10   lsrtags = "headword"
11
12   texidoc = "
13 Rhythms headword
14
15 "
16   doctitle = "Rhythms headword"
17 } % begin verbatim
18
19 % Beethoven, Op. 81a
20 % Piano sonata 26 - Das Lebewohl
21 % Movt II - Abwesenheit
22 % Measures 31 - 34
23
24 \include "english.ly"
25
26 \layout {
27   \context {
28     \Score
29     \override SpacingSpanner.base-shortest-duration =
30       #(ly:make-moment 1/40)
31       %\override SpacingSpanner.strict-grace-spacing = ##t
32   }
33 }
34
35 \new PianoStaff <<
36
37    % RH Staff
38    \new Staff {
39       \clef treble
40       \key c \minor
41       \time 2/4
42       \set Score.currentBarNumber = #31
43
44       <c''' c''>8 ( -\markup {
45         \override #'(baseline-skip . 2) \italic \column {
46           \line { a tempo }
47           cantabile
48         }
49       }
50       <g'' g'>8 )
51       ~
52       <g'' g'>8 (
53       <a'' a'>16
54       <f'' f'>16 )
55
56       |
57
58       \afterGrace
59          <f'' f'>8 [ (
60          {
61             e''16 [
62             f''16
63             e''16
64             d''16 ]
65          }
66       <e''! e'>16
67       <f'' f'>16 ] )
68       \once \override TextScript.padding = #3.8
69       <g'' g'>16 ( \staccato -\markup { \italic cresc. }
70       <a'' a'>16 ) \staccato
71       <bf'' bf'>32  (
72       <b'' b'>32 )
73       <b'' b'>32 (
74       <c''' c''>32 )
75
76       |
77
78       \once \override DynamicLineSpanner.padding = #2
79       b''32 ( \p \>
80       c'''32
81       d'''32
82       c'''32 ) \!
83       g''8 (
84       ~
85       g''32 [
86       a''64
87       g''64 ) ]
88
89       a''64 ( [
90       g''64 )
91       bf''64 (
92       a''64 ) ]
93
94       bf''64 ( [
95       a''64 )
96       c'''64 (
97       b''64 ) ]
98
99       c'''128 ( [
100       b''128
101       d'''128
102       c'''128
103       f'''64
104       f''64 ) ]
105
106       |
107
108       \afterGrace
109          <f'' f'>8 [ (
110          {
111             e''16 [
112             f''16
113             e''16
114             d''16 ]
115          }
116       <e''! e'>16
117       <f'' f'>16 ] )
118       <g'' g'>16 ( \staccato -\markup { \italic cresc. }
119       <af''! af'!>16 ) \staccato
120       <bf'' bf'>32  (
121       <b'' b'>32 )
122       <b'' b'>32 (
123       <c''' c''>32 )
124    }
125
126    % LH Staff
127    \new Staff {
128       \clef bass
129       \key c \minor
130       \time 2/4
131
132       <g e>32
133       c'32
134       <g e>32
135       c'32
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       <a f>32
148       c'32
149       <a f>32
150       c'32
151
152       |
153
154       <bf g>32
155       c'32
156       <bf g>32
157       c'32
158
159       <bf g>32
160       c'32
161       <bf g>32
162       c'32
163
164       <bf g>32
165       c'32
166       <a f>32
167       c'32
168
169       <g e>32
170       c'32
171       <g e>32
172       c'32
173
174       |
175
176       <g e>32
177       c'32
178       <g e>32
179       c'32
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       <a f>32
192       c'32
193       <a f>32
194       c'32
195
196       |
197
198       <bf! g>32
199       c'32
200       <bf g>32
201       c'32
202
203       <bf g>32
204       c'32
205       <bf g>32
206       c'32
207
208       <bf g>32
209       c'32
210       <af! f>32
211       c'32
212
213       <g e>32
214       c'32
215       <g e>32
216       c'32
217    }
218
219 >>