Am 08.09.2016 um 22:06 schrieb Kieren MacMillan:
> Hi Urs,
>
>> We're talking about changing from one system to the next,
>> not about having staves of different size in parallel.
> You were talking about that in another thread… but where in this OP’s message 
> was that restriction? Sorry if I missed it.

"This OP's message" was mine:
http://lists.gnu.org/archive/html/lilypond-user/2016-09/msg00144.html to
which Michael replied, unfortunately without quoting.

I think what Michael wants is something like the attached - which is
easy because there's no connection between the sections, so they can
simply be treated as different scores.

Urs

>
>> Indeed it seems Finale is the only "big" tool if you rely on that feature.
> WOW. Just wow.
> Kieren.
> ________________________________
>
> Kieren MacMillan, composer
> ‣ website: www.kierenmacmillan.info
> ‣ email: i...@kierenmacmillan.info
>

\version "2.19.47"

\markup "Consider this example"

\score {
  \new Staff {
    \repeat unfold 40 c'2
  }
}

\markup "Here's room for your solution"

\score {
  \new Staff \with {
    \magnifyStaff #3/2
    \omit Staff.BarLine
  }
  {
    \repeat unfold 4 { s1*5 \break }
  }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to