]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hairpin-key-signature.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / hairpin-key-signature.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "Broken hairpins are not printed too high after key signatures.
5 "
6 }
7
8 \relative {
9   \key e \major
10   c''4^\< c c c \break c c c c\! |
11 }