537 538 539 540
# File 'lib/musa-dsl/music/scales.rb', line 537 def flat(count = nil) count ||= 1 sharp(-count) end