mirror of https://github.com/CrimsonTome/tldr.git
musescore, mscore: add Dutch translation (#7253)
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>beep
parent
b6352928ec
commit
f28ae01181
|
@ -0,0 +1,8 @@
|
||||||
|
# mscore
|
||||||
|
|
||||||
|
> Dit commando is een alias van `musescore`.
|
||||||
|
> Meer informatie: <https://musescore.org/handbook/command-line-options>.
|
||||||
|
|
||||||
|
- Bekijk documentatie voor het originele commando:
|
||||||
|
|
||||||
|
`tldr musescore`
|
|
@ -0,0 +1,32 @@
|
||||||
|
# musescore
|
||||||
|
|
||||||
|
> MuseScore 3 bladmuziek bewerker.
|
||||||
|
> Meer informatie: <https://musescore.org/en/handbook/3/command-line-options>.
|
||||||
|
|
||||||
|
- Gebruik een specifiek audio stuurprogramma:
|
||||||
|
|
||||||
|
`musescore --audio-driver {{jack|alsa|portaudio|pulse}}`
|
||||||
|
|
||||||
|
- Stel de MP3 uitvoer bitsnelheid in in kbit/s:
|
||||||
|
|
||||||
|
`musescore --bitrate {{bitsnelheid}}`
|
||||||
|
|
||||||
|
- Open MuseScore in debug modus:
|
||||||
|
|
||||||
|
`musescore --debug`
|
||||||
|
|
||||||
|
- Schakel experimentele funcies in, bijvoorbeeld lagen:
|
||||||
|
|
||||||
|
`musescore --experimental`
|
||||||
|
|
||||||
|
- Exporteer het gegeven bestand naar het gegeven uitvoer bestand. Het bestandstype hangt af van de gegeven extentie:
|
||||||
|
|
||||||
|
`musescore --export-to {{uitvoer_bestand}} {{invoer_bestand}}`
|
||||||
|
|
||||||
|
- Geef het verschil tussen de gegeven partituren:
|
||||||
|
|
||||||
|
`musescore --diff {{pad/naar/bestand1}} {{pad/naar/bestand2}}`
|
||||||
|
|
||||||
|
- Specificeer een MIDI invoer operaties bestand:
|
||||||
|
|
||||||
|
`musescore --midi-operations {{pad/naar/bestand}}`
|
Loading…
Reference in New Issue