]> git.donarmstrong.com Git - lilypond.git/commit
Introduce a maximum depth for markup evaluation
authorReinhold Kainhofer <reinhold@kainhofer.com>
Thu, 15 Sep 2011 13:36:48 +0000 (15:36 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 19 Sep 2011 10:40:48 +0000 (12:40 +0200)
commit16e626a8524421eda692cb19be6d0ec5bff723b7
treef419d25846e0567462e1dcdae700127d6b23d0b2
parent25be0aa5e4481df77568b99357764f5b1ff46ceb
Introduce a maximum depth for markup evaluation

This will fix cases where a markup function calls itself
(or other functions) recursively with different arguments,
so the loop detection fails.
input/regression/markup-depth-non-terminating.ly [new file with mode: 0644]
lily/text-interface.cc
scm/lily.scm