On 04.05.2018 19:23, David Sumbler wrote:
It seems that if, in a
<<{\musicA} {\musicB}>>
passage, \musicA does not specify a new Voice, then the music before
the << >> passage and, importantly, also the music afterwards will all
be treated as belonging to the same voice.  Is that correct?

Have a look at this example:

%%%%%%%%%%%%%%%%
\version "2.19.80"

<<
  c
  c
>>

\new Staff
<<
  c
  c
>>

\new Staff
<<
  c
  \\
  c
>>

\new Staff
\new Voice
<<
  c
  c
>>
%%%%%%%%%%%%%%%%

resulting in the attached output.
<<>> just combines music expressions simultaneously. Depending on which contexts are explicitly created, separate implicit contexts will be created or not.

Best,
Simon
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to