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: Tue, 12 Jan 2010 09:36:32 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

address@hidden schrieb:

http://codereview.appspot.com/181144/diff/1009/29
File lily/span-bar.cc (right):

http://codereview.appspot.com/181144/diff/1009/29#newcode204
lily/span-bar.cc:204: else if (type == "S")
You also need to pick up "S."/".S" here, otherwise you'll get a nasty
surprise between staves ;)

else if (type.find ("S") != NPOS)
Ah, I see. Done. Thank you!

http://codereview.appspot.com/181144






reply via email to

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