repo.or.cz
/
lilypond
/
patrick.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git]
/
input
/
regression
/
stencil-color-rotation.ly
blob
7e89fa2cb19364a1d10c4bb4930b0cc9b258014a
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
= #(
x
11
-color
'
LimeGreen
)
9
g
4
\<
b d f
'
\!
10
}