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
Am Montag, 26. Januar 2015 11:38 CET, Pierre Perol-Schneider
schrieb:
> Try:
>
> \version "2.19.15"
>
> \relative c' {
> f4 f f f |
> f4 f f f |
> f4 f f f |
> f4 f f f |
> \once \override TextSpanner.bound-details.left.text = "rit."
> \once \override TextSpanner.bound-
> \once \override TextSpanner.bound-details.right.attach-dir = #-6
Thanks. However, this solution fails twice.
1. The vertical position of the `a tempo' must not be shifted
horizontally relative to the music. In the example, the `a
tempo' should exactly start at the last quarter
Try:
\version "2.19.15"
\relative c' {
f4 f f f |
f4 f f f |
f4 f f f |
f4 f f f |
\once \override TextSpanner.bound-details.left.text = "rit."
\once \override TextSpanner.bound-details.right.text = "a tempo"
\once \override TextSpanner.bound-details.right.attach-dir = #-6