]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 19 Apr 2005 17:29:12 +0000 (17:29 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 19 Apr 2005 17:29:12 +0000 (17:29 +0000)
lily/simple-spacer.cc

index c7d016b27c2dfb894e75cb752b9f73a973977723..e7f22978dd97c84a2ebdbfab861021898e3d21ed 100644 (file)
@@ -273,10 +273,10 @@ Spring_description::length (Real f) const
   by constraints, eg.
 
 
-  =====
-  |   |
-  o|o|  x ##x
-
+  .     =====
+  .     |   |
+  .o|o|x ##x
+  .
 
   The ## forces the notes apart; we shouldn't allow the O's to touch
   this closely.
@@ -418,7 +418,7 @@ Simple_spacer_wrapper::add_columns (Link_array<Grob> const &icols)
 
   for (int i = 0; i < cols.size () - 1; i++)
     {
-      for (SCM s = Spaceable_grob::get_minimum_distances (cols[i]);
+g      for (SCM s = Spaceable_grob::get_minimum_distances (cols[i]);
           scm_is_pair (s); s = scm_cdr (s))
        {
          Grob *other = unsmob_grob (scm_caar (s));