From 01329ba9febc166b135037739e170a23a9e081ff Mon Sep 17 00:00:00 2001 From: tux Date: Sat, 22 Jul 2023 22:07:57 +0200 Subject: [PATCH] Aktualisierung Pfadeinstellung --- general_include.ly | 2 +- styles.ly | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/general_include.ly b/general_include.ly index 09fe682..c143a61 100644 --- a/general_include.ly +++ b/general_include.ly @@ -11,7 +11,7 @@ compatibilityMode = (if (< (list-ref (ly:version) 1) 24) (ly:parser-parse-string (if (< (list-ref (ly:version) 1) 19) (ly:parser-clone parser) (ly:parser-clone)) (string-concatenate - (list "\\include \"" "./legacy-lilypond-compatibility.ly" "\""))))) + (list "\\include \"" "../../lilypond-common-includes/legacy-lilypond-compatibility.ly" "\""))))) \compatibilityMode \include "./styles.ly" diff --git a/styles.ly b/styles.ly index 7cbe6ee..cd0579f 100644 --- a/styles.ly +++ b/styles.ly @@ -5,7 +5,7 @@ #(define song-style (if (not (defined? 'song-style)) - 'bock + 'börnel song-style)) #(if (not (boolean? book-style))