]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-grob-properties.scm
*** empty log message ***
[lilypond.git] / scm / define-grob-properties.scm
index 6bcb585d5336385d450bbe3c44e2ba42794d34a9..e6004e4cf482838874fdabf054e230fa9e9860bd 100644 (file)
@@ -150,8 +150,8 @@ square of the inner notes involved.")
 
 (grob-property-description 'control-points list? "List of 4 offsets (number-pairs) that form control points for the  tie/slur shape.")
 (grob-property-description 'damping integer? "amount of beam slope damping should beam slope be damped? 0: no, 1: yes, 100000: horizontal beams .")
-(grob-property-description 'dash-length number? "the length of a dash.")
 (grob-property-description 'dash-period number? "the length of one dash + white space.")
+(grob-property-description 'dash-fraction number? "Size of the dashes, relative to dash-period. Should be between 0.0 (no line) and 1.0 (continuous line).")
 (grob-property-description 'dashed number? "[FIXME: use dash-period/dash length; see text-spanner] number representing the length of the dashes.")
 (grob-property-description 'descendens boolean? "is this neume of a descendent type?.")
 (grob-property-description 'de-uglify-parameters list? "list of 3 real constants. They define the valid areas for the middle control points. Used in de_uglyfy. They are a bit empirical.")
@@ -241,6 +241,7 @@ beaming style: stems stop at innermost beams.")
 name of character within font.")
 
 (grob-property-description 'gap ly:dimension? "Size of a gap in a variable symbol.")
+(grob-property-description 'gap-count integer? "Number of gapped beams for tremolo.")
 
 (grob-property-description 'grow-direction ly:dir? "crescendo or decrescendo?.")
 (grob-property-description 'hair-thickness number? "thickness, measured in stafflinethickness.")