diff options
Diffstat (limited to 'Du_bist_der_Ehrenkoenig/satz.ly')
-rw-r--r-- | Du_bist_der_Ehrenkoenig/satz.ly | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Du_bist_der_Ehrenkoenig/satz.ly b/Du_bist_der_Ehrenkoenig/satz.ly index f8bf739..bed9f0a 100644 --- a/Du_bist_der_Ehrenkoenig/satz.ly +++ b/Du_bist_der_Ehrenkoenig/satz.ly @@ -7,15 +7,17 @@ } \new ChoirStaff << \set Score.skipBars = ##t + \addQuote "sopranCue" { \sopranCue } + \addQuote "bassCue" { \bassCue } \new Staff << - \new Voice = "frauen" { \global \oneVoice \pausen } + \new Voice = "frauen" { \global \oneVoice \frauenPausen } \new Voice = "sopran" { \global \voiceOne \sopranMelodie } \new Voice = "alt" { \global \voiceTwo \altMelodie } >> \new Lyrics = "text" {} \new Staff << \clef "bass" - \new Voice = "maenner" { \global \oneVoice \pausen } + \new Voice = "maenner" { \global \oneVoice \maennerPausen } \new Voice = "tenor" { \global \voiceOne \tenorMelodie } \new Voice = "bass" { \global \voiceTwo \bassMelodie } >> @@ -25,5 +27,9 @@ >> \layout { indent = #0 + \context { + \RemoveAllEmptyStaves + % \override VerticalAxisGroup #'remove-first = ##t + } } } |