Skip to content

Instantly share code, notes, and snippets.

@isoraqathedh
Created May 27, 2018 22:31
Show Gist options
  • Save isoraqathedh/64c583ed25f1eae03c3a0f823053d9f7 to your computer and use it in GitHub Desktop.
Save isoraqathedh/64c583ed25f1eae03c3a0f823053d9f7 to your computer and use it in GitHub Desktop.
(project "This is a test song" "Yami VCCV English"
:tempo 120
:time 4
:convert-romaji :kunrei-shiki)
(measure
(1 "te" "C-4")
(1/2 "su" "D-4")
(1/2 "to" "E-4")
(1/4 "te" "F-4")
(1/4 "ki" "G-4")
(1/4 "su" "A-4")
(1/4 "to" "B-4")
(1 "nya" "C-5"))
(measure
(1 "e" "C-5")
(1/2 "na" "B-4")
(1/2 "za" "A-4")
(1/4 "te" "G-4")
(1/4 "e" "F-4")
(1/4 "e" "E-4")
(1/4 "su" "D-4")
(1 "to" "C-4"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment