@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'mainwindow.ui'
#
# Created by: PyQt5 UI code generator 5.15.2
# Created by: PyQt5 UI code generator 5.15.6
#
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.
@ -664,6 +664,10 @@ class Ui_MainWindow(object):
self . actionQuit . setObjectName ( " actionQuit " )
self . actionPlay_from_Block = QtWidgets . QAction ( MainWindow )
self . actionPlay_from_Block . setObjectName ( " actionPlay_from_Block " )
self . actionLyMarkAbove = QtWidgets . QAction ( MainWindow )
self . actionLyMarkAbove . setObjectName ( " actionLyMarkAbove " )
self . actionLyMarkBelow = QtWidgets . QAction ( MainWindow )
self . actionLyMarkBelow . setObjectName ( " actionLyMarkBelow " )
self . menuObjects . addAction ( self . actionMetrical_Instruction )
self . menuObjects . addAction ( self . actionClef )
self . menuObjects . addAction ( self . actionKey_Signature )
@ -847,6 +851,8 @@ class Ui_MainWindow(object):
self . menuLilypond . addAction ( self . actionLyBarline )
self . menuLilypond . addAction ( self . actionLyRepeat )
self . menuLilypond . addAction ( self . actionLyFree_Instruction )
self . menuLilypond . addAction ( self . actionLyMarkAbove )
self . menuLilypond . addAction ( self . actionLyMarkBelow )
self . menubar . addAction ( self . menuView . menuAction ( ) )
self . menubar . addAction ( self . menuEdit_2 . menuAction ( ) )
self . menubar . addAction ( self . menu . menuAction ( ) )
@ -986,7 +992,7 @@ class Ui_MainWindow(object):
self . actionRandom_in_scale_in_cursor_plus_octave . setText ( _translate ( " MainWindow " , " Random in-scale in cursor plus octave (authentic mode) " ) )
self . actionRandom_in_scale_in_octave_around_cursor . setText ( _translate ( " MainWindow " , " Random in-scale in octave around cursor (hypo mode) " ) )
self . actionLyBarline . setText ( _translate ( " MainWindow " , " Barline " ) )
self . actionLyFree_Instruction . setText ( _translate ( " MainWindow " , " Free Instruction " ) )
self . actionLyFree_Instruction . setText ( _translate ( " MainWindow " , " Free Ly Instruction " ) )
self . actionLyRepeat . setText ( _translate ( " MainWindow " , " Repeat " ) )
self . actionZoom_In_Score_View . setText ( _translate ( " MainWindow " , " Zoom In Score View " ) )
self . actionZoom_Out_Score_View . setText ( _translate ( " MainWindow " , " Zoom Out Score View " ) )
@ -994,3 +1000,5 @@ class Ui_MainWindow(object):
self . actionQuit . setShortcut ( _translate ( " MainWindow " , " Ctrl+Q " ) )
self . actionPlay_from_Block . setText ( _translate ( " MainWindow " , " Play from Block " ) )
self . actionPlay_from_Block . setShortcut ( _translate ( " MainWindow " , " Alt+Space " ) )
self . actionLyMarkAbove . setText ( _translate ( " MainWindow " , " Text above Staff " ) )
self . actionLyMarkBelow . setText ( _translate ( " MainWindow " , " Text below Staff " ) )