diff --git a/include_from_song.ily b/include_from_song.ily index 0776331..d5034c5 100644 --- a/include_from_song.ily +++ b/include_from_song.ily @@ -3,5 +3,13 @@ includeFromSong = (let ((noDefaultOutputBackup noDefaultOutput)) (set! noDefaultOutput #t) (ly:parser-parse-string (ly:parser-clone) - (ly:format "\\include \"~a\"" filename)) + (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))) (set! noDefaultOutput noDefaultOutputBackup))) \ No newline at end of file