Re: \tempo sticks out to the right

2012-04-30 Thread Pavel Roskin
On Sun, 29 Apr 2012 10:38:48 +0200 (CEST) Werner LEMBERG wrote: > >> Attached is its output.  How can I avoid that the \tempo string > >> sticks out to the right? > > > > I think this is > > > > http://code.google.com/p/lilypond/issues/detail?id=1133 > > Mhmm, not really, I think. As can be s

Re: \tempo sticks out to the right

2012-04-30 Thread Pavel Roskin
On Sun, 29 Apr 2012 10:04:19 +0200 (CEST) Werner LEMBERG wrote: > > > This is the only workaround that comes to my mind, but probably it's > > not what you are looking for: > > > > \tempo \markup { > > \center-column { > > \line { a very long } > > \line { tempo string } > > } > > }

Re: \tempo sticks out to the right

2012-04-29 Thread Werner LEMBERG
>> Attached is its output.  How can I avoid that the \tempo string >> sticks out to the right? > > I think this is > > http://code.google.com/p/lilypond/issues/detail?id=1133 Mhmm, not really, I think. As can be seen in my example, lilypond increases the spacing in the bar, but the \tempo still

Re: \tempo sticks out to the right

2012-04-29 Thread James
Werner, 2012/4/29 Werner LEMBERG : > > Folks, > > > consider this example: > >  \version "2.15.37" > >  \relative c'' { >    c4 c c c | >    c4 c c c | >    c4 c c c | >    c4 c c c | > >    c4 c c c | >    c4 c c c | >    \tempo "a very long tempo string" c4 c c c | >    c4 c c c | > >    c4 c c

Re: \tempo sticks out to the right

2012-04-29 Thread Werner LEMBERG
> This is the only workaround that comes to my mind, but probably it's > not what you are looking for: > > \tempo \markup { > \center-column { > \line { a very long } > \line { tempo string } > } > } Indeed, this is a viable solution sometimes, e.g. in parts. Ideally, \tempo should

Re: \tempo sticks out to the right

2012-04-29 Thread Werner LEMBERG
>> How can I avoid that the \tempo string sticks >> out to the right? > > I forbid line-breaks for the next one or two measures. > > \tempo "a very long tempo string" c4 c c c |\noBreak Thanks, I've found this already by myself; one \noBreak is not enough, two \noBreak will do. However, this i

Re: \tempo sticks out to the right

2012-04-29 Thread Federico Bruni
Il 29/04/2012 07:58, Werner LEMBERG ha scritto: Attached is its output. How can I avoid that the \tempo string sticks out to the right? This is the only workaround that comes to my mind, but probably it's not what you are looking for: \tempo \markup { \center-column { \line { a very l

Re: \tempo sticks out to the right

2012-04-29 Thread Keith OHara
Werner LEMBERG gnu.org> writes: > How can I avoid that the \tempo string sticks > out to the right? I forbid line-breaks for the next one or two measures. \tempo "a very long tempo string" c4 c c c |\noBreak ___ lilypond-user mailing list lilypon

\tempo sticks out to the right

2012-04-28 Thread Werner LEMBERG
Folks, consider this example: \version "2.15.37" \relative c'' { c4 c c c | c4 c c c | c4 c c c | c4 c c c | c4 c c c | c4 c c c | \tempo "a very long tempo string" c4 c c c | c4 c c c | c4 c c c | c4 c c c | c4 c c c | c4 c c c | c4 c