From 7db0d90a1d03176e81d33cc25d0c493c69dcb408 Mon Sep 17 00:00:00 2001 From: Breval Ferrari Date: Mon, 12 May 2025 16:29:55 +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 0715872..2319de7 100644 --- a/doc/cli-design.txt +++ b/doc/cli-design.txt @@ -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) -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 + -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) 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) -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 + -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) -f, --format FORMAT audio format to use [default: mp3 or raw if the codec is unavailable]