Hi,
Wondering if it is possible to have lilypond produce a working relative url
link on a pdf, where, if I had a file in the same directory as the
outputted PDF, I could do something like this:
\markup { \with-url #"test.mid" }
or
\markup { \with-url #"./test.mid" }
or
\markup { \with-url #"/test.mid" }
The first one sort of works while still viewing the output within
Frescobaldi (although the actual directory it searches was different than
what I expected), but none work in the final PDF output.
Thank you,
LT