CVSROOT: /cvsroot/lilypond Module name: lilypond Branch: Changes by: Erik Sandberg <[EMAIL PROTECTED]> 05/04/20 23:49:30
Modified files: . : ChangeLog scripts : abc2ly.py Log message: scripts/abc2ly.py: Bugfix CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3487&tr2=1.3488&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scripts/abc2ly.py.diff?tr1=1.48&tr2=1.49&r1=text&r2=text Patches: Index: lilypond/ChangeLog diff -u lilypond/ChangeLog:1.3487 lilypond/ChangeLog:1.3488 --- lilypond/ChangeLog:1.3487 Wed Apr 20 12:45:16 2005 +++ lilypond/ChangeLog Wed Apr 20 23:49:27 2005 @@ -1,3 +1,7 @@ +2005-04-21 Erik Sandberg <[EMAIL PROTECTED]> + + * scripts/abc2ly: Bugfix + 2005-04-20 Han-Wen Nienhuys <[EMAIL PROTECTED]> * python/fontextract.py (write_extracted_fonts): bugfix, too many Index: lilypond/scripts/abc2ly.py diff -u lilypond/scripts/abc2ly.py:1.48 lilypond/scripts/abc2ly.py:1.49 --- lilypond/scripts/abc2ly.py:1.48 Sun Mar 27 12:26:43 2005 +++ lilypond/scripts/abc2ly.py Wed Apr 20 23:49:30 2005 @@ -142,7 +142,7 @@ s = s[4:] state.base_octave = -2 voices_append ("\\clef bass\n" ) - return s + return s def select_voice (name, rol): if not voice_idx_dict.has_key (name): _______________________________________________ Lilypond-cvs mailing list Lilypond-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-cvs