Hi all,

in order to color a full score I wrote the following:

%%%%%
#(define score-color blue)

\layout {
  \context {
    \Score
    #@(map (lambda (gd) 
             #{ \override #`(,(car gd) color) = #score-color #})
        all-grob-descriptions)
  }
}

{
  c'
}
%%%%%

It seems to work, but I'm wondering if there's a more generic (and
efficient?) way of setting the basic colour for "everything".

Any ideas/suggestions?
Urs

-- 
u...@openlilylib.org
https://openlilylib.org
http://lilypondblog.org


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to