Module: Lydown::Parsing::Note::AccidentalFlag

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

Instance Method Summary collapse

Instance Method Details

#to_stream(note, opts) ⇒ Object



178
179
180
# File 'lib/lydown/parsing/nodes.rb', line 178

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