diff options
-rw-r--r-- | Die_Himmel_ruehmen/Die_Himmel_ruehmen.ly | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Die_Himmel_ruehmen/Die_Himmel_ruehmen.ly b/Die_Himmel_ruehmen/Die_Himmel_ruehmen.ly index fd0e981..8f74267 100644 --- a/Die_Himmel_ruehmen/Die_Himmel_ruehmen.ly +++ b/Die_Himmel_ruehmen/Die_Himmel_ruehmen.ly @@ -2,8 +2,6 @@ include(stimmen.pre) include(texte.pre) -%spezifisch% - \paper { top-margin = 5 print-all-headers = ##t @@ -24,15 +22,15 @@ include(texte.pre) \new Lyrics = "sopranText" \new Staff << \new Voice = "Frauen" { \global \oneVoice \pausen } - \new Voice = "Sopran" \transpose c %TRANSPOSE% { \global \voiceOne \sopranMelodie } - \new Voice = "Alt" \transpose c %TRANSPOSE% { \global \voiceTwo \altMelodie } + \new Voice = "Sopran" \transpose c transponiert { \global \voiceOne \sopranMelodie } + \new Voice = "Alt" \transpose c transponiert { \global \voiceTwo \altMelodie } >> \new Lyrics = "altText" \new Staff << \clef "bass" \new Voice = "Maenner" { \global \oneVoice \pausen } - \new Voice = "Tenor" \transpose c %TRANSPOSE% { \global \voiceOne \tenorMelodie } - \new Voice = "Bass" \transpose c %TRANSPOSE% { \global \voiceTwo \bassMelodie } + \new Voice = "Tenor" \transpose c transponiert { \global \voiceOne \tenorMelodie } + \new Voice = "Bass" \transpose c transponiert { \global \voiceTwo \bassMelodie } >> \new Lyrics = "bassText" \context Lyrics = "sopranText" \lyricsto "Sopran" \sopranText |