I'm trying to set a piano left-hand line in which the notes of an arpeggio are tied to a longer, following note. This works fine for me in simple cases. But I have a more complex class that's show in the code snippet below:
\version "2.10.33" \header { } \layout { ragged-right = ##t } forceFraction = \override Staff.TimeSignature #'style = #'() mergeHeads = \override Staff.NoteCollision #'merge-differently-dotted = ##t \score { \new Voice = LH { \forceFraction \time 4/4 \clef bass \key aes \major \relative c, { \set tieWaitForNote = ##t \slurUp %this works fine r16 es~ (bes'~ g'~) <es, bes' g'>4 r16 fes~ (aes~ aes'~) <fes, aes aes'>4 | %this is where the problem occurs: \mergeHeads r16 << {f!16 (des'~ a'16~) <des, a'>4} \\ {f,!8. ~ f8 [ges]} >> << {s4 bes'8 des} \\ {r16 \slurUp g,,!~ (es'~ bes'~) <g, es'>4} >> } } } The directions of the stems are coming out right. Problem is, not all the ties are rendering in the second measure of the above example. In particular, the d-flat tie doesn't render in the upper voice (and I'd like it to be \slurDown (concave upward)). And getting beats 3-4 to render is proving to be a real nightmare! Any suggestions?--RW -- Richard Wattenbarger Best e-mail address: [EMAIL PROTECTED] "'Ich' sagst du und bist stolz auf diess Wort. Aber das Grössere ist, woran du nicht glauben willst, - dein Leib und seine grosse Vernunft: die sagt nicht Ich, aber thut Ich."
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user