lilypond-devel
[Top][All Lists]
Advanced

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

Re: Issue 659: alternate segno symbol (issue181144)


From: Marc Hohl
Subject: Re: Issue 659: alternate segno symbol (issue181144)
Date: Wed, 06 Jan 2010 16:27:14 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

address@hidden 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





reply via email to

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