]> git.donarmstrong.com Git - lilypond.git/blob - input/manual/pitches-headword.ly
Inspirational headwords from Trevor B, thanks!
[lilypond.git] / input / manual / pitches-headword.ly
1 \version "2.11.34"
2 \include "english.ly"
3
4 % NR 1.1 Pitches
5
6 % L. v. Beethoven 
7 % Piano sonata 21 - Dem Grafen von Waldstein Gewidmet
8 % chorale at measures 34 - 40+
9
10 \layout {
11    \context {
12       \Score
13       \override SpacingSpanner #'base-shortest-duration = 
14          #(ly:make-moment 1 20) 
15    }
16 }
17
18 \new PianoStaff <<
19
20    % RH Staff
21    \new Staff <<
22
23       % RH Voice 1
24       \new Voice {
25          \set Score.currentBarNumber = #34
26          \voiceOne
27          gs''2 ( ^ \markup \italic { dolce e molto ligato }
28          fs''4
29          e''4
30          |
31          ds''2
32          cs''2 )
33          |
34          ds''2 (
35          e''4
36          fs''4
37          |
38          <gs'' e''>2
39          <fs'' ds''>2 )
40          |
41          \oneVoice
42          \clef bass
43          <gs' e' b>2 (
44          <fs' ds' a>4
45          <e' cs' gs>4
46          |
47          <ds' bs fs>2
48          <cs' a e>2 )
49          |
50          \voiceOne
51          b2 %(
52          cs'4
53          ds'4
54          |
55          \clef treble
56          <e' gs>4 %)
57       }
58
59       % RH Voice 2
60       \new Voice {
61          \voiceTwo
62          \override Staff.DynamicLineSpanner #'staff-padding = #2.5
63          <e'' b'>2 \p
64          <ds'' a'>4
65          <cs'' gs'>4
66          |
67          <bs' fs'>2
68          e'2
69          |
70          \once \override TextScript #'staff-padding = #2.5
71          <b'! a'>2 _ \markup \italic { cresc. }
72          b'4
73          <e'' cs''>4
74          |
75          b'2. ( \sf \>
76          a'4 ) 
77          |
78          \clef bass
79          s1 \p
80          |
81          s1
82          |
83          <gs e>4 (
84          <a fs>2. )
85          |
86          s4
87       }
88
89    >>
90
91    % LH Staff
92    \new Staff {
93       \override Staff.SustainPedalLineSpanner #'staff-padding = #5
94       <gs' e'>2 ( \sustainDown
95       <fs' ds' b>4 \sustainUp
96       <e' cs'>4
97       |
98       <ds' bs gs>2
99       <cs' a>2 ) \sustainDown
100       |
101       \clef bass
102       \slurDown
103       <ds' b! a fs>2 ( \sustainUp
104       <e' b gs>4
105       <fs' cs' a>4 \sustainDown
106       |
107       \clef treble
108       \voiceOne
109       <<
110          {
111             <gs' e'>2
112             <fs' ds'>2 )
113          }
114          \new Voice {
115             \voiceTwo
116             b1 \sustainUp
117          }
118       >>
119       \oneVoice
120       |
121       %\break
122       \clef bass
123       <gs e>2 ( 
124       <fs ds b,>4
125       <e cs>4
126       |
127       <ds bs, gs,>2
128       <cs a,>2 ) \sustainDown
129       |
130       <b,! b,,!>1 ( \sustainUp
131       |
132       <e e,>4 )
133    }
134
135 >>