Hi,
Am 26.09.21 um 16:22 schrieb Mahanidhi:
Hello,
I'm new in lilypond and I can't align the lines of the pentagram all
of the same length. Any idea?? Grazie mille!
(Your code does not compile without change because of the \ in front of
defaultBarType.)
You can align the lines by adding:
\layout {
ragged-last = ##f
line-width = 150 % or some other number
}
_But_: Do you definitely want 8 independent scores containing one line
each? LilyPond is perfectly able to create one continuous score, also
(if you want) doing linebreaks only at the places you specify.
Lukas