Xavier Scheuer wrote:
> 
> I would say that's because you "merge" A, B and C into the _same voice_
> by using a << >> construct without \new Voice .
> Hence one voice -> one stem
>                 -> only one direction for ties, slurs.
> 
nope! it's because i merged it into one staff - if i merge it into one voice
it works:

voiceA = { \slurUp e'( d')} 
voiceB = { \tieUp c'~ c' } 
voiceC = { a ~ a }

\new Voice << 
   \voiceA 
   \voiceB 
   \voiceC 
 >>

cheers
Eluze

-- 
View this message in context: 
http://old.nabble.com/where%27s-the-slur--%284-year-old-question%29-tp32122228p32126128.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to