]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/arpeggio.cc
* scm/music-functions.scm (has-request-chord): don't use
[lilypond.git] / lily / arpeggio.cc
index b9922ae75787c91533731d5fd2a470293e0494be..3ecd5716752abb508c70b5e4e860d2954fdf9f0f 100644 (file)
@@ -84,11 +84,11 @@ Arpeggio::print (SCM smob)
   
   for (Real  y = heads[LEFT] ; y < heads[RIGHT];
        y+= squiggle. extent (Y_AXIS).length ())
-      mol.add_at_edge (Y_AXIS, UP,squiggle, 0.0, 0);
+      mol.add_at_edge (Y_AXIS, UP, squiggle, 0.0, 0);
 
   mol.translate_axis (heads[LEFT], Y_AXIS);
   if (dir)
-    mol.add_at_edge (Y_AXIS, dir,arrow, 0,0);
+    mol.add_at_edge (Y_AXIS, dir, arrow, 0, 0);
   
   return mol.smobbed_copy () ;
 }
@@ -137,7 +137,7 @@ Arpeggio::brew_chord_bracket (SCM smob)
   We have to do a callback, because print () triggers a
   vertical alignment if it is cross-staff.
 */
-MAKE_SCHEME_CALLBACK (Arpeggio, width_callback,2);
+MAKE_SCHEME_CALLBACK (Arpeggio, width_callback, 2);
 SCM
 Arpeggio::width_callback (SCM smob, SCM axis)
 {