2014-05-01 07:55:29 +00:00
|
|
|
Sing Alongs
|
|
|
|
===========
|
|
|
|
|
2020-07-16 13:45:44 +00:00
|
|
|
[Latest Releases](https://code.vanwa.ch/sebastian/sing-alongs/-/releases)
|
2015-12-03 21:42:15 +00:00
|
|
|
|
2014-05-01 07:55:29 +00:00
|
|
|
Motivation
|
|
|
|
----------
|
|
|
|
|
|
|
|
I love to play the tin whistle and around 2012 I was looking for some sheet
|
|
|
|
music. There are a lot of good resources out there but the one thing I have
|
|
|
|
never found was a collection which was free (as in freedom) and usable for
|
|
|
|
printing. And if something does not exist why not try and create it yourself?
|
|
|
|
|
|
|
|
At this point I discovered [Lilypond](http://www.lilypond.org/) a wonderful
|
|
|
|
project for music engraving. The best part is that it has support for embedding
|
|
|
|
its scores in LaTeX files so it is possible to get complex layouts without a
|
|
|
|
big hassle. As a programmer I instantly liked the approach because I did not
|
|
|
|
need a big editor but could just write text files which I then could manage
|
2015-04-24 11:47:47 +00:00
|
|
|
with something like [git](http://git-scm.com/).
|
2014-05-01 07:55:29 +00:00
|
|
|
|
2014-05-01 08:03:11 +00:00
|
|
|
Development
|
|
|
|
-----------
|
2015-12-01 11:46:18 +00:00
|
|
|
|
2020-07-16 13:45:44 +00:00
|
|
|
Main development happens at https://code.vanwa.ch/sebastian/sing-alongs.
|
2014-05-01 08:03:11 +00:00
|
|
|
|
2015-12-01 11:46:18 +00:00
|
|
|
Take a look at the command list in the makefile to see what you need for building.
|
|
|
|
|
|
|
|
The makefile defines multiple targets:
|
|
|
|
|
|
|
|
- pdfs: builds all songs as single pdfs (without lyrics for now)
|
|
|
|
- midis: builds the midi file for each song
|
2015-12-02 21:05:35 +00:00
|
|
|
- opus: converts the midi files into opus files
|
2015-12-01 11:46:18 +00:00
|
|
|
- book: concatenates the songs (with lyrics) to a songbook
|
|
|
|
- booklet: converts the songbook to a booklet fit for double sided flip printing
|
2014-05-09 08:45:14 +00:00
|
|
|
|
2015-12-01 11:46:18 +00:00
|
|
|
To build all just run `make` and it takes care of everything.
|
2014-05-09 08:45:14 +00:00
|
|
|
|
2015-12-01 11:46:18 +00:00
|
|
|
License Stuff
|
|
|
|
-------------
|
|
|
|
|
|
|
|
I am still not quite clear on how this works. My understanding is that all these
|
|
|
|
songs already are in the public domain and there is no need to explicitly set a license.
|
|
|
|
|
|
|
|
All copyrights that could arise from other sides (makefile or whatever) are waived
|
|
|
|
under [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
|
2015-12-01 11:09:16 +00:00
|
|
|
|
2014-05-01 07:55:29 +00:00
|
|
|
Contact
|
|
|
|
-------
|
2015-12-01 11:46:18 +00:00
|
|
|
|
2020-07-16 13:45:44 +00:00
|
|
|
You can reach me at [sebastian@vanwa.ch](mailto:sebastian@vanwa.ch)
|