mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
35 lines
842 B
Plaintext
35 lines
842 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# musescore
|
|
|
|
> MuseScore sheet music editor.
|
|
> See also: `lilypond`.
|
|
> More information: <https://handbook.musescore.org/appendix/command-line-usage>.
|
|
|
|
- Set the MP3 output bitrate in kbit/s:
|
|
|
|
`musescore {{[-b|--bitrate]}} {{bitrate}}`
|
|
|
|
- Start MuseScore in debug mode:
|
|
|
|
`musescore {{[-d|--debug]}}`
|
|
|
|
- Enable experimental features, such as layers:
|
|
|
|
`musescore {{[-e|--experimental]}}`
|
|
|
|
- Export the given file to the specified output file. The file type depends on the given extension:
|
|
|
|
`musescore {{[-o|--export-to]}} {{output_file}} {{input_file}}`
|
|
|
|
- Print a diff between the given scores:
|
|
|
|
`musescore --diff {{path/to/file1}} {{path/to/file2}}`
|
|
|
|
- Specify a MIDI import operations file:
|
|
|
|
`musescore {{[-M|--midi-operations]}} {{path/to/file}}`
|