diff options
author | Erich Eckner <git@eckner.net> | 2023-02-14 20:14:58 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-02-14 20:14:58 +0100 |
commit | 425b91537af163514c7b484916de1b7b668704a7 (patch) | |
tree | 15078224b1f51f7d5d22b4acebddc781b59ccb84 /O_du_froehliche | |
parent | f76c5dd1da43b72bfb7a8918d9d02ee834a73117 (diff) | |
download | Musik-425b91537af163514c7b484916de1b7b668704a7.tar.xz |
Schalter auf m4/Makefile umgebaut
Diffstat (limited to 'O_du_froehliche')
-rw-r--r-- | O_du_froehliche/O_du_froehliche.ly | 57 |
1 files changed, 30 insertions, 27 deletions
diff --git a/O_du_froehliche/O_du_froehliche.ly b/O_du_froehliche/O_du_froehliche.ly index 1be16a5..126268a 100644 --- a/O_du_froehliche/O_du_froehliche.ly +++ b/O_du_froehliche/O_du_froehliche.ly @@ -28,39 +28,42 @@ include(texte.pre) \new Staff << \set Score.skipBars = ##t - %Oberstimme% \new ChoirStaff << - %Oberstimme% \new Voice = oberstimme { \global \autoBeamOn \melodieOberstimme } - %Oberstimme% >> - %Oberstimme% \new ChoirStaff << - %Oberstimme% \new Staff << - %Oberstimme% \new Voice = fpausen { \global \oneVoice \pausenChor } - %Oberstimme% \new Voice = sopran { \global \voiceOne \melodieSopran } - %Oberstimme% \new Voice = alt { \global \voiceTwo \melodieAlt } - %Oberstimme% >> - %Oberstimme% \new Lyrics = textOberstimme { } - %Oberstimme% \new Staff << - %Oberstimme% \clef "bass" - %Oberstimme% \new Voice = mpausen { \global \oneVoice \pausenChor } - %Oberstimme% \new Voice = tenor { \global \voiceOne \melodieTenor } - %Oberstimme% \new Voice = bass { \global \voiceTwo \melodieBass } - %Oberstimme% >> - %Oberstimme% >> + ifdef(`Oberstimme',` + \new ChoirStaff << + \new Voice = oberstimme { \global \autoBeamOn \melodieOberstimme } + >> + \new ChoirStaff << + \new Staff << + \new Voice = fpausen { \global \oneVoice \pausenChor } + \new Voice = sopran { \global \voiceOne \melodieSopran } + \new Voice = alt { \global \voiceTwo \melodieAlt } + >> + \new Lyrics = textOberstimme { } + \new Staff << + \clef "bass" + \new Voice = mpausen { \global \oneVoice \pausenChor } + \new Voice = tenor { \global \voiceOne \melodieTenor } + \new Voice = bass { \global \voiceTwo \melodieBass } + >> + >> \new ChoirStaff << \new Voice = melodie { \global \melodie } \new Lyrics = textI { } \new Lyrics = textII { } \new Lyrics = textIII { } >> - %Klavier% \new PianoStaff << - %Klavier% \new Staff << - %Klavier% \new Voice = klavierRechts { \global \melodieKlavierRechts } - %Klavier% >> - %Klavier% \new Staff << - %Klavier% \clef "bass" - %Klavier% \new Voice = klavierRechts { \global \melodieKlavierLinks } - %Klavier% >> - %Klavier% >> - %Oberstimme% \context Lyrics = textOberstimme \lyricsto sopran { \textOberstimme } + ifdef(`Klavier',` + \new PianoStaff << + \new Staff << + \new Voice = klavierRechts { \global \melodieKlavierRechts } + >> + \new Staff << + \clef "bass" + \new Voice = klavierRechts { \global \melodieKlavierLinks } + >> + >> + \context Lyrics = textOberstimme \lyricsto sopran { \textOberstimme } + ') \context Lyrics = textI \lyricsto melodie { \textI } \context Lyrics = textII \lyricsto melodie { \textII } \context Lyrics = textIII \lyricsto melodie { \textIII } |