Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1900)

Issue 181144: Issue 659: alternate segno symbol (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 3 months ago by marc
Modified:
14 years ago
Reviewers:
Reinhold, Neil Puttock, carl.d.sorensen
CC:
lilypond-devel_gnu.org, frogs_lilynet.net
Visibility:
Public.

Description

Issue 659: alternate segno symbol An alternate segno symbol is included in mf/feta-scripts.mf. New arguments to the \bar command are introduced for easier use of the new sign.

Patch Set 1 #

Total comments: 3

Patch Set 2 : First update: changing segno marker to S #

Total comments: 2

Patch Set 3 : Update 2: more detailed regression test, spacing issue solved #

Patch Set 4 : Update 3: corrected typos, improved regtest, spacing problems solved #

Total comments: 2

Patch Set 5 : Correction in span-bar.cc due to Neil's proposal #

Patch Set 6 : Added various combinations of repeat signs and segno #

Patch Set 7 : Added various combinations of repeat signs and segno #

Patch Set 8 : Cleaned up; various combinations of repeat signs and segno according to Alexander Kobel's proposals #

Total comments: 1

Patch Set 9 : replaced hard-coded width with calculated value #

Total comments: 4

Patch Set 10 : Corrections: indentation/moving segno stuff into lower else if-layer #

Patch Set 11 : corrections in output-lib.scm; documentation added #

Patch Set 12 : Docstring corrections; announcement in changes.tely #

Patch Set 13 : Whitespace issues #

Unified diffs Side-by-side diffs Delta from patch set Stats (+257 lines, -6 lines) Patch
M Documentation/changes.tely View 12 1 chunk +7 lines, -0 lines 0 comments Download
M Documentation/notation/rhythms.itely View 11 2 chunks +52 lines, -0 lines 0 comments Download
A input/regression/bar-line-segno.ly View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +26 lines, -0 lines 0 comments Download
M lily/bar-line.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +73 lines, -4 lines 0 comments Download
M lily/span-bar.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +9 lines, -1 line 0 comments Download
M mf/feta-scripts.mf View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +78 lines, -0 lines 0 comments Download
M scm/output-lib.scm View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +12 lines, -1 line 0 comments Download

Messages

Total messages: 17
Reinhold
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): ...
14 years, 3 months ago (2010-01-06 14:13:39 UTC) #1
marc
reinhold.kainhofer@gmail.com schrieb: > I haven't tried this out, but some things simply jump out.. > ...
14 years, 3 months ago (2010-01-06 15:27:18 UTC) #2
Neil Puttock
http://codereview.appspot.com/181144/diff/1002/1003 File input/regression/bar-line-segno.ly (right): http://codereview.appspot.com/181144/diff/1002/1003#newcode9 input/regression/bar-line-segno.ly:9: \relative \new StaffGroup << \relative c' http://codereview.appspot.com/181144/diff/1002/1004 File lily/bar-line.cc ...
14 years, 3 months ago (2010-01-07 22:55:40 UTC) #3
marc
n.puttock@gmail.com schrieb: > > http://codereview.appspot.com/181144/diff/1002/1003 > File input/regression/bar-line-segno.ly (right): > > http://codereview.appspot.com/181144/diff/1002/1003#newcode9 > input/regression/bar-line-segno.ly:9: \relative ...
14 years, 3 months ago (2010-01-08 08:39:25 UTC) #4
Neil Puttock
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 ...
14 years, 3 months ago (2010-01-10 20:50:38 UTC) #5
Reinhold
http://www.codereview.appspot.com/181144/diff/1009/29 File lily/span-bar.cc (right): http://www.codereview.appspot.com/181144/diff/1009/29#newcode204 lily/span-bar.cc:204: else if (type == "S") On 2010/01/10 20:50:38, Neil ...
14 years, 3 months ago (2010-01-11 01:05:07 UTC) #6
Neil Puttock
On 2010/01/11 01:05:07, Reinhold wrote: > AFAICS, Bar_line::compound_barline resets both "S." and ".S" to "S", ...
14 years, 3 months ago (2010-01-12 00:10:12 UTC) #7
marc
n.puttock@gmail.com 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 ...
14 years, 3 months ago (2010-01-12 08:36:39 UTC) #8
Carl
Looks good to me, with the exception of the hardcoded value stuff. Thanks, Carl http://codereview.appspot.com/181144/diff/4008/5018 ...
14 years, 2 months ago (2010-02-15 20:21:33 UTC) #9
marc
Carl.D.Sorensen@gmail.com schrieb: > Looks good to me, with the exception of the hardcoded value stuff. ...
14 years, 2 months ago (2010-02-16 19:34:46 UTC) #10
Neil Puttock
Hi Marc, LGTM, though I still think this is a lot of effort for a ...
14 years, 2 months ago (2010-02-17 21:59:43 UTC) #11
marc
n.puttock@gmail.com schrieb: > Hi Marc, > > LGTM, though I still think this is a ...
14 years, 2 months ago (2010-02-18 19:42:06 UTC) #12
marc
Marc Hohl schrieb: > n.puttock@gmail.com schrieb: >> Hi Marc, >> >> LGTM, though I still ...
14 years, 1 month ago (2010-03-01 09:30:26 UTC) #13
marc
Graham Percival schrieb: > On Mon, Mar 1, 2010 at 9:30 AM, Marc Hohl <marc@hohlart.de> ...
14 years, 1 month ago (2010-03-02 11:29:15 UTC) #14
Graham Percival
On Tue, Mar 02, 2010 at 12:29:09PM +0100, Marc Hohl wrote: > Graham Percival schrieb: ...
14 years, 1 month ago (2010-03-02 12:36:31 UTC) #15
marc
Graham Percival schrieb: > On Tue, Mar 02, 2010 at 12:29:09PM +0100, Marc Hohl wrote: ...
14 years, 1 month ago (2010-03-14 10:09:55 UTC) #16
marc
14 years ago (2010-03-30 07:50:58 UTC) #17
Marc Hohl schrieb:
> [...]
> Is the segno patch ready to be applied, or did I miss something?
I don't want to annoy you, but if there is some more work I should
do to improve the patch, let me know ... on the other hand,
if it is ready now, don't hesitate to push it ;-)
>
> Marc
>
>
>
> _______________________________________________
> lilypond-devel mailing list
> lilypond-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/lilypond-devel
>

Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b