|
|
@ -802,7 +802,6 @@ class Ui_MainWindow(object): |
|
|
|
self.menuView.addAction(self.menuMode.menuAction()) |
|
|
|
self.menuView.addSeparator() |
|
|
|
self.menuView.addAction(self.actionData_Editor) |
|
|
|
self.menuView.addAction(self.actionProperties) |
|
|
|
self.menuView.addAction(self.actionWiden_Score_View) |
|
|
|
self.menuView.addAction(self.actionShrink_Score_View) |
|
|
|
self.menuView.addAction(self.actionZoom_In_Score_View) |
|
|
@ -851,6 +850,7 @@ class Ui_MainWindow(object): |
|
|
|
self.menuToolbox.addAction(self.menuInsert.menuAction()) |
|
|
|
self.menuToolbox.addAction(self.menuOrder.menuAction()) |
|
|
|
self.menuToolbox.addAction(self.menuMIDI.menuAction()) |
|
|
|
self.menuLilypond.addAction(self.actionProperties) |
|
|
|
self.menuLilypond.addAction(self.actionShow_PDF) |
|
|
|
self.menuLilypond.addAction(self.actionExport_to_Ly) |
|
|
|
self.menuLilypond.addSeparator() |
|
|
@ -979,7 +979,7 @@ class Ui_MainWindow(object): |
|
|
|
self.actionRandom_chromatic_in_clef_range.setText(_translate("MainWindow", "&Random chromatic in clef range")) |
|
|
|
self.actionRandom_in_scale_in_clef_range.setText(_translate("MainWindow", "Random &in-scale in clef range")) |
|
|
|
self.actionRandom_pitch_from_clipboard.setText(_translate("MainWindow", "Random pitch &from clipboard")) |
|
|
|
self.actionProperties.setText(_translate("MainWindow", "Meta&data")) |
|
|
|
self.actionProperties.setText(_translate("MainWindow", "&Properties and Metadata")) |
|
|
|
self.actionExport_to_Ly.setText(_translate("MainWindow", "&Export to .ly file")) |
|
|
|
self.actionShow_PDF.setText(_translate("MainWindow", "&Show PDF")) |
|
|
|
self.actionExport_to_pdf_file.setText(_translate("MainWindow", "Export to .pdf file")) |
|
|
|