From: Han-Wen Nienhuys Date: Fri, 3 Nov 2006 01:26:44 +0000 (+0100) Subject: Merge branch 'cvs-head' of http://lilypond.org/vc/lilypond into master-hanwen X-Git-Tag: release/2.10.0-2~34^2~9 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=3d0c45c00d400d3430fc4c0beb41cf96ebd28889;p=lilypond.git Merge branch 'cvs-head' of http://lilypond.org/vc/lilypond into master-hanwen --- 3d0c45c00d400d3430fc4c0beb41cf96ebd28889 diff --cc scm/lily.scm index 7bd67c0fc6,edd99461d5..ee17b9fbc7 --- a/scm/lily.scm +++ b/scm/lily.scm @@@ -22,9 -22,6 +22,12 @@@ (clip-systems #f "Generate cut-out snippets of a score") (debug-gc #f "dump memory debugging statistics") + (debug-gc-assert-parsed-dead #f + "for memory debugging: ensure that all refs to parsed objects are dead.") + ++ (debug-midi #f "generate human readable MIDI") ++ (debug-parser #f "debug the bison parser") ++ (debug-lexer #f "debug the flex lexer") (debug-midi #f "generate human readable MIDI") (debug-parser #f "debug the bison parser") (debug-lexer #f "debug the flex lexer")