Aktualisierung Pfadeinstellung

This commit is contained in:
Jakob Krueger 2023-07-16 19:41:09 +02:00
parent 5ee095b4e9
commit 202a08bc7b
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -5,7 +5,7 @@
#(define song-style
(if (not (defined? 'song-style))
'bock
'börnel
song-style))
#(if (not (boolean? book-style))