]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/coloring-objects.ly
Merge branch 'master' of /home/lilycvs/git/lily/
[lilypond.git] / input / lsr / coloring-objects.ly
1 %% Do not edit this file; it is auto-generated from LSR!
2 %% Tags: editorial-and-educational-use
3 \version "2.11.35"
4
5 \header { texidoc = "
6 LilyPond gives you the ability to assign different colors to any grob
7 in your score, such as NoteHeads, Alterations, Beams and so on, by
8 simply overriding the #'color property and choosing your color (over
9 200 colors are available, see the \"List of Colors\" Appendix in the
10 Manual).
11 " }
12
13 \relative {
14   \override Accidental #'color = #darkgreen
15   \override Beam #'color = #cyan
16   \override NoteHead #'color = #darkyellow
17   c4
18   \override NoteHead #'color = #red
19   f
20   \override NoteHead #'color = #darkmagenta
21   g
22   \override NoteHead #'color = #darkblue
23   b
24   \override NoteHead #'color = #green
25   \override Stem #'color = #blue
26   e8 es d dis e4 r
27 }