]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hairpin-to-barline.ly
Doc-es: various updates.
[lilypond.git] / input / regression / hairpin-to-barline.ly
index 2a0a9db357e50659a9b53ec63f197c401261fbb3..b9c69948fd765058eb06d13a211a7d6204d40056 100644 (file)
@@ -5,9 +5,9 @@ should end at that bar line. "
 
 }
 
-\version "2.12.0"
+\version "2.19.21"
 
-\relative c'' {
-  \override Hairpin #'bound-padding = #1.0
-  c4\< c2. c4\!
+\relative {
+  \override Hairpin.bound-padding = #1.0
+  c''4\< c2. c4\!
 }