Comment #1 on issue 1609 by k-ohara5...@oco.net: unpredictable change of voicing
http://code.google.com/p/lilypond/issues/detail?id=1609

The completion- engravers are not essential, it is simply the fact that LilyPond does not have a rule to place simultaneous rests with a note of different durations (see issue 1547). Smaller example, which produces different output depending on whether the file is alone on the command line or second in a list of .ly files:

\version "2.12.3"
\new Staff <<
  \new Voice {
    \voiceOne
    r1 r1
  }
  \new Voice {
    \voiceThree
    c'2 e' g' b'
  }
  \new Voice {
    \voiceTwo
    r1 r1
  }



Attachments:
        alone.png  1.6 KB
        second.png  1.8 KB


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

Reply via email to