]> git.donarmstrong.com Git - lilypond.git/commitdiff
(with-url): new markup command.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 27 Feb 2005 19:04:48 +0000 (19:04 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 27 Feb 2005 19:04:48 +0000 (19:04 +0000)
ChangeLog
scm/define-markup-commands.scm

index 85847b670e85489dc7ada6769e150fe5bfd24e16..773910aa26faea0dd9e78866902327a23c01f120 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * scm/define-markup-commands.scm (with-url): new markup command.
+
        * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
        tagline.
        
index dbcc1556e3b449af5c88bb82994ab3b424bc00f9..9a47e118206d81a7004701f641d88b493d0f4657 100644 (file)
@@ -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))