Re: How to force tempo markings on single line

2015-11-03 Thread H. S. Teoh
On Tue, Nov 03, 2015 at 08:38:45AM +0100, Jacques Menu wrote: [...] > \markLengthOn [...] On Tue, Nov 03, 2015 at 08:28:33AM +0100, Malte Meyn wrote: [...] > There is a way: It’s the command \markLengthOn [...] Thanks so much, everyone!! That was exactly what I needed. T -- It's amazing

Re: How to force tempo markings on single line

2015-11-02 Thread Jacques Menu
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 > a écrit : > >

Re: How to force tempo markings on single line

2015-11-02 Thread Malte Meyn
Am 03.11.2015 um 00:38 schrieb H. S. Teoh: 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

Re: How to force tempo markings on single line

2015-11-02 Thread Pierre Perol-Schneider
Oops, totally forgot this one! 2015-11-03 8:38 GMT+01:00 Jacques Menu : > Hello, > > Or also: > > \score { > \new Staff { > \set Score.skipBars = ##t > \markLengthOn > \tempo "Allegro con moto" 4 = 120 > R1*8 > \tempo "Adagio sostenuto" 4 = 50 >

Re: How to force tempo markings on single line

2015-11-02 Thread Pierre Perol-Schneider
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

How to force tempo markings on single line

2015-11-02 Thread H. S. Teoh
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