Class: Brevity::RestNoteNode

Inherits:
NoteNode
  • Object
show all
Defined in:
lib/brevity/parsing/note/note_nodes.rb

Instance Method Summary collapse

Methods inherited from NoteNode

#itemize, #primitives

Instance Method Details

#to_noteObject



32
33
34
# File 'lib/brevity/parsing/note/note_nodes.rb', line 32

def to_note    
  Music::Transcription::Note.new(duration.to_r)
end