On Mon, Oct 26, 2009 at 4:12 PM, Robin Bannister <[email protected]> wrote: > #(define* (draw hole #:optional (bends 0)) (markup (make-line-markup > (make-list bends #:flat )) #:circle hole)) > > The make-list result is not itself a markup; for that, it must be passed to > something like #:line. And then the restriction at the end of NR 6.4.1 > applies. > http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Markup-construction-in-Scheme >
When I try that (with something like (draw "4" 1)), I still get: error: make-line-markup: Invalid argument in position 1. Expect: list of markups, found: (#:flat) I guess I could just hard-code the different degrees of bending, but it seems like there should be a way to do this. -- Bradford _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
