lilypond-user
[Top][All Lists]
Advanced

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

Re: Harmonica tablature notation


From: Robin Bannister
Subject: Re: Harmonica tablature notation
Date: Mon, 26 Oct 2009 21:12:44 +0100

bradford powell wrote:
 This doesn't work, any suggestions?


#(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

Note that setting up markup for individual bend cases would let you use doubleflat, etc.

Cheers,
Robin




reply via email to

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