]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hairpin-to-barline.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / hairpin-to-barline.ly
index e5c450a3c2c98810f865831da4fa85877b347025..b9c69948fd765058eb06d13a211a7d6204d40056 100644 (file)
@@ -1,18 +1,13 @@
 \header {
 
-  texidoc = "By setting @code{hairpinToBarline}, hairpins will stop at
-the barline preceding the ending note."
+  texidoc = "Hairpins whose end note is preceded by a bar line
+should end at that bar line. "
 
 }
 
-\version "2.10.0"
+\version "2.19.21"
 
-\paper {
-  ragged-right = ##t
-}
-
-\relative c'' {
-  \set hairpinToBarline = ##t
-  \override Hairpin #'bound-padding = #1.0
-  c4\< c2. c4\!
+\relative {
+  \override Hairpin.bound-padding = #1.0
+  c''4\< c2. c4\!
 }