]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hairpin-barline-break.ly
Make distributed tarball from Git file list
[lilypond.git] / input / regression / hairpin-barline-break.ly
index 88973d0bee40ed073c1fba2fa53cd0ab73bd2f24..6381b08c083af574c0b02178ad2bf9523ba93291 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.12.0"
+\version "2.14.0"
+
+\layout {
+  line-width = 4.\cm
+}
 
 \relative c' {
   c1\>
   \break
   c1\!
+  \override Hairpin #'to-barline = ##f
+  c1\>
+  \break
+  c1\!
 }