lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scm/markup.scm comment out debugging code (issue 282890044 by address@hi


From: paulwmorris
Subject: scm/markup.scm comment out debugging code (issue 282890044 by address@hidden)
Date: Fri, 25 Dec 2015 03:45:14 +0000

Reviewers: ,

Message:
The snippet below prints a list of markup commands to the log.  It seems
that a line of debugging code was not commented out in issue 4685:

http://sourceforge.net/p/testlilyissues/issues/4685/

-Paul


\version "2.19.34"

\header {
  title = "anything"
}

{ c }


Description:
scm/markup.scm comment out debugging code

No need to display a list of markup
commands when not debugging.

Please review this at https://codereview.appspot.com/282890044/

Affected files (+1, -1 lines):
  M scm/markup.scm


Index: scm/markup.scm
diff --git a/scm/markup.scm b/scm/markup.scm
index 5c38ae9ea503015b9217b994ee1cc72d8fa5dace..14a007a95bb27f8a89da2aeb51a607695af40068 100644
--- a/scm/markup.scm
+++ b/scm/markup.scm
@@ -113,7 +113,7 @@ following stencil. Stencils with empty Y extent are not given
           (string-join (list (car c) (string-cons-join (cdr c))) "")))

     ;; We let the following line in for future debugging
-    (display-scheme-music (sort all-relevant-markup-commands symbol<?))
+    ;; (display-scheme-music (sort all-relevant-markup-commands symbol<?))


;;;; Remark: below only works, if markup?- or markup-list? arguments are the





reply via email to

[Prev in Thread] Current Thread [Next in Thread]