%some settings% vim: ai sw=2 lbr nu et \version "2.14" \include "stimmen.ly" \include "texte.ly" \header { title = "Gabriellas Lied" composer = "Stefan Nilsson" translator = "Franz Nono Schreiner" %opus = "<+Werk+>" tagline = "" } \paper { line-width = \paper-width - 30 top-margin = 10 bottom-margin = 10 ragged-last-bottom = #'f } \layout { indent = #0 \context { \Staff \RemoveEmptyStaves \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3.5) \override VerticalAxisGroup #'remove-first = ##t } } #(set-global-staff-size 17) melody = \new Staff = mel << \new Voice = "solo" { \global \aSolo } \addlyrics { \soloTxt } >> sop = \new Staff = sopran << %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } \new Voice = "soprane" { \global \voiceOne \sopranMelodie } %\addlyrics { \sopranText } \new Voice = "alti" { \global \voiceTwo \altMelodie } \addlyrics { \altText } >> alt = \new Staff = alt << \new Voice = "alti" { \global \altMelodie } %\addlyrics { \altText } >> ten = \new Staff = tenor << \new Voice = "tenoere" { \global \tenorMelodie } \addlyrics { \tenorText } >> bas = \new Staff = bass << \new Voice = "baesse" { \global \bassMelodie } \addlyrics { \bassText } >> \score { \new GrandStaff \with {} << \melody \new ChoirStaff \with {} << \sop %\alt \ten \bas >> >> %{ \midi { \context{ %\Score %tempoWholesPerMinute = #(ly:make-moment 72 4) } } %} % { \layout { } %} }