Aktualisierung Pfadeinstellung
This commit is contained in:
@ -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"
|
||||||
|
@ -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))
|
||||||
|
Reference in New Issue
Block a user