Dear Mark,

Once you know how to apply colors to things like noteheads, applying that to the rest of the symbols is not difficult. It's just a matter of knowing the internal name (such as Slur, Tie, etc.). These can be found by looking up the symbols in the internals reference. For example, the following link https://lilypond.org/doc/v2.24/Documentation/internals/phrasingslur

For one more example, to change the color of a slur, you simply have to do

\version "2.24.1"

\relative c' {
  c4( d e f)
  \override Slur.color = #red
  c4( d e f)
}

Thanks,
-Will

On 3/18/23 22:42, Mark Stephen Mrotek wrote:
Hello,

The documentation has examples of coloring note heads, stems, and staves.

Where would I look for instructions to color slurs and/or ties?

Thank you.

Mark


--
+ ---------------------------------------------- +
|    William Rehwinkel - Oberlin College and     |
|                           Conservatory '24     |
|          will...@williamrehwinkel.net          |
| PGP key:                                       |
| https://williamrehwinkel.net/static/pubkey.txt |
+ ---------------------------------------------- +

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to