]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/multi-measure-rest.cc
Dist .broken XML files too.
[lilypond.git] / lily / multi-measure-rest.cc
index d16a11e3dbddd9ba2655f44a7c79e67809477f37..d5b490d1e9701489547beb32be3606b7240d0944 100644 (file)
@@ -47,7 +47,7 @@ Multi_measure_rest::percent (SCM smob)
   Grob *me = unsmob_grob (smob);
   Spanner *sp = dynamic_cast<Spanner *> (me);
 
-  Stencil r = Percent_repeat_item_interface::x_percent (me, 1, 0.75, 1.6);
+  Stencil r = Percent_repeat_item_interface::x_percent (me, 1);
 
   // ugh copy & paste.