On 2010/06/22 04:27:22, hanwenn wrote:
cool idea for a patch

Interesting -- why is path given as a string instead of
a list of commands, ie

  "moveto 0 0
   rcurveto 1 2"

  '((moveto 0 0)
    (curveto 1 2))

moveto and curveto can be defined in the .scm backends
appropriately -- possibly we already have some primitives
that we could reuse (or want to rename).


http://codereview.appspot.com/1730044/show

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to