From 9a57d66af6f908c96998e213421c73bcc7261af9 Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Fri, 4 Mar 2011 22:06:55 +0000 Subject: [PATCH] Compile fix #1: Document restCompletionBusy. --- scm/define-context-properties.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index de702c3f6f..3b3f369c87 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -145,7 +145,7 @@ exceptions. Contains @code{(@var{chord} . (@var{prefix-markup} @var{suffix-markup}))} entries.") (chordNameFunction ,procedure? "The function that converts lists of pitches to chord names.") - (chordNameLowercaseMinor ,boolean? "Downcase roots of minor chords?") + (chordNameLowercaseMinor ,boolean? "Downcase roots of minor chords?") (chordNameSeparator ,markup? "The markup object used to separate parts of a chord name.") (chordNoteNamer ,procedure? "A function that converts from a pitch @@ -413,6 +413,7 @@ of the form @code{(list 'volta @var{x})}, where @var{x} is a string or arguments an integer and context, returning whether the corresponding percent repeat number should be printed when @code{countPercentRepeats} is set.") + (restCompletionBusy ,boolean? "Signal whether a completion-rest is active.") (restNumberThreshold ,number? "If a multimeasure rest has more measures than this, a number is printed.") -- 2.39.5