]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4957: parser.yy: loc_on_music -> loc_on_copy
authorDavid Kastrup <dak@gnu.org>
Mon, 15 Aug 2016 21:45:21 +0000 (23:45 +0200)
committerDavid Kastrup <dak@gnu.org>
Sun, 21 Aug 2016 16:59:54 +0000 (18:59 +0200)
commit2e0077b3e57aa62c5a15ebfbc044e3ad447da44d
tree51929ba2a0f1bfe6ea10b43ad51e71632151f2f2
parent1e678c08e37073ffac482618655dc87308e5c0b4
Issue 4957: parser.yy: loc_on_music -> loc_on_copy

The function loc_on_music has been renamed to loc_on_copy and has been
changed to create a copy for a number of different expression types.
This makes \xxx.yyy behave similar to \xxx-yyy with regard to copying
the original expression in most cases, and it also helps with default
arguments of music/void/event/scheme functions of more types than just
music.
lily/parser.yy