Cannot find this in the doc. I have tried but it did not work:
\version "2.6.4"
\include "english.ly"
\score {
<<
\override Score.SpacingSpanner #'average-spacing-wishes
= ##f
\context StaffGroup = AllInstruments <<
\override Score.SpacingSpanner
#'average-spacing-wishes = ##f
\context Staff = First <<
{
\override Score.SpacingSpanner
#'average-spacing-wishes = ##f
\key af \major
ef'1 R1*15
}
>>
\context Staff = Second <<
{
\override Score.SpacingSpanner
#'average-spacing-wishes = ##f
\repeat unfold 15 { b''2 b''2~ }
b''1
}
>>
\context Staff = Third <<
{
\override Score.SpacingSpanner
#'average-spacing-wishes = ##f
\repeat unfold 15 { g'2 g'~ } g'1
}
>>
>>
>>
}
F. Bron
Erik Sandberg wrote:
On Monday 05 December 2005 08.42, Frédéric Bron wrote:
Using lilypond 2.6.4 on Windows (not cygwin)
In the following example, the ties at the beginning of the second system
are not typeset correctly. It seems that the problem comes from the
different key of the first instrument: if you remove the "\key af
\major", everythings looks fine. I had some difficulties to rediuce it
to such a small example from a big orchestral score because when I
deleted parts, the bug disappeared!
The problem can be fixed by inserting this:
\override Score.SpacingSpanner #'average-spacing-wishes = ##f
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond