class GabcClef

Attributes

bemol[RW]

Boolean

line[RW]

Integer 1…4

pitch[RW]

'c' or 'f'

Public Instance Methods

to_s() click to toggle source
# File lib/lygre/gabcscore.rb, line 51
def to_s
  "#{pitch}#{bemol ? 'b' : ''}#{line}"
end