lilypond-user
[Top][All Lists]
Advanced

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

Re: where's the slur? (4 year old question)


From: -Eluze
Subject: Re: where's the slur? (4 year old question)
Date: Sat, 23 Jul 2011 15:22:31 -0700 (PDT)


Villum Sejersen wrote:
> 
> 
> Separating out the voices instead  of the chord construct seems to do 
> what you want:
> 
> \version "2.15.6"
> voiceA = { \slurUp e'( d') }
> voiceB = { \tieUp c'~ c' }
> voiceC = { \tieDown a ~ a }
> 
> \new Staff <<
>    \time 2/2
>    \voiceA
>    \voiceB
>    \voiceC
>  >>
> 
> Experimenting with various combinations of \tieUp / \tieDown give 
> slightly different results, but the slur and  ties are attached to the 
> right notes.
> 
it seems i can't get VoiceB (the c's) to have a tie going up (with version
2.15.5)!

this works in one voice (without to many tweaks)!
{ 
  \tieDown 
  \slurUp 
  <e' c' -\tweak #'direction #1 ~ a  ~ >2( <d' c' a> )
}

cheers
Eluze

-- 
View this message in context: 
http://old.nabble.com/where%27s-the-slur--%284-year-old-question%29-tp32122228p32123640.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]