lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Adds longas, maximas and non-standard tweaks to MultiMeasureRest (is


From: n . puttock
Subject: Re: Adds longas, maximas and non-standard tweaks to MultiMeasureRest (issue4536068)
Date: Thu, 02 Jun 2011 18:44:22 +0000


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/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]