\version "2.12.0" \paper { #(set-paper-size "a4") top-margin = 1.5\cm bottom-margin = 1.0\cm } date = #(strftime "%Y-%m-%d" (localtime (current-time))) year = #(strftime "%Y" (localtime (current-time))) \header { title = "Die Getränke sind frei" composer = "Volkslied" arranger = "Arrangement: Arnie Range" tagline = \markup { \concat { \teeny { "© " } \teeny \year \teeny { " Arnie Range, arnierange.mooo.com (" } \teeny \date \teeny { ", T 15,18), may be freely copied (CC BY-NC-SA)" } } } } global = { \time 3/4 \key a \major } SopranNoten = \relative f' { \set Staff.midiInstrument = "synth voice" \repeat volta 3 { \set Timing.measureLength = #(ly:make-moment 1 4) e8 e8 | \set Timing.measureLength = #(ly:make-moment 3 4) a4 a4 cis8( a8) | e2 e4 | d4 b4 e4 | cis4 a4 e'4 a4 a4 cis8( a8) | e2 e4 | d4 b4 e4 | cis4 a4 a'4 | gis4 b4. gis8 | a4 cis4 a4 | gis4 b4. gis8 | a4 cis4 a4 | fis fis a8( fis8) | e2 a8 cis8 | cis8( b8) a4 gis4 | } \alternative { { \set Timing.measureLength = #(ly:make-moment 2 4) a2 } { \set Timing.measureLength = #(ly:make-moment 3 4) a2 a8 cis8 | cis8( b8) a4 gis4 | a2 } } \bar "|." } AltNoten = \relative f' { \set Staff.midiInstrument = "synth voice" \partial 4 \repeat volta 3 { e8 e8 | e4 e4 e4 | cis2 cis4 | b4 b4 b4 | a4 a4 e'4 | e4 e4 e4 | cis2 cis4 | b4 b4 b4 | a4 a4 cis4 | b8( cis8) d8( gis4) fis8 | e4 e4 e4 | gis4 gis4. fis8 | e4 e4 e4 | d4 e4 d8( d8) | cis4( e4) a8 gis8 | gis4 e4 e8( d8) | } \alternative { { \set Timing.measureLength = #(ly:make-moment 2 4) cis2 } { \set Timing.measureLength = #(ly:make-moment 3 4) cis2 a'8 gis8 | gis4 e4 e8( d8) | cis2 } } } TenorNoten = \relative f { \set Staff.midiInstrument = "synth voice" \partial 4 \repeat volta 3 { e8 e8 | a4 cis4 a4 | a2 a4 | gis8( a8) b4 gis4 | e4 e4 e4 | a4 cis4 a4 | a2 a4 | gis8( a8) b4 gis4 | e8( a8) a4 cis4 | d4 b4. d8 | cis8( b8) a4 a4 | b8( a8) gis4. b8 | cis4 a4 a4 | a4 a4 a4 | cis2 a8 a8 | a4 a4 b8( gis8) | } \alternative { { \set Timing.measureLength = #(ly:make-moment 2 4) e2 } { \set Timing.measureLength = #(ly:make-moment 3 4) cis'2 a8 a8 | a4 a4 b8( gis8) | e2 } } } BassNoten = \relative f { \set Staff.midiInstrument = "synth voice" \partial 4 \repeat volta 3 { e8 d8 | cis8( b8) a4 a4 | a2 cis8( d8) | e4 e4 e,4 | a4 cis4 e8( d8) | cis8( b8) a4 a4 | a2 cis8( d8) | e4 e4 e,4 | a4 cis4 a8( cis8) | e4 e4. d8 | a4 a4 a8( cis8) | e4 e4. d8 | a8( cis8) e4 a,4 | d4 d4 d8( fis8) | a4( a,4) cis8 a8 | d4 e4 << e4 e,4 >> | } \alternative { { \set Timing.measureLength = #(ly:make-moment 2 4) a2 | } { \set Timing.measureLength = #(ly:make-moment 3 4) fis'2 fis8 e8 | d4 e4 << e4 e,4 >> | a2 } } } LyricsAOne = \lyricmode { \set stanza = #"1." Die Ge -- trän -- ke sind frei, wir wolln ei -- nen he -- ben. Wer im -- mer es_auch sei der Spen -- der soll le -- ben! Man darf nicht ver -- ges -- sen, fünf Bier sind ein Es -- sen, drum Le -- ber ver -- zeih, die Ge -- trän -- ke sind frei. } LyricsATwo = \lyricmode { \set stanza = #"2." Die Ge -- trän -- ke sind frei und gut für die Nie -- ren. Drum kom -- met her -- bei und lasst euch ku -- rie -- ren. Die Ärz -- te emp -- feh -- len für dur -- sti -- ge Keh -- len oft Bier als Arze -- nei. Die Ge -- trän -- ke sind frei. } LyricsAThree = \lyricmode { \set stanza = #"4." Die Ge -- trän -- ke sind frei, das Glas man mir fül -- le! Heut ist es einer -- lei, ich samm -- le Pro -- mil -- le. Heut spielts kei -- ne Rol -- le und bei der Kon -- trol -- le sag ich zur Poli -- zei: Die Ge -- trän -- ke warn "" frei. Die Ge -- trän -- ke warn frei. } \score { \new ChoirStaff << \new Staff = women << \override Staff.InstrumentName.self-alignment-X = #RIGHT \set Staff.instrumentName = \markup \right-column { Sopran Alt } \clef treble \new Voice = "Sopran" { \voiceOne \global \SopranNoten } \new Voice = "Alt" { \voiceTwo \global \AltNoten } \new Lyrics \lyricsto "Sopran" { \LyricsAOne } \new Lyrics \lyricsto "Sopran" { \LyricsATwo } \new Lyrics \lyricsto "Sopran" { \LyricsAThree } >> \new Staff = men << \override Staff.InstrumentName.self-alignment-X = #RIGHT \set Staff.instrumentName = \markup \right-column { Tenor Bass } \clef bass \new Voice = "Tenor" { \voiceOne \global \TenorNoten } \new Voice = "Bass" { \voiceTwo \global \BassNoten } >> >> \layout { \context { \Lyrics \override LyricText.font-size = #-0.3 } \context { \Score \override RehearsalMark.self-alignment-X = #LEFT \override RehearsalMark.break-align-symbols = #'(bar-line) } } } \score { \unfoldRepeats << \new Staff << \global \SopranNoten >> \new Staff << \global \AltNoten >> \new Staff << \global \TenorNoten >> \new Staff << \global \BassNoten >> >> \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 85 4) } } } % vim: ts=2 sw=2 et :