Re: Center graphical markup on staff

2021-06-22 Thread Nuno Trocado
Thank you! From: lilypond-user on behalf of Marc Lanoiselée via LilyPond user discussion Sent: Tuesday, June 22, 2021 4:59 AM To: lilypond-user@gnu.org Subject: Re: Center graphical markup on staff Le 22/06/2021 à 02:31, Nuno Trocado a écrit : > Hi every

Re: Center graphical markup on staff

2021-06-22 Thread Nuno Trocado
Works perfectly, thanks! From: Aaron Hill Sent: Tuesday, June 22, 2021 1:35 AM To: Nuno Trocado Cc: lilypond-user@gnu.org Subject: Re: Center graphical markup on staff On 2021-06-21 5:31 pm, Nuno Trocado wrote: > Hi everyone! > How can I have the wiggly l

Re: Center graphical markup on staff

2021-06-21 Thread Marc Lanoiselée via LilyPond user discussion
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

Re: Center graphical markup on staff

2021-06-21 Thread Aaron Hill
On 2021-06-21 5:31 pm, Nuno Trocado wrote: 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 } } While you could play arou

Center graphical markup on staff

2021-06-21 Thread Nuno Trocado
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 } }