Just in case anyone is wondering, `AccidentalCautionary` is the GROB to override to color the parenthesized accidentals you get with `\accidentalStyle teaching`.

-Paul


%%%

\version "2.21.0"
\new Staff {
  \key g \major
  \accidentalStyle teaching
  \override AccidentalCautionary.color = #red
  { fis' f' }
}

%%%



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

Reply via email to