summaryrefslogtreecommitdiff
path: root/Nun_lob_mein_Seel_den_Herren
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-02-05 19:49:05 +0100
committerErich Eckner <git@eckner.net>2021-02-05 19:49:05 +0100
commit0a852b0ce60950517b6693a4a2a45259dbf21738 (patch)
treea3c97d31eb0d00aeaa2d30462d3727d45ccdd3d8 /Nun_lob_mein_Seel_den_Herren
parent618833473908b6a289332d8002df75a2268a1c75 (diff)
downloadMusik-0a852b0ce60950517b6693a4a2a45259dbf21738.tar.xz
Nun_lob_mein_Seel_den_Herren: satz.ly neu
Diffstat (limited to 'Nun_lob_mein_Seel_den_Herren')
-rw-r--r--Nun_lob_mein_Seel_den_Herren/Nun_lob_mein_Seel_den_Herren.ly36
-rw-r--r--Nun_lob_mein_Seel_den_Herren/satz.ly35
2 files changed, 36 insertions, 35 deletions
diff --git a/Nun_lob_mein_Seel_den_Herren/Nun_lob_mein_Seel_den_Herren.ly b/Nun_lob_mein_Seel_den_Herren/Nun_lob_mein_Seel_den_Herren.ly
index 0468ec0..bb1572b 100644
--- a/Nun_lob_mein_Seel_den_Herren/Nun_lob_mein_Seel_den_Herren.ly
+++ b/Nun_lob_mein_Seel_den_Herren/Nun_lob_mein_Seel_den_Herren.ly
@@ -14,38 +14,4 @@ include(texte.pre)
print-all-headers = ##t
}
-\score {
- \header {
- title = "Nun lob, mein Seel, den Herren"
- poet = "Text: Johann Gramann 1530; Str. 5 Königsberg 1549"
- meter = "Musik: 15. Jhd.; geistl. bei Hans Kugelmann 1540"
- composer = "Satz: Michael Praetorius 1610"
- arranger = "Einrichtung und Textunterlegung: Erhard Anger"
- }
- \new ChoirStaff <<
- \new Staff <<
- \set Score.skipBars = ##t
- \new Voice = sopran { \global \sopranMelodie }
- >>
- ifdef(`STR_1',\new Lyrics \lyricsto sopran { \sopranTextI })
- ifdef(`STR_4',\new Lyrics \lyricsto sopran { \sopranTextIV })
- ifdef(`STR_5',\new Lyrics \lyricsto sopran { \sopranTextV })
- \new Staff <<
- \set Score.skipBars = ##t
- \new Voice = alt { \global \altMelodie }
- >>
- ifdef(`STR_1',\new Lyrics \lyricsto alt { \altTextI })
- ifdef(`STR_4',\new Lyrics \lyricsto alt { \altTextIV })
- ifdef(`STR_5',\new Lyrics \lyricsto alt { \altTextV })
- \new Staff <<
- \new Voice = maenner { \global \clef "bass" \maennerMelodie }
- \new CueVoice = bass { \global \clef "bass" \bassMelodie }
- >>
- ifdef(`STR_1',\new Lyrics \lyricsto maenner { \maennerTextI })
- ifdef(`STR_4',\new Lyrics \lyricsto maenner { \maennerTextIV })
- ifdef(`STR_5',\new Lyrics \lyricsto maenner { \maennerTextV })
- >>
- \layout {
- indent = #0
- }
-}
+include(satz.pre)
diff --git a/Nun_lob_mein_Seel_den_Herren/satz.ly b/Nun_lob_mein_Seel_den_Herren/satz.ly
new file mode 100644
index 0000000..5f1e41b
--- /dev/null
+++ b/Nun_lob_mein_Seel_den_Herren/satz.ly
@@ -0,0 +1,35 @@
+\score {
+ \header {
+ title = "Nun lob, mein Seel, den Herren"
+ poet = "Text: Johann Gramann 1530; Str. 5 Königsberg 1549"
+ meter = "Musik: 15. Jhd.; geistl. bei Hans Kugelmann 1540"
+ composer = "Satz: Michael Praetorius 1610"
+ arranger = "Einrichtung und Textunterlegung: Erhard Anger"
+ }
+ \new ChoirStaff <<
+ \new Staff <<
+ \set Score.skipBars = ##t
+ \new Voice = sopran { \global \sopranMelodie }
+ >>
+ ifdef(`STR_1',\new Lyrics \lyricsto sopran { \sopranTextI })
+ ifdef(`STR_4',\new Lyrics \lyricsto sopran { \sopranTextIV })
+ ifdef(`STR_5',\new Lyrics \lyricsto sopran { \sopranTextV })
+ \new Staff <<
+ \set Score.skipBars = ##t
+ \new Voice = alt { \global \altMelodie }
+ >>
+ ifdef(`STR_1',\new Lyrics \lyricsto alt { \altTextI })
+ ifdef(`STR_4',\new Lyrics \lyricsto alt { \altTextIV })
+ ifdef(`STR_5',\new Lyrics \lyricsto alt { \altTextV })
+ \new Staff <<
+ \new Voice = maenner { \global \clef "bass" \maennerMelodie }
+ \new CueVoice = bass { \global \clef "bass" \bassMelodie }
+ >>
+ ifdef(`STR_1',\new Lyrics \lyricsto maenner { \maennerTextI })
+ ifdef(`STR_4',\new Lyrics \lyricsto maenner { \maennerTextIV })
+ ifdef(`STR_5',\new Lyrics \lyricsto maenner { \maennerTextV })
+ >>
+ \layout {
+ indent = #0
+ }
+}