Status: Accepted
Owner: ----
Labels: Type-Defect
New issue 2965 by [email protected]: packed-spacing and \newSpacingSection
lead to collision of dots and notes
http://code.google.com/p/lilypond/issues/detail?id=2965
LilyPond forces 20 measures on one line so that the dot of the first note
runs into the following note:
\relative c' {
\override Score.SpacingSpanner #'packed-spacing = ##t
\repeat unfold 20 { c2. \newSpacingSection e4 }
}
(not sure if this is how \newSpacingSection should be applied, though)