Thanks a lot, Nathan! This will really works fine.

I just have one question now. I would very much appreciate if you could help
me with that.  

I would like to have local control upon all the four variables of list
'curveto. With the set-arc function you created, I have control only upon
the two last variables.

I tried to substitute the line

   (list 'curveto 0 0 (first handle) (second handle) width (* height
dir))))))

 for:

   (list 'curveto (first handle) (second handle) (third handle) (fourth
handle) width (* height dir))))))

and the lines

   ($atan2
                   (- (* height dir) (second handle))
                   (- width (first handle)))) 1 0)

for:

   ($atan2
                   (- (* height dir) (fourth handle))
                   (- width (third handle)))) 1 0)


...but was not successful. 

Would you help me with that?

Thank you again!

Best,
Paulo




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/how-to-create-lines-between-all-consecutive-notes-tp142126p177485.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to