lilypond-user
[Top][All Lists]
Advanced

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

Re: Harmonica tablature notation


From: bradford powell
Subject: Re: Harmonica tablature notation
Date: Tue, 27 Oct 2009 21:11:17 -0400

On Mon, Oct 26, 2009 at 4:12 PM, Robin Bannister <address@hidden> 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




reply via email to

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