]> git.donarmstrong.com Git - lilypond.git/commitdiff
typo.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 11 Jan 2007 11:32:05 +0000 (12:32 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 11 Jan 2007 11:32:05 +0000 (12:32 +0100)
lily/break-align-interface.cc

index 78a1fb63c664c036d41a50d46395b5be2cb6defb..24626fef26327f10ba5a1b7263a61922aa9ccae0 100644 (file)
@@ -233,7 +233,7 @@ Break_align_interface::calc_positioning_done (SCM smob)
       else
        {
          extra_right_space = distance;
-         if (idx + 1 < offsets.size()t)
+         if (idx + 1 < offsets.size())
            offsets[idx+1] = extents[idx][RIGHT] + distance;
        }