lilypond-user
[Top][All Lists]
Advanced

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

Re: Consecutive slurs with differing dash patterns


From: Thomas Morley
Subject: Re: Consecutive slurs with differing dash patterns
Date: Fri, 8 Jul 2016 17:05:05 +0200

2016-07-08 16:51 GMT+02:00 Andrew Bernard <address@hidden>:
> Consider this example:
>
> \version "2.19.44"
>
> {
>   \phrasingSlurDashed
>   c''4^\( c'' c''\)^\( c'' c''\)
> }
>
> How would one get the second phrasing slur to be solid, not dashed? I cannot
> simply place \phrasingSlurSolid between the end of the first slur and and
> start of the second. This case arises for me a lot.
>
> Andrew


How about:

\version "2.19.44"

solidPS =
\tweak dash-definition #'() \etc

{
  \phrasingSlurDashed
  c''4^\( c'' c''\)^\solidPS -\( c'' c''\)
}

HTH,
  Harm



reply via email to

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