]> git.donarmstrong.com Git - lilypond.git/commitdiff
add bend + dots regression test.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 14 Dec 2006 14:24:17 +0000 (15:24 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 14 Dec 2006 14:24:17 +0000 (15:24 +0100)
input/regression/bend-dot.ly [new file with mode: 0644]

diff --git a/input/regression/bend-dot.ly b/input/regression/bend-dot.ly
new file mode 100644 (file)
index 0000000..4b55de5
--- /dev/null
@@ -0,0 +1,19 @@
+\version "2.11.2"
+\header {
+  texidoc  = "Bends avoid dots, but only if necessary."
+}
+
+\score {
+  <<
+    \new Staff \relative c' {
+      \time 4/4
+      g''4.-\bendAfter #+1
+      s8 s2
+      f4.-\bendAfter #+1
+    }
+  >>
+}
+
+\paper {
+  ragged-right = ##t
+}