Garrett Fitzgerald <sarekofvulcan <at> gmail.com> writes:

> 
> Using partCombine, it went fairly well, except for the cued piccolo solo. 

partCombine cannot handle more than two Voices, so the cued notes in their 
separate CueVoice mess up the part combining.

Usually, you put the cues in the parts, but remove them in the score, so I 
would 
guess you want
 \killCues \partcombine
(Maybe \killCues should be built into \partcombine.)

If you are printing two parts on one staff, then you probably don't want 
partCombine, but rather two voices  
  << \clarinetOne // \clarinetTwo >>
but then you have to insert \voiceOne and \voiceTwo as apporpriate into the two 
clarinet music definitions, to reset the voicing after the \cueDuring


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to