Module: Chords

Defined in:
lib/chords/note.rb,
lib/chords/chord.rb,
lib/chords/fingering.rb,
lib/chords/fretboard.rb,
lib/chords/chord_factory.rb,
lib/chords/pdf_formatter.rb,
lib/chords/png_formatter.rb,
lib/chords/html_formatter.rb,
lib/chords/text_formatter.rb,
lib/chords/command_line_parser.rb

Defined Under Namespace

Modules: ChordFactory, Note, NoteClassMethods, NoteExt Classes: Chord, CommandLineParser, Fingering, Fretboard, HTMLFormatter, PDFFormatter, PNGFormatter, TextFormatter

Constant Summary collapse

NOTES =
['E', 'F', ['Fs', 'Gb'], 'G', ['Gs', 'Ab'], 'A',
['As', 'Bb'], ['B', 'H'], 'C', ['Cs', 'Db'], 'D', ['Ds', 'Eb']]