Op 18-4-2017 om 21:28 schreef Thomas Morley:
Not sure if it'll help, here some methods to retrieve values:

[...]
#(format #t
   "\nCurrent filename: \"~a.ly\"\n"
   (ly:parser-output-name))


HTH,
   Harm

This is great, because I found that I actually preferred to use the original file name. I'm using a template that produces C, B-flat and E-flat versions from a single lead sheet in C, so now I'm using:

    \bookOutputName $(string-append "E-flat/" (ly:parser-output-name))
    \bookOutputSuffix "Eb"

(and similar for the B-flat version) to store the transposed versions in their own directories.

Many thanks!

Regards, Patrick

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to