diff options
author | Erich Eckner <git@eckner.net> | 2020-01-24 09:58:53 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-01-24 09:58:53 +0100 |
commit | c9ec22cb83103fd7b0bf6631f3363bc3a4046ff1 (patch) | |
tree | 109cb8fec58b2cdcc4fc9d9842373433b14bf108 /In_dieser_lieben_Sommerzeit | |
parent | d54cfb1a2c538a55c64e022c6d30f7e3206d355f (diff) | |
download | Musik-c9ec22cb83103fd7b0bf6631f3363bc3a4046ff1.tar.xz |
In_dieser_lieben_Sommerzeit.ly: an neues Make-Format angepasst
Diffstat (limited to 'In_dieser_lieben_Sommerzeit')
-rw-r--r-- | In_dieser_lieben_Sommerzeit/In_dieser_lieben_Sommerzeit.ly | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/In_dieser_lieben_Sommerzeit/In_dieser_lieben_Sommerzeit.ly b/In_dieser_lieben_Sommerzeit/In_dieser_lieben_Sommerzeit.ly index 508914f..79c1dad 100644 --- a/In_dieser_lieben_Sommerzeit/In_dieser_lieben_Sommerzeit.ly +++ b/In_dieser_lieben_Sommerzeit/In_dieser_lieben_Sommerzeit.ly @@ -1,11 +1,10 @@ \include "deutsch.ly" -#(ly:set-option 'relative-includes #t) -\include "artikulation.ly" -\include "stimmen.ly" -\include "texte.ly" -#(ly:set-option 'relative-includes #f) -%spezifisch% +include(artikulation.pre) +include(stimmen.pre) +include(texte.pre) + +ifdef(`Papierformat',Papierformat) \header { tagline = "" @@ -31,12 +30,12 @@ \new Voice = alt { \global \voiceTwo \melodieAlt } \new Voice = fArtik { \global \voiceOne \artikulation } >> - \new Lyrics \lyricsto sopran { \textSI } - \new Lyrics \lyricsto sopran { \textSII } - \new Lyrics \lyricsto sopran { \textSIII } - \new Lyrics \lyricsto sopran { \textDI } - \new Lyrics \lyricsto sopran { \textDII } - \new Lyrics \lyricsto sopran { \textDIII } + 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 } |