\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 { "), may be freely copied (CC BY-NC-SA)" } } } } global = { \time 3/4 \key c \major } TenorBNoten = \relative a { %\set Staff.midiInstrument = "synth voice" \repeat volta 3 { \set Timing.measureLength = #(ly:make-moment 1 4) g8 g8 | \set Timing.measureLength = #(ly:make-moment 3 4) c4 c4 e8( c8) | g2 g4 | f4 d4 g4 | e4 c4 g'4 c4 c4 e8( c8) | g2 g4 | f4 d4 g4 | e4 c4 c'4 | b4 d4. b8 | c4 e4 c4 | b4 d4. b8 | c4 e4 c4 | a a c8( a8) | g2 c8 e8 | e8( d8) c4 b4 | } \alternative { { \set Timing.measureLength = #(ly:make-moment 2 4) c2 } { \set Timing.measureLength = #(ly:make-moment 3 4) c2 c8 e8 | e8( d8) c4 b4 | c2 } } \bar "|." } BassANoten = \relative f { %\set Staff.midiInstrument = "synth voice" \partial 4 \repeat volta 3 { g8 g8 | g4 e4 g4 | e2 e4 | d4 d4 d4 | c4 c4 g'4 | g4 e4 g8( g8) | e2 e4 | d4 d4 d4 | c4 c4 g'4 | g4 g8( a8 b8) a8 | g4 g4 g4 | g4 g8( a8 b8) a8 | g4 g4 g4 | g4 a4 g4 | g4( e4) g8 g8 | a4 g4 g8( f8) | } \alternative { { \set Timing.measureLength = #(ly:make-moment 2 4) << e2 \tweak #'font-size #-3 g2 >> } { \set Timing.measureLength = #(ly:make-moment 3 4) e2 g8 g8 | a4 g4 g8( f8) | << e2 \tweak #'font-size #-3 g2 >> } } } TenorANoten = \relative f { %\set Staff.midiInstrument = "synth voice" \partial 4 \repeat volta 3 { g8 g8 | c4 c4 e8( e8) | c2 c4 | b8( a8) b4 b4 | g4 e4 g4 | c4 c4 e8( e8) | c2 c4 | b8( a8) b4 b4 | g4 e4 c'4 | d4 d4. f8 | e8( d8) e4 c4 | d8( c8) d4. d8 | e4 e4 e4 | c4 c4 c8( c8) | c2 e8 e8 | e8( e8) d4 d4 | } \alternative { { \set Timing.measureLength = #(ly:make-moment 2 4) c2 } { \set Timing.measureLength = #(ly:make-moment 3 4) c2 e8 e8 | e8( e8) d4 d4 | c2 } } } BassBNoten = \relative f { %\set Staff.midiInstrument = "synth voice" \partial 4 \repeat volta 3 { g8 f8 | e8( d8) c4 c4 | c2 c8( e,8) | g4 g4 b4 | c4 c4 g'8( f8) | e8( d8) c4 c8( c8) | c2 c8( e,8) | g4 g4 b4 | c4 c4 c8( e8) | g4 g4. g,8 | c4 c4 c8( e8) | g4 g4. f8 | c8( e8) g4 c,4 | f4 f4 f4 | e4( c4) c8 c8 | f4 g4 g,4 | } \alternative { { \set Timing.measureLength = #(ly:make-moment 2 4) c2 | } { \set Timing.measureLength = #(ly:make-moment 3 4) a2 a8 g8 | f4 g4 g4 | c2 } } } 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 = #"3." 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 { "Tenor 1" "Tenor 2" } \clef "treble_8" \new Voice = "Tenor 1" { \voiceOne \global \TenorANoten } \new Voice = "Tenor 2" { \voiceTwo \global \TenorBNoten } \new Lyrics \lyricsto "Tenor 2" { \LyricsAOne } \new Lyrics \lyricsto "Tenor 2" { \LyricsATwo } \new Lyrics \lyricsto "Tenor 2" { \LyricsAThree } >> \new Staff = men << \override Staff.InstrumentName #'self-alignment-X = #RIGHT \set Staff.instrumentName = \markup \right-column { "Bass 1" "Bass 2" } \clef bass \new Voice = "Bass 1" { \voiceOne \global \BassANoten } \new Voice = "Bass 2" { \voiceTwo \global \BassBNoten } >> >> \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 \TenorANoten >> \new Staff << \global \TenorBNoten >> \new Staff << \global \BassANoten >> \new Staff << \global \BassBNoten >> >> \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 85 4) } } } % vim: ts=2 sw=2 et :