Hi,

Does Lilypond automatically offset barlines on consecutive systems so
they're not aligned? I'm sure I read this somewhere in the documentation,
however I'm running into a case where all three systems with the exact same
rhythms align perfectly:

\version "2.25.25"
\relative {
  \time 3/4
  R2.*2
  d'''32 e d e d e d c g a g a g a g f d e d e d e d c
  \repeat unfold 3 { g a g a g a g f d e d c f g a c f a c f a16 r
      d,32 e d e d e d c g a g a g a g f d e d e d e d c }
}

In this example, at the very least the barline of the third system should
be moved either left or right.

Trying different note values, I'm getting similar results:

\version "2.25.25"
\relative {
  \time 3/4
  \repeat unfold 39 { c'4 c c }
}

Here the second, third and fourth systems are identical.

Is there an easy way to tell Lilypond to offset barlines?

Kind regards,

Steven

Reply via email to