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: n . puttock
Subject: Re: Issue 659: alternate segno symbol (issue181144)
Date: Sun, 10 Jan 2010 20:50:38 +0000


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)

http://codereview.appspot.com/181144




reply via email to

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