Method: Musa::Scales::NoteInScale#flat

Defined in:
lib/musa-dsl/music/scales.rb

#flat(count = nil) ⇒ Object



537
538
539
540
# File 'lib/musa-dsl/music/scales.rb', line 537

def flat(count = nil)
  count ||= 1
  sharp(-count)
end