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

2015-01-26 Thread Pierre Perol-Schneider
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

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

2015-01-26 Thread Mattes
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-

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

2015-01-26 Thread Werner LEMBERG
> \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

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

2015-01-26 Thread Pierre Perol-Schneider
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