Please make the indicated convert-ly-like changes.  Thanks!


http://codereview.appspot.com/6730044/diff/32001/input/regression/measure-counter.ly
File input/regression/measure-counter.ly (right):

http://codereview.appspot.com/6730044/diff/32001/input/regression/measure-counter.ly#newcode20
input/regression/measure-counter.ly:20: \override Staff.MeasureCounter
#'count-from = #2
This should be
  \override Staff.MeasureCounter.count-from = #2
to simulate convert-ly for 2.17.6 being run (sorry).

http://codereview.appspot.com/6730044/diff/32001/input/regression/measure-counter.ly#newcode26
input/regression/measure-counter.ly:26: \revert Staff.MeasureCounter
#'count-from
Should now be

  \revert Staff.MeasureCounter.count-from

http://codereview.appspot.com/6730044/

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to