lib/head_music/clef.rb in head_music-0.23.3 vs lib/head_music/clef.rb in head_music-0.23.4

- old
+ new

@@ -1,9 +1,9 @@ # frozen_string_literal: true # A clef assigns pitches to the lines and spaces of a staff. class HeadMusic::Clef - include HeadMusic::NamedRudiment + include HeadMusic::Named CLEFS = [ { pitch: 'G4', line: 2, names: %w[treble G-clef],