make customEps path resolution more robust

This commit is contained in:
tux
2026-07-01 17:58:10 +02:00
parent 40f483bc67
commit 50e08220c4
2 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ songs =
\bookpart {
$header
\headerToTOC #header #label
\score { $music \layout { $layout } }
\score { $music \layout { $layout songfilename = $(symbol->string filename) } }
$(add-text-pages text-pages)
}
#}))))))