X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fgrob-property-description.scm;h=0f453ffb34c0de4ddb15ae6a2ef4ad41450f33a2;hb=f05cfd7757b31723fe6af2f5c0e2fdbaebea3b85;hp=cb86a25200c2b4921626225c534acd17db2c3c8e;hpb=f7f4d9dcd37086b5c8b417719a0fcc924aceef92;p=lilypond.git diff --git a/scm/grob-property-description.scm b/scm/grob-property-description.scm index cb86a25200..0f453ffb34 100644 --- a/scm/grob-property-description.scm +++ b/scm/grob-property-description.scm @@ -221,6 +221,8 @@ and will have no effect. (grob-property-description 'magnify number? "the magnification factor. FIXME: doesn't work for feta fonts.") (grob-property-description 'maximum-length number? "don't make Grob longer than this") (grob-property-description 'maximum-rest-count integer? "kill off rests so we don't more than this number left.") +(grob-property-description 'measure-length moment? "Length of a +measure. Used in some spacing situations.") (grob-property-description 'measure-count integer? "number of measures for a multimeasure rest.") (grob-property-description 'merge-differently-dotted boolean? " Merge noteheads in collisions, even if they have a different number of dots. This normal notation for some types of polyphonic music. The value of this setting is used by @ref{note-collision-interface} .") (grob-property-description 'minimum-distance number? "minimum distance between notes and rests.") @@ -243,7 +245,6 @@ FIXME: also pair? (cons LEFT RIGHT) ? (cons LEFT RIGHT) ") -(grob-property-description 'minimum-width number? "minimum-width of rest symbol, in staffspace.") (grob-property-description 'molecule-callback procedure? "Function taking grob as argument, returning a Scheme encoded Molecule.") (grob-property-description 'molecule molecule? "Cached output of the molecule-callback.")