diff options
author | Erich Eckner <git@eckner.net> | 2019-09-04 10:34:16 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-09-04 10:34:16 +0200 |
commit | 8401d808df7fab4b0c5b04862eed05d175cba682 (patch) | |
tree | 21c97aa3d9d3bf2538ed123f3837241e5da4a1e5 /Konzerte/2019_12_XX | |
parent | 2f61e3a8f5b2e82d50c4d638663d912cf1260b9f (diff) | |
download | Musik-8401d808df7fab4b0c5b04862eed05d175cba682.tar.xz |
Konzerte/2019_12_XX: adopt includes from wo
Diffstat (limited to 'Konzerte/2019_12_XX')
-rw-r--r-- | Konzerte/2019_12_XX/Makefile | 8 | ||||
-rw-r--r-- | Konzerte/2019_12_XX/alles.ly | 6 |
2 files changed, 13 insertions, 1 deletions
diff --git a/Konzerte/2019_12_XX/Makefile b/Konzerte/2019_12_XX/Makefile index b774032..07422dc 100644 --- a/Konzerte/2019_12_XX/Makefile +++ b/Konzerte/2019_12_XX/Makefile @@ -21,6 +21,12 @@ alles.pre: alles.ly alles.pdf: alles.pre \ ../../wo/parts/I.ly \ + ../../wo/parts/Istimmen.ly \ + ../../wo/parts/Itexte.ly \ ../../wo/parts/III.ly \ - ../../wo/parts/VI.ly + ../../wo/parts/IIIstimmen.ly \ + ../../wo/parts/IIItexte.ly \ + ../../wo/parts/VI.ly \ + ../../wo/parts/VIstimmen.ly \ + ../../wo/parts/VItexte.ly lilypond $< diff --git a/Konzerte/2019_12_XX/alles.ly b/Konzerte/2019_12_XX/alles.ly index 1355a47..7a1af8a 100644 --- a/Konzerte/2019_12_XX/alles.ly +++ b/Konzerte/2019_12_XX/alles.ly @@ -16,6 +16,8 @@ tagline = ##f } +\include "../../wo/parts/Istimmen.ly" +\include "../../wo/parts/Itexte.ly" \include "../../wo/parts/I.ly" \bookpart { @@ -49,6 +51,8 @@ } } +\include "../../wo/parts/IIIstimmen.ly" +\include "../../wo/parts/IIItexte.ly" \include "../../wo/parts/III.ly" \bookpart { \score { @@ -92,6 +96,8 @@ } } +\include "../../wo/parts/VIstimmen.ly" +\include "../../wo/parts/VItexte.ly" \include "../../wo/parts/VI.ly" \bookpart { \score { |