1 Commits

Author SHA1 Message Date
tux
017dc38471 new engraver for spacing in chordlyrics 2025-06-15 14:03:13 +02:00

View File

@ -3,13 +3,5 @@ includeFromSong =
(let ((noDefaultOutputBackup noDefaultOutput))
(set! noDefaultOutput #t)
(ly:parser-parse-string (ly:parser-clone)
(ly:format "\\include \"~a\""
(string-append
(dirname (dirname (current-filename)))
file-name-separator-string
"lilypond-song-includes"
file-name-separator-string
"liedbausteine"
file-name-separator-string
filename)))
(ly:format "\\include \"~a\"" filename))
(set! noDefaultOutput noDefaultOutputBackup)))