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