lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Forcing articulations inside slurs


From: Jean Abou Samra
Subject: Re: Forcing articulations inside slurs
Date: Sun, 7 Mar 2021 14:56:08 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1


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

[Prev in Thread] Current Thread [Next in Thread]