Aktualisierung Pfadeinstellung

This commit is contained in:
tux 2023-07-22 22:07:57 +02:00
parent 7e44642855
commit 01329ba9fe
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ compatibilityMode =
(if (< (list-ref (ly:version) 1) 24) (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)) (ly:parser-parse-string (if (< (list-ref (ly:version) 1) 19) (ly:parser-clone parser) (ly:parser-clone))
(string-concatenate (string-concatenate
(list "\\include \"" "./legacy-lilypond-compatibility.ly" "\""))))) (list "\\include \"" "../../lilypond-common-includes/legacy-lilypond-compatibility.ly" "\"")))))
\compatibilityMode \compatibilityMode
\include "./styles.ly" \include "./styles.ly"

View File

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