]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stencil-color-rotation.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / stencil-color-rotation.ly
index 788a2cd4459b640b885dcef6da3b7e1135cfdb35..b8c98153446581464a4ac40434781f308965d437 100644 (file)
@@ -2,9 +2,9 @@
   texidoc = "Combinations of rotation and color do work."
 }
 
-\version "2.16.0"
+\version "2.17.6"
 \relative c'{ 
-  \override Hairpin #'rotation = #'(20 -1 0)
-  \override Hairpin #'color = #(x11-color 'LimeGreen)
+  \override Hairpin.rotation = #'(20 -1 0)
+  \override Hairpin.color = #(x11-color 'LimeGreen)
   g4\< b d f'\!
 }