From 48ac2eda200097c5b79c7be7c85fbf720dcc1702 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Fri, 30 May 2008 18:16:45 +0200 Subject: [PATCH] Fix repeatCommands context property docstring --- scm/define-context-properties.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index 42c8e16527..469b900ace 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -363,9 +363,9 @@ context and a list of music objects. The list of contains entries with start times, music objects and whether they are processed in this context.") (rehearsalMark ,integer? "The last rehearsal mark printed.") - (repeatCommands ,list? "This property is read to find any command -of the form @code{(volta . @var{x})}, where @var{x} is a string or -@code{#f}.") + (repeatCommands ,list? "This property is a list of commands +of the form @code{(list 'volta @var{x})}, where @var{x} is a string or +@code{#f}. @code{'end-repeat} is also accepted as a command.") (restNumberThreshold ,number? "If a multimeasure rest has more measures than this, a number is printed.") -- 2.39.5