lilypond-user
[Top][All Lists]
Advanced

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

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


From: Villum Sejersen
Subject: where's the slur? (4 year old question)
Date: Sat, 23 Jul 2011 21:40:36 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110702 Icedove/3.0.11

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





reply via email to

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