]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hairpin-to-barline.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / hairpin-to-barline.ly
index e5c450a3c2c98810f865831da4fa85877b347025..2bc3a9bec80b4c4d7dd56acf6295a344dea15a15 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"
-
-\paper {
-  ragged-right = ##t
-}
+\version "2.16.0"
 
 \relative c'' {
-  \set hairpinToBarline = ##t
   \override Hairpin #'bound-padding = #1.0
   c4\< c2. c4\!
 }