]> git.donarmstrong.com Git - lilypond.git/blob - input/mutopia/F.Schubert/morgenlied.ly
* input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
[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="Rune Zedeler"
8     maintainer="rune@zedeler.dk"
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.  "
19
20 }
21
22 \version "2.1.3"
23
24 \paper  {
25     staffheight = 6.0 \mm
26     
27     #(define fonts (scale-font-list (/ (* 6 mm) (* 20 pt)) ))
28     
29     \include "params-init.ly"
30     linewidth = #(* mm 159)
31     indent = 8\mm
32     }
33
34
35 melody = \notes  \relative c'' \repeat volta 2 \context Voice = singer {
36     \time 6/8
37     \autoBeamOff
38     \property Voice.automaticMelismata = ##t
39     s1*0^\markup { \bold \bigger\bigger { \hspace #-3.0 Lieblich, etwas geschwind } }
40   R2.
41   r4 r8 c4 g8 |
42   e4 c8 << { f8. g16 } \\ { f8.[ g16] } >> a8 |
43   fis4  g8 c16[ b a g] f[ e] |
44   d4 f8 a16[ g fis g] f[ d] |
45   g4. r8 gis gis |
46   a4 a16.[ b32] c4 fis,8 |
47   g4.~ g8-\fermata g8 g |
48   as4 as8 g4 g8 |
49   fis4 fis8 r8 g g  |
50   a4 a8 g4 g8 |
51   fis4 fis8 d'16[ c b a] g[ f] |
52   e4 g8 d4 g8 e4 r8 b'16[ c d b] g[ f] |
53   e4 g8 d4 a'16[ g] |
54   c,4 r8 r4 r8 |
55   R2.\fermata 
56 }
57
58
59 firstVerse = \lyrics {
60     Sü -- ßes Licht! Aus gol -- de -- nen  Pfor -- ten brichst du __ \break
61     sie -- gend durch __ die Nacht. Schö -- ner Tag, du __ bist er -- wacht. __ Mit \break
62     ge -- heim -- nis -- vol -- len Wor -- ten, in me -- lo -- di -- schen Ak -- kor -- den, grüß __ ich __ \break
63     dei -- ne Ro -- sen -- pracht, grüß ich __ dei -- ne Ro -- sen -- pracht. 
64     }
65
66 secondVerse = \lyrics {
67     Ach, der Lie -- be sanf "" -- tes We -- hen schwellt mir
68     das be -- weg -- te __ Herz, sanft, wie ein ge -- lieb -- ter Schmerz. __ Dürft ich
69     nur auf gold -- nen Hö -- hen mich im Mor -- gen -- duft er -- ge -- hen! Sehn -- sucht
70     zieht mich him -- mel -- wärts, Sehn -- sucht zieht mich him -- mel -- wärts
71     }
72
73 pianoRH = \notes \relative c''' \repeat volta 2 {
74     g16( fis a g fis g f e d c b a ) | 
75     <g e>8( <es fis a> <d f b> <c e c'>) r8 r | 
76     r8 c'( e,) f r a | 
77     r8 << { fis( g)} \\ { c,4 } >> r8 <e c g> <e c g> |
78     <d c a>4. r8 \clef bass  <d b f> <d b f> |
79     e,16 g c g e g d gis b gis d g |
80     c, e a e c e a,-\f d fis d a d |
81     b d g  d b g r4\fermata \clef treble g''8 |
82     as4.( g 4.) | fis4. r4 <d g>8 ( |
83     <f a>4.) <e g>4.( <es fis> ) <d f>\sf |
84     r8 <e c g> <e c g> r <d b g > <d b g> |
85     r <e c g> <e c g> r <f d b g> <f d b g> |
86     r <e c g> <e c g> r <d b f> <d b f> |
87     c16( b c e g b c b c e g <e b'>) |
88     <c c'>8 r r <c, g e>8 r r\fermata |  
89 }
90
91 pianoLH = \notes \relative c'' \repeat volta 2 {
92     g16( fis a g fis g f e d c b a) | 
93     \clef bass g4.( c,8) r r
94     \clef treble r4 <bes' c>8( <a c>) r <f c'> |
95     \clef bass r8 dis( e) r c c |
96     f,4. r8 g g |
97     <c, c,>4. <e e,>4. |
98     a,4. <d d,>4. |
99     g,8 r r g16 r16\fermata r8 g''8 |
100     as4.( g ) |
101     fis r4 <g b>8( |
102     <f c'>4.) <g c>4.( | <a c>4.) <g b,> |
103     c,4 r8 g4 r8 |
104     c4 r8 g4 r8 |
105     c4 r8 g4 r8 |
106     <c g e c>8 <c e g> <c e g>     <c e g> <c e g> <c e g> |
107     <c e g> r r <c, c,>8 r r\fermata \clef treble
108     }
109
110 \score {
111
112     << \time 6/8
113         \addlyrics
114      \new Staff {  \melody }
115      \new Lyrics <<
116          \context  LyricsVoice = "singer-1" \firstVerse
117          \context LyricsVoice = "singer-2" \secondVerse
118          >>
119      \new PianoStaff <<
120          \property PianoStaff.instrument = #"2  "
121          \new Staff \pianoRH
122          \new Staff \pianoLH
123         >> 
124     >>
125
126     \paper {
127         \translator {
128             \LyricsContext
129             minimumVerticalExtent = ##f
130             LyricText \set #'font-size = #1.5
131         }
132         \translator {
133             \ScoreContext
134             SpacingSpanner \set #'common-shortest-duration = #(ly:make-moment 1 8)
135         }
136         \translator {  \PianoStaffContext
137                 VerticalAlignment \override #'forced-distance = #10
138                 }
139
140 }
141 }