@counter-style cs-alphabetic {
  system: alphabetic;
  symbols: Jazz a music D E;
  suffix: " ";
}

ul {
  list-style: cs-alphabetic;
}