CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         lilypond_2_4
Changes by:     Erik Sandberg <[EMAIL PROTECTED]>       05/04/21 08:46:54

Modified files:
        .              : ChangeLog 
        scripts        : abc2ly.py 

Log message:
        Bugfix

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?only_with_tag=lilypond_2_4&tr1=1.2780.2.43&tr2=1.2780.2.44&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scripts/abc2ly.py.diff?only_with_tag=lilypond_2_4&tr1=1.46.2.1&tr2=1.46.2.2&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.2780.2.43 lilypond/ChangeLog:1.2780.2.44
--- lilypond/ChangeLog:1.2780.2.43      Sun Apr 10 08:29:40 2005
+++ lilypond/ChangeLog  Thu Apr 21 08:46:53 2005
@@ -1,3 +1,7 @@
+2005-04-21  Erik Sandberg  <[EMAIL PROTECTED]>
+
+       * scripts/abc2ly: Bugfix
+
 2005-04-10  Jan Nieuwenhuizen  <[EMAIL PROTECTED]>
 
        * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
Index: lilypond/scripts/abc2ly.py
diff -u lilypond/scripts/abc2ly.py:1.46.2.1 lilypond/scripts/abc2ly.py:1.46.2.2
--- lilypond/scripts/abc2ly.py:1.46.2.1 Fri Dec  3 17:49:24 2004
+++ lilypond/scripts/abc2ly.py  Thu Apr 21 08:46:53 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

Reply via email to