lilypond-user
[Top][All Lists]
Advanced

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

Re: Justifying last system with multiple pieces


From: Xavier Scheuer
Subject: Re: Justifying last system with multiple pieces
Date: Fri, 14 Oct 2011 13:34:43 +0200

On 14 October 2011 12:47, Francesco Spiga <address@hidden> wrote:
> Hi everyone. I'm typesetting a choral piece with a 4 parts refrain and a
> monodic verse, and I have this structure:
>
>
>
> \book {
>
> %%% REFRAIN
>
> \score { \new StaffGroup
>        <<      \new Staff \staffSoprano
>                \new Staff \staffAlto
>                \new Staff \staffTenor
>                \new Staff \staffBass  >>
>
>        \layout {  }
>
>  }
> }
>
> %%% VERSE
>
> \score { \new Staff  \verse
>
>  \layout { }
>
>  }
> }
> }
>
> When I added the verse \score, Lilypond compressed the refrain last system
> on the left, leaving a lot of blank space on the right.
>
> How to justify it? I didn't find any command to work it out.

Strange, by default it should fill the line width.
Could you check you did not change the value of "ragged-last" (in
your \paper or \layout block)?  It should be ragged-last = ##f .
And if you only have one system, make sure you have ragged-right = ##f

If that does not solve you problem, then please send your file or a
minimal example of code showing the issue.

Cheers,
Xavier

-- 
Xavier Scheuer <address@hidden>



reply via email to

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