Here's a minimal example that produces the collision for me. In the meantime, any way to move that clef around which will force more space at the end of that line? Is the end-of-line clef change clef symbol referenced differently than just Clef?

\version "2.11.37"

bottom = \relative c {
\clef bass \repeat unfold 8 { f16 f f f \noBreak } f8 f4 f4 f8 f8 r8 \break \clef tenor
        c1
}

top = \relative c' {
        \clef treble \repeat unfold 12 { c16 c c c } c1
}

\new StaffGroup <<
        \new Staff << \top >>
        \new Staff << \bottom >>
>>

Ben

On Jun 3, 2008, at 12:52 AM, Valentin Villenave wrote:

2008/6/3 Benedict Singer <[EMAIL PROTECTED]>:

I have a clef change at the end of a line colliding with an 8th rest right
before it.

If there's a collision, it's a bug. Can you try to produce a minimal
example (i.e. remove everything in your code that doesn't prevent the
collision from happening), and send this short example?

Thanks,
Valentin



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to