From d618060f9616aa0f0019b5cde68130c709b75596 Mon Sep 17 00:00:00 2001 From: Nocta Senestra <nocta@net-c.com> Date: Fri, 27 Sep 2019 22:07:54 +0200 Subject: [PATCH] Small corrections --- README.md | 2 +- makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b3cb11..6a9df88 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ There are several versions of toyunda files : Assumptions and possibly unwanted behaviour ============== -- We will call "yline" a line containing a 'ÿ', only if it contains several ' ', one 'ÿ' and no other character, if it has an strictly positive number of pipes, and if it has no position (o:) option. In this case, we consider it as a special line indicating syllable partition, going with normal lines ("nline") with one pipe less. If it's not the case, it will be considered like a normal line and the ÿ will be printed. Also, size and color options are ignored for ÿ lines (with a warning). +- We will call "yline" a line containing a 'ÿ', only if it contains several ' ', one 'ÿ' and no other character, if it has a strictly positive number of pipes, and if it has no position (o:) option. In this case, we consider it as a special line indicating syllable partition, going with normal lines ("nline") with one pipe less. If it's not the case, it will be considered like a normal line and the ÿ will be printed. Also, size and color options are ignored for ÿ lines (with a warning). - ylines come in the same order for the syllable place and the start/end frames : Katsudon can't be timed ka-don-tsu. If that happens, the line will be timed Katsu-don and the yline for tsu will be ignored with a warning, or matched with another buffer in the cluster. - ylines don't overlap in time. If that happens, an ERROR line will be printed, and the generated file will have a negative \k tag. - Positioned lines are not important lines : they are printed as is. If effects are done with this option, it will most likely turn into a disaster. That shouldn't happen in toyunda v1 and v2 but may occur in v3. diff --git a/makefile b/makefile index 05b39b3..b661c75 100644 --- a/makefile +++ b/makefile @@ -2,7 +2,7 @@ # Epitass # # Makefile # # # -# Seipas # +# Nocta # ####################################### # Commandes principales -- GitLab