Linux command
mscore 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Open MuseScore
mscore
Open score file
mscore [score.mscz]
Convert to PDF
mscore [score.mscz] -o [output.pdf]
Export to MIDI
mscore [score.mscz] -o [output.mid]
Export to audio
mscore [score.mscz] -o [output.mp3]
Run in headless mode
mscore --no-gui [score.mscz] -o [output.pdf]
说明
mscore is the MuseScore music notation software. It creates and edits sheet music. The tool supports MIDI, MusicXML, and audio export. Professional notation features.
参数
- -o _FILE_
- Output file (format from extension).
- --no-gui
- Run without graphical interface.
- -S _STYLE_
- Use style file.
- -r _DPI_
- Set image resolution.
- --help
- Display help information.
FAQ
What is the mscore command used for?
mscore is the MuseScore music notation software. It creates and edits sheet music. The tool supports MIDI, MusicXML, and audio export. Professional notation features.
How do I run a basic mscore example?
Run `mscore` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -o _FILE_ do in mscore?
Output file (format from extension).