]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/color.ly
Release: bump version.
[lilypond.git] / input / regression / color.ly
index 9067f9e5bb5171a4f13310b50fc964787265f9cc..20cbd145d8c1d16fc139c6e5519661df3f683227 100644 (file)
@@ -1,8 +1,8 @@
-\version "2.12.0"
+\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."
 }
 
@@ -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
 }