lilypond-user
[Top][All Lists]
Advanced

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

Re: Multiple issues


From: Ben
Subject: Re: Multiple issues
Date: Sun, 30 Jun 2019 12:57:05 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.1

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)

Attachment: after.png
Description: PNG image

Attachment: before.png
Description: PNG image


reply via email to

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