Method: Coltrane::Theory::Note#accidents

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

#accidentsObject



86
87
88
# File 'lib/coltrane/theory/note.rb', line 86

def accidents
  (@alteration > 0 ? '#' : 'b') * alteration.abs
end