]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hairpin-key-signature.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / input / regression / hairpin-key-signature.ly
1 \version "2.16.0"
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 }