summaryrefslogtreecommitdiff
path: root/O_du_froehliche/O_du_froehliche.ly
diff options
context:
space:
mode:
Diffstat (limited to 'O_du_froehliche/O_du_froehliche.ly')
-rw-r--r--O_du_froehliche/O_du_froehliche.ly57
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 }