From 4777bd957f9a57bba6a95f72bf2955d8a5e6722d Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 26 Apr 2005 05:28:46 +0000 Subject: [PATCH] Minor changes and docs for color. --- ChangeLog | 7 +++++++ Documentation/user/advanced-notation.itely | 23 +++++++++++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f80f0d3763..f2ba5daf73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-04-26 Graham Percival + + * 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 * scm/output-ps.scm (grob-cause): Yet another fix, hope it's diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index 454d7e6bc0..86d6425455 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -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 -- 2.39.2