Hi,
the voiceOneStyle is defined in ly/property-init.ly.
It only overrides the NoteHead, Stem and Beam.
Is there a particular reason for this?
I wrote my own definitions for a project, including Rests (!), TextScript,
Script, Slur and Tie:
voiceStyleFour = {
\override NoteHead.style = #'harmonic-mixed
\override NoteHead.color = #(x11-color 'OrangeRed)
\override Stem.color = #(x11-color 'OrangeRed)
\override Beam.color = #(x11-color 'OrangeRed)
\override Rest.color = #(x11-color 'OrangeRed)
\override TextScript.color = #(x11-color 'OrangeRed)
\override Script.color = #(x11-color 'OrangeRed)
\override Slur.color = #(x11-color 'OrangeRed)
\override Tie.color = #(x11-color 'OrangeRed)
}
There are more, like Fingerings etc.
Would that be interesting to add to property-init.ly or not?
In addition (separated from the first proposal and clearly more subjective), I
find it rather old-fashioned to use the standard four colours for this (red
green blue magenta). How about a change here?
My personal settings are: firebrick RoyalBlue ForestGreen OrangeRed
for voice 1-4.
Cheers,
Joram
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user