From: Graham Percival Date: Sun, 24 Dec 2006 11:43:47 +0000 (-0800) Subject: Fix horizontal spacing example. X-Git-Tag: release/2.11.5-1~17^2^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2203f237ae649683a7b4571128317facd1302382;p=lilypond.git Fix horizontal spacing example. --- diff --git a/Documentation/user/spacing.itely b/Documentation/user/spacing.itely index 21b9328860..b94c1da95a 100644 --- a/Documentation/user/spacing.itely +++ b/Documentation/user/spacing.itely @@ -839,7 +839,9 @@ Horizontal spacing may be altered with the we compare the same music; once without altering the property, and then altered. Larger values of @code{ly:make-moment} will produce smaller -music. +music. Note that @code{ly:make-moment} constructs +a duration, so @code{1 4} is a longer duration +than @code{1 16}. @lilypond[relative,verbatim,line-width=12\cm] \score { @@ -864,7 +866,7 @@ music. \context { \Score \override SpacingSpanner - #'base-shortest-duration = #(ly:make-moment 1 4) + #'base-shortest-duration = #(ly:make-moment 1 16) } } }