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: Phil Holmes
Subject: Re: Inserting a URL into a Header
Date: Fri, 2 Jul 2010 17:24:38 +0100

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
        }
    }
 }
}

--
Phil Holmes


----- Original Message ----- From: "Nigel Horne" <address@hidden>
To: <address@hidden>
Sent: Friday, July 02, 2010 5:16 PM
Subject: Inserting a URL into a Header


How can I insert a URL into a header such as:

\header {
    piece = "My Magnum Octopus"
    opus = "Nigel Horne http://www.bandsman.co.uk";
}

Markups allow this syntax, is there something similar:

\markup {
    \with-url #"http://www.bandsman.co.uk/"; {
        Nigel Horne \italic {
            http://www.bandsman.co.uk
        }
    }
}

-Nigel

--
Nigel Horne. Arranger, Adjudicator, Band Trainer, Composer, Tutor, Typesetter.
NJH Music, ICQ#20252325, twitter: @nigelhorne
address@hidden http://www.bandsman.co.uk



_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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