1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 17:26:01 +02:00

musescore: add page (#5368)

This commit is contained in:
marchersimon 2021-03-08 11:57:44 +01:00 committed by GitHub
parent f1bbea324d
commit 7a3f7174af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 39 additions and 0 deletions

7
pages/common/mscore.md Normal file
View file

@ -0,0 +1,7 @@
# mscore
> This command is an alias of `musescore`.
- View documentation for the original command:
`tldr musescore`

32
pages/common/musescore.md Normal file
View file

@ -0,0 +1,32 @@
# musescore
> MuseScore 3 sheet music editor.
> More information: <https://musescore.org/en/handbook/3/command-line-options>.
- Use a specific audio driver:
`musescore --audio-driver {{jack|alsa|portaudio|pulse}}`
- Set the MP3 output bitrate in kbit/s:
`musescore --bitrate {{bitrate}}`
- Start MuseScore in debug mode:
`musescore --debug`
- Enable experimental features, such as layers:
`musescore --experimental`
- Export the given file to the specified output file. The file type depends on the given extension:
`musescore --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 --midi-operations {{path/to/file}}`