]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-translator-properties.scm
* input/test/slur-shape.ly (x): remove file.
[lilypond.git] / scm / define-translator-properties.scm
index 6f1342ae38b4e2a892d0b2aad1343fcbed9439e9..f40bb957edddd3581d4a9480432ead873121b209 100644 (file)
@@ -406,7 +406,7 @@ is erased.
 (translator-property-description 'stringTunings list? "The tablature strings tuning. Must be a list of the different semitons pitch of each string (starting by the lower one).")
 (translator-property-description 'subdivideBeams boolean? "If set, multiple beams will be subdivided at beat
 positions - by only drawing one beam over the beat.")
-(translator-property-description 'systemStartDelimiter symbol? "Which grob to make for the start of the system/staff?")
+(translator-property-description 'systemStartDelimiter symbol? "Which grob to make for the start of the system/staff? Set to @code{SystemStartBrace}, @code{SystemStartBracket} or @code{SystemStartBar}.")
 (translator-property-description 'tablatureFormat procedure?
                                 "Function formatting a tab notehead; it takes
 a string number, a list of string tunings and Pitch object. It returns the text as a string.")