Skip to content

Instantly share code, notes, and snippets.

@poolpOrg
Created May 25, 2022 23:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save poolpOrg/3539387a7d1aec2e92d864f3d407ec3c to your computer and use it in GitHub Desktop.
Save poolpOrg/3539387a7d1aec2e92d864f3d407ec3c to your computer and use it in GitHub Desktop.
sample earring source code: 12bars-blues.ear
project {
bpm 120;
time 4 4;
track {
bar { whole chord C on beat 1; }
bar { whole chord F on beat 1; }
bar { whole chord C on beat 1; }
bar { whole chord C on beat 1; }
bar { whole chord F on beat 1; }
bar { whole chord F on beat 1; }
bar { whole chord C on beat 1; }
bar { whole chord C on beat 1; }
bar { whole chord G on beat 1; }
bar { whole chord F on beat 1; }
bar { whole chord C on beat 1; }
bar { whole chord G on beat 1; }
}
track {
bar { whole chord C on beat 1; }
bar { whole chord F on beat 1; }
bar { whole chord C on beat 1; }
bar { whole chord C on beat 1; }
bar { whole chord F on beat 1; }
bar { whole chord F on beat 1; }
bar { whole chord C on beat 1; }
bar { whole chord C on beat 1; }
bar { whole chord G on beat 1; }
bar { whole chord F on beat 1; }
bar { whole chord C on beat 1; }
bar { whole chord G on beat 1; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment