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