Hello all,

You can also use something like :

\override Staff.StaffSymbol.color = #(x11-color 'SlateBlue1)


See https://en.wikipedia.org/wiki/X11_color_names for an extensive explanation 
of the name colors

BR

-----------
 Sébastien

________________________________
From: lilypond-user-bounces+richardsgjm=hotmail....@gnu.org 
<lilypond-user-bounces+richardsgjm=hotmail....@gnu.org> on behalf of Kieren 
MacMillan <kie...@kierenmacmillan.info>
Sent: Sunday, March 3, 2024 14:41
To: Laurie Savage <savage.lau...@gmail.com>
Cc: gehent...@gmail.com <gehent...@gmail.com>; Jeff Kopmanis 
<kopma...@gmail.com>; Lilypond-User Mailing List <lilypond-user@gnu.org>
Subject: Re: Make D.S. and Coda objects RED

Hi Laurie,

> When I copied your layout block into my score (2.25.12) I get this error
> error: syntax error, unexpected SYMBOL, expecting '='
>       CodaMark
>                color = "tomato"

Sorry… didn’t test. Should have been

\layout {
  \context {
    \Score
    \compressEmptyMeasures
    \override MultiMeasureRest.expand-limit = #2
    \override CodaMark.color = "tomato"
    \override SegnoMark.color = "tomato"
    \override SectionLabel.color = "tomato"
    % \override RehearsalMark.color = "tomato"
    \override JumpScript.color = "tomato"
    rehearsalMarkFormatter = #format-mark-box-alphabet
  }
}

Best,
Kieren.
______________________________________________

My work day may look different than your work day. Please do not feel obligated 
to read or respond to this email outside of your normal working hours.


Reply via email to