bug-lilypond
[Top][All Lists]
Advanced

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

cross staff notes collide


From: Evan Laforge
Subject: cross staff notes collide
Date: Tue, 9 Apr 2013 09:37:06 -0700

I looked at the issue tracker but couldn't find this one.  I was going
to go ahead and file a bug directly, but then it told me to bring it
up here first, so here I am.  It might be related to 721 "Dynamics can
collide with notes when applied to cross-staff voices" if it's simply
that cross staff notes collide with everything :)

Example code:

\version "2.16.2"

\score {
<<
\new PianoStaff <<

\new Staff = "up" {
{
  f''8 e''8 e'' e''
} }

\new Staff = "down" {
{
  e'8 \change Staff = "up" g'8 g' g'
} }

>>
>>
}


When note heads cross to the upper staff, they should cause the upper
notes to flip stem directions to avoid collision.



reply via email to

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