Hi Guido,

Am 26.10.2024 um 09:22 schrieb lilypond-user-requ...@gnu.org:
In Lilypond, I’d like to create two columns with two systems on each
line. These systems should all have the same width and be aligned equally.
At the moment, some systems are wider than others.

in your \layout sections, you can manually control the line width of each score:

% ------------------------------------
\layout {
  line-width = 8.3\cm
  ragged-right = ##f
  \context {
    \Score
    proportionalNotationDuration = #(ly:make-moment 1/12)
  }
}
% ------------------------------------

Does that help?

Cheers,
Klaus

Reply via email to