]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/text-spanner-full-rest.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / text-spanner-full-rest.ly
diff --git a/input/regression/text-spanner-full-rest.ly b/input/regression/text-spanner-full-rest.ly
new file mode 100644 (file)
index 0000000..e7d1054
--- /dev/null
@@ -0,0 +1,12 @@
+\version "2.14.2"
+
+\header {
+  texidoc = "Text spanners ending on full-measure rests do
+not stop prematurely on preceding note heads."
+}
+
+\relative c'' {
+  a1\startTextSpan
+  b1
+  R1\stopTextSpan
+}