\version "2.19.15"

\score {
  \new Staff <<
%{
    % When these are added, the voice settings below are
    % ignored and the resulting warning is cryptic.
    \context Voice = "one" \with { \override NoteHead.color = #red }
    \context Voice = "two" \with { \override NoteHead.color = #blue }
%}
    <<
      \context Voice = "one" \with { \voiceOne } { a' }
      \context Voice = "two" \with { \voiceTwo } { f' }
    >>
  >>
}


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to