Durch Raum und Zeit

Zur Navigation springen Zur Suche springen

Layout & Score

myTitel= "Durch Raum und Zeit"
comp="M: Manuela"

Struktur = {
  \override Score.NonMusicalPaperColumn.page-break-permission = ##f
  \set Score.proportionalNotationDuration = #(ly:make-moment 1/2)
  s4
  s2. * 41 \pageBreak
}

\bookpart {
  \paper {
    top-markup-spacing = #'((basic-distance . 10)
                            (minimum-distance . 0)
                            (padding . 0)
                            (stretchability . 30))
    markup-system-spacing  = #top-markup-spacing
    system-system-spacing.minimum-distance = #12
  }
  \header {
    title = \markup \caps #myTitel
    subtitle = ##f
    subsubtitle = ##f
    poet = ##f
    poet = ##f
    composer = #comp
    piece = ##f
    opus = ##f
  }
  \score
  {
    \new PianoStaff
    <<
      \new BarNumberStaff="leadsheet"
      <<
        \new Voice="melody" \RH
        \context Voice \rslur
        \new NullVoice \Struktur
      >>
      \new Dynamics \DYN
      \new Staff
      <<
        \new Voice \LH
      >>
    >>
  }
}

Layout & Score

myTitel= "Durch Raum und Zeit"
comp="M: Manuela"

Struktur = {
  \override Score.NonMusicalPaperColumn.page-break-permission = ##f
  \set Score.proportionalNotationDuration = #(ly:make-moment 1/2)
  s4
  s2. * 41 \pageBreak
}

\bookpart {
  \paper {
    top-markup-spacing = #'((basic-distance . 10)
                            (minimum-distance . 0)
                            (padding . 0)
                            (stretchability . 30))
    markup-system-spacing  = #top-markup-spacing
    system-system-spacing.minimum-distance = #12
  }
  \header {
    title = \markup \caps #myTitel
    subtitle = ##f
    subsubtitle = ##f
    poet = ##f
    poet = ##f
    composer = #comp
    piece = ##f
    opus = ##f
  }
  \score
  {
    \new PianoStaff
    <<
      \new BarNumberStaff="leadsheet"
      <<
        \new Voice="melody" \RH
        \context Voice \rslur
        \new NullVoice \Struktur
      >>
      \new Dynamics \DYN
      \new Staff
      <<
        \new Voice \LH
      >>
    >>
  }
}