]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hairpin-barline-break.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / hairpin-barline-break.ly
index 3a94a5292b5bf37aafd71408931e4e46b53a91a2..3dffd61e5905539f8c4a8180df9071ffdab0425d 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"
+\version "2.17.6"
+
+\layout {
+  line-width = 4.\cm
+}
 
 \relative c' {
   c1\>
   \break
   c1\!
+  \override Hairpin.to-barline = ##f
+  c1\>
+  \break
+  c1\!
 }