CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Graham Percival <[EMAIL PROTECTED]>     05/07/14 00:39:25

Modified files:
        .              : ChangeLog 
        python         : convertrules.py 
        scripts        : convert-ly.py 

Log message:
        Add exc -> eccentricity rule.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3878&tr2=1.3879&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/python/convertrules.py.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scripts/convert-ly.py.diff?tr1=1.248&tr2=1.249&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3878 lilypond/ChangeLog:1.3879
--- lilypond/ChangeLog:1.3878   Wed Jul 13 20:30:47 2005
+++ lilypond/ChangeLog  Thu Jul 14 00:39:25 2005
@@ -1,3 +1,10 @@
+2005-07-13  Graham Percival  <[EMAIL PROTECTED]>
+
+       * python/convertrules.py: add exc -> ecc rule.
+
+       * scripts/convert-ly.py: add location of convertrules.py
+       in a comment.
+
 2005-07-12  Jan Nieuwenhuizen  <[EMAIL PROTECTED]>
 
        * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
Index: lilypond/python/convertrules.py
diff -u lilypond/python/convertrules.py:1.5 lilypond/python/convertrules.py:1.6
--- lilypond/python/convertrules.py:1.5 Mon Jul 11 12:51:13 2005
+++ lilypond/python/convertrules.py     Thu Jul 14 00:39:25 2005
@@ -2517,6 +2517,9 @@
 conversions.append (((2, 7, 0), conv,
                     'ly:parser-define -> ly:parser-define!'))
 
+def conv (str):
+       return re.sub('excentricity', 'eccentricity', str)
+
 ################################################################
 
 def str_to_tuple (s):
Index: lilypond/scripts/convert-ly.py
diff -u lilypond/scripts/convert-ly.py:1.248 
lilypond/scripts/convert-ly.py:1.249
--- lilypond/scripts/convert-ly.py:1.248        Wed Jun 15 00:39:48 2005
+++ lilypond/scripts/convert-ly.py      Thu Jul 14 00:39:25 2005
@@ -6,6 +6,9 @@
 #
 # (c) 1998--2005  Han-Wen Nienhuys <[EMAIL PROTECTED]>
 #                 Jan Nieuwenhuizen <[EMAIL PROTECTED]>
+#
+# converting rules are found in python/convertrules.py
+#
 
 import os
 import sys


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to