Class: Lydown::Translation::Ripple::Note::Grace

Inherits:
Root
  • Object
show all
Defined in:
lib/lydown/translation/ripple/nodes.rb

Instance Method Summary collapse

Methods inherited from Root

#_translate, #check_line_break, #source_line

Instance Method Details

#translate(note, opts) ⇒ Object



84
85
86
# File 'lib/lydown/translation/ripple/nodes.rb', line 84

def translate(note, opts)
  note[:grace] = text_value
end