]> git.donarmstrong.com Git - lilypond.git/commit
Issue 2974: music-functions-init.ly: Avoid unnecessary use of $ instead of #
authorDavid Kastrup <dak@gnu.org>
Sat, 24 Nov 2012 09:27:55 +0000 (10:27 +0100)
committerDavid Kastrup <dak@gnu.org>
Fri, 30 Nov 2012 12:37:20 +0000 (13:37 +0100)
commit37a459777abb5b715df628fca81b26ebcdc0dd3d
tree1c5537346739cf8e415dad17c66074b968bf43af
parentce3dbae45b2165e0283e608c5a6f0a1ef973bda3
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.
ly/music-functions-init.ly