]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.1
authorfred <fred>
Sun, 24 Mar 2002 19:52:35 +0000 (19:52 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:52:35 +0000 (19:52 +0000)
flower/matrix-storage.cc
lily/include/linespace.hh
lily/include/p-col.hh
lily/include/request.hh

index 76b89f7f36603533d6f46477d30ad45c28aafc43..54deb7d673145f66f8bf7a518ed608e756f00cbc 100644 (file)
@@ -19,8 +19,8 @@ Matrix_storage::set_addition_result(Matrix_storage *&dat, Matrix_storage *right)
 
        if ( R->band_size_i() > L->band_size_i()) { 
            L->set_band_size(R->band_size_i());
-           return ;
        }
+           return ;
     }
     if  (!dat || !dat->is_type_b(Full_storage::static_name() )) {
 
index 587ecf912c7e8f21ed80e6c5f94cdb8c424c30f6..60e52bed6ceeb87fc0070d0caa2780d945af227c 100644 (file)
@@ -10,7 +10,7 @@
 
 #ifndef LINESPACE_HH
 #define LINESPACE_HH
-#include "glob.hh"
+
 #include "plist.hh"
 #include "varray.hh"
 #include "vector.hh"
index 2b2266fb7afab91f0f3409448683f61574f0b578..136d25293c3fefd0e1b8bdd3ff982eb7b209f3e8 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef COLS_HH
 #define COLS_HH
 
-#include "glob.hh"
+
 #include "boxes.hh"
 #include "plist.hh"
 #include "item.hh"
index 9a7055bf8fadc0f5e7592bfabb9833151899bf86..37bf51caa8603d390e873dfa131e44e6c8bb3030 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef REQUEST_HH
 #define REQUEST_HH
 
-#include "glob.hh"
+
 #include "string.hh"
 #include "moment.hh"
 #include "virtual-methods.hh"