Thanks for the suggestion. Unless I'm doing something wrong this still seems to leave the volume unchanged (I put a normal \pp in the subsequent bar to check and playing the midi back in GarageBand I only hear the volume change on the \pp not the \subPP).
Any further suggestions? Is there a way to manually insert a volume change as a workaround (i.e. do an invisible \pp)? Thanks Ben > On 17 Jul 2022, at 14:43, Eef Weenink <[email protected]> wrote: > > try this; > > \version "2.23.10" > > subPP = > #(make-dynamic-script > (markup #:line > (#:normal-text > #:italic "sub." > #:dynamic "pp"))) > > \score { > { > c'2-\ff c'2-\subPP % Volume should be pp but is still ff > } > \layout {} > \midi {} > } > > > > >> Op 17 jul. 2022, om 10:11 heeft Benjamin Tordoff <[email protected] >> <mailto:[email protected]>> het volgende geschreven: >> >> \version "2.23.10" >> subPP = \markup{ \italic{sub.} \dynamic pp } >> >> \score { >> { >> c'2-\ff c'2-\subPP % Volume should be pp but is still ff >> } >> \layout {} >> \midi {} >> } >
