lilypond-user
[Top][All Lists]
Advanced

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

Re: beam accidental collision


From: Xavier Scheuer
Subject: Re: beam accidental collision
Date: Sat, 26 Mar 2011 18:21:22 +0100

On 26 March 2011 17:48, Douglas Ridgway <address@hidden> wrote:
>
> \version "2.12.3"
> \relative {
> \clef alto
>  ees,16 ees ees' ees
> }
>
> The accidental after the octave leap is pretty much on top of the
> beam. Any advice on how to fix this?

Here is a proposal (other possibilities exist):

\version "2.12.3"
\relative c' {
  \clef alto
  \once \override Beam #'positions = #'(3 . 5)
  ees,16 ees ees' ees
}


I'm surprised the collision also happens with latest dev version
(tested on 2.13.55), I would have expected the new beam collision
engraver to handle this nicely.

Cheers,
Xavier

-- 
Xavier Scheuer <address@hidden>



reply via email to

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