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: Tue, 29 Jul 2008 23:25:10 +0100

Marco

Here's a further solution to your problem which demonstrates how to use \tweak to change the shape of one tie within a chord. Thanks to Han-Wen for showing how this should be done. I've made a note to add this to the docs.

\new Staff <<
 \key f \major \time 6/8
 \new Voice {
   \voiceOne
   \relative c' {
     <fis~ d'~>4. <fis d'>4 <a e'>8
     <fis
       -\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
   }
 }
 \new Voice {
   \voiceTwo
   \relative c'' {
     a8 a16 a a8 a a a
     a8 a16 a a8 a a a
   }
 }


Trevor





reply via email to

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