Enum Config.ABC_DIALECT

    • Enum Constant Detail

      • STANDARD

        public static final Config.ABC_DIALECT STANDARD
        The default ABC 2.1 dialect. It is rendered correctly e.g. by EasyABC.
      • ABC2SVG

        public static final Config.ABC_DIALECT ABC2SVG
        The ABC dialect which is rendered correctly by ABC2SVG and $ABC_UI. These renderers ignore the builtin transposition of the Tn/Ld staff, so we need to transpose the notes on that staff ourselves. They also do not understand the "snm" flag, so we do not produce it.
    • Method Detail

      • values

        public static Config.ABC_DIALECT[] values()
        Returns an array containing the constants of this enum type, in the order they are declared.
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Config.ABC_DIALECT valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null