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_glaub_an_einen_Gott_der_singt | |
parent | 1532aee841634ea2eb5168fc92caf9203507b55e (diff) | |
download | Musik-7a524ba0167f9ec3fd68af9fb86c8bb06e215216.tar.xz |
*/*.ly: use m4 includes instead of lilypond \includes
Diffstat (limited to 'Ich_glaub_an_einen_Gott_der_singt')
-rw-r--r-- | Ich_glaub_an_einen_Gott_der_singt/Ich_glaub_an_einen_Gott_der_singt.ly | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Ich_glaub_an_einen_Gott_der_singt/Ich_glaub_an_einen_Gott_der_singt.ly b/Ich_glaub_an_einen_Gott_der_singt/Ich_glaub_an_einen_Gott_der_singt.ly index 63a8184..83267c3 100644 --- a/Ich_glaub_an_einen_Gott_der_singt/Ich_glaub_an_einen_Gott_der_singt.ly +++ b/Ich_glaub_an_einen_Gott_der_singt/Ich_glaub_an_einen_Gott_der_singt.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% |