]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/color.ly
Issue 2515: staff_radius fixes
[lilypond.git] / input / regression / color.ly
index 8160a124d5007702560a13cc4e029354b67116dd..20cbd145d8c1d16fc139c6e5519661df3f683227 100644 (file)
@@ -1,14 +1,14 @@
-\version "2.11.51"
+\version "2.14.0"
 
 \header{
   texidoc = "Each grob can have a color assigned to it.
-Use the @code{\override} and @code{\revert} expressions to set the
+Use the @code{\\override} and @code{\\revert} expressions to set the
 @code{color} property."
 }
 
 \paper { ragged-right = ##t }
 
-\relative {
+\relative c' {
   \override Accidental #'color = #darkgreen
   \override Beam #'color = #cyan
   \override NoteHead #'color = #darkyellow
@@ -21,5 +21,6 @@ Use the @code{\override} and @code{\revert} expressions to set the
   b
   \override NoteHead #'color = #green
   \override Stem #'color = #blue
+  \override Flag #'color = #magenta
   e8 es d dis e4 r
 }