On 2020-08-01 9:03 pm, Andrew Bernard wrote:
Ah, is it to do with the tuplet not being breakable?

Nope.  It's because there was no barline to break at.

Try:   \bar "" \break


Remember that your \tuplet 7/8 is scaling note durations.

You could do this instead and see that you do not need to add the explicit \bar command:

\set Timing.measureLength = #(ly:make-moment (* 1/4 8/7))


-- Aaron Hill

Reply via email to