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.
(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))