lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4454 in lilypond: Multiple consecutive (de)cre


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4454 in lilypond: Multiple consecutive (de)crescendos confuse \partcombine
Date: Mon, 22 Jun 2015 14:26:23 +0000


Comment #1 on issue 4454 by address@hidden: Multiple consecutive (de)crescendos confuse \partcombine
https://code.google.com/p/lilypond/issues/detail?id=4454

I was looking into the bug again and noticed something. If we include a note before that code the problem doesn't appear

mus =  \relative {
  b1
  b'1\>
  1\<
  1\>
  1\!
}

\score {
   \new Staff \partcombine \mus \mus
}

However, if we write a second voice that does a different thing the problem appears again.

mus =  \relative {
  b1
  b'1\>
  1\<
  1\>
  1\!
}

musTwo =  \relative {
  b1
  b'1\>
  1\<
  R1*2\!
}

\score {
   \new Staff \partcombine \mus \musTwo
}

Attachments:
        part-combine-fine.png  2.3 KB
        part-combine-not-fine.png  2.7 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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