\include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \book { \score { \header { title = "Ronja Räubertochter" subtitle = "Titelmelodie des schwedischen Kinofilms" composer = "Björn Isfält" arranger = "Notensatz: Conrad Haase" meter = "Andante con moto" tagline = "" } \new Staff << \set Score.skipBars = ##t \new ChoirStaff << \new Lyrics = textSopran { } \new Staff << \new Voice = solo { \global \oneVoice \melodieSolo } >> \new Lyrics = textMelodie { } \new Staff << \clef "G_8" \new Voice = bgPausen { \global \oneVoice \bgPausen } \new Voice = bgOben { \global \voiceOne \melodieBackgroundOben } \new Voice = bgUnten { \global \voiceTwo \melodieBackgroundUnten } >> \new Lyrics = textBackground { } >> \context Lyrics = textMelodie \lyricsto solo { \textSolo } \context Lyrics = textBackground \lyricsto bgOben { \textBackground } >> \layout { indent = #0 \context { \Staff \RemoveEmptyStaves \override VerticalAxisGroup #'remove-first = ##t } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4) } } } } \book { \bookOutputSuffix "Melodie" \score { \unfoldRepeats { \new Staff { \new Voice = solo { \global \melodieSolo } } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4) } } } } \book { \bookOutputSuffix "Begleitung-Oben" \score { \unfoldRepeats { \new Staff { \clef "G_8" \new Voice = bgOben { \global << \melodieBackgroundOben \bgPausen >> } } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4) } } } } \book { \bookOutputSuffix "Begleitung-Unten" \score { \unfoldRepeats { \new Staff { \clef "G_8" \new Voice = bgOben { \global << \melodieBackgroundUnten \bgPausen >> } } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4) } } } }