bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1114 in lilypond: A later note's stem can be to the left of an ear


From: lilypond
Subject: Issue 1114 in lilypond: A later note's stem can be to the left of an earlier note's stem
Date: Thu, 10 Jun 2010 06:54:00 +0000

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




reply via email to

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