Re: Re: Breath with fermata

2020-06-08 Thread Pierre Perol-Schneider
Hi Mats, Le lun. 8 juin 2020 à 16:57, Mats Bengtsson a écrit : > Why not use the breath mark that LilyPond uses by default, instead of > the textual comma sign: \musicglyph "scripts.rcomma" ? > Or simply "comma"? \version "2.20.0" breatheWithFermata = #(define-music-function (offs) (number

Re: Re: Breath with fermata

2020-06-08 Thread Mats Bengtsson
On 2020-06-08 15:55, Pierre Perol-Schneider wrote: Hi Paolo, Just to avoid any surprise, I'd add \once before the overrides. Also, I found the comma size a little too big compare to the fermata dot, E.g.: \version "2.20.0" breatheWithFermata =   #(define-music-function (offs) (number?)    

Re: Breath with fermata

2020-06-08 Thread Pierre Perol-Schneider
Hi Paolo, Just to avoid any surprise, I'd add \once before the overrides. Also, I found the comma size a little too big compare to the fermata dot, E.g.: \version "2.20.0" breatheWithFermata = #(define-music-function (offs) (number?) #{ \once\override BreathingSign.Y-offset = $offs

Re: Breath with fermata

2020-06-08 Thread Paolo Prete
On Sun, Jun 7, 2020 at 9:01 PM Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com> wrote: > Hi Paolo, > How about: > > breatheWithFermata = #(define-music-function (parser location offs) > (number?) > #{ > \override BreathingSign.Y-offset = $offs > \override BreathingSign.text = \markup

Re: Breath with fermata

2020-06-07 Thread Pierre Perol-Schneider
Hi Paolo, How about: breatheWithFermata = #(define-music-function (parser location offs) (number?) #{ \override BreathingSign.Y-offset = $offs \override BreathingSign.text = \markup { \override #'(baseline-skip . 1) \center-column { \musicglyph #"scripts.ufermata" \abs-font