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