On Wed, 26 Mar 2025 at 23:52, Jakub Pavlík <jkb.pav...@gmail.com> wrote: > > Hi, > > I've been trying to change colour of divisiones in chant notation. > The Divisio layout object seemed to be an obvious choice, so I tried it first, to no effect. > Then I inspected the definition of divisiones of gregorian.ly: they seem to be implemented as breathing signs, but overriding BreathingSign.color has no effect either. > What is the actual way to do it?
Hello, I don't have LilyPond at hand at the moment, but based on Internals Reference, Divisio objects are created by the Divisio_engraver, which is part of the VaticanaStaff context. Therefore try instead \override VaticanaStaff.Divisio.color = #red Kind regards, Xavier