Class: Lydown::Rendering::RepeatEnd

Inherits:
Base
  • Object
show all
Defined in:
lib/lydown/rendering/repeats.rb

Instance Method Summary collapse

Methods inherited from Base

#find_prev_event, #initialize, #next_event, #prev_event

Constructor Details

This class inherits a constructor from Lydown::Rendering::Base

Instance Method Details

#translateObject



22
23
24
25
# File 'lib/lydown/rendering/repeats.rb', line 22

def translate
  @context['process/volta_count'] = nil
  @context.emit(:music, "} } ")
end