Thomas Morley <thomasmorle...@googlemail.com> writes:

> 2012/9/23 David Kastrup <d...@gnu.org>:
> [...]
>> I'd replace \once \override with \tweak and remove the = sign (untested
>> though).  If it works, it takes less chances interfering with stuff
>> possibly happening at the same time.  I haven't actually tried, so no
>> guarantee.
>
> Testing:
>
> x =
> #(define-music-function (parser location rhythm)(ly:duration?)
> #{
>         \tweak ChordName #'stencil
>           #(lambda (grob)
>             (grob-interpret-markup grob (markup #:small "x")))
>         r $rhythm
> #})
>
> Does not work. :(

Huh.  Ok, I guess I'd have to take a closer look at where and how the
chord names are generated.  I would have considered this a good
candidate for working, but at the current point of time I need to focus
on parser work.

Thanks for giving it a try, and sorry for the disappointment.

-- 
David Kastrup

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to