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 /Kommt_herzu/Kommt_herzu.ly | |
parent | 1532aee841634ea2eb5168fc92caf9203507b55e (diff) | |
download | Musik-7a524ba0167f9ec3fd68af9fb86c8bb06e215216.tar.xz |
*/*.ly: use m4 includes instead of lilypond \includes
Diffstat (limited to 'Kommt_herzu/Kommt_herzu.ly')
-rw-r--r-- | Kommt_herzu/Kommt_herzu.ly | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Kommt_herzu/Kommt_herzu.ly b/Kommt_herzu/Kommt_herzu.ly index da903e0..7b897bb 100644 --- a/Kommt_herzu/Kommt_herzu.ly +++ b/Kommt_herzu/Kommt_herzu.ly @@ -1,9 +1,7 @@ \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% |