Comment #1 on 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
Actually, looks like \newSpacingSection has nothing to do with this.
Try the following code:
\relative c' {
\override Score.SpacingSpanner #'packed-spacing = ##t
\repeat unfold 14 { c2. e8 e8 }
}
