% Updated to Lilypond 2.2.5 by Ruud van Silfhout % convert-ly -> Lilypond 2.4.2 (plus a few layout tweaks) by Chris Sawer % Last changed on 2/Jan/2005 \version "2.4.0" \header { title = "Der Mond ist aufgegangen" subtitle = "M. Claudius (1746 - 1815) J. A. P Schulz 1790" mutopiatitle = "Der Mond ist aufgegangen" mutopiacomposer = "Schulz" mutopiainstrument = "Organ" style = "Renaissance" copyright = "Public Domain" maintainer = "Dr. G. Roesler" maintainerEmail = "groesle@gwdg.de" lastupdated = "2005/Jan/02" footer = "Mutopia-2005/01/02-127" tagline = "\\raisebox{10mm}{\\parbox{188mm}{\\quad\\small\\noindent " + \footer + " \\hspace{\\stretch{1}} This music is part of the Mutopia project: \\hspace{\\stretch{1}} \\texttt{http://www.MutopiaProject.org/}\\\\ \\makebox[188mm][c]{It has been typeset and placed in the public domain by " + \maintainer + ".} \\makebox[188mm][c]{Unrestricted modification and redistribution is permitted and encouraged---copy this music and share it!}}}" } #(set-global-staff-size 24) global = { \time 4/4 \partial 4 } Key = \key f \major melody = \relative f' \context Voice = "melody" { \stemUp \slurUp f4 | g f bes a | g2 f4 a | a a d c | bes2 a4 a | a a bes a | g2. f4 | g f bes a | g2 f4 a | a a d c | bes2 a4 a | a a bes a | g g f \fermata \bar "||" } text = \lyricmode { Der Mond ist auf -- ge -- gan -- gen, die gold -- nen Stern -- lein pran -- gen am Him -- mel hell und _ klar; der Wald steht schwarz und schwei -- get, und aus den Wie -- sen stei -- get der wei -- ße Ne -- bel wun -- der -- bar. } alt = \relative f' \context Voice = "alt" { \stemDown \slurDown c4 | d c f f | f ( e) f c | d e f8 g a4 | f8 d e4 f f | f4. e8 d4 f | f ( e2) f4 | c c8 d d e f4 | d c8 bes a4 c | f e8 f f g a4 | f ( e) f f | g a g f | f e c \bar "||" } tenor = \relative f \context Voice = "tenor" { \stemUp \slurUp a4 | bes a bes c | d c8[ bes ] a4 f | f8[ g ] a4 a8[ bes ] c[ f, ] | bes4 ( c) c f,8[ g ] | a[ bes ] c4 a8 ( g4) f8 | c'2. a4 | g a g f | f ( e) f f8[ g ] | a[ bes ] c4 d8[ e ] f4 | d ( c) c d | e f d c | d c8[ bes ] a4 \bar "||" } bass = \relative f' \context Voice = "bass" { \stemDown \slurDown f, | f f d c | bes ( c) f f8[ e] | d4 c c a | g ( c) f, f'8[ e ] | d4 c bes b | c2. f4 | e f g, a | bes ( c) d f | d a bes a | g ( c) f d | cis d g, a | bes c f,_\fermata \bar "||" } \paper{ leftmargin = 1.5 \cm } \score { << \global \override Score.BarNumber #'padding = #3 \context StaffGroup = "coro" << \context Staff = "women" << \set Staff.midiInstrument = #"choir aahs" \set Staff.instrument = \markup { \column < "SOPRANO." "ALTO." > } \set Staff.instr = #`"" \Key \context Voice = "one" \melody \context Voice = "two" \alt >> \oldaddlyrics \context Staff = "men" << \clef bass \set Staff.midiInstrument = #"choir aahs" \set Staff.instrument = \markup { \column < "TENORE." "BASSO." > } \set Staff.autoBeaming = ##f \unset Staff.melismaBusyProperties \set Staff.instr = #`"" \Key \context Voice = "one" \tenor \context Voice = "two" \bass >> \context Lyrics << \context Lyrics = stanzaOne { \set stanza = "1." \text } >> >> >> \layout { linewidth = 17.5 \cm interscoreline = 1.5 \cm } \midi { \tempo 4 = 160 } }