Class: HeadMusic::Notation::MusicXML::BeamGrouper::Beam

Inherits:
Struct
  • Object
show all
Defined in:
lib/head_music/notation/music_xml/beam_grouper.rb

Overview

A single type annotation.

Instance Attribute Summary collapse

Instance Attribute Details

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



8
9
10
# File 'lib/head_music/notation/music_xml/beam_grouper.rb', line 8

def number
  @number
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/head_music/notation/music_xml/beam_grouper.rb', line 8

def type
  @type
end