I forward this to -devel, if there is no inconvenient and nobody does it before, I could apply it next Tue or Wed.
---------- Forwarded message ---------- From: Francisco Vila <paconet....@gmail.com> Date: 2009/2/19 Subject: Re: Strange output from convert-ly To: Mats Bengtsson <mats.bengts...@ee.kth.se> Cc: Robin Bannister <r...@dataway.ch>, lilypond-user <lilypond-u...@gnu.org> 2009/2/18 Mats Bengtsson <mats.bengts...@ee.kth.se>: > As far as I can see, it's some kind of debug printout that has been left > over and should be removed from convert-ly. Right. The attached patch removes the debug print command. -- Francisco Vila. Badajoz (Spain) http://www.paconet.org
From 046f94e74e727e9d232dcb719e3dbad28384a0fd Mon Sep 17 00:00:00 2001 From: Francisco Vila <francisco.v...@hispalinux.es> Date: Thu, 19 Feb 2009 00:47:25 +0100 Subject: [PATCH] Remove a debug command from convert-ly --- python/convertrules.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/convertrules.py b/python/convertrules.py index ad2c0cd..7d7551c 100644 --- a/python/convertrules.py +++ b/python/convertrules.py @@ -1820,8 +1820,8 @@ def conv (str): s = len (lower_pitches) -1 a = g - lower_pitches [-1] - - print s , lower_pitches, g, a, s +# for debugging +# print s , lower_pitches, g, a, s str = 'cdefgab' [s] str += ['eses', 'es', '', 'is', 'isis'][a + 2] if o < 0: -- 1.5.6.3
_______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel