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: David Kastrup
Subject: Re: Consecutive slurs with differing dash patterns
Date: Fri, 08 Jul 2016 17:28:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Andrew Bernard <address@hidden> writes:

> 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.

Convert the dashiness to a tweak:

\version "2.19.44"

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

-- 
David Kastrup



reply via email to

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