On 31.01.2016 14:48, Andrew Bernard wrote:
If I have an accent and a staccato indication together on a note and I want a single set of parentheses around both, how can this be achieved? Is this possible?

How about that? Couldn’t think of a less clumsy name.

%%%%%%%%%%
\version "2.19.35"

shortAccentWithParens = -\tweak stencil #ly:text-interface::print
-\tweak text \markup {
  \parenthesize
  \put-adjacent #Y #DOWN
  \musicglyph #"scripts.sforzato"
  \musicglyph #"scripts.staccato"
}
->

{
  c''^\shortAccentWithParens
}
%%%%%%%%%%

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to