bug-lilypond
[Top][All Lists]
Advanced

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

Re: tie at begin of system with transposing instruments


From: Frédéric Bron
Subject: Re: tie at begin of system with transposing instruments
Date: Mon, 05 Dec 2005 16:11:41 +0100
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

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






reply via email to

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