Using dynamics separately from a staff is useful, but for some reason
changing the size affects the DynamicText but not the hairpins. I'd like
the hairpins to match the staff size if possible.

Thank you,
Mark
\version "2.24.0"
\relative c'' {
  <<
    \new Staff \with {
      \magnifyStaff #2/3
    } { c4 c c c c c c c }
    \new Dynamics \with {
      fontSize = #-5
    } { s\p s-\markup sostenuto s s s\< s s s\! }
  >>
}

Attachment: DynamicsSize.pdf
Description: Adobe PDF document

Reply via email to