Skip to content

Instantly share code, notes, and snippets.

@levicole
Created February 26, 2010 02:31
Show Gist options
  • Select an option

  • Save levicole/315325 to your computer and use it in GitHub Desktop.

Select an option

Save levicole/315325 to your computer and use it in GitHub Desktop.
NumberChart.new("4/4") do
line do
measure "1* 5*" #*'s after number indicate the amount of beats to play the chord
measure "4 5**"
measure "1 5**"
measure "4 5", :time_signature => "2/4" # if you need to change the time sig on a meature this is how
end
repeat do
line do
measure "1* 5*"
measure "4 5**"
measure "1 5**"
measure "4 5"
end
line do
measure "1* 5*"
measure "4 5**"
measure "1 5**"
measure "4 5"
end
line do
measure "1* 5*"
measure "4 5**"
measure "1 5**"
measure "4 5"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment