Aaron Hill <[email protected]> writes: > On 2022-01-09 2:05 pm, David Zelinsky wrote: >> Is there a better way to accomplish what I'm trying to do? Or do I >> really just need to maintain completely separate versions for the two >> instruments? > > You can certainly use the tag approach, just keep a few things in mind. > ... > > Consider this below: > > foo = { > \relative b' { | b4 a8 g fis2 } > << \tag one \relative g' { | g8 a b d e2 } > \tag two \relative e' { | e4 d cis2 } >> > \relative g' { | g1 \bar "|." } > }
Thanks! I had tried to do something similar to this, but it didn't work. Probably I was missing some brackets somewhere. I will give this a try. -David
