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