David Wright <[email protected]> writes:
> violin = \new Voice b
> you can substitute again, this time for "b".
> (Within limits: contexts have a parent/child ordering, so Staff
> can contain Voice but not vice versa.)
Semantically not, but syntactically this is not a problem:
\relative
\new Staff {
\new Voice {
c'1 << \new Staff { e f }
{ g a }
>>
b c }
}
--
David Kastrup
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user