diff options
-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 { |