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