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

Issue 6544060: Get along with use of grob-property instead of grob-property-path in overrides (Closed)

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

Description

Get along with use of grob-property instead of grob-property-path in overrides LilyPond uses a willy-nilly mixture of grob-property and grob-property-path when generating overrides programmatically (the parser only uses grob-property-path). Several override-reinterpreting commands and functionalities were not prepared to deal with this.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -7 lines) Patch
M ly/music-functions-init.ly View 1 chunk +8 lines, -2 lines 1 comment Download
M scm/lily-library.scm View 2 chunks +17 lines, -5 lines 0 comments Download

Messages

Total messages: 3
janek
Do i understand correctly that grob-property-path is just a list of properties, like '('thickness 'gap ...
11 years, 7 months ago (2012-09-26 06:14:04 UTC) #1
dak
On 2012/09/26 06:14:04, janek wrote: > Do i understand correctly that grob-property-path is just a ...
11 years, 7 months ago (2012-09-26 07:10:57 UTC) #2
janek
11 years, 7 months ago (2012-09-26 07:27:57 UTC) #3
On Wed, Sep 26, 2012 at 9:10 AM,  <dak@gnu.org> wrote:
> On 2012/09/26 06:14:04, janek wrote:
>> i find the name misleading.
>
> That terminology is employed in a number of places in the grammar and
> code, and this patch does not invent any property but just deals
> better with existing definitions and usage.

Sure, i didn't mean to blame you.

> Not "on need".  If the property grob-property is defined, it calls
> "list" on it to create a one-element list (which this code as well as
> similar code elsewhere is expecting), otherwise it takes the property
> grob-property-path as the source for that list.

Ah!  thanks for explanation.
Janek
Sign in to reply to this message.

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