Hi all,

   it seems there's an issue when using an
   override of Staff.StaffSymbol.color in combination with a grace note as
   first note in score -> in this case the override seems to be ignored...
   when using no grace at all or at a different position the override
   works as expected:

   lilypond -dbackend=svg test.ly


   test.ly:
   ====
\version "2.19.83"

PartPOneVoiceOne =  \relative e'' {
    \clef "treble" \key bes \major \time 1/4
    % \grace { e8 }  % remove comment and StaffSymbol.color will change unexpect
edly to black - this will not happen then moving the grace note to before a8 ins
tead of f8
    f8
    a8
}

\score {
    << \new PianoStaff
        << \context Staff = "1" <<
                \override Staff.StaffSymbol.color = #red
                \context Voice = "PartPOneVoiceOne" {  \PartPOneVoiceOne }
            >>
        >>
    >>
}




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

Reply via email to