Le 22/06/2021 à 02:31, Nuno Trocado a écrit :
Hi everyone!How can I have the wiggly line in the example below centered inside the staff?Thanks, Nuno \score { \relative c' { c4 ds-\markup \override #'(height . 2) \draw-squiggle-line #1 #'(8 . 0) ##f} }
\score {
\relative c' {
c4 d
\override TextScript #'extra-offset = #'(0 . 4.7) %%%%
s-\markup \override #'(height . 2) \draw-squiggle-line #1 #'(8 . 0) ##f
}
