From: Han-Wen Nienhuys Date: Sun, 27 Feb 2005 19:04:48 +0000 (+0000) Subject: (with-url): new markup command. X-Git-Tag: release/2.5.14~71 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5fe144c7dd6335e457c20c355478a3fd192058c1;p=lilypond.git (with-url): new markup command. --- diff --git a/ChangeLog b/ChangeLog index 85847b670e..773910aa26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-02-27 Han-Wen Nienhuys + * scm/define-markup-commands.scm (with-url): new markup command. + * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to tagline. diff --git a/scm/define-markup-commands.scm b/scm/define-markup-commands.scm index dbcc1556e3..9a47e11820 100644 --- a/scm/define-markup-commands.scm +++ b/scm/define-markup-commands.scm @@ -18,7 +18,8 @@ (def-markup-command (with-url layout props url arg) (string? markup?) - "Insert a link to @var{url} in the output." + "Add a link to URL @var{url} around @var{arg}. This only works in +the PDF backend." (let* ((stil (interpret-markup layout props arg)) (xextent (ly:stencil-extent stil X))