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 15:02:27 +0200

Le mar. 2 juin 2020 à 13:58, Michael Winter <mwinter@unboundedpress.org> a écrit :
 
I thought about something like that but I have tied notes that would be interrupted by that approach. Which is also why I cannot use multiple single scores.
...
(Therefore: lilypond.org/tiny-examples.html)

This should not be a problem:

\version "2.20.0"

{
  \repeat unfold 20 s1
  \shape #'((0 . 0)(0 . 0)(-4 . 0)(-4 . 0)) Tie
  c'1~
  \stopStaff \once\hideNotes 1 \bar ""\break
  \startStaff
  \set Score.currentBarNumber = 21
  c'1 \repeatTie
   \repeat unfold 20 s1
  \bar "|."
}

\layout {
  system-count = 8
}

For midi output, you can use tags.
Cheers,
Pierre


 



reply via email to

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