lilypond-user
[Top][All Lists]
Advanced

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

Re: Mehrere Textzeilen geklammert & Akkordhinweise


From: Thomas Morley
Subject: Re: Mehrere Textzeilen geklammert & Akkordhinweise
Date: Sun, 23 Sep 2012 16:42:47 +0200

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. :(

-Harm



reply via email to

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