Class: Music::Performance::FinalElement
- Inherits:
-
Struct
- Object
- Struct
- Music::Performance::FinalElement
- Defined in:
- lib/music-performance/model/note_sequence.rb
Instance Attribute Summary collapse
-
#accented ⇒ Object
Returns the value of attribute accented.
-
#articulation ⇒ Object
Returns the value of attribute articulation.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#pitch ⇒ Object
Returns the value of attribute pitch.
Instance Method Summary collapse
Instance Attribute Details
#accented ⇒ Object
Returns the value of attribute accented
16 17 18 |
# File 'lib/music-performance/model/note_sequence.rb', line 16 def accented @accented end |
#articulation ⇒ Object
Returns the value of attribute articulation
16 17 18 |
# File 'lib/music-performance/model/note_sequence.rb', line 16 def articulation @articulation end |
#duration ⇒ Object
Returns the value of attribute duration
16 17 18 |
# File 'lib/music-performance/model/note_sequence.rb', line 16 def duration @duration end |
#pitch ⇒ Object
Returns the value of attribute pitch
16 17 18 |
# File 'lib/music-performance/model/note_sequence.rb', line 16 def pitch @pitch end |
Instance Method Details
#accented? ⇒ Boolean
18 |
# File 'lib/music-performance/model/note_sequence.rb', line 18 def accented?; accented; end |
#slurred? ⇒ Boolean
17 |
# File 'lib/music-performance/model/note_sequence.rb', line 17 def slurred?; false; end |