lilypond-user
[Top][All Lists]
Advanced

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

Re: Inserting a URL into a Header


From: David Kastrup
Subject: Re: Inserting a URL into a Header
Date: Fri, 02 Jul 2010 19:09:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Nigel Horne <address@hidden> 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




reply via email to

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