Re: Forcing articulations inside slurs

2021-03-07 Thread Ralph Palmer
On Sun, Mar 7, 2021 at 1:11 PM Valentin Petzel wrote: > Hello Silvain, > > In fact the aforementioned > > \override Script.avoid-slur = #' inside > > is the proper way to do this. > Cheers, > Valentin > Perfect! Thanks Valentin. Be well, Ralph -- Ralph Palmer Brattleboro, VT USA (he, him, his

Re: Forcing articulations inside slurs

2021-03-07 Thread Silvain Dupertuis
Yes, for sure, this is the proper way. Actually, I just looked into the documentation et found a way to move the position, and saw your message after I posted (too quickly) what I had found... Le 07.03.21 à 19:08, Valentin Petzel a écrit : Hello Silvain, In fact the aforementioned \override

Re: Forcing articulations inside slurs

2021-03-07 Thread Valentin Petzel
Hello Silvain, In fact the aforementioned \override Script.avoid-slur = #'inside is the proper way to do this. Overriding positions should only be done if you really need it, as it is unflexible and thus won’t react to future changes. Thus the proper way to do this is to tell Lilypond what yo

Re: Forcing articulations inside slurs

2021-03-07 Thread Silvain Dupertuis
I found something in the documentation... \relative c'' {   \clef treble   \key d \major   \time 4/4 *\override Slur.positions = #'(4 . 4)*   d4-_( d-_ d-_ d-_) } Need at least 4 for the tweak to worl Le 07.03.21 à 14:51, Ralph Palmer a écrit : Greetings - Thanks for all your work and help!

Re: Forcing articulations inside slurs

2021-03-07 Thread Ralph Palmer
On Sun, Mar 7, 2021 at 8:56 AM Jean Abou Samra wrote: > \override Script.avoid-slur = #'inside > d4-_( d-_ d-_ d-_) > } > Thanks, Jean - I could remember dealing with the problem somehow in the past, but could not remember or find the solution. All the best, Ralph -- Ralph Palmer Brattlebor

Re: Forcing articulations inside slurs

2021-03-07 Thread Jean Abou Samra
Le 07/03/2021 à 14:51, Ralph Palmer a écrit : Greetings - Thanks for all your work and help! I'm trying to force portato marks inside slurs. I've attached a MWE. I've tried searching both the regular LilyPond documentation and the LSR, with no luck. Can someone please point me in the right d

Forcing articulations inside slurs

2021-03-07 Thread Ralph Palmer
Greetings - Thanks for all your work and help! I'm trying to force portato marks inside slurs. I've attached a MWE. I've tried searching both the regular LilyPond documentation and the LSR, with no luck. Can someone please point me in the right direction, either in the documentation, the LSR, or