]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hairpin-key-signature.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / hairpin-key-signature.ly
index 0811099115b3194075e7226f06fb865471ac68da..32ddc15f8eab96c32dbae94fdc602f5556b69eeb 100644 (file)
@@ -1,11 +1,11 @@
-\version "2.16.0"
+\version "2.19.21"
 
 \header {
   texidoc = "Broken hairpins are not printed too high after key signatures.
 "
 }
 
-\relative c'' {
+\relative {
   \key e \major
-  c4^\< c c c \break c c c c\! |
+  c''4^\< c c c \break c c c c\! |
 }