Op zondag 20 maart 2011 schreef Nicholas:

>  Ideally, its shape and position
> should match the tie in the upper voice, only shifted down. How can I
> achieve this?

Adding

 \once \override Tie #'staff-position = #4

just before the tied note yields nice results.

\version "2.13.54"

\relative c' {
\clef "bass"
\voiceOne
<<
                { d1~ d2 c }
                \new Voice {
                        \voiceThree
                        \shiftOff
                        \once \override Tie #'staff-position = #4
                        a1~
                        \shiftOn
                        a2 g
                }
                \new Voice {
                        \voiceTwo
                        d2\( f
                        e2 e\)
                }
>>
}

best regards,
Wilbert Berendsen

-- 
Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/
Nederlands LilyPond forum: http://www.lilypondforum.nl/

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

Reply via email to