]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4786: fee.fi = 0 was interpreted as as fee = 0 for undefined fee
authorDavid Kastrup <dak@gnu.org>
Sun, 6 Mar 2016 19:45:02 +0000 (20:45 +0100)
committerDavid Kastrup <dak@gnu.org>
Tue, 8 Mar 2016 15:22:12 +0000 (16:22 +0100)
commit36db2fa47f596e6e41a60473f837ea04ebfd7849
tree3b16197cf61a504608ac147d37ce4eaff346fcf6
parent7f4a65db65f3a8eba89cc9d78101f3f7fd71a5e9
Issue 4786: fee.fi = 0 was interpreted as as fee = 0 for undefined fee

If fee had been defined previously, the behavior became more sensible,
treating fee as an alist with a value of 0 for key fi.  This is now
always the case.
lily/lily-lexer.cc