Patrick or Cynthia Karl writes:
> I have a piece of music that needs to have all staves but one repeat, and
> that non-repeating staff is twice as long as the repeating. I tried the
> following but got no joy:
>
> \version "2.19.15"
>
> musicA = \relative b' { c d e f }
> musicB = \relative f
I have a piece of music that needs to have all staves but one repeat, and that
non-repeating staff is twice as long as the repeating. I tried the following
but got no joy:
\version "2.19.15"
musicA = \relative b' { c d e f }
musicB = \relative f' { f e d c }
\score {
<<
\new Sta