typo
This commit is contained in:
parent
1ef7e89ae0
commit
9268f46212
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ modes:
|
||||||
expression to generate note length in seconds [default: "2^(2-log_2(l))*(60/T)"]
|
expression to generate note length in seconds [default: "2^(2-log_2(l))*(60/T)"]
|
||||||
-v VARIABLE=VALUE, --variable VARIABLE=VALUE
|
-v VARIABLE=VALUE, --variable VARIABLE=VALUE
|
||||||
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 MACRO: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 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)
|
||||||
|
@ -37,7 +37,7 @@ modes:
|
||||||
expression to generate note length in seconds [default: "2^(2-log_2(l))*(60/T)"]
|
expression to generate note length in seconds [default: "2^(2-log_2(l))*(60/T)"]
|
||||||
-v VARIABLE=VALUE, --variable VARIABLE=VALUE
|
-v VARIABLE=VALUE, --variable VARIABLE=VALUE
|
||||||
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 MACRO: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 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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue