]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hairpin-key-signature.ly
Improvements in vertical skyline approximations (issue 2148).
[lilypond.git] / input / regression / hairpin-key-signature.ly
1 \version "2.15.28"
2
3 \header {
4   texidoc = "Broken hairpins are not printed too high after key signatures.
5 "
6 }
7
8 \relative c'' {
9   \key e \major
10   c4^\< c c c \break c c c c\! |
11 }