On 13 févr. 2013, at 10:08, Werner LEMBERG <[email protected]> wrote:
>
>> If the line breaking isn't expected to change, i think that the most
>> reliable solution would be to explicitely set staff distance in this
>> particular system.
>
> Thanks for the suggestion, but I think that such a severe collision
> should be fixed independently of the final layout. I'm still waiting
> for Mike's answer w.r.t. shifting up the skyline by inserting some
> padding.
>
>
> Werner
skyline-horizontal-padding won't work here. Try something like:
<<
\new Staff = "R" \relative c' {
\voiceTwo
d16[ b
\change Staff = "L" \stemUp
g
\change Staff = "R" \stemDown
b d b]
}
\new Staff = "L" \relative c' {
\clef "bass"
\voiceOne
\override Beam #'Y-extent = #'(0 . 100)
\override Beam #'vertical-skylines =
#ly:grob::simple-vertical-skylines-from-extents
g8[ s g]
}
>>
Cheers,
MS
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user