\version "2.12.0" #(ly:set-option (quote no-point-and-click)) #(set-global-staff-size 18) \header{ title = \markup{\override #'(font-name . "DelitschAntiqua") "Morning Song"} poet = "T: Myrna Michell, dt.: Hraban Ramm" composer = "M: Myrna Michell" source = "" maintainer = "Henning Hraban Ramm" maintainerWeb = "http://angerweit.tikon.ch/lieder/" lastupdated = "2009-01-05" tagline = "" copyright = "" } global = { \clef treble \key c \major \time 7/8 } akkorde = \chordmode { c2.. | f | c | g | c | f | g | c | c | f | c | g | c | f | g | c } dynamics = \relative c { r2..\mp } oberstimme = \relative c'' { g4^\markup{1.} g8 g4 c | a4 a8 g4 f | e4 d8 c4 e | g2.~ g8 | g4 g8 g4 c | a4 a8 g4 f | g4 g8 a4 g | c2.. | e,4^\markup{2.} e8 g4 c | f4.( e4 d) | e4 d8 c4 a | b2.~ b8 | e,4 e8 g4 c | f4.( e4 d) | e4 e8 d4 g, | c2.. \bar "|." } text = \lyricmode { \set stanza = "e1. " In the mor -- ning, when the dawn leans far a -- cross the land, take a mo -- ment to re -- call those litt -- le things you planned. Let your fee -- lings fly, they will not be bound. Stretch your voi -- ces high, send them all a -- round. } textTwo = \lyricmode { \set stanza = "e2. " If the mor -- ning’s gloo -- my " " and all the world seems grey, don’t turn o -- ver in your bed, stand up and face the day. Make the dark clouds fly at your own com -- mand, life is stan -- ding by, take it by the hand. } textDE = \lyricmode { \set stanza = "d1. " Däm -- mert früh der Mor -- gen, \set ignoreMelismata = ##t und das Gras ist noch tau -- nass, er -- in -- ne -- re dich, was du dir \unset ignoreMelismata heut vor -- ge -- nom -- men hast. Öff -- ne dein Herz weit, frei und un -- ver -- stellt. Lass die Stim -- me frei, sing in al -- le Welt. } textDEtwo = \lyricmode { \set stanza = "d2. " Ist der Mor -- gen trüb -- sin -- nig, und al -- le Welt scheint fad, dreh dich nicht im Bett he -- rum, steh auf und grüß den Tag! \set ignoreMelismata = ##t Mach den Him -- mel frei, _ es liegt in dei -- ner Hand, zum Le -- ben sei be -- reit, _ _ pack es ein -- fach an! \unset ignoreMelismata } % Papier-Ausgabe \score { << \override Score . BarNumber #'break-visibility = #all-invisible \context ChordNames { \germanChords \set chordChanges = ##t \akkorde } \context Staff = Oben << \global \context Voice = "eins" \oberstimme >> \lyricsto "eins" \new Lyrics { \text } \lyricsto "eins" \new Lyrics { \textTwo } \lyricsto "eins" \new Lyrics { \textDE } \lyricsto "eins" \new Lyrics { \textDEtwo } >> \layout { indent = 0\cm linewidth = 123\mm } } \markup{} \markup{\italic{to be played in a caribbean or calypso style; also possible as a round (1./2.)}} % MIDI \score { \unfoldRepeats { << \context Staff = chords << \set Staff.midiInstrument = "drawbar organ" \context Voice = zwei { << \dynamics \akkorde >> } >> \context Staff = ober << \set Staff.midiInstrument = "recorder" \context Voice = eins \oberstimme >> >> } \midi{ \context { \Score tempoWholesPerMinute = #(ly:make-moment 145 4) } } } %%% Local Variables: %%% coding: utf-8 %%% End: