From 2203f237ae649683a7b4571128317facd1302382 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 24 Dec 2006 03:43:47 -0800 Subject: [PATCH] Fix horizontal spacing example. --- Documentation/user/spacing.itely | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) } } } -- 2.39.5