On Mon, 28 Oct 2024 17:46:22 -0400 (EDT) msk...@ansuz.sooke.bc.ca wrote: > On Mon, 28 Oct 2024, Cameron Hall wrote: > > > Is there any way to apply dynamics to a single part that splits into > > multiple voices? Here's a short excerpt of a piano piece. The > > dynamics, > > Move "Dynamic_performer" from Voice to Staff context. This will make > it harder to have separate dynamics for different voices on the same > staff when that's desired, but it'll handle the more common case of > wanting dynamics to apply to all voices on a given staff. > > \midi { > \context { \Staff \consists "Dynamic_performer" } > \context { \Voice \remove "Dynamic_performer" } > } >
Thanks, that's exactly what I needed!