lilypond-user
[Top][All Lists]
Advanced

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

Re: Tie collision with note


From: Wilbert Berendsen
Subject: Re: Tie collision with note
Date: Tue, 22 Mar 2011 11:43:09 +0100
User-agent: KMail/1.13.5 (Linux/2.6.32-29-generic; KDE/4.5.3; i686; ; )

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/



reply via email to

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