Method: Coltrane::Representation::Piano.black_notes

Defined in:
lib/coltrane/representation/piano.rb

.black_notesObject



20
21
22
# File 'lib/coltrane/representation/piano.rb', line 20

def black_notes
  Theory::Scale.pentatonic_major('C#', 4).notes
end