It's getting better, but lilypond sometimes just leaves bars in
combined part lines blank. An example:
partA = {
\clef "treble"
\key eflat \major
\time 6/8
R1*3/4*2
r8 d8\p(\< eflat f aflat4)~\!
aflat4.\fermata\mf~\> aflat8\pp\! r r\fermata
R1*3/4*3
R1*3/4^\fermataMarkup
}
partB = {
\clef "treble"
\key eflat \major
\time 6/8
R1*3/4*7
R1*3/4^\fermataMarkup
}
---
Combine them with this:
\new Staff <<
\partcombine
\relative d'' { \partA }
\relative g' { \partB }
>>
Measures 1 - 4 are OK, 5 - 7 are blank, and 8 is OK.
Will Oram // Genius @ Large // AIM spamguy21
spamguy (at) foxchange (dot) com // wro1 (at) cwru (dot) edu
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond