lilypond-user
[Top][All Lists]
Advanced

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

Color parenthesized accidentals with \accidentalStyle teaching


From: Paul Morris
Subject: Color parenthesized accidentals with \accidentalStyle teaching
Date: Sun, 12 May 2019 14:06:46 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

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

%%%





reply via email to

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