lilypond-user
[Top][All Lists]
Advanced

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

Re: Flatten a tie without hardcoding control points?


From: David Nalesnik
Subject: Re: Flatten a tie without hardcoding control points?
Date: Fri, 20 Apr 2012 06:39:05 -0500

Hi,

Oops--should have included the version.  I'm using 2.15.37.  With 2.14.2 and before you need the dollar sign:
 

shapeTie =
  #(define-music-function (parser location offsets) (list?)
    #{
       \once \override Tie #'control-points = #(alter-curve $offsets)
    #})


-David 

reply via email to

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