lilypond-user
[Top][All Lists]
Advanced

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

Re: Are parallel slurs possible?


From: sdfgsdhdshd
Subject: Re: Are parallel slurs possible?
Date: Thu, 3 Jul 2008 15:00:57 -0700 (PDT)



Kieren MacMillan wrote:
> 
> 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.
> 


Thanks!!
I will modify my question, based on your example: how to modify it to get:
1) first 2 notes: solid slur
2) last 2 notes: dashed slur
3) (still the dashed slur between the first and last note).

i know how to do it with only point 1) and 2), but not with all points.



-- 
View this message in context: 
http://www.nabble.com/Are-parallel-slurs-possible--tp18268193p18269057.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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