module Music module Transcription module Parsing grammar Link include Pitch rule link slur_link / tie / legato_link / glissando / portamento end rule slur_link "=" target:pitch end rule tie "=" end rule legato_link "-" target:pitch end rule glissando "~" target:pitch end rule portamento "/" target:pitch end end end end end