bug-lilypond
[Top][All Lists]
Advanced

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

Issue 289 in project lilypond


From: codesite-noreply
Subject: Issue 289 in project lilypond
Date: Tue, 13 Feb 2007 23:11:12 -0800

Issue 289: grace note cancels \voiceOne
http://code.google.com/p/lilypond/issues/detail?id=289

Comment #3 by arvidgr:
Is #74 a regression since 2.11.5?  If not, this can't possibly be a duplicate 
of that
bug.  Or at least it has grown a lot worse.

Also, the workaround in #74 doesn't work anymore.  (More specifically, you now 
have
to set \voiceNNN on all other voices that you have.  On all staves.)

The bug is still there in 2.11.18.

The following example demonstrates cross-staff breakage as well as how the 
workaround
from #74 doesn't:

\version "2.11.17"

\score {
  \context Score <<
    \new Staff <<
      \new Voice {
        \relative c'' { 
          \voiceOne
          c4 e g c c g e c \bar "||"
          \grace d8 \voiceOne    
          c4 e g c c g e c \bar "||"
        }         
      }
      \new Voice {
        \relative c' {
          \voiceTwo
          \repeat unfold 4 { c4 d e d }
        }
      }
    >>
    \new Staff <<
      \relative c'' {
        c2 e g c c g e c
      } \\
      \relative c' {
        c2 d e d c d e d
      }
    >>
  >>
  \layout {}
}




-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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