Glad it worked! I’ll have a look at tomato.

Laurie


On Fri, 1 Mar 2024 at 7:23 pm, <gehent...@gmail.com> wrote:

> Thank you, Laurie!
>
> It took a little experimenting, but your overrides worked. I put them
> in the "global" section of my creation:
>
> global = {
>   \time 2/2
>   \tempo 4=200
>   \compressEmptyMeasures\override MultiMeasureRest.expand-limit = #2
>   \override Score.CodaMark.color = "tomato"
>   \override Score.SegnoMark.color = "tomato"
>   \override Score.SectionLabel.color = "tomato"
>   %\override Score.RehearsalMark.color = "tomato"
>   \override Score.JumpScript.color = "tomato"
>   \set Score.rehearsalMarkFormatter = #format-mark-box-alphabet
> }
>
> And, I find "tomato" to not be nearly as jarring of a color.
>
> Cheers!
>
> Brian
>
> On Fri, Mar 1, 2024 at 8:29 AM Laurie Savage <savage.lau...@gmail.com>
> wrote:
> >
> > I wrote this little block; feel free to use it. I have started to work
> out the Internals Reference document (IR), it's slowly becoming useful!
> >
> > jazzTweaks = {
> >   \compressEmptyMeasures
> >   \override MultiMeasureRest.expand-limit = #2
> >   \override Score.CodaMark.color = "red"
> >   \override Score.SegnoMark.color = "red"
> >   \override Score.SectionLabel.color = "red"
> >   \override Score.RehearsalMark.color = "red"
> >   \override Score.JumpScript.color = "red"
> > }
> > Laurie Savage
> > https://www.queensofthewest.com/
> >
> > On Fri, 1 Mar 2024 at 04:15, Jeff Kopmanis <kopma...@gmail.com> wrote:
> >>
> >> \mark \markup { \with-color #red "Whatever" }
> >>
> >> This is what I've been using for a few months now...works great.
> Basically, use the with-color modifier in whatever markup expression you
> have.
> >>
> >> On Thu, Feb 29, 2024 at 12:12 PM <gehent...@gmail.com> wrote:
> >>>
> >>> Hello,
> >>>
> >>> A friend did an arrangement in MuseScore in which he made the D.S.
> >>> symbols red, which I think is a great idea for our band.
> >>>
> >>> I found how to color certain objects, such as with:
> >>>
> >>>   \override Staff.TimeSignature.color = #(rgb-color 1 0 0)
> >>>
> >>> but I have yet to find the names of the objects I'm hoping to change.
> >>>
> >>> Does anyone have an idea?
> >>>
> >>> Thank you!!!!
> >>>
> >>
> >>
> >> --
> >> Jeff Kopmanis
> >> Medium: https://kopmanis.medium.com
> >> GLAAC: https://www.glaac.org/
> >> University Lowbrow Astronomers: http://umich.edu/~lowbrows
> >> Orange Can Astronomy: https://www.facebook.com/orangecanastronomy/
> >>
> >> ** Go Green and leave this email on the Screen! **
>

Reply via email to