Skip to content

Initialize session from a dedicated parser

Han-Wen Nienhuys requested to merge dev/hanwen/session-init into master

The session mechanism reads the initialization .ly files, to setup variable assignments to replay for later files. This mechanism inherently retains the module associated with the parser for initializing the session.

Before, if the first .ly file assigned to an identifier, its value would be retained, leading to parsed-object is dead warnings.

Edited by Han-Wen Nienhuys

Merge request reports