Updates:
Status: Fixed
Labels: -Patch-push Fixed_2_17_8
Comment #9 on issue 2974 by [email protected]: Patch: music-functions-init.ly:
Avoid unnecessary use of $ instead of #
http://code.google.com/p/lilypond/issues/detail?id=2974
Pushed to staging as
commit 37a459777abb5b715df628fca81b26ebcdc0dd3d
Author: David Kastrup <[email protected]>
Date: Sat Nov 24 10:27:55 2012 +0100
Issue 2974: music-functions-init.ly: Avoid unnecessary use of $ instead
of #
$ creates unnecessary copies, unnecessary reinterpretation, and
reassigns the music origin of some expressions to the current parser
location, which in #{ ... #} turns out to be music-functions-init.ly
itself, hardly helpful.