From: hanwen Date: Fri, 5 Aug 2005 11:29:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.6.4~17^2~134 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=121a9fda1f8e98b9bf030e250dae55dc008a3c50;p=lilypond.git *** empty log message *** --- diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index db125d9717..75bd2e9916 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -242,9 +242,9 @@ is used to transpose the MIDI output, and @code{\\quote}s.") (keepAliveInterfaces ,list? "List of symbols, signifying grob interfaces that are worth keeping a RemoveEmptyStaff staff around for.") - (keyAccidentalOrder ,list? " Alist that defines in what order -alterations should be printed. The format is (@var{name} -. @var{alter}), where @var{name} is from 0 .. 6 and @var{alter} from + (keyAlterationOrder ,list? " Alist that defines in what order +alterations should be printed. The format is (@var{step} +. @var{alter}), where @var{step} is from 0 .. 6 and @var{alter} from -2 (sharp) and 2 (flat). ")