Class: Gitara::Node::Bar::VoicedVersion

Inherits:
Gitara::Node::Base::VoicedVersion show all
Defined in:
lib/gitara/node/bar/voiced_version.rb

Instance Attribute Summary

Attributes inherited from Gitara::Node::Base::VoicedVersion

#$1

Attributes inherited from Gitara::Node::Base::NodeVersion

#$1

Instance Method Summary collapse

Methods inherited from Gitara::Node::Base::VoicedVersion

#definition_children, #prefix, #voice

Methods inherited from Gitara::Node::Base::NodeVersion

#call_name, #call_value, #definition_children, #definition_name, #node, #prefix, #value

Instance Method Details

#matching_note_setObject



7
8
9
# File 'lib/gitara/node/bar/voiced_version.rb', line 7

def matching_note_set
  bar.note_sets[voice.id - 1]
end