lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lilypond-auto] Issue 3987 in lilypond: inconsistent spacing with sp


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3987 in lilypond: inconsistent spacing with spacing-increment
Date: Mon, 07 Jul 2014 21:12:26 +0000


Comment #3 on issue 3987 by address@hidden: 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]