]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stencil-color-rotation.ly
7e89fa2cb19364a1d10c4bb4930b0cc9b258014a
[lilypond.git] / input / regression / stencil-color-rotation.ly
1 \header{
2   texidoc = "Combinations of rotation and color do work."
3 }
4
5 \version "2.12.0"
6 \relative c'{ 
7   \override Hairpin #'rotation = #'(20 -1 0)
8   \override Hairpin #'color = #(x11-color 'LimeGreen)
9   g4\< b d f'\!
10