On 7 January 2011 02:34, Keith E OHara <[email protected]> wrote:

> Clearly it doesn't always happen.  If we notice what prevents it, that might
> be a valuable clue for the fix.

It only happens when there's an explicit key signature.

If you remove the default 'extra-spacing-height from TimeSignature,
the same collision occurs for explicit time signatures:

\relative c' {
  \compressFullBarRests
  \clef bass
  \override Staff.TimeSignature #'extra-spacing-height = #'(0 . 0)
  R1*5
  \time 2/2
  \break
  R1*5
}

\paper {
  indent = 0
  ragged-right = ##t
}

It's likely this is related to the fix for issue #1120, so a simple
solution would be to add an 'extra-spacing-height default for Clef.

Cheers,
Neil

_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to