Class: Lydown::Translation::Ripple::Note::Articulation

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



111
112
113
# File 'lib/lydown/translation/ripple/nodes.rb', line 111

def translate(note, opts)
  note[:expressions] << text_value
end