On 14 October 2011 12:47, Francesco Spiga <fras...@libero.it> 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 <x.sche...@gmail.com>

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to