diff options
author | Erich Eckner <git@eckner.net> | 2020-01-29 14:10:44 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-01-29 14:10:44 +0100 |
commit | 7a524ba0167f9ec3fd68af9fb86c8bb06e215216 (patch) | |
tree | 150656520c888d862027a341cc6b657417d7f49c /Froehlich_soll_mein_Herze_springen_ | |
parent | 1532aee841634ea2eb5168fc92caf9203507b55e (diff) | |
download | Musik-7a524ba0167f9ec3fd68af9fb86c8bb06e215216.tar.xz |
*/*.ly: use m4 includes instead of lilypond \includes
Diffstat (limited to 'Froehlich_soll_mein_Herze_springen_')
-rw-r--r-- | Froehlich_soll_mein_Herze_springen_/Froehlich_soll_mein_Herze_springen_.ly | 10 |
1 files changed, 3 insertions, 7 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 20b562c..93f3764 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 @@ -1,8 +1,6 @@ \include "deutsch.ly" -#(ly:set-option 'relative-includes #t) -\include "stimmen.ly" -\include "texte.ly" -#(ly:set-option 'relative-includes #f) +include(stimmen.pre) +include(texte.pre) %spezifisch% @@ -19,6 +17,4 @@ ragged-last-bottom = ##f } -#(ly:set-option 'relative-includes #t) -\include "satz.pre" -#(ly:set-option 'relative-includes #f) +include(satz.pre) |