lilypond-user
[Top][All Lists]
Advanced

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

Re: Tie control-points delete another tie


From: Trevor Daniels
Subject: Re: Tie control-points delete another tie
Date: Thu, 31 Jul 2008 11:36:04 +0100


Marco

It seems that the \tweak approach modifies the
properties of all notes in a chord correctly
except for the 'control-points property.  As
you might have seen on the -bug list, I'm
suggesting this is a bug.  We await a response.

Sorry this is not more helpful :(

Trevor

----- Original Message ----- From: "Marco Caliari" <address@hidden>
To: "Trevor Daniels" <address@hidden>
Sent: Wednesday, July 30, 2008 5:18 PM
Subject: Re: Tie control-points delete another tie


Thank you, Trevor.

On the other hand, why cannot I modify the tie in the second voice (I can, but I have to swap the voices)?

\new Staff <<
 \key f \major \time 6/8
 \new Voice {
   \voiceOne
   \relative c' {
     <fis
% working
      -\tweak #'control-points
      #'((1.75 . -0.5) (2.5 . 0.75) (8 . 2) (13.5 . -1.2)) -~
      d'~>4.
     <fis d'>4 <a e'>8
     <fis~ d'
% not working
      -\tweak #'control-points
      #'((1.75 . -0.5) (2.5 . 0.75) (8 . 2) (13.5 . -1.2)) -~
    >4.
     <fis d'>4 <a e'>8
   }
 }
 \new Voice {
   \voiceTwo
   \relative c'' {
     a8 a16 a a8 a a a
     a8 a16 a a8 a a a
   }
 }


Best regards,

Marco





reply via email to

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