]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix documentation of \with-link
authorDavid Kastrup <dak@gnu.org>
Fri, 23 Sep 2011 09:58:27 +0000 (11:58 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 23 Sep 2011 09:58:27 +0000 (11:58 +0200)
scm/define-markup-commands.scm

index aa022974e38adaa9637d5d1c512d12bb3e54b6f7..6ac78bac77a4df046666d7028f0d8cd9e28d8fa6 100644 (file)
@@ -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... }
   }
 }