Hello EH

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.

--
yours,  Villum Sejersen
Nørregade  1 A
DK-4500  Nykøbing Sj.
mobil    +45   30 34  03 44



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

Reply via email to