X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-context-properties.scm;h=8c678c4087dffc90af3093ac05f6af8ee16d95e4;hb=75eebcb49e52d296b1da3e1074e0825d2c780db4;hp=67f825cc6329d36d88a95075b2871b2366f381b1;hpb=ca9adb6c593ce8ec74a59a6a5be74c0fdb382f48;p=lilypond.git diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index 67f825cc63..8c678c4087 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2005 Han-Wen Nienhuys +;;;; (c) 1998--2006 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen @@ -328,6 +328,8 @@ The list of contains entries with start times, music objects and whether they are processed in this context.") (rehearsalMark ,integer? "The last rehearsal mark printed.") + (rehearsalMarkAlignSymbol ,symbol? "Which @code{break-align-symbol} to put the mark on? Example values: @code{clef}, @code{key-signature}.") + (repeatCommands ,list? "This property is read to find any command of the form @code{(volta . @var{x})}, where @var{x} is a string or @code{#f}") (restNumberThreshold ,number? "If a multimeasure rest has more measures @@ -379,8 +381,6 @@ at beat positions by only drawing one beam over the beat.") (systemStartDelimiterHierarchy ,pair? "A nested list, indicating the nesting of a start delimiters.") - (systemStartDelimiters ,list? "Grobs for nested system starts -Overrides @code{systemStartDelimiter}.") (systemStartDelimiter ,symbol? "Which grob to make for the start of the system/staff? Set to @code{SystemStartBrace}, @code{SystemStartBracket} or @code{SystemStartBar}.")