Class: GabcSyllable

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

#lyricsObject

String; may be empty



70
71
72
# File 'lib/lygre/gabcscore.rb', line 70

def lyrics
  @lyrics
end

#notesObject

Array of GabcNotes and other objects; may be empty



73
74
75
# File 'lib/lygre/gabcscore.rb', line 73

def notes
  @notes
end