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

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

Instance Method Summary collapse

Instance Method Details

#to_stream(note, opts) ⇒ Object



172
173
174
# File 'lib/lydown/parsing/nodes.rb', line 172

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