@ -294,6 +294,12 @@ class MenuActionDatabase(object):
#Midi
self.mainWindow.ui.actionInstrument_Change:SecondaryProgramChangeMenu(self.mainWindow),#no lambda for submenus. They get created here once and have a __call__ option that executes them. There is no internal state in these menus.
self.mainWindow.ui.actionChannel_Change:SecondaryChannelChangeMenu(self.mainWindow),#no lambda for submenus. They get created here once and have a __call__ option that executes them. There is no internal state in these menus.
#Lilypond
#Print and Export is in self.actions
self.mainWindow.ui.actionLyBarline:ChooseOne(self.mainWindow,"Choose a Barline",api.getLilypondBarlineList()),
self.mainWindow.ui.actionLyRepeat:ChooseOne(self.mainWindow,"Choose a Repeat",api.getLilypondRepeatList()),