From 1ae56b76f43f03b690ec31300a639f30af15d3dd Mon Sep 17 00:00:00 2001 From: Maciej Jur Date: Sun, 30 Apr 2023 00:30:17 +0200 Subject: [PATCH] Transcribe songs --- src/content/songs/arcd0054/07 - Don't Lose.md | 37 +++++++++++++++++++ .../songs/arcd0054/09 - Eyes of Truth.md | 37 +++++++++++++++++++ src/content/songs/arcd0054/dont-lose.md | 29 --------------- src/styles/layouts/_songs.scss | 4 +- 4 files changed, 77 insertions(+), 30 deletions(-) create mode 100644 src/content/songs/arcd0054/07 - Don't Lose.md create mode 100644 src/content/songs/arcd0054/09 - Eyes of Truth.md delete mode 100644 src/content/songs/arcd0054/dont-lose.md diff --git a/src/content/songs/arcd0054/07 - Don't Lose.md b/src/content/songs/arcd0054/07 - Don't Lose.md new file mode 100644 index 0000000..bfc6687 --- /dev/null +++ b/src/content/songs/arcd0054/07 - Don't Lose.md @@ -0,0 +1,37 @@ +--- +slug: dont-lose +title: "Don't lose" +composer: Masayoshi Minoshima +lyrics: Mei Ayakura +origin: + - 亡き王女の為のセプテット +album: + ARCD0054: + track: 7 + vocal: + - nomico +--- + +# Japanese +- こんなにも 綺麗な月は +- どうしても 届かないけど +- どんなにも 赤さは絶えず +- いつまでも 燃え続けていて +- あんなにも 求めてるのに +- なんどでも 深く底まで +- そんなにも 堕ちてくのなら +- なにもかも 終わりにするから +--- +- 飲み込んだ 暗闇の奥 +- 寂しいの 独りにしないで +- 暖かな 揺らめきがまだ +- ほんの僅かに 視界に +- 消えないで 夢なら醒めて +- 壊してしまう 無くさないように +- 必要と してしまうほど +- 離れていくの どこまでも +--- +- 愛してた 閉じ込めるほどに +- 哀してた 閉じ込めるほどに +- 「I」してた 閉じ込めるほどに +- だけどもう 違うから diff --git a/src/content/songs/arcd0054/09 - Eyes of Truth.md b/src/content/songs/arcd0054/09 - Eyes of Truth.md new file mode 100644 index 0000000..e432ffb --- /dev/null +++ b/src/content/songs/arcd0054/09 - Eyes of Truth.md @@ -0,0 +1,37 @@ +--- +slug: eyes-of-truth +title: Eyes of Truth(ALR Remix) +composer: Masayoshi Minoshima +lyrics: 溝口ゆうま +origin: + - ラストリモート +album: + ARCD0054: + track: 9 + vocal: + - KUMI(ヲタみん) +--- + +# Japanese +- 回る 運命の歯車 人の手に委ねては +- 未来さえ 創られてゆく 決められた +- 朝を迎えて繰り返す生命 + +- 「心」繋ぐ希望などエゴが纏わりついて +- 命さえ0と1で守られては死の行く先へ道連れを探して + +- 彷徨う「瞳」は殻の中で微睡み +- 世界に真実よあれ 涙の答えは +- 切り刻んだ 心の奥底で笑う +- Eyes of Truth + +- 回る 地上の歯車 人の手に染められて +- もういいよ 欲しいモノは全て消えて +- 朝を忘れて 「瞳」は死を語る + +- 答え知らずに突き進む命の愚かさ + +- 彷徨う「瞳」は殻の中で微睡み +- 世界に真実よあれ 涙の答えは +- 切り刻んだ 心の奥底で笑う +- Eyes of Truth \ No newline at end of file diff --git a/src/content/songs/arcd0054/dont-lose.md b/src/content/songs/arcd0054/dont-lose.md deleted file mode 100644 index 97a591f..0000000 --- a/src/content/songs/arcd0054/dont-lose.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -slug: dont-lose -title: "Don't lose" -origin: - - 亡き王女の為のセプテット -album: - ARCD0054: - track: 7 - vocal: - - nomico ---- - -# Japanese -- こんなにも 綺麗な月は -- どうしても 届かないけど -- どんなにも 赤さは -- いつまでも -- あんなにも -- なんどでも -- そんなにも -- なにもかも ---- -- 飲み込んだ 暗闇の奥 - ---- -- 愛してた 閉じ込めるほどに -- todo -- 「I」してた 閉じ込めるほどに -- だけどもう違うから diff --git a/src/styles/layouts/_songs.scss b/src/styles/layouts/_songs.scss index 1d4e318..e84f6a8 100644 --- a/src/styles/layouts/_songs.scss +++ b/src/styles/layouts/_songs.scss @@ -1,8 +1,10 @@ .l-songs-aside { padding: 1.5em; + font-size: var(--fs-sm); &__page { - width: 40em; + width: 100%; + max-width: 40em; margin: 0 auto; }