export const lanePadding = 0 export const cellPadding = 1 export const stepTypeAppearance = { 'Root': { classStem: 'root', heightRatio: 1.5 }, 'Fifth': { classStem: 'other_chord_note', heightRatio: 1.35 }, 'OtherChordNote': { classStem: 'other_chord_note', heightRatio: 1.2 }, 'NonChordNote': { classStem: 'non_chord_note', heightRatio: 1 }, }