Re: Make D.S. and Coda objects RED

2024-03-03 Thread Sebastien Richard
unces+richardsgjm=hotmail@gnu.org on behalf of Kieren MacMillan Sent: Sunday, March 3, 2024 14:41 To: Laurie Savage Cc: gehent...@gmail.com ; Jeff Kopmanis ; Lilypond-User Mailing List Subject: Re: Make D.S. and Coda objects RED Hi Laurie, > When I copied your layout block into

Re: Make D.S. and Coda objects RED

2024-03-03 Thread Kieren MacMillan
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

Re: Make D.S. and Coda objects RED

2024-03-02 Thread Laurie Savage
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" Laurie Savage On Fri, 1 Mar 2024 at 23:51, Kieren MacMillan wrote: > Hi all, > > > I put them in the "global" section of my creation: > >

Re: Make D.S. and Coda objects RED

2024-03-01 Thread Kieren MacMillan
Hi all, > 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

Re: Make D.S. and Coda objects RED

2024-03-01 Thread Laurie Savage
Glad it worked! I’ll have a look at tomato. Laurie On Fri, 1 Mar 2024 at 7:23 pm, 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 > \compressEmptyMeas

Re: Make D.S. and Coda objects RED

2024-03-01 Thread gehentogo
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

Re: Make D.S. and Coda objects RED

2024-02-29 Thread Laurie Savage
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

Re: Make D.S. and Coda objects RED

2024-02-29 Thread Jeff Kopmanis
\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 wrote: > Hello, > > A friend did an arrangement in MuseScore in which he

Re: Make D.S. and Coda objects RED

2024-02-29 Thread Werner LEMBERG
> 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. Have a look at https://lilypond.org/doc/v2.25/Documentation/ly-examples/visualindex.pdf Werner

Make D.S. and Coda objects RED

2024-02-29 Thread gehentogo
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 h