Thank you!
________________________________
From: lilypond-user <[email protected]> on
behalf of Marc Lanoiselée via LilyPond user discussion <[email protected]>
Sent: Tuesday, June 22, 2021 4:59 AM
To: [email protected] <[email protected]>
Subject: Re: Center graphical markup on staff
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 d
> s-\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
}