]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.16
authorfred <fred>
Tue, 26 Mar 2002 21:45:33 +0000 (21:45 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:45:33 +0000 (21:45 +0000)
lily/stem.cc
scripts/ly2dvi.py

index 2f1f141a12629d3752c8b999e3f64594a9c20593..69dbd337769e1000be38bb3915ad831d9c3c0fcb 100644 (file)
@@ -43,6 +43,7 @@ Stem::Stem ()
   staff_size_i_ = 8;
 
   beam_gap_i_ = 0;
+  beam_l_ = 0;
 }
 
 Interval_t<int>
index a36afe58321ed5863d68a758f662d007d1525e61..b051fef3d5087a0b4c1c5327a23c49dbf43dc911 100644 (file)
@@ -102,7 +102,7 @@ class Input:
 
         firstline = this.__fd.readline()
         this.__fd.seek(0)
-        if  re.match('% Creator: GNU LilyPond [0-9]+[.0-9]+',firstline ):
+        if  re.match('%created by: GNU LilyPond [0-9]+[.0-9]+',firstline ):
             return 'output'
         else:
             return 'source'