]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-links-nolabel.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / page-links-nolabel.ly
diff --git a/input/regression/page-links-nolabel.ly b/input/regression/page-links-nolabel.ly
new file mode 100644 (file)
index 0000000..6ebdf57
--- /dev/null
@@ -0,0 +1,11 @@
+\version "2.14.0"
+
+\header {
+
+  texidoc = "Links to labels should not break if the label doesn't exist."
+
+}
+
+\book {
+  \markup { \with-link #'dummy \concat { "Link to non-existing label"  } }
+}
\ No newline at end of file