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 direction, either in the documentation, the LSR, or with code?

Be well,

Ralph


Hello,

How about:

\version "2.23.1"

\relative c'' {
  \clef treble
  \key d \major
  \time 4/4

  \override Script.avoid-slur = #'inside
  d4-_( d-_ d-_ d-_)
}

Documentation is here:

https://lilypond.org/doc/v2.22/Documentation/notation/expressive-marks-as-curves

(you need an additional \override for TextScript).

Best,
Jean

Reply via email to