FlatApi::ScoreCreationBuilderDataAllOfBuilderDataScoreDataInstruments Properties Name Type Description Notes group String The of the instrument group (e.g. `keyboards`, `brass`) instrument String The identifier of the instrument (e.g. `piano`, `trumpet`) long_name String The full name of the instrument [optional] short_name String The abbreviation of the name of the instrument [optional] has_quarter_tone Boolean True if the part can use quarter tone (prevent the part to have a TAB/chord grid) [optional] Example require 'flat_api' instance = FlatApi::ScoreCreationBuilderDataAllOfBuilderDataScoreDataInstruments.new( group: null, instrument: null, long_name: null, short_name: null, has_quarter_tone: null )