Method: Coltrane::Theory::Note#-

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

#-(other) ⇒ Object



90
91
92
# File 'lib/coltrane/theory/note.rb', line 90

def -(other)
  super(other).yield_self { |r| r.is_a?(Note) ? r.alter(alteration) : r }
end