%some settings% vim: ai et \version "2.12" \include "stimmen.ly" \include "texte.ly" \header { title = "Dies sanctificatus" composer = "Giovanni Pierluigi da Palestrina" %opus = "<+Werk+>" tagline = "" } \paper { line-width = \paper-width - 30 top-margin = 10 bottom-margin = 10 ragged-last-bottom = #'false %system-count = 6 page-count = 2 } \layout { indent = #0 \context { \Staff \override VerticalAxisGroup #'minimum-Y-extent = #'(-4 . 4) } } #(set-global-staff-size 16) \score { \new StaffGroup << \new Lyrics = "s" \new Staff = frauen << %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } \new Voice = "soprane" \with { \remove Forbid_line_break_engraver } { \global \voiceOne \sopranMelodie } \new Voice = "alti" \with { \remove Forbid_line_break_engraver } { \global \voiceTwo \altMelodie } >> \new Lyrics = "a" \new Lyrics = "t" \new Staff = maenner << \new Voice = "mPausen" { \maennerPausen } \new Voice = "tenoere" \with { \remove Forbid_line_break_engraver } { \global \voiceOne \tenorMelodie } \new Voice = "baesse" \with { \remove Forbid_line_break_engraver } { \global \voiceTwo \bassMelodie } >> \new Lyrics = "b" \context Lyrics = "s" \lyricsto soprane \sopranText \context Lyrics = "a" \lyricsto alti \altText \context Lyrics = "t" \lyricsto tenoere \tenorText \context Lyrics = "b" \lyricsto baesse \bassText >> \midi { \context{ \Score tempoWholesPerMinute = #(ly:make-moment 96 4) } } \layout { } }