Class: SongPro::Part

Inherits:
Object
  • Object
show all
Defined in:
lib/song_pro/part.rb

Instance Attribute Summary collapse

Instance Attribute Details

#chordObject

Returns the value of attribute chord.



5
6
7
# File 'lib/song_pro/part.rb', line 5

def chord
  @chord
end

#lyricObject

Returns the value of attribute lyric.



5
6
7
# File 'lib/song_pro/part.rb', line 5

def lyric
  @lyric
end