]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-pitched-trill.ly
resolve merge
[lilypond.git] / input / regression / tie-pitched-trill.ly
diff --git a/input/regression/tie-pitched-trill.ly b/input/regression/tie-pitched-trill.ly
new file mode 100644 (file)
index 0000000..636cdfe
--- /dev/null
@@ -0,0 +1,12 @@
+\version "2.14.2"
+
+\header {
+  texidoc = "The pitch of a pitched trill should not trigger a warning for
+  unterminated ties."
+}
+
+\relative c' {
+  \pitchedTrill
+  c1~\startTrillSpan d
+  c1\stopTrillSpan
+}