diff options
author | Erich Eckner <git@eckner.net> | 2018-12-04 22:22:23 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-12-04 22:22:23 +0100 |
commit | ee0f4337de2cd1efc59e67f6d792084272acc737 (patch) | |
tree | 51ed8e9e177aec0610da949004c1e2df7e128638 /Froehlich_soll_mein_Herze_springen_ | |
parent | e5f5b099f990d8b0205f07ee4597df26a30f4408 (diff) | |
download | Musik-ee0f4337de2cd1efc59e67f6d792084272acc737.tar.xz |
Froehlich_soll_mein_Herze_springen_: satz.ly abgespalten
Diffstat (limited to 'Froehlich_soll_mein_Herze_springen_')
-rw-r--r-- | Froehlich_soll_mein_Herze_springen_/Froehlich_soll_mein_Herze_springen_.ly | 57 | ||||
-rw-r--r-- | Froehlich_soll_mein_Herze_springen_/Makefile | 2 | ||||
-rw-r--r-- | Froehlich_soll_mein_Herze_springen_/satz.ly | 54 |
3 files changed, 58 insertions, 55 deletions
diff --git a/Froehlich_soll_mein_Herze_springen_/Froehlich_soll_mein_Herze_springen_.ly b/Froehlich_soll_mein_Herze_springen_/Froehlich_soll_mein_Herze_springen_.ly index 761d164..20b562c 100644 --- a/Froehlich_soll_mein_Herze_springen_/Froehlich_soll_mein_Herze_springen_.ly +++ b/Froehlich_soll_mein_Herze_springen_/Froehlich_soll_mein_Herze_springen_.ly @@ -19,57 +19,6 @@ ragged-last-bottom = ##f } -\score { - \header { - title = "Fröhlich soll mein Herze springen" - poet = "Paul Gerhardt (1607-1676)" - composer = "Melodie: Johann Crüger: 1656" - } - \new ChoirStaff \transpose es e << - \set Score.skipBars = ##t - \new Staff << - \new Voice = "erste" { \global \melodieErste } - >> - %STR_1% \new Lyrics = "textErsteI" {} - %STR_2% \new Lyrics = "textErsteII" {} - %STR_3% \new Lyrics = "textErsteIII" {} - %STR_5% \new Lyrics = "textErsteV" {} - %STR_6% \new Lyrics = "textErsteVI" {} - %STR_7% \new Lyrics = "textErsteVII" {} - %STR_9% \new Lyrics = "textErsteIX" {} - %STR_11% \new Lyrics = "textErsteXI" {} - \new Staff << - \new Voice = "zweite" { \global \melodieZweite } - >> - \new Staff << - \new Voice = "dritte" { \global \melodieDritte } - >> - %STR_1% \new Lyrics = "textDritteI" {} - %STR_2% \new Lyrics = "textDritteII" {} - %STR_3% \new Lyrics = "textDritteIII" {} - %STR_5% \new Lyrics = "textDritteV" {} - %STR_6% \new Lyrics = "textDritteVI" {} - %STR_7% \new Lyrics = "textDritteVII" {} - %STR_9% \new Lyrics = "textDritteIX" {} - %STR_11% \new Lyrics = "textDritteXI" {} - %STR_1% \context Lyrics = "textErsteI" \lyricsto "erste" \textI - %STR_2% \context Lyrics = "textErsteII" \lyricsto "erste" \textII - %STR_3% \context Lyrics = "textErsteIII" \lyricsto "erste" \textIII - %STR_5% \context Lyrics = "textErsteV" \lyricsto "erste" \textV - %STR_6% \context Lyrics = "textErsteVI" \lyricsto "erste" \textVI - %STR_7% \context Lyrics = "textErsteVII" \lyricsto "erste" \textVII - %STR_9% \context Lyrics = "textErsteIX" \lyricsto "erste" \textIX - %STR_11% \context Lyrics = "textErsteXI" \lyricsto "erste" \textXI - %STR_1% \context Lyrics = "textDritteI" \lyricsto "dritte" \textI - %STR_2% \context Lyrics = "textDritteII" \lyricsto "dritte" \textII - %STR_3% \context Lyrics = "textDritteIII" \lyricsto "dritte" \textIII - %STR_5% \context Lyrics = "textDritteV" \lyricsto "dritte" \textV - %STR_6% \context Lyrics = "textDritteVI" \lyricsto "dritte" \textVI - %STR_7% \context Lyrics = "textDritteVII" \lyricsto "dritte" \textVII - %STR_9% \context Lyrics = "textDritteIX" \lyricsto "dritte" \textIX - %STR_11% \context Lyrics = "textDritteXI" \lyricsto "dritte" \textXI - >> - \layout { - indent = #0 - } -} +#(ly:set-option 'relative-includes #t) +\include "satz.pre" +#(ly:set-option 'relative-includes #f) diff --git a/Froehlich_soll_mein_Herze_springen_/Makefile b/Froehlich_soll_mein_Herze_springen_/Makefile index 3fa24ea..bb149e6 100644 --- a/Froehlich_soll_mein_Herze_springen_/Makefile +++ b/Froehlich_soll_mein_Herze_springen_/Makefile @@ -39,5 +39,5 @@ Clean: clean /%[A-Z_0-9]\+%/d \ " "$<" > "$@" -%.pdf: %.pre *.ly +%.pdf: %.pre satz.pre stimmen.ly texte.ly lilypond $< diff --git a/Froehlich_soll_mein_Herze_springen_/satz.ly b/Froehlich_soll_mein_Herze_springen_/satz.ly new file mode 100644 index 0000000..2f1c04f --- /dev/null +++ b/Froehlich_soll_mein_Herze_springen_/satz.ly @@ -0,0 +1,54 @@ +\score { + \header { + title = "Fröhlich soll mein Herze springen" + poet = "Paul Gerhardt (1607-1676)" + composer = "Melodie: Johann Crüger: 1656" + } + \new ChoirStaff \transpose es e << + \set Score.skipBars = ##t + \new Staff << + \new Voice = "erste" { \global \melodieErste } + >> + %STR_1% \new Lyrics = "textErsteI" {} + %STR_2% \new Lyrics = "textErsteII" {} + %STR_3% \new Lyrics = "textErsteIII" {} + %STR_5% \new Lyrics = "textErsteV" {} + %STR_6% \new Lyrics = "textErsteVI" {} + %STR_7% \new Lyrics = "textErsteVII" {} + %STR_9% \new Lyrics = "textErsteIX" {} + %STR_11% \new Lyrics = "textErsteXI" {} + \new Staff << + \new Voice = "zweite" { \global \melodieZweite } + >> + \new Staff << + \new Voice = "dritte" { \global \melodieDritte } + >> + %STR_1% \new Lyrics = "textDritteI" {} + %STR_2% \new Lyrics = "textDritteII" {} + %STR_3% \new Lyrics = "textDritteIII" {} + %STR_5% \new Lyrics = "textDritteV" {} + %STR_6% \new Lyrics = "textDritteVI" {} + %STR_7% \new Lyrics = "textDritteVII" {} + %STR_9% \new Lyrics = "textDritteIX" {} + %STR_11% \new Lyrics = "textDritteXI" {} + %STR_1% \context Lyrics = "textErsteI" \lyricsto "erste" \textI + %STR_2% \context Lyrics = "textErsteII" \lyricsto "erste" \textII + %STR_3% \context Lyrics = "textErsteIII" \lyricsto "erste" \textIII + %STR_5% \context Lyrics = "textErsteV" \lyricsto "erste" \textV + %STR_6% \context Lyrics = "textErsteVI" \lyricsto "erste" \textVI + %STR_7% \context Lyrics = "textErsteVII" \lyricsto "erste" \textVII + %STR_9% \context Lyrics = "textErsteIX" \lyricsto "erste" \textIX + %STR_11% \context Lyrics = "textErsteXI" \lyricsto "erste" \textXI + %STR_1% \context Lyrics = "textDritteI" \lyricsto "dritte" \textI + %STR_2% \context Lyrics = "textDritteII" \lyricsto "dritte" \textII + %STR_3% \context Lyrics = "textDritteIII" \lyricsto "dritte" \textIII + %STR_5% \context Lyrics = "textDritteV" \lyricsto "dritte" \textV + %STR_6% \context Lyrics = "textDritteVI" \lyricsto "dritte" \textVI + %STR_7% \context Lyrics = "textDritteVII" \lyricsto "dritte" \textVII + %STR_9% \context Lyrics = "textDritteIX" \lyricsto "dritte" \textIX + %STR_11% \context Lyrics = "textDritteXI" \lyricsto "dritte" \textXI + >> + \layout { + indent = #0 + } +} |