From: Valentin Villenave Date: Mon, 29 Sep 2008 10:01:44 +0000 (+0200) Subject: Updated strict-grace-spacing documentation. X-Git-Tag: release/2.11.61-1~35^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c14433d3ed5bd7eb402fc58de70d3c7522583db5;p=lilypond.git Updated strict-grace-spacing documentation. The doc string was not clear, and could led to think that Issue 577 had not been fixed. --- diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 7879fcdaa5..7fcf8538cf 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -607,8 +607,8 @@ be?") (stencil ,ly:stencil? "The symbol to print.") (stencils ,list? "Multiple stencils, used as intermediate value.") - (strict-grace-spacing ,boolean? "If set, grace notes -are not spaced separately, but put before musical columns.") + (strict-grace-spacing ,boolean? "If set, main notes are spaced +normally, then grace notes are put left of the musical columns fot the main notes.") (strict-note-spacing ,boolean? "If set, unbroken columns with non-musical material (clefs, bar lines, etc.) are not spaced separately, but put before musical columns.")