Nigel Horne <[email protected]> writes:
> On 02/07/10 17:24, Phil Holmes wrote:
>> Just put the markup as the opus:
>>
>> \header {
>> piece = "My Magnum Octopus"
>> opus = \markup {
>> \with-url #"http://www.bandsman.co.uk/" {
>> Nigel Horne \italic {
>> http://www.bandsman.co.uk
>> }
>> }
>> }
>> }
>
> That's great Phil, thanks. I missed the need for the \markup after
> "opus =" when I tried it.
>
> There's one weird thing that's difficult to explain. It's as though
> each word "Nigel", "Horne" and the URL each have a separate hyperlink
> -
> if you put the mouse in the space between the words you'll find
> nothing to click.
There _is_ nothing to click. The words are all set separately, with a
distance between them.
Perhaps you want something like
\header {
piece = "My Magnum Octopus"
opus = \markup {
\with-url #"http://www.bandsman.co.uk/" \concat {
"Nigel Horne " \italic "http://www.bandsman.co.uk"
}
}
}
instead.
--
David Kastrup
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user