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: Jean Brefort
Subject: Re: Consecutive slurs with differing dash patterns
Date: Fri, 08 Jul 2016 17:27:32 +0200

Le vendredi 08 juillet 2016 à 07:51 -0700, Andrew Bernard a écrit :
> 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
> 
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user

Try:

\version "2.19.44"> 

{
   \once \phrasingSlurDashed
   c''4^\( c'' c''\)^\( c'' c''\)
}

Regards,
Jean



reply via email to

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