From 5291b6e404e3d27cacf230ac65ed6cd009e4977b Mon Sep 17 00:00:00 2001 From: Ivan Holmes Date: Tue, 4 Aug 2020 18:26:20 +0100 Subject: [PATCH] add read support for simple macro language fix subtle bugs --- examples/kissoflife.cma | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 examples/kissoflife.cma diff --git a/examples/kissoflife.cma b/examples/kissoflife.cma new file mode 100644 index 0000000..6a152e6 --- /dev/null +++ b/examples/kissoflife.cma @@ -0,0 +1,21 @@ +\chordsheet 1 + +\title Kiss of Life +\subtitle Sade +\arranger Ivan Holmes +\composer Sade Adu, Paul S. Denman, Andrew Hale, Stuart Matthewman +\timesig 4 +\tempo 120 + +\chord AM9 piano A,B,C#,E +\chord F#m11 alias F piano A,B,C#,E +\chord DM7 piano A,C#,F# +\chord C#m7 piano G#,B,E +\chord Bm7 piano A,D,F# + +\section Intro and verse +AM9,8 F#m11,8 DM7,1.5 +C#m7,2 Bm7,4.5 F#m11,8 + +\section Chorus and bridge +Bm7,3.5 F,4.5 Bm7,3.5 F#m11,4.5 \ No newline at end of file