]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/text-headword.ly
30afb695ae32af0d4871c271440270aac5c3b974
[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
107     #'line-break-system-details #'((alignment-distances . (12)))
108
109     c''4. (
110     ^ \markup \italic { cantabile, con intimissimo sentimento,
111       ma sempre molto dolce e semplice }
112     ef''4
113     af''8 )
114
115     |
116
117     af''4 (
118     g''2 )
119
120     |
121
122     bf''4. (
123     g''4
124     ef''8 )
125
126     |
127   }
128
129   % LH
130   \new Staff {
131     \clef bass
132     \key af \major
133     \time 3/4
134
135     <ef af,>4. (
136     <ef c>8 )
137     <ef c>8. [
138     <ef c>16 ]
139
140     |
141
142     <ef bf,>4
143     <ef df>2 ^ \markup { \italic ten. }
144
145     |
146
147     <<
148
149       \new Voice {
150         \voiceOne
151         ef8 [ (
152         af8
153         c'8
154         bf8 )
155         c'8 ( \staccato
156         df'8 ]  ) \staccato
157
158         |
159
160         bf4
161         bf8 ^ \markup { \italic ten. }
162       }
163
164       \new Voice {
165         \voiceTwo
166         c4. (
167         f8 [ )
168         ef8 ( \staccato
169         df8 ] ) \staccato
170
171         |
172
173         ef4
174         ef8 \fermata
175       }
176
177     >>
178
179     \oneVoice
180     r8
181     r4
182     \clef treble
183
184     |
185
186     \override Staff.SustainPedalLineSpanner #'outside-staff-priority = #1000
187     \override Staff.SustainPedalLineSpanner #'staff-padding = #7
188     \once \override TextScript #'padding = #2
189     af16 \sustainOn
190     ^ \markup \italic { non staccato }
191     _ \markup \italic { molto \concat { \dynamic { p } , } sempre tranquillo
192       ed egualmente, non rubato }
193     <ef' c'>16
194     <ef' c'>16
195     <ef' c'>16
196     af16
197     <ef' c'>16
198     <ef' c'>16
199     <ef' c'>16
200     af16 \sustainOn
201     <ef' c'>16
202     <ef' c'>16
203     <ef' c'>16
204
205     |
206
207     bf16 \sustainOn
208     <ef' df'>16
209     <ef' df'>16
210     <ef' df'>16
211     bf16 \sustainOn
212     <ef' df'>16
213     <ef' df'>16
214     <ef' df'>16
215     bf16
216     <ef' df'>16
217     <ef' df'>16
218     <ef' df'>16
219
220     |
221
222     \override Staff.SustainPedalLineSpanner #'staff-padding = #4
223     df'16 \sustainOn
224     <bf' g' ef'>16
225     <bf' g' ef'>16
226     <bf' g' ef'>16
227     df'16
228     <bf' g' ef'>16
229     <bf' g' ef'>16
230     <bf' g' ef'>16
231     df'16 \sustainOn
232     <bf' g' ef'>16
233     <bf' g' ef'>16
234     <bf' g' ef'>16
235
236     |
237   }
238
239 >>