You can also do:
\layout {
indent = #<some-number>
line-width = #<some-number>
ragged-last = ##f
}
To adjust the left and right endpoints of your snippet.
-David
----- Original Message -----
> From: "Thomas Breuss" <[email protected]>
> To: "Phil Holmes" <[email protected]>
> Cc: "Lillypond Users Mailing List" <[email protected]>
> Sent: Friday, April 2, 2021 12:18:59 PM
> Subject: Re: How to stretch one single line?
>> Something like this should do it:
>>
>> \layout {
>> ragged-right = ##f
>> }
>>
> Thanks. It works!
>
> I was sure that I tried this before, but maybe with wrong syntax or so.
>
> Best,
> Thomas