]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/arpeggio.cc
* lilypond/scm-option.cc (ly_option_usage): Add final newline.
[lilypond.git] / lily / arpeggio.cc
index 0d432a41898227461ead843371b94df7d5019f7d..8ac92f1c3c3c06edb9e855812aac201dde428885 100644 (file)
@@ -82,7 +82,7 @@ Arpeggio::print (SCM smob)
     }
 
   for (Real y = heads[LEFT]; y < heads[RIGHT];
-       y+= squiggle. extent (Y_AXIS).length ())
+       y += squiggle.extent (Y_AXIS).length ())
     mol.add_at_edge (Y_AXIS, UP, squiggle, 0.0, 0);
 
   mol.translate_axis (heads[LEFT], Y_AXIS);