Hi Keith,
In the particular example you show, of course, the tags are not needed,because the overrides you want for the part-combined music (stem up and un-shifted NoteColumn) are also the desired and default output for the individual part with the lower E.
You are right. But if I add an override for the stem length than you do need the tags.
Greetings and thanks again, Ed
\version "2.18.0"
musicI = { e''2( a'2) e''1 }
musicII = {
\partcombineApart
\tag #'partcombineOnly {
\once \stemUp
\once \override Stem.length = #8
\once \override NoteColumn.ignore-collision =##t
}
e'2( a'2) \partcombineAutomatic e'1
}
\markup { Hack with tags}
<<
\new Staff { \partcombine \musicI \musicII }
\new Staff { \removeWithTag #'partcombineOnly \musicI }
\new Staff { \removeWithTag #'partcombineOnly \musicII }
>>
<<attachment: partcombine.png>>
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
