]> git.donarmstrong.com Git - lilypond.git/commitdiff
increase time-performance importance.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 12 Jan 2007 18:06:59 +0000 (19:06 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 12 Jan 2007 18:06:59 +0000 (19:06 +0100)
buildscripts/output-distance.py

index 54a1c00524a02cff752b0f6d7cd45b20ea280354..07f8705e3fb7983e2b560f84fbd9a47ec61748fd 100644 (file)
@@ -508,7 +508,7 @@ class ProfileFileLink (FileCompareLink):
                     note_info, self.contents[oldnew])
 
         dist = 0.0
-        factor = {'time': 1.0 ,
+        factor = {'time': 2.0 ,
                   'cells': 10.0,
                   }