lilypond-user
[Top][All Lists]
Advanced

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

Re: forced \break or \pageBreak with ragged-right


From: Pierre Perol-Schneider
Subject: Re: forced \break or \pageBreak with ragged-right
Date: Tue, 2 Jun 2020 13:35:39 +0200

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 <mwinter@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.paris@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

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