lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: color change working in only upper staff


From: Francesco Napoleoni
Subject: Re: color change working in only upper staff
Date: Mon, 18 Jul 2022 15:58:22 +0200

> lower = \relative c {
>    \override Fingering.color = #red

This line could be changed to read

>    \override Staff.Fingering.color = #red

which “speaks” to the right context.

You could also replace the two \override with something like this:

> \score {
>    \new PianoStaff <<
>      \set PianoStaff.instrumentName = #"Piano  "
>      \override PianoStaff.Fingering.color = #red

which affects all the Staff contexts included.

Cheers
Francesco Napoleoni






reply via email to

[Prev in Thread] Current Thread [Next in Thread]