Bin allerweil lustig/score

Zur Navigation springen Zur Suche springen
#(define myTitel "Bin allerweil lustig")
mypoet = ##f
mycomposer = \markup {
  \override #'(baseline-skip . 3)
  \right-column {
    "Ein altes Reiselied"
    "der Zillertaler Weinhändler"
  }
}

kopf= \header {
  title = \markup \line
  {
    %\fontsize #-3
    %\number \score-sequence #sequence-number
    #myTitel
  }
  subtitle = ##f
  subsubtitle = ##f
  poet = #mypoet
  composer = #mycomposer
  piece = ##f
  opus = ##f
}

\bookpart {
  \paper {
    markup-system-spacing  = #'((basic-distance . 15)
                                (minimum-distance . 13)
                                (padding . 12)
                                (stretchability . 30))
    top-system-spacing = #markup-system-spacing
    top-system-spacing.minimum-distance = 34
    system-system-spacing.basic-distance = 24

    top-markup-spacing = #'((basic-distance . 15)
                            (minimum-distance . 12)
                            (padding . 10)
                            (stretchability . 60))
    last-bottom-spacing = #'((basic-distance . 15)
                             (minimum-distance . 10)
                             (padding . 5)
                             (stretchability . 30))
  }
  \kopf
  \score
  {
    <<
      \new ChordNames \songchords
      \new StaffGroup
      <<
        \new BarNumberStaff=melodie
        <<
          %\new NullVoice \Struktur
          \new Voice="melody" { \voiceOne \sop }
          \new Voice { \voiceTwo \alt }
          \new Lyrics \lyricsto "melody" \firstverse
          \new Lyrics \lyricsto "melody" \secverse
          \new Lyrics \lyricsto "melody" \thiverse
          \new Lyrics \lyricsto "melody" \forverse
        >>
        \new Staff
        <<
          \new Voice="melody" { \voiceOne \ten }
          \new Voice { \voiceTwo \bas }
        >>
      >>
    >>
  }
  \markup \wordwrap {
    Melodie und Text der 1. u. 2. Strophe wurden nach dem Gesang der Tölzer Sänger aufgeschrieben,
    die 3. Strophe ist ein weit verbreitetes Gestanzl.
  }
  \markup \vspace #1
   \markup \wordwrap {
    Die 4. Strophe und eine ähnliche Melodieversion wurden in Wastl Fanderl, Oberbayrische Lieder, Ehrenwirt-Verlag,
    München 1988 veröffentlicht.
  }
}