X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-context-properties.scm;h=da0bbfd9f92eb1728f65110a398aa32404edf863;hb=be83f044fb3dad53417d9183a25af6ce642ef1b5;hp=5a68721d4e48d76bb4f69c6b5b4390b850d87f5b;hpb=93902c8eee0e1172fa3c9816dee4935674b2f8a8;p=lilypond.git diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index 5a68721d4e..da0bbfd9f9 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). ") @@ -300,6 +300,10 @@ sustain pedals: @code{text}, @code{bracket} or @code{mixed} (both).") (printKeyCancellation ,boolean? "Print restoration alterations before a key signature change. ") (printPartCombineTexts ,boolean? "set Solo/A due texts in the part combiner?") (printOctaveNames ,boolean? "Print octave marks for the NoteNames context.") + + (proportionalNotationDuration ,ly:moment? "Global override for +shortest-playing duration. This is used for switching on proportional +notation.") (recordEventSequence ,procedure? "When Recording_group_engraver is in this context, then upon termination of the context, this function is called with current context and a list of music objects. @@ -378,6 +382,8 @@ Switch off for cadenzas.") (tremoloFlags ,integer? "Number of tremolo flags to add if no number is specified.") + (tupletFullLength ,boolean? "If set, the tuplet is printed upto +the start of the next note.") (tupletNumberFormatFunction ,procedure? "Function taking a music as input, producing a string. This function