Andrew Bernard <[email protected]> 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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user