From 9268f462126bf90cefa10463769d79bed9112e79 Mon Sep 17 00:00:00 2001 From: Breval Ferrari Date: Mon, 12 May 2025 16:20:40 +0200 Subject: [PATCH] typo --- doc/cli-design.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/cli-design.txt b/doc/cli-design.txt index 88b62a9..0715872 100644 --- a/doc/cli-design.txt +++ b/doc/cli-design.txt @@ -19,7 +19,7 @@ modes: expression to generate note length in seconds [default: "2^(2-log_2(l))*(60/T)"] -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) - -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 -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) @@ -37,7 +37,7 @@ modes: expression to generate note length in seconds [default: "2^(2-log_2(l))*(60/T)"] -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) - -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 -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)