Le 02/04/2021 à 14:04, Thomas Breuss a écrit :
Hello,
Is it possible to stretch one single line with lilypond like so?
[Image]
The first example is what I try to achieve.
The second exampe is what I have right now in Lilypond.
Please note that I have several snippets. These snippets will be
embedded as SVGs in an Asciidoctor document for final rendering.
Best,
Thomas
Hello,
I think you want
\paper {
ragged-right = ##f
}
Please refer to
http://lilypond.org/doc/v2.22/Documentation/notation/line-width.html
Regards,
Jean