Sorry, trivial question: How can I move the discant symbol and the accordion pull symbol to avoid them to stack on top of each other?
\version "2.25.2"
#(use-modules (lily accreg)) %to use \discant
pull = \markup {\musicglyph "accordion.pull" }
\score {
\fixed c'' {
\discant "20" \tempo Vivace
cis16-3^\pull d-2 e-3 fis-4 r4 r4 r4
}
}
Thank you!
g.
