lilypond-user
[Top][All Lists]
Advanced

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

Re: SlurUp & Down


From: Simon Albrecht
Subject: Re: SlurUp & Down
Date: Sun, 19 Nov 2017 23:34:05 +0100

On 19.11.2017 23:00, Vivyan wrote:
Hi

How can I slur from lowest d to b flat whilst also including the slur
already in the on the score?

Using Ben Lemon’s code, I can confirm that 2.19.80 also allows using the \= syntax for differentiating simultaneous spanners:

%%%
\version "2.19.80"

\relative c' {
 \time 5/4
 < d_\=1 ( d' c'\=2 ( > \<
 r8
 g'
 b
 < ges\=2 ) d, bes\=1 ) > \!\mp\<
 ees,
 <des' e>
 ees
 <d e, c>4\!
}
%%%%

Another idea (which I didn’t try right now) is using the context property doubleSlurs (you’ll find it in the documentation).

Best, Simon



reply via email to

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