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

Consider dropping outside dependencies and just using LilyPond #105

Open
yam655 opened this issue Jan 20, 2020 · 3 comments
Open

Consider dropping outside dependencies and just using LilyPond #105

yam655 opened this issue Jan 20, 2020 · 3 comments
Assignees

Comments

@yam655
Copy link

yam655 commented Jan 20, 2020

You seem to be using a lot of different tools to do things you can do within LilyPond directly.

Have you never seen a multi-directory, multi-file LilyPond project that can be built a number different ways? Here's an example: https://github.com/mrbeany/shipping-containers

It's from an art-album I did a while back. I wanted it to be easy to re-use, so it only depends upon LilyPond. It can be built one of five different ways out-of-the-box (Fakebook, SATB, MIDIs, A4 Songbook and Letter Songbook), plus any of the pieces of sheet music can be built adhoc.

I mean, a basic LilyPond templating/Mako replacement can be done by using LilyPond variables and a common "LilyPondLogic.lyi" include. That common file can check for global variables and adjust things right there.

I've seen the issues users have with some of the dependencies. I'm sure you have other people who would be potential users, but they get frustrated without commenting. You can get rid of all of the dependency issues.

It's a LilyPond project. There's no reason for outside dependencies.

@veltzer veltzer self-assigned this May 7, 2020
@veltzer
Copy link
Owner

veltzer commented May 7, 2020

Will consider if I find that I can do everything I do with mako with lilypond.

@andrewzah
Copy link

andrewzah commented Jan 6, 2022

From what I've seen, I don't think lilypond can sufficiently handle what @veltzer is trying to do here.

Your project still is hardlinking to files. I was trying to figure out how to dynamically read file directories and select files via lilypond/guile and asked on the lilypond user mailing list, but gave up.

I'm playing around with lilypond myself to see what dependencies can be eliminated, but I would imagine it still being something like lilypond + bash + scripting language at the minimum.

@andrewzah
Copy link

Actually, after playing more with lilypond-sandbox, it does seem possible to do everything there.
But that would require us to learn Guile/Scheme.

Maybe I'll do that in the future, but for now I found it much easier just to use lilypond + rust for preprocessing in my fork.

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

3 participants