bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Ignored settings in \context X \with {}


From: Dan Eble
Subject: Ignored settings in \context X \with {}
Date: Sat, 18 Apr 2015 10:41:45 -0400

\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' }
    >>
  >>
}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]