lilypond-user
[Top][All Lists]
Advanced

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

Re: Tie collision with note


From: Stan Sanderson
Subject: Re: Tie collision with note
Date: Sun, 20 Mar 2011 11:30:38 -0500


On Mar 20, 2011, at 1:21 AM, Nicholas Moe wrote:

That makes the tie how I want it, but I need to shift the middle notes
to the right in the second measure to show that they are their own
voice, whilst keeping the stems up. How could I do that?

Nick


I understand. How about this (thanks, JEdit and LilyPondTool!)

\version "2.13.54"

\relative c' {
\clef "bass"
\voiceOne
        <<
                { d1~ d2 c }
                \new Voice {
                        \voiceThree
                        \shiftOff
\once \override Tie #'control-points = #'( ( 2.2771 . 2.348) ( 3.8427 . 3.344) ( 7.3296 . 3.486) ( 10.176 . 2.348) )
                        a1~
                        \shiftOn
                        a2 g
                }
                \new Voice {
                        \voiceTwo
                        d2\( f
                        e2 e\)
                }
        >>
        }

Stan






reply via email to

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