Re: Problem ordering staves
A" << \new Staff \Aa \new Staff \Ab >> } \new Staff { \T } >> \layout { \context { \Staff \RemoveEmptyStaves \override VerticalAxisGroup #'remove-first = ##t % required for this solution } } } which g
Problem ordering staves
I'm trying to do a score where one group of instruments splits and plays different music for a while. I guess that this might be an instance of "ostia", but I am required to place the new music on two staves in their own staff group. What I came up with is the following: > \version "2.18.2" >