• Martin Thoma
  • Home
  • Categories
  • Tags
  • Archives
  • Support me

Recent Posts

Constants as Music

Constants as Music

I've just seen the following video and I wondered how hard it was to automatically generate this myself only with software. Turns out, it is super easy. Python You have to install MIDIUtil: $ sudo pip install MIDIUtil and then you can execute the following code: #!/usr/bin/env python from … Read More »
How to write music with LaTeX

How to write music with LaTeX

It is possible to write music with LaTeX. My girlfriend was quite surprised of this, so I decided to write a little tutorial show some examples. Symbols Some basic music symbols \documentclass[a4paper,12pt]{article} \usepackage{wasysym} \begin{document} \eighthnote ~~~ \halfnote ~~~ \twonotes ~~~ \fullnote ~~~ \quarternote ~~~ $\natural$ ~~~ $\flat$ ~~~ $\sharp$ \end{document} The … Read More »
  • Martin Thoma - A blog about Code, the Web and Cyberculture
  • E-mail subscription
  • RSS-Feed
  • Privacy/Datenschutzerklärung
  • Impressum
  • Powered by Pelican. Theme: Elegant by Talha Mansoor