> That’s definitely neither minimal nor working (because of the required
> \include file)… ;)
Oh, sorry, that file was not needed for compilation.
> \paper {
> ragged-right = ##f
It worked, thank you.
On 11/7/21, Kieren MacMillan wrote:
> Hi Ivanov,
>
>> I attached the minimal working examp
Am Sun, Nov 07, 2021 at 10:40:06PM +0300 schrieb Ivanov Dmitry:
> I attached the minimal working example. The second variant is not stretched
> horizontally as
> the first two staves. Is it possible to stretch it so it occupied 100% of
> page width?
Add ragged-last = ##f to your \paper block.
Hi Ivanov,
> I attached the minimal working example.
That’s definitely neither minimal nor working (because of the required \include
file)… ;)
> Is it possible to stretch it so it occupied 100% of page width?
\paper {
ragged-right = ##f
…
Hope that helps!
Kieren.