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 /Ich_steh_an_deiner_Krippen_hier_ | |
parent | 1532aee841634ea2eb5168fc92caf9203507b55e (diff) | |
download | Musik-7a524ba0167f9ec3fd68af9fb86c8bb06e215216.tar.xz |
*/*.ly: use m4 includes instead of lilypond \includes
Diffstat (limited to 'Ich_steh_an_deiner_Krippen_hier_')
-rw-r--r-- | Ich_steh_an_deiner_Krippen_hier_/Ich_steh_an_deiner_Krippen_hier_.ly | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Ich_steh_an_deiner_Krippen_hier_/Ich_steh_an_deiner_Krippen_hier_.ly b/Ich_steh_an_deiner_Krippen_hier_/Ich_steh_an_deiner_Krippen_hier_.ly index 4d34a75..1e0d1d1 100644 --- a/Ich_steh_an_deiner_Krippen_hier_/Ich_steh_an_deiner_Krippen_hier_.ly +++ b/Ich_steh_an_deiner_Krippen_hier_/Ich_steh_an_deiner_Krippen_hier_.ly @@ -1,11 +1,9 @@ \version "2.19.80" \include "deutsch.ly" -#(ly:set-option 'relative-includes #t) -\include "artikulation.ly" -\include "stimmen.ly" -\include "texte.ly" -#(ly:set-option 'relative-includes #f) +include(artikulation.pre) +include(stimmen.pre) +include(texte.pre) %spezifisch% |