Module: Lydown::Parsing::Note::Octave

Defined in:
lib/lydown/parsing/nodes.rb

Instance Method Summary collapse

Instance Method Details

#to_stream(note, opts) ⇒ Object



149
150
151
# File 'lib/lydown/parsing/nodes.rb', line 149

def to_stream(note, opts)
  note[:octave] = text_value
end