X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-context-properties.scm;h=d4cfe137662e5aa457ce61afbcb6aab178b09ff5;hb=7c7244befe5572b1eba7cd34f40d586178ca4e06;hp=755c9fdf344728213ea2e47201b90efcc401291d;hpb=1c122290caffd067b81c60a18c97e61d1c6b209e;p=lilypond.git diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index 755c9fdf34..d4cfe13766 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -188,6 +188,9 @@ non-hairpin decrescendo, i.e., @samp{dim.}.") This variable is read by @rinternals{Timing_translator} at @rinternals{Score} level.") + (defaultStrings ,list? "A list of strings to use in calculating +frets for tablatures and fretboards if no strings are provided in +the notes for the current moment.") (doubleRepeatType ,string? "Set the default bar line for double repeats.") (doubleSlurs ,boolean? "If set, two slurs are created for every @@ -361,6 +364,8 @@ Changing this creates a new text spanner.") translator during music interpretation.") + (partCombineTextsOnNote ,boolean? "Print part-combine texts only on +the next note rather than immediately on rests or skips.") (pedalSostenutoStrings ,list? "See @code{pedalSustainStrings}.") (pedalSostenutoStyle ,symbol? "See @code{pedalSustainStyle}.") (pedalSustainStrings ,list? "A list of strings to print for @@ -459,7 +464,7 @@ staff position of a tablature note head. Called with two arguments: the context and the string.") (tempoHideNote ,boolean? "Hide the note=count in tempo marks.") (tempoText ,markup? "Text for tempo marks.") - (tempoUnitCount ,number? "Count for specifying tempo.") + (tempoUnitCount ,number-or-pair? "Count for specifying tempo.") (tempoUnitDuration ,ly:duration? "Unit for specifying tempo.") (tempoWholesPerMinute ,ly:moment? "The tempo in whole notes per minute.") @@ -503,9 +508,6 @@ setting this property, you can make brackets last shorter. (useBassFigureExtenders ,boolean? "Whether to use extender lines for repeated bass figures.") - (verticallySpacedContexts ,list? "List of symbols, containing -context names whose vertical axis groups should be taken into account -for vertical spacing of systems.") (vocalName ,markup? "Name of a vocal line.") (voltaSpannerDuration ,ly:moment? "This specifies the maximum duration to use for the brackets printed for @code{\\alternative}.