Liederbuchvorlage wieder lauffähig gemacht

This commit is contained in:
tux
2023-09-16 18:38:53 +02:00
parent 7a0dd88067
commit 55db0e0e31
3 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
(interpret-markup layout props
(let ((filepath (if (string-null? songfilename)
filename
(ly:format "../../~a/~a/~a" songPath songfilename filename))))
(ly:format "~a/~a/~a" songPath songfilename filename))))
(if (file-exists? filepath)
(make-epsfile-markup Y ysize filepath)
(if defaultmarkup