2009/2/18 Mats Bengtsson <[email protected]>:
> 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.

>> ... The worst part is to locate
>> _every_ occurrence of a tie in the music, and delete the
>> no-longer-needed skip in the lyrics accordingly.
>
> There should be much simpler solutions to solve that problem. Just remove
> tieMelismaBusy from the property melismaBusyProperties (see
> http://lilypond.org/doc/v2.12/Documentation/user/lilypond-internals/Score#Score
> for the default value and
> http://lilypond.org/doc/v2.12/Documentation/user/lilypond-internals/Tunable-context-properties#Tunable-context-properties
> for the documentation of what the property means).

Wow. :*)

Could convert-ly handle this, or at least warn about it?

Anyway, the file that originated this thread was a Mozart trio, not a motet.
-- 
Francisco Vila. Badajoz (Spain)
http://www.paconet.org
From 046f94e74e727e9d232dcb719e3dbad28384a0fd Mon Sep 17 00:00:00 2001
From: Francisco Vila <[email protected]>
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-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to