|
|
@ -216,6 +216,12 @@ class SecondaryKeySignatureMenu(Submenu): |
|
|
|
button.clicked.connect(function) |
|
|
|
button.clicked.connect(self.done) |
|
|
|
|
|
|
|
def __call__(self): |
|
|
|
self.dynamicLabel.setText("Note: " + api.getCursorSimpleLyNote()) |
|
|
|
super().__call__() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class SecondaryDynamicsMenu(Submenu): |
|
|
|
def __init__(self, mainWindow): |
|
|
|
super().__init__(mainWindow, translate("submenus", "choose a dynamic"), hasOkCancelButtons=2) |
|
|
|