Method: Coltrane::Theory::Note#alter

Defined in:
lib/coltrane/theory/note.rb

#alter(x) ⇒ Object



62
63
64
# File 'lib/coltrane/theory/note.rb', line 62

def alter(x)
  Note.new(name).tap { |n| n.alteration = x }
end