typo
This commit is contained in:
parent
9268f46212
commit
7db0d90a1d
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ modes:
|
||||||
add a variable named VARIABLE (an single letter) for the sheet music and all expressions and set its initial value to VALUE (you can override n, t, l and T which is the only way to set the initial tempo)
|
add a variable named VARIABLE (an single letter) for the sheet music and all expressions and set its initial value to VALUE (you can override n, t, l and T which is the only way to set the initial tempo)
|
||||||
-m NAME:EXPANSION, --macro NAME:EXPANSION
|
-m NAME:EXPANSION, --macro NAME:EXPANSION
|
||||||
add a macro named NAME (single character, must not be alphanumeric) which expands to EXPANSION when called in the sheet music
|
add a macro named NAME (single character, must not be alphanumeric) which expands to EXPANSION when called in the sheet music
|
||||||
-s NAME:VARIABLE=EXPR, --slope VARIABLE=EXPR
|
-s NAME:VARIABLE=EXPR, --slope NAME:VARIABLE=EXPR
|
||||||
add a slope expression named NAME which replaces the value of VARIABLE with the result of EXPR each frame (EXPR can use all available variables and instrument variables plus the variables α for the initial value of VARIABLE, β for the final value and Δ for the total duration of the specific slope)
|
add a slope expression named NAME which replaces the value of VARIABLE with the result of EXPR each frame (EXPR can use all available variables and instrument variables plus the variables α for the initial value of VARIABLE, β for the final value and Δ for the total duration of the specific slope)
|
||||||
|
|
||||||
export - export a song to an audio file or stdout
|
export - export a song to an audio file or stdout
|
||||||
|
@ -39,7 +39,7 @@ modes:
|
||||||
add a variable named VARIABLE (an single letter) for the sheet music and all expressions and set its initial value to VALUE (you can override n, t, l and T which is the only way to set the initial tempo)
|
add a variable named VARIABLE (an single letter) for the sheet music and all expressions and set its initial value to VALUE (you can override n, t, l and T which is the only way to set the initial tempo)
|
||||||
-m NAME:EXPANSION, --macro NAME:EXPANSION
|
-m NAME:EXPANSION, --macro NAME:EXPANSION
|
||||||
add a macro named NAME (single character, must not be alphanumeric) which expands to EXPANSION when called in the sheet music
|
add a macro named NAME (single character, must not be alphanumeric) which expands to EXPANSION when called in the sheet music
|
||||||
-s NAME:VARIABLE=EXPR, --slope VARIABLE=EXPR
|
-s NAME:VARIABLE=EXPR, --slope NAME:VARIABLE=EXPR
|
||||||
add a slope expression named NAME which replaces the value of VARIABLE with the result of EXPR each frame (EXPR can use all available variables and instrument variables plus the variables α for the initial value of VARIABLE, β for the final value and Δ for the total duration of the specific slope)
|
add a slope expression named NAME which replaces the value of VARIABLE with the result of EXPR each frame (EXPR can use all available variables and instrument variables plus the variables α for the initial value of VARIABLE, β for the final value and Δ for the total duration of the specific slope)
|
||||||
-f, --format FORMAT
|
-f, --format FORMAT
|
||||||
audio format to use [default: mp3 or raw if the codec is unavailable]
|
audio format to use [default: mp3 or raw if the codec is unavailable]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue