Status: Accepted
Owner: ----
Labels: Type-Collision Priority-Medium

New issue 1114 by brownian.box: A later note's stem can be to the left of an earlier note's stem
http://code.google.com/p/lilypond/issues/detail?id=1114

Reported by Richard Sabey:
http://lists.gnu.org/archive/html/lilypond-user/2010-06/msg00140.html

\version "2.13.23"

lhMusic =
{
  \clef bass
    \time 12/4
    \repeat unfold 12 {
      \stemUp e16 fis! \change Staff = "rh"
      \stemDown g' fis'! \change Staff = "lh"
    }
}

\score
{
  \new PianoStaff
    <<
    \new Staff = "rh" << { s1 s s } >>
    \new Staff = "lh" << \lhMusic >>
    >>
    \layout { }
}

\paper { ragged-right = ##t }

Attachments:
        sample.png  4.5 KB


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to