mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-09 17:58:01 +00:00
Update cheatsheets
This commit is contained in:
@@ -5,29 +5,25 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# musescore
|
||||
|
||||
> MuseScore 3 sheet music editor.
|
||||
> MuseScore sheet music editor.
|
||||
> See also: `lilypond`.
|
||||
> More information: <https://musescore.org/en/handbook/4/command-line-options>.
|
||||
|
||||
- Use a specific audio driver:
|
||||
|
||||
`musescore --audio-driver {{jack|alsa|portaudio|pulse}}`
|
||||
> More information: <https://handbook.musescore.org/appendix/command-line-usage>.
|
||||
|
||||
- Set the MP3 output bitrate in kbit/s:
|
||||
|
||||
`musescore --bitrate {{bitrate}}`
|
||||
`musescore {{[-b|--bitrate]}} {{bitrate}}`
|
||||
|
||||
- Start MuseScore in debug mode:
|
||||
|
||||
`musescore --debug`
|
||||
`musescore {{[-d|--debug]}}`
|
||||
|
||||
- Enable experimental features, such as layers:
|
||||
|
||||
`musescore --experimental`
|
||||
`musescore {{[-e|--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}}`
|
||||
`musescore {{[-o|--export-to]}} {{output_file}} {{input_file}}`
|
||||
|
||||
- Print a diff between the given scores:
|
||||
|
||||
@@ -35,4 +31,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Specify a MIDI import operations file:
|
||||
|
||||
`musescore --midi-operations {{path/to/file}}`
|
||||
`musescore {{[-M|--midi-operations]}} {{path/to/file}}`
|
||||
|
||||
Reference in New Issue
Block a user