lilypond-user
[Top][All Lists]
Advanced

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

Re: how to make text spanner not sticking out to the right


From: Pierre Perol-Schneider
Subject: Re: how to make text spanner not sticking out to the right
Date: Mon, 26 Jan 2015 12:56:44 +0100

You're absolutely right Ralf.
AFAIC I'd do :

\version "2.19.15"

\relative c' {
    f4 f f f |
    f4 f f f |
    f4 f f f |
    f4 f f f |
    f4
      -\tweak TextSpanner.bound-details.left.text #"rit. "
      -\tweak TextSpanner.bound-details.left-broken.text ##f
      -\tweak TextSpanner.bound-details.right-broken.text ##f
      -\tweak TextSpanner.bound-details.right.text #" a Tempo"
      \startTextSpan f f f
    f4\stopTextSpan f f f |
    f4 f f f |
    f4 f f f |
    f4 f f f |
    f4 f f f |
    f4 f f f |
}


In my previous proposition I tried to stick to Werner's parameters.

Cheers,
Pierre

2015-01-26 11:58 GMT+01:00 Mattes <address@hidden>:
 
Hmm, but that way the "a tempo" would start one note early, wouldn't it?
I think that iff the old tempo should be reached on the last note of the bar
there is really no way to avoid that ugliness.

Cheers, Ralf Mattes
 


reply via email to

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