bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fw: collision between MMR and key signature


From: Neil Puttock
Subject: Re: Fw: collision between MMR and key signature
Date: Fri, 7 Jan 2011 17:54:55 +0000

On 7 January 2011 02:34, Keith E OHara <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]