Class: HeadMusic::Notation::MusicXML::DurationWriter::Component

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

Instance Attribute Summary collapse

Instance Attribute Details

#dotsObject

Returns the value of attribute dots

Returns:

  • (Object)

    the current value of dots



7
8
9
# File 'lib/head_music/notation/music_xml/duration_writer.rb', line 7

def dots
  @dots
end

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



7
8
9
# File 'lib/head_music/notation/music_xml/duration_writer.rb', line 7

def duration
  @duration
end

#tie_startObject

Returns the value of attribute tie_start

Returns:

  • (Object)

    the current value of tie_start



7
8
9
# File 'lib/head_music/notation/music_xml/duration_writer.rb', line 7

def tie_start
  @tie_start
end

#tie_stopObject

Returns the value of attribute tie_stop

Returns:

  • (Object)

    the current value of tie_stop



7
8
9
# File 'lib/head_music/notation/music_xml/duration_writer.rb', line 7

def tie_stop
  @tie_stop
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



7
8
9
# File 'lib/head_music/notation/music_xml/duration_writer.rb', line 7

def type
  @type
end