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
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user