X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-context-properties.scm;h=469b900acee053f7ffceef6d33d9814df9f161bf;hb=e58fdeceb55cf06034bc97fab5d6294704158519;hp=42c8e1652794f90bb629c4c46310136f93b1f92c;hpb=1de3415082e0a16fcb168cb6a9d19d545e2af288;p=lilypond.git 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.")