From 47657f55288626b9b18d14c31961c0a68502bc1c Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Fri, 23 Sep 2011 11:58:27 +0200 Subject: [PATCH] Fix documentation of \with-link --- scm/define-markup-commands.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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... } } } -- 2.39.5