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