71 72 73 74
# File 'lib/juicy/note.rb', line 71 def -(interval) step(-1*interval) Note.new(name: new_name, octave_change: octave_change) end