http://codereview.appspot.com/4536068/diff/10008/lily/multi-measure-rest-engraver.cc File lily/multi-measure-rest-engraver.cc (right):
http://codereview.appspot.com/4536068/diff/10008/lily/multi-measure-rest-engraver.cc#newcode232 lily/multi-measure-rest-engraver.cc:232: last_rest_->set_property ("measure-length", sml); This duplicates the setting for the left bound (the command column at the start of the bar). (see next comment) http://codereview.appspot.com/4536068/diff/10008/lily/multi-measure-rest.cc File lily/multi-measure-rest.cc (right): http://codereview.appspot.com/4536068/diff/10008/lily/multi-measure-rest.cc#newcode125 lily/multi-measure-rest.cc:125: SCM sml = me->get_property ("measure-length"); SCM sml = dynamic_cast<Spanner *> (me)->get_bound (LEFT)->get_property ("measure-length") http://codereview.appspot.com/4536068/diff/10008/scm/define-grobs.scm File scm/define-grobs.scm (right): http://codereview.appspot.com/4536068/diff/10008/scm/define-grobs.scm#newcode1307 scm/define-grobs.scm:1307: (round-to-longer-rest . #f) remove http://codereview.appspot.com/4536068/ _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel