|
| From: | n . puttock |
| Subject: | Re: Glyphs for Kievan Notation (issue 4951062) |
| Date: | Wed, 18 Jan 2012 15:44:38 +0000 |
http://codereview.appspot.com/4951062/diff/99002/lily/stem.cc
File lily/stem.cc (right):
http://codereview.appspot.com/4951062/diff/99002/lily/stem.cc#newcode284
lily/stem.cc:284: string style = robust_symbol2string
(heads[0]->get_property ("style"), "default");
A bit fussy. You can safely check the symbol without converting to a
string.
SCM style = heads[0]->get_property ("style");
return style != ly_symbol2scm ("kievan") && ...
http://codereview.appspot.com/4951062/
| [Prev in Thread] | Current Thread | [Next in Thread] |