Sha256: 969e5758b40ee34a9460bf8c8cd7c0091afb96f096134e2ad34bd3e4cd89ee50
Contents?: true
Size: 260 Bytes
Versions: 4
Compression:
Stored size: 260 Bytes
Contents
module Music module Transcription module Accents NONE = Accent::None STACCATO = Accent::Staccato.new STACCATISSIMO = Accent::Staccatissimo.new MARCATO = Accent::Marcato.new MARTELLATO = Accent::Martellato.new TENUTO = Accent::Tenuto.new end end end
Version data entries
4 entries across 4 versions & 1 rubygems