CVSROOT: /cvsroot/lilypond Module name: lilypond Branch: Changes by: Mats Bengtsson <[EMAIL PROTECTED]> 05/08/22 12:12:37
Modified files: . : ChangeLog python : convertrules.py Log message: * python/convertrules.py (string_or_scheme): Fix spelling error CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4056&tr2=1.4057&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/python/convertrules.py.diff?tr1=1.11&tr2=1.12&r1=text&r2=text Patches: Index: lilypond/ChangeLog diff -u lilypond/ChangeLog:1.4056 lilypond/ChangeLog:1.4057 --- lilypond/ChangeLog:1.4056 Mon Aug 22 00:57:58 2005 +++ lilypond/ChangeLog Mon Aug 22 12:12:37 2005 @@ -1,3 +1,7 @@ +2005-08-22 Mats Bengtsson <[EMAIL PROTECTED]> + + * python/convertrules.py (string_or_scheme): Fix spelling error + 2005-08-22 Han-Wen Nienhuys <[EMAIL PROTECTED]> * lily/tie-column.cc (set_directions): set directions only once. Index: lilypond/python/convertrules.py diff -u lilypond/python/convertrules.py:1.11 lilypond/python/convertrules.py:1.12 --- lilypond/python/convertrules.py:1.11 Thu Aug 18 14:04:00 2005 +++ lilypond/python/convertrules.py Mon Aug 22 12:12:37 2005 @@ -1454,7 +1454,7 @@ def conv (str): if re.search ("font-style",str): error_file.write ('\n') - error_file.write (NOT_SMART % "font-sytle") + error_file.write (NOT_SMART % "font-style") error_file.write ('\n') error_file.write (UPDATE_MANUALLY) error_file.write ('\n') _______________________________________________ Lilypond-cvs mailing list Lilypond-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-cvs