On 6/29/2019 7:42 PM, Craig Dabelstein wrote:
Hi everyone,

In the attached screenshot of the last bars of my score you can see a couple of problems:

[1] The tempi are not horizontally aligned
[2] The last two bars aren't wide enough to accommodate the tempi

I'm using markLengthOn

What's the consensus on the best way to fix these?

All the best,

Craig
Screen Shot 2019-06-30 at 9.38.13 am.png


If you want to widen the measures, you could always do something like this:

{
  c4 d e f \tempo "Lento" \newSpacingSection
  \once \override Score.SpacingSpanner.shortest-duration-space = #6
  R1
  \newSpacingSection \tempo "Subito Allegro"
  c8 d e f c d e f


}


(see attached)

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to