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:04:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

Thomas Morley <address@hidden> writes:

> \version "2.16.0"
>
> x =
> #(define-music-function (parser location rhythm)(ly:duration?)
> #{
>         \once \override ChordName #'stencil =
>           #(lambda (grob)
>             (grob-interpret-markup grob (markup #:small "x")))
>         r $rhythm
> #})

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.

-- 
David Kastrup




reply via email to

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