From: John Mandereau Date: Fri, 30 May 2008 16:16:45 +0000 (+0200) Subject: Fix repeatCommands context property docstring X-Git-Tag: release/2.11.48-1~19 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=48ac2eda200097c5b79c7be7c85fbf720dcc1702;p=lilypond.git Fix repeatCommands context property docstring --- 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.")