diff options
author | Erich Eckner <git@eckner.net> | 2018-04-14 17:24:54 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-04-14 17:24:54 +0200 |
commit | 0b79ef3bec6455100e2de35bd863b67ca212895a (patch) | |
tree | 42174fd2544fd32381e015a3dfd01fa36948eeea /Thank_you_for_the_music | |
parent | 8bf12c22aed195531cab65ccde0255015dd0d27b (diff) | |
download | Musik-0b79ef3bec6455100e2de35bd863b67ca212895a.tar.xz |
keine Stimmauszüge als pdf
Diffstat (limited to 'Thank_you_for_the_music')
-rw-r--r-- | Thank_you_for_the_music/Thank_you_for_the_music.ly | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/Thank_you_for_the_music/Thank_you_for_the_music.ly b/Thank_you_for_the_music/Thank_you_for_the_music.ly index ea8b391..ca028ae 100644 --- a/Thank_you_for_the_music/Thank_you_for_the_music.ly +++ b/Thank_you_for_the_music/Thank_you_for_the_music.ly @@ -17,45 +17,15 @@ } \book { - \score { - \header { - title = "Thank you for the music" - poet = "Abba" - } - \new ChoirStaff << - \set Score.skipBars = ##t - \new Staff << - \new Voice = "frauen" { \global \oneVoice \frauenPausen } - \new Voice = "sopran" { \global \voiceOne \sopranMelodie } - \new Voice = "alt" { \global \voiceTwo \altMelodie } - >> - \new Lyrics = "textEins" {} - \new Lyrics = "textZwei" {} - \new Staff = "maenner" << - \clef "bass" - \new Voice = "frauen" { \global \oneVoice \maennerPausen } - \new Voice = "tenor" { \global \voiceOne \tenorMelodie } - \new Voice = "bass" { \global \voiceTwo \bassMelodie } - >> - \context Lyrics = "textEins" \lyricsto "sopran" \textFrauen - \context Lyrics = "textZwei" \lyricsto "tenor" \textMaenner - >> - \layout { - indent = #0 - } - } -} - -\book { \bookOutputSuffix "Alle" \score { \unfoldRepeats { \global << - \sopranMelodie - \altMelodie - \tenorMelodie - \bassMelodie + \new Voice { \voiceOne \sopranMelodie } + \new Voice { \voiceTwo \altMelodie } + \new Voice { \voiceThree \tenorMelodie } + \new Voice { \voiceFour \bassMelodie } >> } \midi { @@ -130,3 +100,33 @@ } } } + +\book { + \score { + \header { + title = "Thank you for the music" + poet = "Abba" + } + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = "frauen" { \global \oneVoice \frauenPausen } + \new Voice = "sopran" { \global \voiceOne \sopranMelodie } + \new Voice = "alt" { \global \voiceTwo \altMelodie } + >> + \new Lyrics = "textEins" {} + \new Lyrics = "textZwei" {} + \new Staff = "maenner" << + \clef "bass" + \new Voice = "frauen" { \global \oneVoice \maennerPausen } + \new Voice = "tenor" { \global \voiceOne \tenorMelodie } + \new Voice = "bass" { \global \voiceTwo \bassMelodie } + >> + \context Lyrics = "textEins" \lyricsto "sopran" \textFrauen + \context Lyrics = "textZwei" \lyricsto "tenor" \textMaenner + >> + \layout { + indent = #0 + } + } +} |