]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/pitches-headword.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / pitches-headword.ly
1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py
5 %%
6 %% This file is in the public domain.
7 \version "2.16.0"
8
9 \header {
10   lsrtags = "headword"
11
12   texidoc = "
13 Piches headword
14
15 "
16   doctitle = "Pitches headword"
17 } % begin verbatim
18
19 % L. v. Beethoven
20 % Piano sonata 21 - Dem Grafen von Waldstein Gewidmet
21 % chorale at measures 34 - 40+
22
23 \include "english.ly"
24
25 \new PianoStaff <<
26
27   % RH Staff
28   \new Staff <<
29
30     % RH Voice 1
31     \new Voice {
32       \set Score.currentBarNumber = #34
33       \voiceOne
34       gs''2 ( ^ \markup \italic { dolce e molto ligato }
35       fs''4
36       e''4
37       |
38       ds''2
39       cs''2 )
40       |
41       ds''2 (
42       e''4
43       fs''4
44       |
45       <gs'' e''>2
46       <fs'' ds''>2 )
47       |
48       \oneVoice
49       \clef bass
50       <gs' e' b>2 (
51       <fs' ds' a>4
52       <e' cs' gs>4
53       |
54       <ds' bs fs>2
55       <cs' a e>2 )
56       |
57       \voiceOne
58       b2 %(
59       cs'4
60       ds'4
61       |
62       \clef treble
63       <e' gs>4 %)
64       r4 r2
65     }
66
67     % RH Voice 2
68     \new Voice {
69       \voiceTwo
70       \override Staff.DynamicLineSpanner #'staff-padding = #2.5
71       <e'' b'>2 \p
72       <ds'' a'>4
73       <cs'' gs'>4
74       |
75       <bs' fs'>2
76       e'2
77       |
78       \once \override TextScript #'staff-padding = #2.5
79       <b'! a'>2 _ \markup \italic { cresc. }
80       b'4
81       <e'' cs''>4
82       |
83       b'2. ( \sf \>
84       a'4 )
85       \clef bass
86       | \break
87       s1 \p
88       |
89       s1
90       |
91       <gs e>4 (
92       <a fs>2. )
93       |
94       s4
95       r4 r2
96     }
97
98   >>
99
100   % LH Staff
101   \new Staff {
102     \override Staff.SustainPedalLineSpanner #'staff-padding = #5
103     <gs' e'>2 ( \sustainOn
104     <fs' ds' b>4 \sustainOff
105     <e' cs'>4
106     |
107     <ds' bs gs>2
108     <cs' a>2 ) \sustainOn
109     |
110     \clef bass
111     \slurDown
112     <ds' b! a fs>2 ( \sustainOff
113     <e' b gs>4
114     <fs' cs' a>4 \sustainOn
115     |
116     \clef treble
117     \voiceOne
118     <<
119       {
120         <gs' e'>2
121         <fs' ds'>2 )
122       }
123       \new Voice {
124         \voiceTwo
125         b1 \sustainOff
126       }
127     >>
128     \oneVoice
129     |
130     %\break
131     \clef bass
132     <gs e>2 (
133     <fs ds b,>4
134     <e cs>4
135     |
136     <ds bs, gs,>2
137     <cs a,>2 ) \sustainOn
138     |
139     <b,! b,,!>1 ( \sustainOff
140     |
141     <e e,>4 )
142     r4 r2
143   }
144
145 >>