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)

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 =

Re: Breath with fermata

2020-06-07 Thread Pierre Perol-Schneider
\abs-fontsize #24 "," } } \breathe #}) { c'2. % construct the symbol \breatheWithFermata #4 c'4 } Cheers, Pierre Le dim. 7 juin 2020 à 20:12, Paolo Prete a écrit : > Hello, > > I'm trying to create a breath with a fermata (quite common in contemporary >

Breath with fermata

2020-06-07 Thread Paolo Prete
Hello, I'm trying to create a breath with a fermata (quite common in contemporary music). Here is what I tried: % breatheWithFermata = #(define-music-function (parser location offs) (number?) #{ \override BreathingSign.Y-offset = $offs \override BreathingSign.text = \markup