]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dot-column-vertical-positioning.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / dot-column-vertical-positioning.ly
diff --git a/input/regression/dot-column-vertical-positioning.ly b/input/regression/dot-column-vertical-positioning.ly
new file mode 100644 (file)
index 0000000..d3d1bfa
--- /dev/null
@@ -0,0 +1,13 @@
+\version "2.16.0"
+
+\header {
+  texidoc = "Dot columns should not trigger vertical spacing before
+line breaking.  If the regtest issues a programming_error saying that
+vertical spacing has been called before line breaking, it has failed.
+"
+}
+
+\context Staff <<
+  \new Voice { \voiceOne f''8.[ e''16] }
+  \new Voice { \voiceThree r8. a'16}
+>>