David Wright <lily...@lionunicorn.co.uk> 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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to