]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/minimum-length-end-line.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / minimum-length-end-line.ly
diff --git a/input/regression/minimum-length-end-line.ly b/input/regression/minimum-length-end-line.ly
new file mode 100644 (file)
index 0000000..29ba2f7
--- /dev/null
@@ -0,0 +1,16 @@
+\version "2.17.16"
+
+\header {
+  texidoc = "Long spanners at the end of the lines stretch measures
+correctly.
+"
+}
+
+{
+  \override Hairpin.minimum-length = #60
+  \override Hairpin.to-barline = ##t
+  \repeat unfold 4 a1
+  a1\<
+  a1\>
+  a1\!
+}