Hello, I’m wondering how I might move the Dynamics context vertically, for just one system?
For example in the below example, I might want to move the dynamics in the
first system down, so that they’re closer to being centered between the two
staves, like in the second system.
\version "2.20.0"
<<
\new Staff { c'1 \break c'1 }
\new Dynamics {s4 s8\< s\f4 s\> s\! s4 s\< s\> s\! }
\new Staff { c''''1 c'1 }
>>
Thanks,
Edward
