]> git.donarmstrong.com Git - lilypond.git/blob - input/mutopia/F.Schubert/morgenlied.ly
5b6416b1eccfad017dced3a51e291f0a6cc5416f
[lilypond.git] / input / mutopia / F.Schubert / morgenlied.ly
1 \header {
2     title = "Sängers Morgenlied"
3     composer = "Franz Schubert"
4     date = "27. Februar 1815"
5     source = "Edition Peters"
6     editor = "Paul Losse"
7     enteredby="Han-Wen Nienhuys"
8     maintainer="hanwen@xs4all.nl"
9
10     texidoc = "The source is a rather tightly set Peters in Edition is
11     a heavy font. The Peters edition (4622c) was `herausgegeben' by
12     Paul Losse, whose name also appears on a 1956 edition of some
13     other music. Strictly speaking, his edititorial enhancements will
14     not be in the PD - but I am assuming there are no notable ones in
15     this small piece.
16
17     The original compresses the entire music onto a single page, in 4
18     systems.  Lily does so too if you tune down spacing-increment, but
19     chooses line breaks differently.
20
21     Further manual tweaks: the slur in measure 12 has been flattened
22 manually. The beam in measure 3, left-hand, technically is wrong, but
23 has been added following the original. The crescendo in measure 4 has
24 been lowered
25
26 "
27
28 }
29
30 \version "2.3.2"
31 manuscriptBreak = { \break }
32
33
34
35 \paper  {
36     #(paper-set-staff-size (* 5.8 mm))
37     linewidth = #(* mm 160)
38     indent = 8\mm
39     interscoreline = 2.\mm
40     }
41
42 modernAccidentals = {
43   \set Staff.extraNatural =  ##f
44   \set Staff.autoAccidentals =  #'(Staff (same-octave . 1) (any-octave . 0))
45   \set Staff.autoCautionaries =  #'()  
46 }
47
48
49 melody = \notes   \relative c'' \repeat volta 2 \context Voice = singer {
50     \time 6/8
51     \autoBeamOff
52     s1*0^\markup { \bold \large\bigger\bigger { \hspace #-3.0 Lieblich, etwas geschwind } }
53   R2.
54   r4 r8 c4 g8 |
55   e4 c8
56     <<
57         \new Voice { \stemUp f8. g16 }
58         { \stemDown f8.[ g16] } >> \stemBoth a8 |
59   fis4  g8 c16[ b a g] f[ e] |
60   d4 f8 a16[ g fis g] f[ d] |
61   g4. r8 gis gis |
62   a4 a16.[ b32] c4 fis,8 |
63   g4.~ g8-\fermata g8 g |
64   as4 as8 g4 g8 |
65   fis4 fis8 r8 g g  |
66   a!4 a8 g4 g8 |
67   fis4 fis8 d'16[ c b a] g[ f] |
68   e4 g8 d4 g8 e4 r8 b'16[ c d b] g[ f] |
69   e4 g8 d4 a'16[ g] |
70   c,4 r8 r4 r8 |
71
72     % TODO : make \fermata work. 
73   R2.^\fermataMarkup 
74 }
75
76
77 ignoreMelisma = \set ignoreMelismata = ##t
78 ignoreMelismaOff = \unset ignoreMelismata 
79
80
81 firstVerse = \lyrics {
82     \set stanza = "1."
83     
84     Sü -- ßes Licht! Aus
85     \ignoreMelisma
86     gol --
87     \ignoreMelismaOff
88
89     de -- nen  Pfor -- ten brichst du __ \manuscriptBreak | 
90     sie -- gend durch __ die Nacht. Schö -- ner Tag, du __ bist er -- wacht. __ Mit ge -- |
91     \manuscriptBreak
92     heim -- nis -- vol -- len Wor -- ten, in me -- lo -- di -- schen Ak -- kor -- den, grüß __ ich __ \manuscriptBreak |
93     dei -- ne Ro -- sen -- pracht, grüß ich __ dei -- ne Ro -- sen -- pracht. 
94     }
95
96 secondVerse = \lyrics {
97     \set stanza = "2."
98     Ach, der Lie -- be sanf
99     -- tes We -- hen schwellt mir |
100     das be -- weg -- te __ Herz, sanft, wie ein ge -- lieb -- ter Schmerz. __ Dürft ich | 
101     nur auf gold -- nen Hö -- hen mich im Mor -- gen -- duft er -- ge -- hen! Sehn -- sucht |
102     zieht mich him -- mel -- wärts, Sehn -- sucht zieht mich him -- mel -- wärts.
103     }
104
105 pianoRH = \notes \relative c''' \repeat volta 2 {
106     #(set-accidental-style 'modern)
107     g16(_\p fis a g fis g f e d c b a ) | 
108     <g e>8( <es fis a> <d f b> <c e c'>) r8 r | 
109     r8 c'( e,) f r a |
110     \once \override DynamicLineSpanner   #'padding =#3
111     r8_\> << { s8 s8-\! }  << { fis( g)
112                             } \\ { c,4 } >> >> r8 <e c g> <e c g> |
113     <d c a>4. r8 \clef bass  <d b f> <d b f> |
114     e,16_" "_\markup { \bold\italic cresc. } g c g e g d gis b gis d gis |
115     c, e a e c e a,-\f d fis d a d |
116     b d g  d b g r4\fermata \clef treble g''8 |
117     as4.( g 4.) | fis4. r4 <d g>8 ( |
118     <f a>4.) <e g>4.( <es fis> ) <d f>\sf |
119     r8 <e c g> <e c g> r <d b g > <d b g> |
120     r <e c g> <e c g> r <f d b g> <f d b g> |
121     r <e c g> <e c g> r <d b f> <d b f> |
122     c16(_\f b c e g b c b c e g <e b'>) |
123     <c c'>8 r r <c, g e>8 r r\fermata |  
124 }
125
126 pianoLH = \notes \relative c'' \repeat volta 2 {
127     #(set-accidental-style 'modern)
128     g16( fis a g fis g f e d c b a) | 
129     \clef bass g4.( c,8) r r
130     \clef treble r4 <bes' c>8([ <a c>)] r <f c'> |
131     \clef bass r8 dis( e) r c c |
132     f,4. r8 g g |
133     <c, c,>4. <e e,>4. |
134     a,4. <d d,>4. |
135     g,8 r r g16 r16\fermata r8 g''8 |
136     as4.( g ) |
137     fis r4 <g b>8( |
138     <f c'>4.)
139
140     \once \override Slur  #'height-limit = #1.0
141
142     <g c>4.( | <a c>4.) <g b,> |
143     c,4 r8 g4 r8 |
144     c4 r8 g4 r8 |
145     c4 r8 g4 r8 |
146     <c g e c>8 <c e g> <c e g>     <c e g> <c e g> <c e g> |
147     <c e g> r r <c, c,>8 r r\fermata \clef treble
148     }
149 \book {
150 \score {
151
152     << \time 6/8
153      \new Staff <<
154          \context Staff #(set-accidental-style 'modern)
155          \melody >>
156          \lyricsto "singer" \new Lyrics \firstVerse
157          \lyricsto "singer" \new Lyrics \secondVerse
158      \new PianoStaff << 
159          \set PianoStaff.instrument = \markup {
160              \bold
161              \bigger\bigger\bigger\bigger \huge "2.  " }
162          \new Staff \pianoRH
163          \new Staff \pianoLH
164         >> 
165     >>
166
167     \paper {
168         \context {
169             \Lyrics
170             minimumVerticalExtent = #'(-1.0 . 0)
171         }
172         \context {
173             \Score
174             \override Beam #'thickness = #0.55
175             \override SpacingSpanner #'spacing-increment = #1.0
176             \override Slur #'height-limit = #1.5
177         }
178         \context {
179             \PianoStaff
180             \override VerticalAlignment #'forced-distance = #10
181         }
182         \context {
183             \Staff
184             minimumVerticalExtent = #'(-3. . 6)
185         }
186         inputencoding = #"latin1"
187     }
188     \midi {
189         \tempo 4 = 70
190         }
191 }
192 }