]> git.donarmstrong.com Git - lilypond.git/commitdiff
Compile fix #1: Document restCompletionBusy.
authorNeil Puttock <n.puttock@gmail.com>
Fri, 4 Mar 2011 22:06:55 +0000 (22:06 +0000)
committerNeil Puttock <n.puttock@gmail.com>
Fri, 4 Mar 2011 22:06:55 +0000 (22:06 +0000)
scm/define-context-properties.scm

index de702c3f6fdd96c2263ac86d07c60601df5e748a..3b3f369c872228795e439f49217d8f1f957c5d7c 100644 (file)
@@ -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.")