Hello all,

has anybody familiar with openLilyLib come across this problem or would
know how to fix it?
I use the page-layout package in order to have access to break sets and
noticed the following issue:

When using break sets, bars with a MultiMeasureRest take up more horizontal
space than with vanilla LilyPond. This is especially pronounced when the
MultiMeasureRest is at the beginning of a line, but also true otherwise.
Bars with notes or “normal” rests are not affected.
You can see the effect if you toggle the appropriate line in this example:

\version "2.25.24"

\include "oll-core/package.ily"
\loadPackage \with {
  modules = conditional-breaks
} page-layout

\registerBreakSet breaks
\setBreaks breaks line-breaks #'()

% Toggle this line to see the difference
\applyConditionalBreaks breaks

\setOption page-layout.conditional-breaks.use #'(
  line-breaks
)

\relative c'' {
  R1*2
  \break
  R1 b1
  \break
  b1 R1
  \break
  b1 b1
}

It doesn’t make a difference if I have actually specified any breaks via
the break set, the \applyConditionalBreaks command introduces this weird
spacing behaviour. Any ideas as to why?

Thanks,
Peter

--
Peter Crighton | Musician & Music Engraver based in Mainz, Germany
https://www.petercrighton.de
\version "2.25.24"

\include "oll-core/package.ily"
\loadPackage \with {
  modules = conditional-breaks
} page-layout

\registerBreakSet breaks
\setBreaks breaks line-breaks #'()

% Toggle this line to see the difference
\applyConditionalBreaks breaks

\setOption page-layout.conditional-breaks.use #'(
  line-breaks
)

\relative c'' {
  R1*2
  \break
  R1 b1
  \break
  b1 R1
  \break
  b1 b1
}

Attachment: breaks-with-breakset.pdf
Description: Adobe PDF document

Attachment: breaks-without-breakset.pdf
Description: Adobe PDF document

Reply via email to