Comment #3 on issue 3987 by [email protected]: inconsistent spacing with
spacing-increment
http://code.google.com/p/lilypond/issues/detail?id=3987
Regarding comment #2: don't see spacing-increment starting as 0:
showit = \applyContext #(lambda (c)
(format #t "SpacingSpanner.spacing-increment = ~S\n"
(ly:assoc-get 'spacing-increment
(ly:context-grob-definition c 'SpacingSpanner)
"Uh-oh")))
\relative g' {
\showit
g16 g \showit g g
\newSpacingSection \showit
\override Score.SpacingSpanner.spacing-increment = 5
g16 g \showit g g
\newSpacingSection
\revert Score.SpacingSpanner.spacing-increment
g16 g\showit g g
}
Interpreting music...SpacingSpanner.spacing-increment = 1.2
SpacingSpanner.spacing-increment = 1.2
SpacingSpanner.spacing-increment = 1.2
SpacingSpanner.spacing-increment = 5
SpacingSpanner.spacing-increment = 1.2
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings