<div dir="ltr"><div>Besides some small bug fixes and additions, there are two significant changes coming in 0.61 that you may want to know about in advance. The first is the addition of a new class, <span style="font-family:monospace">FCPartStaffVoicing</span>. This allows you to view, add, modify, or delete staff voicing for a linked part.</div><div><br></div><div>The second will be of particular interest to a couple of you. (Jan Angermüller and Jake Winkler I'm looking at you.) RGP Lua 0.61 will be separately embeddable in its own folder. If you put a config file in the same folder (with the name <span style="font-family:monospace">com.robertgpatterson.RGPPluginSettings.xml</span>), RGP Lua will read that config file instead of the one in the user's preferences, and it will only display the scripts configured in that file. Furthermore, there will be a new option in the xml (only editable with a text editor) that suppresses the RGP Lua configuration UI. It allows you to present your script(s) to the user as standalone plugins without displaying the RGP Lua menu option.</div><div><br></div><div>I see this as particularly useful for Perfect Layout and the JetStream Controller projects. I don't recommend it in general, but it will be there for anyone to use. Here is a sample of what it might look like for Perfect Layout:</div><div><span style="font-family:monospace"><br></span></div><div><span style="font-family:monospace"><RGPPluginSettings><br>    <Author>Robert G. Patterson</Author><br>    <RGPLua IncludeUI="false"><br>        <Scripts><br>            <Script Path="/Library/Application Support/MakeMusic/Finale 27/Plug-ins/Elbsound JW Lua/ES Perfect Layout (for Menu).lua" IsDirectory="false" Debug="false" UseString="false"/><br>        </Scripts><br>    </RGPLua><br></RGPPluginSettings><br></span></div><div><br></div><div>Robert</div><div><br></div><div><br></div><div><br></div></div>