On 2022-07-21 8:07 pm, Kevin Cole wrote:
Hi,

The subject line pretty much says it all (or most).

Ideally, I'd like to be able to do something like:

\header {
  title = "<a href='...'>This is the title</a>"
}

and have Lilypond generate a PDF with the tile linking to wherever I point it/

I'm hoping to avoid lots of Scheme, lilypond-book, TeX, etc, etc. that
I don't understand. The cost / benefit isn't worth writing a whole lot
of additional code to accomplish the linking. (The linking isn't
critical enough to be worth a lot of time, and I can think of simpler,
though less satisfactory solutions.)

Pretty sure \with-url does that:

%%%%
  title = \markup \with-url #"https://example.com/"; example
%%%%


-- Aaron Hill

Reply via email to