]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-cyclic-reference.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / markup-cyclic-reference.ly
index 9ca834b542d9a45fa56d0a87db907b1c81c8d10d..c0a952e3ea2ceb9b312f2df97e1fb53a340643be 100644 (file)
@@ -1,7 +1,7 @@
-\version "2.16.0"
+\version "2.19.13"
 #(ly:set-option 'warning-as-error #f)
-#(ly:expect-warning (ly:translate-cpp-warning-scheme "Cyclic markup detected: %s") 'cycle-markup)
-#(ly:expect-warning (ly:translate-cpp-warning-scheme "Cyclic markup detected: %s") 'cycleI-markup)
+#(ly:expect-warning (ly:translate-cpp-warning-scheme "Markup depth exceeds maximal value of %d; Markup: %s") 1024 'cycle-markup)
+#(ly:expect-warning (ly:translate-cpp-warning-scheme "Markup depth exceeds maximal value of %d; Markup: %s") 1024 'cycleII-markup)
 
 \header {
   texidoc = "Cyclic markup definitions should cause a warning, but