lilypond-user
[Top][All Lists]
Advanced

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

Re: Mehrere Textzeilen geklammert & Akkordhinweise


From: David Kastrup
Subject: Re: Mehrere Textzeilen geklammert & Akkordhinweise
Date: Sun, 23 Sep 2012 16:46:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

Thomas Morley <address@hidden> writes:

> 2012/9/23 David Kastrup <address@hidden>:
> [...]
>> 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



reply via email to

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