lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to stretch one single line?


From: address@hidden
Subject: Re: How to stretch one single line?
Date: Fri, 2 Apr 2021 12:31:34 +0000 (GMT)

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" <me@tebe.ch>
> To: "Phil Holmes" <mail@philholmes.net>
> Cc: "Lillypond Users Mailing List" <lilypond-user@gnu.org>
> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]