summaryrefslogtreecommitdiff
path: root/In_dieser_lieben_Sommerzeit
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-02-05 20:00:50 +0100
committerErich Eckner <git@eckner.net>2021-02-05 20:00:50 +0100
commit14588a93378e5f603b5ef22c3aabfce3fa7c9f44 (patch)
treea1d43c1d6df2ef82def7851337d3d2495ab11c36 /In_dieser_lieben_Sommerzeit
parent0ef254566b187ba3c8b072edd4b893e675c86788 (diff)
downloadMusik-14588a93378e5f603b5ef22c3aabfce3fa7c9f44.tar.xz
In_dieser_lieben_Sommerzeit: satz.ly neu
Diffstat (limited to 'In_dieser_lieben_Sommerzeit')
-rw-r--r--In_dieser_lieben_Sommerzeit/In_dieser_lieben_Sommerzeit.ly31
-rw-r--r--In_dieser_lieben_Sommerzeit/satz.ly30
2 files changed, 31 insertions, 30 deletions
diff --git a/In_dieser_lieben_Sommerzeit/In_dieser_lieben_Sommerzeit.ly b/In_dieser_lieben_Sommerzeit/In_dieser_lieben_Sommerzeit.ly
index 79c1dad..8d5435c 100644
--- a/In_dieser_lieben_Sommerzeit/In_dieser_lieben_Sommerzeit.ly
+++ b/In_dieser_lieben_Sommerzeit/In_dieser_lieben_Sommerzeit.ly
@@ -16,33 +16,4 @@ ifdef(`Papierformat',Papierformat)
\pointAndClickOff
-\score {
- \header {
- title = "In dieser lieben Sommerzeit"
- poet = "Text: Paul Gerhardt (1656), J. van Düben (1715)"
- meter = "Schwedische Textfassung: Britt G. Hallqvist (1980)"
- composer = "Musik: Anders Öhrwall (1932-2012)"
- }
- \new ChoirStaff <<
- \set Score.skipBars = ##t
- \new Staff <<
- \new Voice = sopran { \global \voiceOne \melodieSopran }
- \new Voice = alt { \global \voiceTwo \melodieAlt }
- \new Voice = fArtik { \global \voiceOne \artikulation }
- >>
- ifdef(`STR_1S',\new Lyrics \lyricsto sopran { \textSI })
- ifdef(`STR_2S',\new Lyrics \lyricsto sopran { \textSII })
- ifdef(`STR_3S',\new Lyrics \lyricsto sopran { \textSIII })
- ifdef(`STR_1',\new Lyrics \lyricsto sopran { \textDI })
- ifdef(`STR_2',\new Lyrics \lyricsto sopran { \textDII })
- ifdef(`STR_3',\new Lyrics \lyricsto sopran { \textDIII })
- \new Staff <<
- \new Voice = tenor { \clef "bass" \global \voiceOne \melodieTenor }
- \new Voice = bass { \clef "bass" \global \voiceTwo \melodieBass }
- \new Voice = mArtik { \clef "bass" \global \voiceOne \artikulation }
- >>
- >>
- \layout {
- indent = #0
- }
-}
+include(satz.pre)
diff --git a/In_dieser_lieben_Sommerzeit/satz.ly b/In_dieser_lieben_Sommerzeit/satz.ly
new file mode 100644
index 0000000..d6ad2bb
--- /dev/null
+++ b/In_dieser_lieben_Sommerzeit/satz.ly
@@ -0,0 +1,30 @@
+\score {
+ \header {
+ title = "In dieser lieben Sommerzeit"
+ poet = "Text: Paul Gerhardt (1656), J. van Düben (1715)"
+ meter = "Schwedische Textfassung: Britt G. Hallqvist (1980)"
+ composer = "Musik: Anders Öhrwall (1932-2012)"
+ }
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice = sopran { \global \voiceOne \melodieSopran }
+ \new Voice = alt { \global \voiceTwo \melodieAlt }
+ \new Voice = fArtik { \global \voiceOne \artikulation }
+ >>
+ ifdef(`STR_1S',\new Lyrics \lyricsto sopran { \textSI })
+ ifdef(`STR_2S',\new Lyrics \lyricsto sopran { \textSII })
+ ifdef(`STR_3S',\new Lyrics \lyricsto sopran { \textSIII })
+ ifdef(`STR_1',\new Lyrics \lyricsto sopran { \textDI })
+ ifdef(`STR_2',\new Lyrics \lyricsto sopran { \textDII })
+ ifdef(`STR_3',\new Lyrics \lyricsto sopran { \textDIII })
+ \new Staff <<
+ \new Voice = tenor { \clef "bass" \global \voiceOne \melodieTenor }
+ \new Voice = bass { \clef "bass" \global \voiceTwo \melodieBass }
+ \new Voice = mArtik { \clef "bass" \global \voiceOne \artikulation }
+ >>
+ >>
+ \layout {
+ indent = #0
+ }
+}