Hi there, In this MWE the trill pitch des''' is not displayed for some reason.
When \partCombineChords is forced, why doesn't both trill note get displayed ? Side question : Why isn't the second bar merged "chorded" by default? Both parts seems \partCombineApart by default. Thanks for your help -- Pierre-Luc Gauthier
\version "2.21.0" \partCombine { c'1 | \partCombineChords \pitchedTrill a''2 \startTrillSpan bes'' a''2\stopTrillSpan | \partCombineAutomatic c'1 | } { c'1 | \pitchedTrill c'''2 \startTrillSpan des''' c'''2\stopTrillSpan | c'1 | }