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