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

Issue 7295043: Let music inside of #{ ... #} originate from @code{location} if set (Closed)

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

Description

Let music inside of #{ ... #} originate from @code{location} if set In particular with regard to point-and-click, it has been a reoccuring complaint that music originating from #{ ... #} has the #{ ... #} environment as its origin. This patch will make such music originate from @code{location} if set to a valid input location. It would seem somewhat peculiar that #{ ... #} just grabs whatever meaning @code{location} happens to have at the current lexical level and runs with it. However, the same is already done for @code{parser}, so it is not really out of line.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -23 lines) Patch
M Documentation/extending/programming-interface.itely View 1 chunk +8 lines, -5 lines 0 comments Download
M lily/include/lily-lexer.hh View 3 chunks +3 lines, -1 line 0 comments Download
M lily/include/lily-parser.hh View 1 chunk +2 lines, -1 line 0 comments Download
M lily/lily-lexer.cc View 3 chunks +11 lines, -1 line 0 comments Download
M lily/lily-parser.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M lily/lily-parser-scheme.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M lily/parser.yy View 3 chunks +8 lines, -5 lines 0 comments Download
M ly/init.ly View 1 chunk +1 line, -0 lines 0 comments Download
M scm/parser-ly-from-scheme.scm View 1 chunk +7 lines, -3 lines 0 comments Download

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