pandoc / lua-filters

A collection of lua filters for pandoc
MIT License
611 stars 166 forks source link

lilypond: avoid coreutils commands #138

Closed tarleb closed 3 years ago

tarleb commented 3 years ago

Files are no longer created in the file system but only added to the mediabag. The files can still be created by running pandoc with the --extract-media option. This allows to only depend on lilypond; no other external commands are called.

The old behavior could be restored with a separate filter if desired.

tarleb commented 3 years ago

@cole-miller could you take a look whether this somehow creates problems?

tarleb commented 3 years ago

Merging now, but I'm open to rolling this back should any issues arise.