lib/head_music/staff.rb in head_music-4.0.1 vs lib/head_music/staff.rb in head_music-5.0.0
- old
+ new
@@ -1,6 +1,4 @@
-# frozen_string_literal: true
-
# A staff is a set of lines and spaces that provides context for a pitch
class HeadMusic::Staff
DEFAULT_LINE_COUNT = 5
attr_reader :default_clef, :line_count, :instrument