From 927bcd76d72e8de95279519d39bb68cdacc81990 Mon Sep 17 00:00:00 2001 From: TheBoxyBear <15822255+TheBoxyBear@users.noreply.github.com> Date: Mon, 15 Jan 2024 18:56:27 -0500 Subject: [PATCH] Rename Lyrics.md to lyrics.md --- Docs/articles/{Lyrics.md => lyrics.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Docs/articles/{Lyrics.md => lyrics.md} (99%) diff --git a/Docs/articles/Lyrics.md b/Docs/articles/lyrics.md similarity index 99% rename from Docs/articles/Lyrics.md rename to Docs/articles/lyrics.md index f477f1f0..ecb2fec4 100644 --- a/Docs/articles/Lyrics.md +++ b/Docs/articles/lyrics.md @@ -47,4 +47,4 @@ lyrics.ToGlobalEvents(); // Creates a new set of global events events.SetLyrics(lyrics); // Replaces existing lyric-related events with new events making up the phrases ``` -It is also possible to edit lyrics directly from the global events, although syllable objects simplifies the editing process. When doing so, phrases must be converted back into events for the changes to be applied. \ No newline at end of file +It is also possible to edit lyrics directly from the global events, although syllable objects simplifies the editing process. When doing so, phrases must be converted back into events for the changes to be applied.