]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 20 Apr 2003 16:12:47 +0000 (16:12 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 20 Apr 2003 16:12:47 +0000 (16:12 +0000)
scm/grob-description.scm
scm/grob-property-description.scm

index ff9d0066ca38e3218f877ca220c60c7491a74b81..926f93277eb4fa7ce8e0b1a0583c76cba483a136 100644 (file)
        (staff-position . 0)
        (expand-limit . 10)
        (thick-thickness . 6.6)
-       (use-breve-rest . #t)
        (hair-thickness . 2.0)
        (padding . 1)
        (meta . ((interfaces . (multi-measure-rest-interface rest-interface font-interface staff-symbol-referencer-interface))))
index 1bc58d14c90c8d62744f6f47047ce3efc04b8594..8d92cd79718550b91fb40866793109adc6140fc5 100644 (file)
@@ -570,7 +570,12 @@ functions set spanner positions.")
 "Minimum distance to beam for a rest collision.")
 
 (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.")
+
+(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 whole rest.  It defaults to false.  It is set
+to true when the duration of a measure is a breve or longer.")
 
 ; (display (length all-backend-properties))