Keyword.java

package com.github.dakusui.symfonion.song;

public enum Keyword {
	$accent, 
	$aftertouch,
	$arpeggio,
	$bank,
	$beats,
	$body,
	$channel,
	$chorus,
	$default,
	$device,
	$devices,
	$gate,
	$groove,
	$grooves,
	$include,
	$length,
	$mididevice, 
	$modulation,
	$normal, 
	$notemap, 
	$notemaps, 
	$notes,
	$pan, 
	$parts,
	$patterns,
	$percussion,
	$pitch,
	$port, 
	$program,
	$reverb,
	$sequence,
	$settings, 
	$sysex, 
	$tempo,
	$transpose, 
	$velocitybase,
	$velocitydelta,
	$volume, 
	$ticks, 
}