lilypond-devel
[Top][All Lists]
Advanced

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

Beam collision engraver weirdness


From: Han-Wen Nienhuys
Subject: Beam collision engraver weirdness
Date: Mon, 28 Feb 2011 22:59:25 -0300

Hey mike,

have a look at the .ly below

In this case, the 2nd beam and a note from the 2nd beam get added to
the 1st beam.  Can you make sure this does not happen?

thanks,



\context PianoStaff <<
  \new Staff = "one" \relative c'{
    \autoBeamOff
    \stemUp  c8 c \change Staff=two \stemUp c c
    c c c c
    \change Staff=one
    \stemDown  c8 c \change Staff=two \stemUp c c
    r2
    \stemDown  c8[ c \change Staff=one \stemDown c c]
    r2
    \change Staff=two
    \stemUp  c8[ c \change Staff=one \stemDown c] c
    r2
  }
  \new Staff = "two" \relative c'{
    \clef bass
    s1
    s1
    s1
    s1
  }
>>

-- 
Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen



reply via email to

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