Re: PrintConfiguration (0.1)
c) "Staff Labels" does not work. Even when I manually tweak a .nwctxt file, this options is not correctly written into the PgSetup.
I suspect this has to do with the blank in "First System", "All Systems" etc., therefore only "None" works. Is this true?
and if so, how can I set the StaffLabels slot correctly with a user tool??
No, for sure it doesn't depends on the blank.
I did this way with no problem:
Item = nwcItem.new("|AddStaff");
Item:Provide("Name","Perc. staff ".tostring(HighestPercStaffNumber))
Item:Provide("Group","Percussions")
Item:Provide("Label","Wood Blocks")
table.insert(MidiStaves[StaffCount],Item)