diff options
author | Erich Eckner <git@eckner.net> | 2021-02-05 20:04:13 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-02-05 20:04:13 +0100 |
commit | 32845b99d529b2d871f617244bce2e1165ce5742 (patch) | |
tree | 8b789adb84d0aad45a1dd983f5c71e601e82f7e9 /Geh_aus_in_dieser_lieben_Sommerzeit | |
parent | 775f2c1178d4c6c9af4b4f10c5ceefdeb483dbe4 (diff) | |
download | Musik-32845b99d529b2d871f617244bce2e1165ce5742.tar.xz |
Geh_aus_in_dieser_lieben_Sommerzeit: vereinfacht
Diffstat (limited to 'Geh_aus_in_dieser_lieben_Sommerzeit')
-rw-r--r-- | Geh_aus_in_dieser_lieben_Sommerzeit/Geh_aus_in_dieser_lieben_Sommerzeit.ly | 54 |
1 files changed, 2 insertions, 52 deletions
diff --git a/Geh_aus_in_dieser_lieben_Sommerzeit/Geh_aus_in_dieser_lieben_Sommerzeit.ly b/Geh_aus_in_dieser_lieben_Sommerzeit/Geh_aus_in_dieser_lieben_Sommerzeit.ly index f0c2fc7..d61c92b 100644 --- a/Geh_aus_in_dieser_lieben_Sommerzeit/Geh_aus_in_dieser_lieben_Sommerzeit.ly +++ b/Geh_aus_in_dieser_lieben_Sommerzeit/Geh_aus_in_dieser_lieben_Sommerzeit.ly @@ -17,30 +17,7 @@ include(Geh_aus_mein_Herz_stimmen.pre) include(Geh_aus_mein_Herz_texte.pre) \bookpart { - \score { - \header { - title = "Geh aus, mein Herz, und suche Freud" - poet = "Text: Paul Gerhardt (1607-1676)" - composer = "Weise: Augustin Harder (1775-1813)" - } - \new ChoirStaff << - \new Staff - << - \set Score.skipBars = ##t - \new Voice = sopran { \global \voiceOne \sopranMelodie } - \new Voice = alt { \global \voiceTwo \altMelodie } - >> - \new Lyrics \lyricsto sopran { \textII } - \new Lyrics \lyricsto sopran { \textIX } - \new Staff << - \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } - \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } - >> - >> - \layout { - indent = #0 - } - } + include(Geh_aus_mein_Herz_satz.pre) } define(`STR_1S',`(1) 1') @@ -53,32 +30,5 @@ include(In_dieser_lieben_Sommerzeit_stimmen.pre) include(In_dieser_lieben_Sommerzeit_texte.pre) \bookpart{ - \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 } - >> - \new Lyrics \lyricsto sopran { \textSI } - \new Lyrics \lyricsto sopran { \textDI } - \new Lyrics \lyricsto sopran { \textDII } - \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(In_dieser_lieben_Sommerzeit_satz.pre) } |