Slanted parentheses around dynamics: Difference between revisions

mNo edit summary
Another way to parenthesize dynamic text w/o Scheme code
Line 17: Line 17:
   c4\paren\f c c \dynamicUp c\paren\p
   c4\paren\f c c \dynamicUp c\paren\p
}
}
</lilypond>
Another way to do parenthesize dynamics is to use the <code>\parenthesize</code> command, although this way doesn't give you the fine-tuning of the dynamic text.
<lilypond version="2.24">
  \relative c'' {
    \override Parentheses.font-size = #2
    c4\parenthesize\f c c \dynamicUp c\parenthesize\p
  }
</lilypond>
</lilypond>