Bax wrote:
Michael <ehzone <at> gmail.com> writes:
I've got two chords, the <e c a> and the <d c a>. I want ties between the
respective c's and the a's, and a slur between the e and the d. The ties
appear but the slur is missing.
[...]
\version "2.10.5"
\new Staff {
\time 2/2 <e'( c'~ a~>2 <d') c' a>
}
The following works for me:
\version "2.10.20"
\paper {
indent = 0
raggedright = ##t
line-width = 6\cm
}
\new Staff {
\time 2/2 \relative c'' { <e c a>2( ~ <d c a>) }
}
Right! You can only slur chords, not individual notes within the chord.
but the tie connecting the c's starts _inside_ the e.
This is a bug that has been corrected in the latest development version.
/Mats
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user