Re: edition-engraver error

2018-02-26 Thread Stefano Troncaro
Hi Kieren, this has been fixed already! Just update the Edition Engraver :) FYI the problem is here > ((integer? m)(ly:make-moment m/4)) > m/4 is interpreted as a variable name (that doesn't exist), thus the "unbound variable" error. I think the line was replaced by (/ m 4). 2018-02-26 9:57 GMT

edition-engraver error

2018-02-26 Thread kieren_macmillan kieren_macmillan
Hello all, Trying to use the EE. Running into the following fatal error: While evaluating arguments to ly:make-moment in expression (ly:make-moment m/4): /Volumes/KMac Seagate/scores/_include/openlilylib/edition-engraver/engine.scm:68:17: Unbound variable: m/4 Exited with return code 1. I've nev