lilypond-user
[Top][All Lists]
Advanced

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

Re: How to encapsulate TextSpanner?


From: H. S. Teoh
Subject: Re: How to encapsulate TextSpanner?
Date: Thu, 12 Feb 2015 14:32:49 -0800
User-agent: Mutt/1.5.23 (2014-03-12)

On Thu, Feb 12, 2015 at 09:48:52PM +0000, Kevin Barry wrote:
> 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 =
> \tweak bound-details.left.text "rall."
> \tweak direction #DOWN
> \startTextSpan
> 
> stopRall = \stopTextSpan
> 
> \relative {
>   a b c\rall d d c b a\stopRall
> }
[...]

Ohh, this works!! Thanks!!! I can't believe I spent so much time trying
to figure this out, when it's so simple...

Why doesn't it work when I use \override instead of \tweak?


T

-- 
Старый друг лучше новых двух.



reply via email to

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