]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/coloring-elements-of-notation.ly
Add a --skip-png-check option.
[lilypond.git] / input / lsr / coloring-elements-of-notation.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 Individual objects may be assigned colors.  Several pre-defined colors
9 are available; they are exhaustively listed in the Notation Reference.
10 " }
11 % begin verbatim
12 \relative c'' {
13   \override NoteHead #'color = #red
14   c4 c
15   \override NoteHead #'color = #(x11-color 'LimeGreen)
16   d
17   \override Stem #'color = #blue
18   e
19 }