]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/text-headword.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / text-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.6"
8
9 \header {
10   lsrtags = "headword"
11
12   texidoc = "
13 Text headword
14
15 "
16   doctitle = "Text headword"
17 } % begin verbatim
18
19 \include "english.ly"
20
21 % NR 1.8 Text
22
23 % L. v. Beethoven, Op. 110
24 % Piano sonata 31
25 % measures 1 - 7
26
27 \layout {
28   \context {
29     \Score
30     \override SpacingSpanner.base-shortest-duration =
31     #(ly:make-moment 1 20)
32   }
33 }
34
35 \new PianoStaff <<
36
37   % RH staff
38   \new Staff {
39     \clef treble
40     \key af \major
41     \time 3/4
42
43     \once \override TextScript.staff-padding = #4
44     <c'' af'>4. (
45     _ \markup { \dynamic p \italic { con amabilità } }
46     <af' ef'>8 )
47     <af' ef'>8. [
48     <af' ef'>16 ]
49
50     |
51
52     <df'' g'>4
53     <bf' g'>2
54     _ \markup { \italic { ten. } }
55
56     |
57
58     <<
59
60       \new Voice {
61         \voiceOne
62         ef''4. (
63         df''8 [ )
64         ef'' (
65         f'' ) ]
66
67         |
68
69         \once \override TextScript.staff-padding = #4
70         ef''8. (
71         _ \markup { \italic { tranqu. } }
72         d''16 )
73         df''8 \trill \fermata
74         _ \markup { \italic { ten. } }
75       }
76
77       \new Voice {
78         \voiceTwo
79         af'4.
80         af'8 [
81         af'8
82         af'8 ]
83
84         |
85
86         g'4
87         g'8
88       }
89
90     >>
91
92     \oneVoice
93     \once \override TextScript.staff-padding = #4
94     df''32
95     _ \markup { \italic dolce }
96     c''32
97     df''32
98     ef''32
99     \acciaccatura { df''[ ef'' ] }
100     f''8
101     ef''16
102     df''16
103
104     |
105     \break
106     \overrideProperty Score.NonMusicalPaperColumn.line-break-system-details #'((alignment-distances . (12)))
107
108     c''4. (
109     ^ \markup \italic { cantabile, con intimissimo sentimento,
110       ma sempre molto dolce e semplice }
111     ef''4
112     af''8 )
113
114     |
115
116     af''4 (
117     g''2 )
118
119     |
120
121     bf''4. (
122     g''4
123     ef''8 )
124
125     |
126   }
127
128   % LH
129   \new Staff {
130     \clef bass
131     \key af \major
132     \time 3/4
133
134     <ef af,>4. (
135     <ef c>8 )
136     <ef c>8. [
137     <ef c>16 ]
138
139     |
140
141     <ef bf,>4
142     <ef df>2 ^ \markup { \italic ten. }
143
144     |
145
146     <<
147
148       \new Voice {
149         \voiceOne
150         ef8 [ (
151         af8
152         c'8
153         bf8 )
154         c'8 ( \staccato
155         df'8 ]  ) \staccato
156
157         |
158
159         bf4
160         bf8 ^ \markup { \italic ten. }
161       }
162
163       \new Voice {
164         \voiceTwo
165         c4. (
166         f8 [ )
167         ef8 ( \staccato
168         df8 ] ) \staccato
169
170         |
171
172         ef4
173         ef8 \fermata
174       }
175
176     >>
177
178     \oneVoice
179     r8
180     r4
181     \clef treble
182
183     |
184
185     \override Staff.SustainPedalLineSpanner.outside-staff-priority = #1000
186     \override Staff.SustainPedalLineSpanner.staff-padding = #7
187     \once \override TextScript.padding = #2
188     af16 \sustainOn
189     ^ \markup \italic { non staccato }
190     _ \markup \italic { molto \concat { \dynamic { p } , } sempre tranquillo
191       ed egualmente, non rubato }
192     <ef' c'>16
193     <ef' c'>16
194     <ef' c'>16
195     af16
196     <ef' c'>16
197     <ef' c'>16
198     <ef' c'>16
199     af16 \sustainOn
200     <ef' c'>16
201     <ef' c'>16
202     <ef' c'>16
203
204     |
205
206     bf16 \sustainOn
207     <ef' df'>16
208     <ef' df'>16
209     <ef' df'>16
210     bf16 \sustainOn
211     <ef' df'>16
212     <ef' df'>16
213     <ef' df'>16
214     bf16
215     <ef' df'>16
216     <ef' df'>16
217     <ef' df'>16
218
219     |
220
221     \override Staff.SustainPedalLineSpanner.staff-padding = #4
222     df'16 \sustainOn
223     <bf' g' ef'>16
224     <bf' g' ef'>16
225     <bf' g' ef'>16
226     df'16
227     <bf' g' ef'>16
228     <bf' g' ef'>16
229     <bf' g' ef'>16
230     df'16 \sustainOn
231     <bf' g' ef'>16
232     <bf' g' ef'>16
233     <bf' g' ef'>16
234
235     |
236   }
237
238 >>