Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export full Lilypond file #25

Open
WeeSee opened this issue May 1, 2020 · 0 comments
Open

Export full Lilypond file #25

WeeSee opened this issue May 1, 2020 · 0 comments

Comments

@WeeSee
Copy link

WeeSee commented May 1, 2020

I have tons of simple Lilypond files with one two or three voices.

As I understand this export feature the Lilypond file has to be extended to at least:

\include "oll-core/package.ily"
\loadPackage lilypond-export
opts.exporter = #exportHumdrum

and in \score{ ... }context:

\layout {
    \FileExport #opts 
}

While this work and gives excellent results, for many files this is a lot of manual work.

Is there a way to convert an unmodified Lilypond .ly file to a Humdum *.krn format using the command line without too many sed, awk,...?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant