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

Issue 9964049: Small corrections to the scheme reformatting patch. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 10 months ago by marc
Modified:
10 years, 3 months ago
Reviewers:
dak
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

Small corrections to the scheme reformatting patch.

Patch Set 1 #

Patch Set 2 : include Keith's suggestions #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -25 lines) Patch
M scm/define-context-properties.scm View 1 chunk +7 lines, -4 lines 3 comments Download
M scm/define-grob-properties.scm View 1 chunk +3 lines, -3 lines 1 comment Download
M scm/define-markup-commands.scm View 1 4 chunks +14 lines, -14 lines 2 comments Download
M scm/time-signature-settings.scm View 1 1 chunk +7 lines, -4 lines 1 comment Download

Messages

Total messages: 5
marc
include Keith's suggestions
10 years, 10 months ago (2013-06-07 10:04:57 UTC) #1
dak
https://codereview.appspot.com/9964049/diff/2001/scm/define-context-properties.scm File scm/define-context-properties.scm (right): https://codereview.appspot.com/9964049/diff/2001/scm/define-context-properties.scm#newcode524 scm/define-context-properties.scm:524: @} This won't work. You clean up after a ...
10 years, 10 months ago (2013-06-09 08:35:27 UTC) #2
marc
https://codereview.appspot.com/9964049/diff/2001/scm/define-context-properties.scm File scm/define-context-properties.scm (right): https://codereview.appspot.com/9964049/diff/2001/scm/define-context-properties.scm#newcode524 scm/define-context-properties.scm:524: @} On 2013/06/09 08:35:27, dak wrote: > This won't ...
10 years, 10 months ago (2013-06-09 12:11:22 UTC) #3
dak
On 2013/06/09 12:11:22, marc wrote: > https://codereview.appspot.com/9964049/diff/2001/scm/define-context-properties.scm > File scm/define-context-properties.scm (right): > > https://codereview.appspot.com/9964049/diff/2001/scm/define-context-properties.scm#newcode524 > ...
10 years, 10 months ago (2013-06-09 12:48:14 UTC) #4
dak
10 years, 10 months ago (2013-06-10 08:35:11 UTC) #5
https://codereview.appspot.com/9964049/diff/2001/scm/define-context-propertie...
File scm/define-context-properties.scm (right):

https://codereview.appspot.com/9964049/diff/2001/scm/define-context-propertie...
scm/define-context-properties.scm:524: @}
On 2013/06/09 12:11:23, marc wrote:
> On 2013/06/09 08:35:27, dak wrote:
> > This won't work. 
> 
> It did work.

Well, I prefer Emacs not messing with the inside of strings over preformatting
the strings such that the mess is looking better (and the braces did not line up
anyway).  My preparatory patch for issue 3404 looks like it caught this one
properly.

https://codereview.appspot.com/9964049/diff/2001/scm/define-grob-properties.scm
File scm/define-grob-properties.scm (right):

https://codereview.appspot.com/9964049/diff/2001/scm/define-grob-properties.s...
scm/define-grob-properties.scm:973: (centered on the note head), @code{1.0}
means centered on the stem.
Better to fix the (@code{1}=>up line above.  Done.

https://codereview.appspot.com/9964049/diff/2001/scm/define-markup-commands.scm
File scm/define-markup-commands.scm (right):

https://codereview.appspot.com/9964049/diff/2001/scm/define-markup-commands.s...
scm/define-markup-commands.scm:3039: (cond ;; ((= num 6) (interval-widen
number-interval (* mag 0.5)))
These outcommented passages still need to get committed in the style shown here.

But I lean towards finishing this properly rather than letting it stay around in
half-outcommented state.  If anybody wants to look at the old state, that's what
git is for.  And working with git is made harder, not easier, by juggling around
with uncommented code of unknown age and providence.

The current state was established with
commit 7b716659ab09847e998528c2afdde6aa34c7d24c
Author: Reinhold Kainhofer <reinhold@kainhofer.com>
Date:   Tue Jun 10 19:44:47 2008 +0200

    figured bass: Implement backslashed figures (raised 6th steps)
[...]
    For some numbers I also enlarge the slash in X directions to make it
    more visible (my hand-engraved scores use an even larger slash than
    lilypond, anyway). I also move the slash up/down for some numbers
    to make it more visible.
    
    Also use the real Y extents of the slash rather than the whole interval
    for the number. As we shift the slash for some numbers, otherwise
    it would make the whole digit larger and shift it down for no apparent
    visual reason.

https://codereview.appspot.com/9964049/diff/2001/scm/define-markup-commands.s...
scm/define-markup-commands.scm:3071: ;; backward slashes might use slope and
point in the other direction!
Those ;; however make sense.

https://codereview.appspot.com/9964049/diff/2001/scm/time-signature-settings.scm
File scm/time-signature-settings.scm (right):

https://codereview.appspot.com/9964049/diff/2001/scm/time-signature-settings....
scm/time-signature-settings.scm:316: (make-left-column-markup
And this also makes sense.
Sign in to reply to this message.

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