From: David Kastrup Date: Fri, 23 Sep 2011 09:58:27 +0000 (+0200) Subject: Fix documentation of \with-link X-Git-Tag: release/2.15.13-1~22 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=47657f55288626b9b18d14c31961c0a68502bc1c;p=lilypond.git Fix documentation of \with-link --- diff --git a/scm/define-markup-commands.scm b/scm/define-markup-commands.scm index aa022974e3..6ac78bac77 100644 --- a/scm/define-markup-commands.scm +++ b/scm/define-markup-commands.scm @@ -297,7 +297,7 @@ only works in the PDF backend. @lilypond[verbatim,quote] \\markup { - \\with-link #\"label\" { + \\with-link #'label { \\italic { This links to the page containing the label... } } }