bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1609 in lilypond: unpredictable change of voicing


From: lilypond
Subject: Re: Issue 1609 in lilypond: unpredictable change of voicing
Date: Sat, 16 Apr 2011 03:20:07 +0000


Comment #1 on issue 1609 by address@hidden: 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




reply via email to

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