]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/rgb-colors.ly
The IR guide
[lilypond.git] / input / lsr / rgb-colors.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.38"
4
5 \header {
6   lsrtags = "editorial-and-educational-use"
7  texidoc = "
8 In addition to the built-in x11-color system, it is possible to get
9 exact RGB colors by specifying the amounts of red, green and blue.
10 " }
11 % begin verbatim
12 \relative c''{
13   \override Staff.StaffSymbol #'color = #(x11-color 'SlateBlue2)
14   \set Staff.instrumentName = \markup {
15     \with-color #(x11-color 'navy) "Clarinet"
16   }
17
18   %black
19 %  \override Stem #'color = #(rgb-color 0 0 0)
20   gis8 a
21   % white
22 %  \override Stem #'color = #(rgb-color 1 1 1)
23   gis8 a
24   % dark blue
25 %  \override Stem #'color = #(rgb-color 0 0 0.5)
26   gis4 a
27 }