summaryrefslogtreecommitdiff
path: root/Das_Lieben_bringt_grosz_Freud
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-02-05 20:10:47 +0100
committerErich Eckner <git@eckner.net>2021-02-05 20:10:47 +0100
commit0198d0dc1d91abad0f42274a97d241a8b9d3ba02 (patch)
treec02a237cfd990c4c765d228bb3f4f8e36592741d /Das_Lieben_bringt_grosz_Freud
parentbca89e14bc3c275f0a03e156d4fc6dcdb5e0b8de (diff)
downloadMusik-0198d0dc1d91abad0f42274a97d241a8b9d3ba02.tar.xz
Das_Lieben_bringt_grosz_Freud: satz.ly neu
Diffstat (limited to 'Das_Lieben_bringt_grosz_Freud')
-rw-r--r--Das_Lieben_bringt_grosz_Freud/Das_Lieben_bringt_grosz_Freud.ly28
-rw-r--r--Das_Lieben_bringt_grosz_Freud/satz.ly27
2 files changed, 28 insertions, 27 deletions
diff --git a/Das_Lieben_bringt_grosz_Freud/Das_Lieben_bringt_grosz_Freud.ly b/Das_Lieben_bringt_grosz_Freud/Das_Lieben_bringt_grosz_Freud.ly
index 6266d31..55624cc 100644
--- a/Das_Lieben_bringt_grosz_Freud/Das_Lieben_bringt_grosz_Freud.ly
+++ b/Das_Lieben_bringt_grosz_Freud/Das_Lieben_bringt_grosz_Freud.ly
@@ -14,30 +14,4 @@ include(texte.pre)
print-all-headers = ##t
}
-\score {
- \header {
- title = "Das Lieben bringt groß Freud"
- }
- \new ChoirStaff <<
- \new Staff <<
- \set Score.skipBars = ##t
- \new Voice = frauen { \global \oneVoice \frauenPausen }
- \new Voice = sopran { \global \voiceOne \sopranMelodie }
- \new Voice = alt { \global \voiceTwo \altMelodie }
- >>
- ifdef(`STR_1',\new Lyrics \lyricsto alt { \textI })
- ifdef(`STR_2',\new Lyrics \lyricsto alt { \textII })
- ifdef(`STR_3',\new Lyrics \lyricsto alt { \textIII })
- \new Staff <<
- \new Voice = maenner { \global \clef "bass" \oneVoice \maennerPausen }
- \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie }
- \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie }
- >>
- ifdef(`STR_1',\new Lyrics \lyricsto bass { \bassTextI })
- ifdef(`STR_2',\new Lyrics \lyricsto bass { \bassTextII })
- ifdef(`STR_3',\new Lyrics \lyricsto bass { \bassTextIII })
- >>
- \layout {
- indent = #0
- }
-}
+include(satz.pre)
diff --git a/Das_Lieben_bringt_grosz_Freud/satz.ly b/Das_Lieben_bringt_grosz_Freud/satz.ly
new file mode 100644
index 0000000..9c6e086
--- /dev/null
+++ b/Das_Lieben_bringt_grosz_Freud/satz.ly
@@ -0,0 +1,27 @@
+\score {
+ \header {
+ title = "Das Lieben bringt groß Freud"
+ }
+ \new ChoirStaff <<
+ \new Staff <<
+ \set Score.skipBars = ##t
+ \new Voice = frauen { \global \oneVoice \frauenPausen }
+ \new Voice = sopran { \global \voiceOne \sopranMelodie }
+ \new Voice = alt { \global \voiceTwo \altMelodie }
+ >>
+ ifdef(`STR_1',\new Lyrics \lyricsto alt { \textI })
+ ifdef(`STR_2',\new Lyrics \lyricsto alt { \textII })
+ ifdef(`STR_3',\new Lyrics \lyricsto alt { \textIII })
+ \new Staff <<
+ \new Voice = maenner { \global \clef "bass" \oneVoice \maennerPausen }
+ \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie }
+ \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie }
+ >>
+ ifdef(`STR_1',\new Lyrics \lyricsto bass { \bassTextI })
+ ifdef(`STR_2',\new Lyrics \lyricsto bass { \bassTextII })
+ ifdef(`STR_3',\new Lyrics \lyricsto bass { \bassTextIII })
+ >>
+ \layout {
+ indent = #0
+ }
+}