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

Issue 236480043: add stencil-whiteout-outline function (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 years, 11 months ago by pwm
Modified:
8 years, 5 months ago
Reviewers:
pkx166h, Keith, paul, simon.albrecht
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

add stencil-whiteout-outline function clean up code formatting in stencil-whiteout

Patch Set 1 #

Total comments: 6

Patch Set 2 : edits from first round of review #

Total comments: 6

Patch Set 3 : edits from second round of review #

Total comments: 10

Patch Set 4 : edits from 3rd round of review #

Total comments: 5

Patch Set 5 : Narrow convert-ly rule, edit changes entry #

Unified diffs Side-by-side diffs Delta from patch set Stats (+201 lines, -82 lines) Patch
M Documentation/changes.tely View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download
M Documentation/de/notation/rhythms.itely View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/es/notation/rhythms.itely View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/fr/notation/rhythms.itely View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/it/notation/rhythms.itely View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/ja/notation/rhythms.itely View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Documentation/notation/rhythms.itely View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
M Documentation/snippets/blanking-staff-lines-using-the--whiteout-command.ly View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + Documentation/snippets/new/using-the-whiteout-property.ly View 1 2 3 3 chunks +4 lines, -10 lines 0 comments Download
M Documentation/snippets/using-the-whiteout-property.ly View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M input/regression/markup-syntax.ly View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M input/regression/whiteout.ly View 1 2 3 4 2 chunks +6 lines, -4 lines 0 comments Download
M input/regression/whiteout-lower-layers.ly View 1 2 3 4 2 chunks +17 lines, -6 lines 0 comments Download
M lily/grob.cc View 1 2 3 chunks +28 lines, -15 lines 0 comments Download
M python/convertrules.py View 1 2 3 4 2 chunks +8 lines, -1 line 0 comments Download
M scm/bar-line.scm View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M scm/c++.scm View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M scm/define-grob-properties.scm View 1 2 3 1 chunk +9 lines, -3 lines 0 comments Download
M scm/define-grobs.scm View 1 1 chunk +1 line, -1 line 0 comments Download
M scm/define-markup-commands.scm View 1 2 3 2 chunks +23 lines, -2 lines 0 comments Download
M scm/output-lib.scm View 1 1 chunk +2 lines, -2 lines 0 comments Download
M scm/stencil.scm View 1 2 2 chunks +57 lines, -8 lines 0 comments Download
M scm/tablature.scm View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 41
pwm
Please review, thanks. See discussion here for background and usage demo: http://lists.gnu.org/archive/html/lilypond-user/2015-05/msg00522.html I have not ...
8 years, 11 months ago (2015-05-24 17:30:27 UTC) #1
Keith
We certainly want this in LilyPond, and for it to be easy to use. I ...
8 years, 11 months ago (2015-05-24 22:56:44 UTC) #2
Valentin Villenave
On 2015/05/24 22:56:44, Keith wrote: > I think whiteout-stencil should simply call this function, with ...
8 years, 11 months ago (2015-05-25 13:06:26 UTC) #3
Carl
On 2015/05/25 13:06:26, Valentin Villenave wrote: > > So, ideally \whiteout should mimic this behavior ...
8 years, 11 months ago (2015-05-25 20:43:30 UTC) #4
Carl
I like what you've done. I like Keith's suggestion for delayed stencil evaluation. Thanks, Carl
8 years, 11 months ago (2015-05-25 20:47:33 UTC) #5
Keith
On 2015/05/25 20:43:30, Carl wrote: > > In my opinion, whiteout needs to create a ...
8 years, 11 months ago (2015-05-25 21:54:55 UTC) #6
Keith
The additional copies of the stencils do make the PDF files noticeably larger. 8% larger ...
8 years, 11 months ago (2015-05-25 22:24:01 UTC) #7
pwm
Thanks for the reviews. On 2015/05/24 22:56:44, Keith wrote: > I think whiteout-stencil should simply ...
8 years, 11 months ago (2015-05-27 00:01:00 UTC) #8
pwm
On 2015/05/25 22:24:01, Keith wrote: > The additional copies of the stencils do make the ...
8 years, 11 months ago (2015-05-27 00:06:43 UTC) #9
pwm
On 2015/05/25 13:06:26, Valentin Villenave wrote: > I’ve always been unhappy with the current method ...
8 years, 11 months ago (2015-05-27 00:09:55 UTC) #10
pkx166h
Paul, I've set the Google Tracker (#4418) to 'needs_work' based on the comments here
8 years, 10 months ago (2015-05-28 12:21:08 UTC) #11
pwm
edits from first round of review
8 years, 10 months ago (2015-05-29 03:16:23 UTC) #12
paul_paulwmorris.com
> On May 28, 2015, at 8:21 AM, pkx166h@gmail.com wrote: > > Paul, I've set ...
8 years, 10 months ago (2015-05-29 04:03:06 UTC) #13
pkx166h
Passes make, make check - reg test diff attached to the tracker (issue 4418) I'll ...
8 years, 10 months ago (2015-05-29 07:20:59 UTC) #14
Keith
I realize I am changing my opinion here on a few points: 1) leave the ...
8 years, 10 months ago (2015-05-31 01:07:47 UTC) #15
simon.albrecht
Hello, Am 31.05.2015 um 03:07 schrieb k-ohara5a5a@oco.net: > I realize I am changing my opinion ...
8 years, 10 months ago (2015-05-31 12:03:12 UTC) #16
Keith
On Sun, 31 May 2015 05:03:05 -0700, Simon Albrecht <simon.albrecht@mail.de> wrote: >>> (A convert-ly rule ...
8 years, 10 months ago (2015-05-31 17:11:24 UTC) #17
pwm
On 2015/05/31 01:07:47, Keith wrote: > I realize I am changing my opinion here on ...
8 years, 10 months ago (2015-06-01 15:50:23 UTC) #18
pwm
https://codereview.appspot.com/236480043/diff/20001/Documentation/notation/rhythms.itely File Documentation/notation/rhythms.itely (right): https://codereview.appspot.com/236480043/diff/20001/Documentation/notation/rhythms.itely#newcode555 Documentation/notation/rhythms.itely:555: collide with other objects in a staff. On 2015/05/31 ...
8 years, 10 months ago (2015-06-01 15:59:21 UTC) #19
simon.albrecht
LGTM. ~ Simon Am 01.06.2015 um 17:50 schrieb paulwmorris@gmail.com: > But I think I prefer ...
8 years, 10 months ago (2015-06-01 17:08:28 UTC) #20
pwm
edits from second round of review
8 years, 10 months ago (2015-06-01 20:23:59 UTC) #21
pwm
New patch set uploaded for review (3rd one): https://codereview.appspot.com/236480043 Please review, especially the convert-ly rule, ...
8 years, 10 months ago (2015-06-01 20:55:00 UTC) #22
simon.albrecht
LGTM. Thank you!
8 years, 10 months ago (2015-06-01 21:31:34 UTC) #23
dak
https://codereview.appspot.com/236480043/diff/40001/python/convertrules.py File python/convertrules.py (right): https://codereview.appspot.com/236480043/diff/40001/python/convertrules.py#newcode3751 python/convertrules.py:3751: str = re.sub (r'\bwhiteout\b', 'whiteout-box', str) That seems like ...
8 years, 10 months ago (2015-06-01 23:10:21 UTC) #24
pwm
https://codereview.appspot.com/236480043/diff/40001/python/convertrules.py File python/convertrules.py (right): https://codereview.appspot.com/236480043/diff/40001/python/convertrules.py#newcode3751 python/convertrules.py:3751: str = re.sub (r'\bwhiteout\b', 'whiteout-box', str) On 2015/06/01 23:10:20, ...
8 years, 10 months ago (2015-06-02 01:44:17 UTC) #25
pwm
I updated convertrules.py as follows: @rule ((2, 19, 22), """whiteout -> whiteout-box""") def conv(str): str ...
8 years, 10 months ago (2015-06-02 02:29:41 UTC) #26
Keith
https://codereview.appspot.com/236480043/diff/40001/python/convertrules.py File python/convertrules.py (right): https://codereview.appspot.com/236480043/diff/40001/python/convertrules.py#newcode3751 python/convertrules.py:3751: str = re.sub (r'\bwhiteout\b', 'whiteout-box', str) On 2015/06/02 01:44:17, ...
8 years, 10 months ago (2015-06-02 05:00:30 UTC) #27
pwm
edits from 3rd round of review
8 years, 10 months ago (2015-06-07 17:10:37 UTC) #28
pwm
Just uploaded patch set 4. It includes improved convert-ly rules. I ran scripts/auxiliar/update-with-convert-ly.sh with these ...
8 years, 10 months ago (2015-06-07 17:36:17 UTC) #29
Keith
lgtm, if you can narrow the convert-ly rule a bit and test it (the semi-automated ...
8 years, 10 months ago (2015-06-07 20:43:54 UTC) #30
pkx166h
On 2015/06/07 20:43:54, Keith wrote: > lgtm, if you can narrow the convert-ly rule a ...
8 years, 10 months ago (2015-06-08 06:07:47 UTC) #31
pwm
https://codereview.appspot.com/236480043/diff/60001/Documentation/changes.tely File Documentation/changes.tely (right): https://codereview.appspot.com/236480043/diff/60001/Documentation/changes.tely#newcode66 Documentation/changes.tely:66: now create a white background that follows the outline ...
8 years, 10 months ago (2015-06-08 17:42:43 UTC) #32
paul_paulwmorris.com
> On Jun 8, 2015, at 2:07 AM, pkx166h@gmail.com wrote: > > On 2015/06/07 20:43:54, ...
8 years, 10 months ago (2015-06-08 18:24:14 UTC) #33
dak
Paul Morris <paul@paulwmorris.com> writes: > On Jun 8, 2015, at 2:07 AM, pkx166h@gmail.com wrote: > ...
8 years, 10 months ago (2015-06-08 18:30:09 UTC) #34
pkx
On 08/06/15 19:23, Paul Morris wrote: > Ok. Sounds like the CG would benefit from ...
8 years, 10 months ago (2015-06-09 12:16:57 UTC) #35
dak
James Lowe <pkx@gnu.org> writes: > On 08/06/15 19:23, Paul Morris wrote: >> Ok. Sounds like ...
8 years, 10 months ago (2015-06-09 12:31:00 UTC) #36
paul_paulwmorris.com
> On Jun 9, 2015, at 8:30 AM, David Kastrup <dak@gnu.org> wrote: > > Always ...
8 years, 10 months ago (2015-06-10 03:14:02 UTC) #37
pwm
Narrow convert-ly rule, edit changes entry
8 years, 10 months ago (2015-06-10 06:00:15 UTC) #38
pwm
Please review. Per feedback I narrowed and tested the convert-ly rule and edited the changes ...
8 years, 10 months ago (2015-06-10 06:06:41 UTC) #39
pkx166h
Patch on countdown for June 17th
8 years, 10 months ago (2015-06-14 08:56:46 UTC) #40
pkx166h
8 years, 10 months ago (2015-06-17 04:31:24 UTC) #41
Patch counted down - please push
Sign in to reply to this message.

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