On Sun, 24 Oct 2010 09:02:45 -0700, <[email protected]> wrote:
Comment #3 on issue 1290 by n.puttock: Skyline compaction is going overboard sometimes http://code.google.com/p/lilypond/issues/detail?id=1290 Skylines are padded slightly, but you can tweak the amount via 'skyline-horizontal-padding. { \override Staff.VerticalAxisGroup #'skyline-horizontal-padding = #2 \repeat unfold 80 { <c'''-1 e'''-3 g'''-5> c' <c,-1 e,-3 g,-5> c' } } I don't think this is a critical issue.
Neil,
Thanks for posting this workaround!
It also repairs the collisions that occur when notes from neighboring staves
don't line up quite exactly :
\paper { ragged-bottom=##t }
{
% \override Staff.VerticalAxisGroup #'skyline-horizontal-padding = #1
\repeat unfold 15 { <c'''-1 e'''-3 g'''-5> c' <c,-1 e,-3 g,-5> c'}
}
-
Keith<<attachment: related1290.png>>
_______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
