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

Issue 8639045: Markup, page-ref: do not backspace; issue 3334 (Closed)

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

Description

Markup, page-ref: do not backspace; issue 3334

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M scm/define-markup-commands.scm View 1 chunk +1 line, -1 line 2 comments Download

Messages

Total messages: 5
Keith
https://codereview.appspot.com/8639045/diff/1/scm/define-markup-commands.scm File scm/define-markup-commands.scm (left): https://codereview.appspot.com/8639045/diff/1/scm/define-markup-commands.scm#oldcode4083 scm/define-markup-commands.scm:4083: (markup #:concat (#:hspace gap page-markup))))))) \hspace expects and compensates ...
11 years ago (2013-04-26 06:56:34 UTC) #1
Keith
https://codereview.appspot.com/8639045/diff/1/scm/define-markup-commands.scm File scm/define-markup-commands.scm (left): https://codereview.appspot.com/8639045/diff/1/scm/define-markup-commands.scm#oldcode4083 scm/define-markup-commands.scm:4083: (markup #:concat (#:hspace gap page-markup))))))) On 2013/04/26 06:56:34, Keith ...
11 years ago (2013-04-27 05:29:48 UTC) #2
dak
On 2013/04/27 05:29:48, Keith wrote: > https://codereview.appspot.com/8639045/diff/1/scm/define-markup-commands.scm > File scm/define-markup-commands.scm (left): > > https://codereview.appspot.com/8639045/diff/1/scm/define-markup-commands.scm#oldcode4083 > ...
11 years ago (2013-04-27 05:38:12 UTC) #3
Keith
On 2013/04/27 05:38:12, dak wrote: > On 2013/04/27 05:29:48, Keith wrote: > > (In version ...
11 years ago (2013-04-27 06:14:00 UTC) #4
dak
11 years ago (2013-04-27 06:46:34 UTC) #5
On 2013/04/27 06:14:00, Keith wrote:

> That
> symptom is probably a sign that it was unwise to have \hspace try to correct
for
> inter-word space.

Definitely.  Given the amount of trouble we have had with \hspace so far (we
have several alignment problems open in the context of trying to allow \hspace
to backspace) it would seem that it was the wrong approach to implement \hspace
in a "non-special" way as a stencil.  Instead, it should send a message to \line
that it wants different spacing.  After all, it has no way to know whether it
occurs in the middle of a line or not.
Sign in to reply to this message.

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