Updates:
Status: Fixed
Labels: -Patch-countdown Fixed_2_17_13
Comment #4 on issue 3153 by [email protected]: Patch: Let music inside of #{ ...
#} originate from @code{location} if set
http://code.google.com/p/lilypond/issues/detail?id=3153
Pushed to staging as
commit b24aaf5d1e10c5ea055043ce6b2c3d50d2a9c943
Author: David Kastrup <[email protected]>
Date: Mon Feb 4 16:38:12 2013 +0100
Issue 3153: 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.