> I'm not top posting.

Dear all,

in the following snippet 

\version "2.11.52"
\paper{ ragged-right=##t }
\new Staff {
<<
% first voice
  {d''2 ~ d''
   d''2 ~ d''}
% second voice in parallel
  {f'2 f'
   \once\override Tie  #'control-points =
   #'((1.5 . -0.5) (2 . 1) (7 . 2) (8 . -1))
   f'2 f'}\\
% third voice
  {c'2  c'
   c'2  c'}
>>
} 


the \override command in the second voice deletes the tie in the first voice
(the tie in the second voice is terrible, but it does not matter). 

Best regards,

Marco



_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to