module Coltrane::Theory::ChordSubstitutions

Public Instance Methods

tritone_substitution() click to toggle source
# File lib/coltrane/theory/chord_substitutions.rb, line 6
def tritone_substitution
  self + Interval.augmented_fourth
end