bug-lilypond
[Top][All Lists]
Advanced

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

markLengthOn leads to excessively wide MMRs


From: Saul Tobin
Subject: markLengthOn leads to excessively wide MMRs
Date: Mon, 10 Jul 2023 13:06:12 -0700

\layout {
  \context {
    \Score
    skipBars = ##t
    \markLengthOn
  }
}

{
  \tempo "Tempo" 4=120
  R1*4
  \mark\default
}

The MMR should only stretch to the minimum length necessary to
accommodate the MetronomeMark. This leads to very ugly results with long
MetronomeMarks, including sometimes stretching measures beyond the page
margins (even if the text itself fits within the margins). It also leads to
ugly results when a system contains multiple MMRs, as one is too wide and
the other too narrow.

I have not found an obvious way to tweak this behavior.


reply via email to

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