62 63 64
# File 'lib/coltrane/theory/note.rb', line 62 def alter(x) Note.new(name).tap { |n| n.alteration = x } end