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
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
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:
> >
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
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
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
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
\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
> 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
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
10 matches
Mail list logo