Remix.run Logo
memset 7 hours ago

This is awesome! I’ve been excited about the new bundle feature for months.

I use typst to format sheet music. Given a folder of PDFs, I currently have a script that generates a booklet of music for each person in the ensemble. Hopefully now I can just run a single typst file which outputs multiple PDFs.

Also using it to generate printable programs for concerts: https://concert-programs.projects.jaygoel.com/

paradox460 4 hours ago | parent | next [-]

Curious as to why typst over something like Lilypond, which is built around music

memset 2 hours ago | parent [-]

For composition I use musescore.

In my case, I’m not actually arranging or writing music - I’m just taking existing music PDFs, separating pages, and creating new PDFs along with page numbers and table of contents. The use case is to have a nice booklet of music for an upcoming performance.

wtb04 6 hours ago | parent | prev [-]

Cool project. I made something similar to programmatically generate my CV, but using LaTeX with a LuaLaTeX backend. It works, but it is really slow and has a lot of dependencies.

I’m seriously considering rewriting it in Typst at some point. It probably would not be that hard, and I’d likely get much faster builds with far fewer dependencies.

memset 4 hours ago | parent [-]

Everything for typst was generated via LLM. The template itself takes json as input and then uses the typst template language to render. It works very very well.