]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/grob-property-description.scm
use breve rests for measure lengths
[lilypond.git] / scm / grob-property-description.scm
index c8608e25c8a9a9ee1914ff32fc93945bac391e01..a48c1f61f7658fe6971158b041e9f2240bb55692 100644 (file)
@@ -599,3 +599,4 @@ functions set spanner positions.")
 
 (grob-property-description 'avoid-note-head boolean? "if set, the stem of a chord does not pass through all note head, but start at the last note head. Used by tablature.")
 (grob-property-description 'up-to-staff boolean? "if set, stems' lengths are set so as stems end out of the staff. Used by tablature.")
+(grob-property-description 'use-breve-rest boolean? "boolean that tells multi-measure-rest to use a breve rest to represent the duration of 1 measure instead of w whole rest.  It defaults to false.  It is set to true when the duration of a measure is a breve or longer.")