lilypond-user
[Top][All Lists]
Advanced

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

partcombine and rest problem


From: Toine Schreurs
Subject: partcombine and rest problem
Date: Wed, 25 Jan 2006 16:34:04 +0100 (MET)

Hello,

I have a problem with rests using \partcombine.
If I interchange the parts, the output is different but remains wrong 

Here is an example:

  \version "2.7.28"

  partA = { 
    R1*3 
  }

  partB = {
    r4 b r b
    r4 b r b
    r4 b r b
  }

  \score {
    \new Staff <<
      \partcombine \partA \partB
    >> 
  }

  \score {
    \new Staff <<
      \partcombine \partB \partA
    >>
  }

First Staff:
- the first measure misses the first quarter rest, and there is a 
  whole rest extra. 
- measures 2 and 3 are ok

Second Staff:
- now the first measure is ok
- the first quarter rests in measures 2 and 3 are missing.


-- 
Toine Schreurs




reply via email to

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