]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hairpin-barline-break.ly
Merge branch 'stable/2.16' into staging
[lilypond.git] / input / regression / hairpin-barline-break.ly
index 3a94a5292b5bf37aafd71408931e4e46b53a91a2..decd8f9c9d18ce6c0c329fa4d1b9d6688ebf12fb 100644 (file)
@@ -1,14 +1,22 @@
 \header {
 
-  texidoc = "If a hairpin ends on the first note of a new stave, we
+  texidoc = "If a hairpin ends on the first note of a new staff, we
 do not print that ending.  But on the previous line, this hairpin
 should not be left open, and should end at the bar line. "
 }
 
 \version "2.16.0"
 
+\layout {
+  line-width = 4.\cm
+}
+
 \relative c' {
   c1\>
   \break
   c1\!
+  \override Hairpin #'to-barline = ##f
+  c1\>
+  \break
+  c1\!
 }