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

Issue 257580043: Clear fret-diagram- and harp-pedal-input-strings from whitespace (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 7 months ago by thomasmorley651
Modified:
9 years, 7 months ago
Reviewers:
pkx166h, dak
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

Clear fret-diagram- and harp-pedal-input-strings from whitespace Whitespace-characters are deleted before further processing. Allows for \markup \fret-diagram #"s:2;h:5; 6-3;5-5;4-5;3-4;2-3;1-x;" Also adding errors for typos in fret-diagram with a meaningful message: \markup \fret-diagram #"s:2;g:5; 6-3;5-5;4-5;3-4;2-3;1-x;" will return: fatal error: Unhandled entry in fret-diagram: g:5 This error would not apply, if something for #\g would be defined in fret-parse-definition-string somewhere in the future. Something similiar is already in harp-pedals.scm

Patch Set 1 #

Total comments: 2

Patch Set 2 : no predefined error-def, apply to barre-list, too #

Patch Set 3 : David's comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -7 lines) Patch
M scm/fret-diagrams.scm View 1 5 chunks +28 lines, -6 lines 0 comments Download
M scm/harp-pedals.scm View 1 2 chunks +2 lines, -1 line 0 comments Download
M scm/lily-library.scm View 1 2 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 17
thomasmorley651
please review
9 years, 7 months ago (2015-08-23 14:09:59 UTC) #1
dak
https://codereview.appspot.com/257580043/diff/1/scm/fret-diagrams.scm File scm/fret-diagrams.scm (right): https://codereview.appspot.com/257580043/diff/1/scm/fret-diagrams.scm#newcode45 scm/fret-diagrams.scm:45: (define (not-number-error input output) "input" insinuates a port input, ...
9 years, 7 months ago (2015-08-23 15:11:08 UTC) #2
pkx166h
Passes make, make check and a full make doc. PATCH-REVIEW
9 years, 7 months ago (2015-08-24 10:56:02 UTC) #3
pkx166h
Patch on countdown for August 29th PATCH_COUNTDOWN
9 years, 7 months ago (2015-08-26 07:08:59 UTC) #4
dak
On 2015/08/23 15:11:08, dak wrote: > https://codereview.appspot.com/257580043/diff/1/scm/fret-diagrams.scm > File scm/fret-diagrams.scm (right): > > https://codereview.appspot.com/257580043/diff/1/scm/fret-diagrams.scm#newcode45 > ...
9 years, 7 months ago (2015-08-26 07:12:03 UTC) #5
pkx166h
Yes sorry. I am still trying to get used to reviewing this way. One does ...
9 years, 7 months ago (2015-08-26 07:13:23 UTC) #6
dak
On 2015/08/26 07:13:23, J_lowe wrote: > Yes sorry. I am still trying to get used ...
9 years, 7 months ago (2015-08-26 08:02:34 UTC) #7
dak
https://codereview.appspot.com/257580043/diff/1/scm/lily-library.scm File scm/lily-library.scm (right): https://codereview.appspot.com/257580043/diff/1/scm/lily-library.scm#newcode793 scm/lily-library.scm:793: char-set:whitespace)) A mostly theoretic musing: in the predicates documented ...
9 years, 7 months ago (2015-08-26 08:55:14 UTC) #8
thomasmorley651
On 2015/08/26 08:55:14, dak wrote: > https://codereview.appspot.com/257580043/diff/1/scm/lily-library.scm > File scm/lily-library.scm (right): > > https://codereview.appspot.com/257580043/diff/1/scm/lily-library.scm#newcode793 > ...
9 years, 7 months ago (2015-08-26 09:24:54 UTC) #9
thomasmorley651
no predefined error-def, apply to barre-list, too
9 years, 7 months ago (2015-08-29 17:19:13 UTC) #10
thomasmorley651
On 2015/08/23 15:11:08, dak wrote: > https://codereview.appspot.com/257580043/diff/1/scm/fret-diagrams.scm > File scm/fret-diagrams.scm (right): > > https://codereview.appspot.com/257580043/diff/1/scm/fret-diagrams.scm#newcode45 > ...
9 years, 7 months ago (2015-08-29 17:25:44 UTC) #11
thomasmorley651
On 2015/08/26 08:55:14, dak wrote: > https://codereview.appspot.com/257580043/diff/1/scm/lily-library.scm > File scm/lily-library.scm (right): > > https://codereview.appspot.com/257580043/diff/1/scm/lily-library.scm#newcode793 > ...
9 years, 7 months ago (2015-08-29 17:28:33 UTC) #12
thomasmorley651
2015-08-26 11:24 GMT+02:00 <thomasmorley65@gmail.com>: > Sorry, too busy with non LilyPond work right now. Maybe ...
9 years, 7 months ago (2015-08-29 17:31:42 UTC) #13
dak
On 2015/08/29 17:28:33, thomasmorley651 wrote: > On 2015/08/26 08:55:14, dak wrote: > > https://codereview.appspot.com/257580043/diff/1/scm/lily-library.scm > ...
9 years, 7 months ago (2015-08-29 18:13:13 UTC) #14
thomasmorley651
David's comment
9 years, 7 months ago (2015-08-29 19:11:17 UTC) #15
thomasmorley651
On 2015/08/29 18:13:13, dak wrote: > On 2015/08/29 17:28:33, thomasmorley651 wrote: > > On 2015/08/26 ...
9 years, 7 months ago (2015-08-29 19:14:46 UTC) #16
pkx166h
9 years, 7 months ago (2015-08-30 07:31:51 UTC) #17
Passes make, make check and a full make doc

PATCH_REVIEW
Sign in to reply to this message.

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