export declare enum InfoFiledType { /** * ==================================================== * * Information & Headers * * ==================================================== */ book = "B:", composer = "C:", discography = "D:", file_URL = "F:", group = "G:", history = "H:", instruction = "I:", key = "K:", note_unit_length = "L:", metre = "M:", macro = "m:", notes = "N:", origin = "O:", parts = "P:", tempo = "Q:", rhythm = "R:", remark = "r:", source = "S:", symbol_line = "s:", title = "T:", user_defined = "U:", voice = "V:", words_inline = "W:", words_aftertune = "w:", reference_number = "X:", transcriber = "z:", /** * ==================================================== * * Formatting * * ==================================================== */ spacing_staves = "%%staves", spacing_stretchlast = "%%stretchlast" }