]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/align-interface.cc
* Ignore test failures on non-i386/amd64 architectures (Closes:
[lilypond.git] / lily / align-interface.cc
index 27839aca920d46ce08dcce76b34271d064ac1168..216323644f62dba718dc1c9c8b6139df65149265 100644 (file)
@@ -224,8 +224,10 @@ Align_interface::get_extents_aligned_translates (Grob *me,
        }
     }
 
+  // So far, we've computed the translates for all the non-empty elements.
+  // Here, we set the translates for the empty elements: an empty element
+  // gets the same translation as the last non-empty element before it.
   vector<Real> all_translates;
-
   if (!translates.empty ())
     {
       Real w = translates[0];