Hello,

Or also:

\score {
  \new Staff {
    \set Score.skipBars = ##t
    \markLengthOn
    \tempo "Allegro con moto" 4 = 120
    R1*8
    \tempo "Adagio sostenuto" 4 = 50
    R1*8
  }
}

JM

> Le 3 nov. 2015 à 07:26, Pierre Perol-Schneider 
> <pierre.schneider.pa...@gmail.com> a écrit :
> 
> Hi, 
> How about:
> 
> \version "2.18.2"
> 
> \score {
>   \new Staff {
>     \set Score.skipBars = ##t
>     \override Score.MetronomeMark.extra-spacing-width = #'(-0.0 . 0.4)
>     \override Score.MetronomeMark.extra-spacing-height = #'(-inf.0 . +inf.0)
>     \tempo "Allegro con moto" 4 = 120
>     R1*8
>     \tempo "Adagio sostenuto" 4 = 50
>     R1*8
>   }
> }
> 
> Cheers,
> Pierre
> 
> 2015-11-03 0:38 GMT+01:00 H. S. Teoh <hst...@quickfur.ath.cx 
> <mailto:hst...@quickfur.ath.cx>>:
> I'm generating parts from an orchestral score, and am running an issue
> where long tempo markings over collapsed multi-measure rests would force
> the text to stack up in an ugly way on top of each other. Is there some
> way of telling lilypond to prefer stretching the horizontal width of the
> bars instead? Almost minimal example:
> 
>         \version "2.18.2"
>         \score {
>                 \new Staff {
>                         \set Score.skipBars = ##t
>                         \tempo "Allegro con moto" 4 = 120
>                         R1*8
>                         \tempo "Adagio sostenuto" 4 = 50
>                         R1*8
>                 }
>         }
> 
> 
> T
> 
> --
> English has the lovely word "defenestrate", meaning "to execute by
> throwing someone out a window", or more recently "to remove Windows from
> a computer and replace it with something useful". :-) -- John Cowan
> 
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org <mailto:lilypond-user@gnu.org>
> https://lists.gnu.org/mailman/listinfo/lilypond-user 
> <https://lists.gnu.org/mailman/listinfo/lilypond-user>
> 
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to