Werner LEMBERG <w...@gnu.org> writes: >> This is a feature I've wanted to add to LilyPond for a while, and I've >> posted a patch set on Rietveld: >> >> http://codereview.appspot.com/1730044/show >> >> Any comments are appreciated, especially regarding the syntactic >> requirements of the new command. > > Looks good to me. It would be nice if I could say > > \path #0.25 #'miter #'square ##f #samplePath > > instead of using numbers for the second and third parameter. Is this > possible?
How about defining constants path:miter and path:square instead? Then \path does not need special code, and the command would just be \path #0.25 #path:miter #path:square ... -- David Kastrup _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel