]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dot-column-note-collision.ly
resolve merge
[lilypond.git] / input / regression / dot-column-note-collision.ly
diff --git a/input/regression/dot-column-note-collision.ly b/input/regression/dot-column-note-collision.ly
new file mode 100644 (file)
index 0000000..7e96505
--- /dev/null
@@ -0,0 +1,9 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "Dots and note-heads should not collide."
+}
+
+{
+  <f' g'>4. s8 \small <f' g'>4. s8 <g' a'>4. s8 <a' b'>4. s8
+}