Am 27.08.2015 um 09:44 schrieb B~M:
Sorry to ask this silly little question. I am writing out SATB harmonies
for a music exam
and Ive decided to colour the bass in blue, just to make it a little
more distinct.

Based on a recent mail excange on a similar topic, this function may be helpful:

overrideVoiceColor =
#(define-music-function (color) (color?)
   (make-sequential-music
     (map (lambda (dsc)
            (propertyOverride (list 'Voice (car dsc) 'color) color))
          all-grob-descriptions)))

Call it with

\overrideVoiceColor #(x11-color 'blue)

in the bass voice.

HTH,

Marc


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to