Peter Toye <[email protected]> writes: > I'm using PartCombine for the first time to produce a piano reduction, > and have found a slight problem. Because the dynamics are a bit > complex I want to remove them from the piano part, but adding \remove > "Dynamic_engraver" to each piano staff has no effect. What am I doing > wrong please?
Dynamic_engraver works at Voice level. Quashing the Dynamics from partCombine will be sort of a chore since partCombine creates a lot of little contexts. -- David Kastrup
