]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-tie-collision.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / script-tie-collision.ly
diff --git a/input/regression/script-tie-collision.ly b/input/regression/script-tie-collision.ly
new file mode 100644 (file)
index 0000000..0b1c837
--- /dev/null
@@ -0,0 +1,23 @@
+\version "2.17.2"
+
+\header {
+  texidoc = "Scripts avoid ties.
+"
+}
+
+% Managing what note heads' scripts have been accounted for in
+% the Tie_engraver is tricky.
+% This regtest tries to confuse it with various configurations
+% Of notes with and without ties, with multiple scripts, etc..
+
+\relative c''' {
+  r2. c4~-> | c-> r2. |
+  r2. c4-> | c-> r2. |
+  r2. c4~-> | c r2. |
+  r2. c4~ | c-> r2. | \break
+  r2. <g-- c-> >4--~ | <g-- c>-> ~ <g c---_>-> r2 |
+  r2. c4~ | c-> ~ c-> r2 |
+  r2. c4~-> | c ~ c-> r2 |
+  r2. c4~-> | c-> ~ c r2 |
+  r2. c4-> |
+}