How about:

\version "2.20.0"
{
  \repeat unfold 20 s1 \bar "||"
  \stopStaff s1 \bar ""\break
  \startStaff
  \set Score.currentBarNumber = 21
  \repeat unfold 20 s1
}

\layout {
  system-count = 8
}

Otherwise you can do two single scores.
HTH, cheers,
Pierre

PS. http://lilypond.org/tiny-examples.html

Le mar. 2 juin 2020 à 13:23, Michael Winter <mwin...@unboundedpress.org> a
écrit :

> Thanks Pierre,
>
> ragged-last only works on the last system of the score. I would like to
> have a specific system within a score have a ragged-right even if it is not
> the last system in the score.
>
> I can imagine that this should be able to be done after a forced \break or
> \pageBreak.
>
> Thanks,
>
> Michael
>
>
> Jun 2, 2020, 24:48 by pierre.schneider.pa...@gmail.com:
>
> Hi Michael,
> try:
>
> ragged-last = ##t
>
> Cheers
> Pierre
>
> Le mar. 2 juin 2020 à 06:13, Michael Winter via LilyPond user discussion <
> lilypond-user@gnu.org> a écrit :
>
> Hello,
>
> Is it possible to have ragged-right = ##f but then allow a single system
> to be ragged-right after a forced \break or \pageBreak?
>
> Any help on how to do this will be much appreciated.
>
> Thanks in advance.
>
> Michael
>
>
>

Reply via email to