Class: GabcNote

Inherits:
Immutable show all
Defined in:
lib/lygre/gabcscore.rb

Instance Attribute Summary collapse

Attributes inherited from Immutable

#text_value

Method Summary

Methods inherited from Immutable

#initialize

Constructor Details

This class inherits a constructor from Immutable

Instance Attribute Details

#accentObject

Returns the value of attribute accent.



82
83
84
# File 'lib/lygre/gabcscore.rb', line 82

def accent
  @accent
end

#initio_debilisObject

Returns the value of attribute initio_debilis.



80
81
82
# File 'lib/lygre/gabcscore.rb', line 80

def initio_debilis
  @initio_debilis
end

#pitchObject

Returns the value of attribute pitch.



78
79
80
# File 'lib/lygre/gabcscore.rb', line 78

def pitch
  @pitch
end

#rhythmic_signsObject

Returns the value of attribute rhythmic_signs.



81
82
83
# File 'lib/lygre/gabcscore.rb', line 81

def rhythmic_signs
  @rhythmic_signs
end

#shapeObject

Returns the value of attribute shape.



79
80
81
# File 'lib/lygre/gabcscore.rb', line 79

def shape
  @shape
end