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

Issue 6128048: Move add-grob-definition from a snippet to scm/translation-functions.scm

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 12 months ago by Pavel Roskin
Modified:
11 years, 12 months ago
Reviewers:
dak, c_sorensen
CC:
lilypond-devel_gnu.org
Base URL:
http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Visibility:
Public.

Description

Move add-grob-definition from a snippet to scm/translation-functions.scm add-grob-definition should be public, as that's the "official" way to create a new grob in Scheme.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -25 lines) Patch
M input/regression/scheme-text-spanner.ly View 1 chunk +0 lines, -25 lines 0 comments Download
M scm/translation-functions.scm View 1 chunk +28 lines, -0 lines 0 comments Download

Messages

Total messages: 5
dak
It is not the "official" way to create a new grob definition, but a hack ...
11 years, 12 months ago (2012-04-27 22:00:35 UTC) #1
c_sorensen
On 4/27/12 4:00 PM, "dak@gnu.org" <dak@gnu.org> wrote: > >Instead, one can just add a single ...
11 years, 12 months ago (2012-04-27 23:01:54 UTC) #2
dak
Carl Sorensen <c_sorensen@byu.edu> writes: > On 4/27/12 4:00 PM, "dak@gnu.org" <dak@gnu.org> wrote: >> >>Instead, one ...
11 years, 12 months ago (2012-04-27 23:21:08 UTC) #3
Pavel Roskin
OK, the problem I wanted to address is to have a documented way to define ...
11 years, 12 months ago (2012-04-28 03:08:13 UTC) #4
dak
11 years, 12 months ago (2012-04-28 05:00:31 UTC) #5
On 2012/04/28 03:08:13, Pavel Roskin wrote:
> OK, the problem I wanted to address is to have a documented way to define new
> grobs.  I hoped that moving add-grob-definition to a "public place" would be a
> good start.  If it's not, sorry for the noise.

scheme-text-spanner.ly contains a lot of code violating the parser/session
border.  I would not be surprised if turned out to be the main culprit for our
instable regtests (like graphviz.ly).

I am actively working on it
<URL:http://code.google.com/p/lilypond/issues/detail?id=2449>, but can't do
anything at once.

It was just unlucky timing when you picked up more parts of it at a moment I was
already annoyed with its disregard for locality and working on fixing the
situation.
Sign in to reply to this message.

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