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 /Geburtstagslied | |
parent | 1532aee841634ea2eb5168fc92caf9203507b55e (diff) | |
download | Musik-7a524ba0167f9ec3fd68af9fb86c8bb06e215216.tar.xz |
*/*.ly: use m4 includes instead of lilypond \includes
Diffstat (limited to 'Geburtstagslied')
-rw-r--r-- | Geburtstagslied/Geburtstagslied.ly | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Geburtstagslied/Geburtstagslied.ly b/Geburtstagslied/Geburtstagslied.ly index bf1cbc8..1a14889 100644 --- a/Geburtstagslied/Geburtstagslied.ly +++ b/Geburtstagslied/Geburtstagslied.ly @@ -1,6 +1,6 @@ \include "deutsch.ly" -\include "stimmen.ly" -\include "texte.ly" +include(stimmen.pre) +include(texte.pre) \pointAndClickOff |