]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stem-tremolo.cc
* lily/rest.cc (y_offset_callback): merge function of 3 callbacks.
[lilypond.git] / lily / stem-tremolo.cc
index 2f642d2598e952dd69f0c6bacf33a9579accb6b0..54b5a2243f8819d75aca21c45942c770bdaeb192 100644 (file)
 
 /* TODO: lengthen stem if necessary  */
 
-MAKE_SCHEME_CALLBACK (Stem_tremolo, dim_callback, 2);
+MAKE_SCHEME_CALLBACK (Stem_tremolo, dim_callback, 1);
 
 /* todo: init with cons.  */
 SCM
-Stem_tremolo::dim_callback (SCM e, SCM)
+Stem_tremolo::dim_callback (SCM e)
 {
   Grob *se = unsmob_grob (e);