From e3983ca1bdc14742ff6debaf90c67a38364f690f Mon Sep 17 00:00:00 2001 From: Masahiko AMANO Date: Wed, 20 May 2026 18:53:48 +0300 Subject: [PATCH] data: add "pastoral" chord files (verse, bridge) --- data/raw_user/pastoral-bridge.chord | 9 +++++++++ data/raw_user/pastoral-verse.chord | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 data/raw_user/pastoral-bridge.chord create mode 100644 data/raw_user/pastoral-verse.chord diff --git a/data/raw_user/pastoral-bridge.chord b/data/raw_user/pastoral-bridge.chord new file mode 100644 index 0000000..a796939 --- /dev/null +++ b/data/raw_user/pastoral-bridge.chord @@ -0,0 +1,9 @@ +# title: Pastoral +# key: G_major +# time: 4/4 +# subdivision: 4 +# style: H1K0 +# function: bridge + +| Em . . . | Bm . . . | G . . . | C . . . | G . . . | A . . . | D . . . | Bm . . . | +| Em . . . | Bm . . . | G . . . | C . . . | G . . . | A . . . | D . . . | G . . . | diff --git a/data/raw_user/pastoral-verse.chord b/data/raw_user/pastoral-verse.chord new file mode 100644 index 0000000..b5d3d85 --- /dev/null +++ b/data/raw_user/pastoral-verse.chord @@ -0,0 +1,9 @@ +# title: Pastoral +# key: G_major +# time: 4/4 +# subdivision: 4 +# style: H1K0 +# function: verse + +| G . . . | D . . . | Em . . . | C . . . | G . . . | A . . . | D . . . | . . . . | +| G . . . | D . . . | Em . . . | C . . . | G . . . | A . . . | D . . . | G . . . |