From c379d827bd0bd24b7d6d803db9a9f54e1e859744 Mon Sep 17 00:00:00 2001 From: Masahiko AMANO Date: Thu, 21 May 2026 10:37:44 +0300 Subject: [PATCH] data: add "escape" chord files (intro, verse, prechorus, chorus, interlude) --- data/raw_user/escape-chorus.chord | 10 ++++++++++ data/raw_user/escape-interlude.chord | 9 +++++++++ data/raw_user/escape-intro.chord | 10 ++++++++++ data/raw_user/escape-prechorus.chord | 9 +++++++++ data/raw_user/escape-verse.chord | 9 +++++++++ 5 files changed, 47 insertions(+) create mode 100644 data/raw_user/escape-chorus.chord create mode 100644 data/raw_user/escape-interlude.chord create mode 100644 data/raw_user/escape-intro.chord create mode 100644 data/raw_user/escape-prechorus.chord create mode 100644 data/raw_user/escape-verse.chord diff --git a/data/raw_user/escape-chorus.chord b/data/raw_user/escape-chorus.chord new file mode 100644 index 0000000..c5198c5 --- /dev/null +++ b/data/raw_user/escape-chorus.chord @@ -0,0 +1,10 @@ +# title: ESCAPE +# key: E_minor +# time: 4/4 +# subdivision: 4 +# style: H1K0 +# function: chorus + +| C . D . | Em . . Bm | C . D . | Esus4 . E . | +| C . D . | Bm . Bbm . | Am . . . | Bsus4 . B . | +| Cmaj7 . . . | Fmaj7#11 . . . | Esus4 . . . | E . . . | diff --git a/data/raw_user/escape-interlude.chord b/data/raw_user/escape-interlude.chord new file mode 100644 index 0000000..2190305 --- /dev/null +++ b/data/raw_user/escape-interlude.chord @@ -0,0 +1,9 @@ +# title: ESCAPE +# key: F_minor +# time: 4/4 +# subdivision: 4 +# style: H1K0 +# function: interlude + +| Db . Eb . | Fm Eb Db Db/C | Bbm Bbm/F Eb Eb/G | Ab . . . | +| Db . Eb . | Fm Eb Db Db/C | Bbm . Cm . | Db . Ddim . | Ebsus4 . Eb . | diff --git a/data/raw_user/escape-intro.chord b/data/raw_user/escape-intro.chord new file mode 100644 index 0000000..0e8d179 --- /dev/null +++ b/data/raw_user/escape-intro.chord @@ -0,0 +1,10 @@ +# title: ESCAPE +# key: E_major +# time: 4/4 +# subdivision: 4 +# style: H1K0 +# function: intro + +| E . . E/F | E . . G | E . . E/F | E . . G | +| E . . E/F | E . . G | E . . E/F | E . . G | +| Fmaj7#11 . . . | diff --git a/data/raw_user/escape-prechorus.chord b/data/raw_user/escape-prechorus.chord new file mode 100644 index 0000000..f778aba --- /dev/null +++ b/data/raw_user/escape-prechorus.chord @@ -0,0 +1,9 @@ +# title: ESCAPE +# key: E_minor +# time: 4/4 +# subdivision: 4 +# style: H1K0 +# function: prechorus + +| C . . Bm | Am . . . | Em . . . | D . . . | +| C . . Bm | Am . G# . | G . F# . | Bsus4 . B . | diff --git a/data/raw_user/escape-verse.chord b/data/raw_user/escape-verse.chord new file mode 100644 index 0000000..72a47ab --- /dev/null +++ b/data/raw_user/escape-verse.chord @@ -0,0 +1,9 @@ +# title: ESCAPE +# key: E_minor +# time: 4/4 +# subdivision: 4 +# style: H1K0 +# function: verse + +| Em . . E/F | E . . D/F# | G . . . | D . . . | +| Em . . E/F | E . . D/F# | G . G/B . | D . . . |