bug-lilypond
[Top][All Lists]
Advanced

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

Re: grace note cancels \voiceOne etc


From: Graham Percival
Subject: Re: grace note cancels \voiceOne etc
Date: Sun, 11 Feb 2007 17:44:39 -0800
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

Thanks, this has been added as
http://code.google.com/p/lilypond/issues/detail?id=289

Note that we favor minimal examples; showing the problem with one voice (as I did in the google tracker) is sufficient.

Cheers,
- Graham


Arvid Grøtting wrote:
[This line intentionally not left quite blank]

As of 2.11.17, any kind of grace note cancels \voiceOne etc. from that point
onwards, even across voices or (not shown here) staffs.

This works fine in 2.10, and I think it worked in 2.11.5 as well.  It definitely
failed in 2.11.16; haven't tried any more in-between versions.

\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 c4 e g c c g e c \bar "||"
} }
      \new Voice {
        \relative c' {
          \voiceTwo
          \repeat unfold 4 { c4 d e d }
        }
      }
    >>
  >>
  \layout {}
}





_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond






reply via email to

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