CVSROOT:        /cvsroot/lilypond
Module name:    ikebana
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/07/14 22:48:56

Modified files:
        .              : music.py notation.py 

Log message:
        

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/ikebana/music.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/ikebana/notation.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: ikebana/music.py
diff -u ikebana/music.py:1.2 ikebana/music.py:1.3
--- ikebana/music.py:1.2        Thu Jul 14 22:45:44 2005
+++ ikebana/music.py    Thu Jul 14 22:48:56 2005
@@ -112,7 +112,6 @@
                self.tag_dict = {}
                
        def recompute (self):
-               print 'recop'
                self.tag_dict = {}
                self.music.set_tag (0, self.tag_dict)
                self.music.set_start (0.0)
Index: ikebana/notation.py
diff -u ikebana/notation.py:1.2 ikebana/notation.py:1.3
--- ikebana/notation.py:1.2     Thu Jul 14 22:45:44 2005
+++ ikebana/notation.py Thu Jul 14 22:48:56 2005
@@ -88,7 +88,6 @@
        doc.recompute()
        
        expr = doc.music
-        print 'subexp', self.start_moment, self.stop_moment
 
                def sub(x):
                ok = (x.start >= self.start_moment and
@@ -98,12 +97,10 @@
         
        str = expr.lisp_sub_expression (sub)
         str = set_measure_number (str, int (self.start_moment) + 1)
-        print str
        str = talk_to_lilypond (str)
         self.parse_socket_file (str)
 
     def ensure_visible (self, when):
-        print when
         self.start_moment = max (math.floor (when - 1.0), 0.0)
         self.stop_moment = self.start_moment + 3.0
        
@@ -220,10 +217,8 @@
            print 'no such key', self.tag
            
        return citem
-
            
 class Notation:
-
     """A complete line/system/page of LilyPond output. Consists of a
     number of Notation_items"""
     


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

Reply via email to