lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to force tempo markings on single line


From: H. S. Teoh
Subject: How to force tempo markings on single line
Date: Mon, 2 Nov 2015 15:38:19 -0800
User-agent: Mutt/1.5.24 (2015-08-30)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]