Does this qualify for a regtest?
http://codereview.appspot.com/4809057/diff/1/lily/bar-line.cc File lily/bar-line.cc (right): http://codereview.appspot.com/4809057/diff/1/lily/bar-line.cc#newcode48 lily/bar-line.cc:48: SCM staff_color = Staff_symbol_referencer::color (me); On 2011/08/13 15:55:07, Neil Puttock wrote:
I think it's overkill to define a new method just to access 'color
from a stave
(unless you plan on using it elsewhere)
SCM staff_color = staff->get_property ("color");
Of course! I didn't know it was possible. Good to have you in our team, Neil :) So, everything looks pretty simple now. http://codereview.appspot.com/4809057/ _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel