ms3 package¶
Submodules¶
ms3.score module¶
-
class
ms3.score.
MSCX
(mscx_src=None, parser='bs4')[source]¶ Bases:
object
Object for interacting with the XML structure of a MuseScore 3 file.
-
parsed
¶ Holds the MSCX score parsed by the selected parser.
- Type
_MSCX_bs4
-
version
¶
-
property
events
¶
-
property
measures
¶
-
property
notes
¶
-
property
version
¶
-
ms3.skeleton module¶
This is a skeleton file that can serve as a starting point for a Python console script. To run this script uncomment the following lines in the [options.entry_points] section in setup.cfg:
- console_scripts =
fibonacci = ms3.skeleton:run
Then run python setup.py install which will install the command fibonacci inside your current environment. Besides console scripts, the header (i.e. until _logger…) of this file can also be used as template for Python modules.
Note: This skeleton file can be safely removed if not needed!
-
ms3.skeleton.
main
(args)[source]¶ Main entry point allowing external calls
- Parameters
args ([str]) – command line parameter list