]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor changes and docs for color.
authorGraham Percival <graham@percival-music.ca>
Tue, 26 Apr 2005 05:28:46 +0000 (05:28 +0000)
committerGraham Percival <graham@percival-music.ca>
Tue, 26 Apr 2005 05:28:46 +0000 (05:28 +0000)
ChangeLog
Documentation/user/advanced-notation.itely

index f80f0d37633d9d3e5dd35db813fb59111e5e74d6..f2ba5daf73075e128754894dca62abc45d2bd6d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-04-26  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/basic-notation.itely,
+       instrument-notation.itely, advanced-notation.itely,
+       changing-defaults.itely: minor fixes.  Added docs
+       for colors to advanced-notation.itely.
+
 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
index 454d7e6bc0bfad3d55483e306b65b14cedb39ceb..86d64254555932f05d04d0aaa6273adba693d276 100644 (file)
@@ -896,6 +896,7 @@ the parts can be combined.  Consequently, if the arguments switch to
 differently named @internalsref{Voice} contexts, the events in those
 will be ignored.
 
+
 @node Hiding staves
 @subsection Hiding staves
 
@@ -903,7 +904,7 @@ will be ignored.
 @cindex Hiding staves
 
 In orchestral scores, staff lines that only have rests are usually
-removed.  This saves some space.  This style is called `French Score'.
+removed; this saves some space.  This style is called `French Score'.
 For @internalsref{Lyrics},
 @internalsref{ChordNames} and @internalsref{FiguredBass}, this is
 switched on by default.  When the lines of these contexts turn out
@@ -1713,6 +1714,26 @@ This example demonstrates how to place prefatory matter
 @end ignore
 
 
+@node Coloring objects
+@section Coloring objects
+
+@c FIXME: need link to missing list of colors
+Individual objects may be assigned colors.  You may use color names
+listed HERE or the x11 color names listed THERE.
+
+@lilypond[quote,raggedright,verbatim,fragment]
+\override NoteHead #'color = #red
+c4 c
+\override NoteHead #'color = #(x11-color 'LimeGreen)
+d
+\override Stem #'color = #blue
+e
+@end lilypond
+
+@seealso
+
+COLORLIST
+
 
 @node Automatic notation
 @section Automatic notation