]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-depth-non-terminating.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / markup-depth-non-terminating.ly
index 52e0f70ee02aa78a80614c3f8d7a6b73628be09b..76db67f19369a20e607b8dbcfab104cc37cee2ef 100644 (file)
@@ -1,5 +1,6 @@
-\version "2.15.12"
+\version "2.16.0"
 #(ly:set-option 'warning-as-error #f)
+#(ly:expect-warning (ly:translate-cpp-warning-scheme "Markup depth exceeds maximal value of %d; Markup: %s") 1024 "recursive-explosion-markup")
 
 \header {
   texidoc = "Markups have a maximum depth to prevent non-termination."