reinhold.kainho...@gmail.com schrieb:
I haven't tried this out, but some things simply jump out..


http://codereview.appspot.com/181144/diff/1/3
File lily/bar-line.cc (right):

http://codereview.appspot.com/181144/diff/1/3#newcode96
lily/bar-line.cc:96: Stencil segno = Font_interface::get_default_font
(me)->find_by_name ("scripts.varsegno");
You need this stencil only in that one if clause below... No need to
allocate it for each and every compound bar line. I would move it
directly before the m.add_at_edge below.
Done.

http://codereview.appspot.com/181144/diff/1/3#newcode121
lily/bar-line.cc:121: str = "$";
Are you sure you want $ and not §?

No, I wasn't :-) Just a type which remained undetected during the compilation
of the regression test file.
Done.

http://codereview.appspot.com/181144/diff/1/3#newcode385
lily/bar-line.cc:385: " @code{|.|}, @code{:}, @code{dashed}, code{§} and
@code{'}.\n"
How easy is it to produce a § on an US keyboard? Here in Europe it's
easy, but I don't think that key is on an English (non-international)
keyboard by default.
After consulting wikipedia for several keyboard layouts, you have convinced me.
I changed the § sign to an uppercase S, which should be accessible from any
latin keyboard.

http://codereview.appspot.com/181144
Thanks!

Marc



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

Reply via email to