Skip to content

Instantly share code, notes, and snippets.

@mauritslamers
Created November 4, 2017 17:39
Show Gist options
  • Save mauritslamers/47094814d843bd7078de10593d0a882c to your computer and use it in GitHub Desktop.
Save mauritslamers/47094814d843bd7078de10593d0a882c to your computer and use it in GitHub Desktop.
Problem with case
(case "|." ;(assoc-ref evt 'whichBar)
( ("|") (assoc-ref brailleMusicSymbols 'normal-bar-line))
( ("|.") (assoc-ref brailleMusicSymbols 'double-bar-end))
( ("||") (assoc-ref brailleMusicSymbols 'double-bar))
( ("!") (assoc-ref brailleMusicSymbols 'dotted-bar-line))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment