bug-lilypond
[Top][All Lists]
Advanced

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

Tie control-points delete another tie


From: Marco Caliari
Subject: Tie control-points delete another tie
Date: Wed, 23 Jul 2008 14:48:34 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> 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





reply via email to

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