# File lib/rubygame/music.rb, line 139
  def initialize_copy( other )
    @struct  = other.struct
    @volume  = other.volume
    @repeats = other.repeats
  end