lilypond-user
[Top][All Lists]
Advanced

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

Re: How to encapsulate TextSpanner?


From: Simon Albrecht
Subject: Re: How to encapsulate TextSpanner?
Date: Thu, 12 Feb 2015 23:03:37 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Am 12.02.2015 um 22:48 schrieb Kevin Barry:

On Thu, Feb 12, 2015 at 9:25 PM, H. S. Teoh <address@hidden> wrote:
I've tried various ways of doing this -- putting the commands in a
variable, using various Scheme make-script / make-music constructs,
etc., but lilypond keeps coming back with error messages. What's the
correct syntax for doing this?

How about:

\version "2.18.2"

rall =
I do think this needs a - before each tweak to attach it to the note as post event, but then it should work.
Yours, Simon
\tweak bound-details.left.text "rall."
\tweak direction #DOWN
\startTextSpan

stopRall = \stopTextSpan

\relative {
  a b c\rall d d c b a\stopRall
}


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


reply via email to

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