lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is there a SIMPLE way to embed an href in a title?


From: Aaron Hill
Subject: Re: Is there a SIMPLE way to embed an href in a title?
Date: Thu, 21 Jul 2022 20:14:16 -0700

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

[Prev in Thread] Current Thread [Next in Thread]