From: Han-Wen Nienhuys Date: Sun, 20 Apr 2003 16:12:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/1.7.17~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=701f7ad83a7d1a170b8ca8d9b9cd1308e4e0ad4c;p=lilypond.git *** empty log message *** --- diff --git a/scm/grob-description.scm b/scm/grob-description.scm index ff9d0066ca..926f93277e 100644 --- a/scm/grob-description.scm +++ b/scm/grob-description.scm @@ -565,7 +565,6 @@ (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)))) diff --git a/scm/grob-property-description.scm b/scm/grob-property-description.scm index 1bc58d14c9..8d92cd7971 100644 --- a/scm/grob-property-description.scm +++ b/scm/grob-property-description.scm @@ -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))