Le mar. 2 juin 2020 à 13:58, Michael Winter <[email protected]> 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