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
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 }
> > }
> > }
>> 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
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
> 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
>> 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
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
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
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