lilypond-user
[Top][All Lists]
Advanced

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

Re: Are parallel slurs possible?


From: Kieren MacMillan
Subject: Re: Are parallel slurs possible?
Date: Thu, 3 Jul 2008 17:10:26 -0400

Hi 'sdfgsdhdshd'...  ;-)

In a score with 3 notes, is it possible that the first note has a dashed slur
with the third, while the second note has a solid slur with the third?

You could do something like the following:

%%%%%%%%%%%%%%%%%%%%%
\version "2.11.49"
\include "english.ly"

phrasingSlurDashed =
{
        \override PhrasingSlur #'dash-period = #0.75
        \override PhrasingSlur #'dash-fraction = #0.4
}

\relative
{
        \phrasingSlurDashed c'\( d( e)\)
}
%%%%%%%%%%%%%%%%%%%%%%

Hope this helps!
Kieren.




reply via email to

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