Class: GabcNote
Instance Attribute Summary collapse
-
#accent ⇒ Object
Returns the value of attribute accent.
-
#initio_debilis ⇒ Object
Returns the value of attribute initio_debilis.
-
#pitch ⇒ Object
Returns the value of attribute pitch.
-
#rhythmic_signs ⇒ Object
Returns the value of attribute rhythmic_signs.
-
#shape ⇒ Object
Returns the value of attribute shape.
Method Summary
Methods inherited from Immutable
Constructor Details
This class inherits a constructor from Immutable
Instance Attribute Details
#accent ⇒ Object
Returns the value of attribute accent.
80 81 82 |
# File 'lib/lygre/gabcscore.rb', line 80 def accent @accent end |
#initio_debilis ⇒ Object
Returns the value of attribute initio_debilis.
78 79 80 |
# File 'lib/lygre/gabcscore.rb', line 78 def initio_debilis @initio_debilis end |
#pitch ⇒ Object
Returns the value of attribute pitch.
76 77 78 |
# File 'lib/lygre/gabcscore.rb', line 76 def pitch @pitch end |
#rhythmic_signs ⇒ Object
Returns the value of attribute rhythmic_signs.
79 80 81 |
# File 'lib/lygre/gabcscore.rb', line 79 def rhythmic_signs @rhythmic_signs end |
#shape ⇒ Object
Returns the value of attribute shape.
77 78 79 |
# File 'lib/lygre/gabcscore.rb', line 77 def shape @shape end |