version: 167
OpenBook is an open source Jazz real book
OpenBook is a Jazz real book constructed with free software. A real book simply means a big book with lots of Jazz tunes or standards as they are more widely known.
https://veltzer.github.io/openbook
Because of many reasons:
- I wanted to learn Jazz and a good way to do that is to write down the tunes (amongst many many other things).
- I wanted beautiful sheet music that I could fiddle with.
- I did not want to pay for the overly expensive real or fake books out there.
- I believe in free software and wanted free (in the sense of freedom) sheet music.
- Jazz is a prime example of a free type of art so it's conjunction with free software seems a match made in heaven.
- Jazz musicians may need beautiful electronic Real books because electronic books are starting to be used by Jazz musicians both for practice and for performance.
lilypond, make, python, mako, lame, timidity and possibly more.
Beautiful and lightweight postscript and PDF real books with Jazz tunes. The idea is that the end user can control the final output and decide if he/she wants lyrics, size of paper, transposition for trumpet, selection of tunes and more. In addition you can produce midi, mp3 and ogg outputs. Possibly other output formats will be supported in the future (epub?).
All the stuff in this project is GPL version 3. The tunes themselves have their own copyright holders.
Anyone.
A Linux system that you can install software on. Mac OSX is reported to work too if you know how to install the right stuff on it. Windows is not currently supported although well formed patches will be accepted. (disclaimer: the author hates Windows with a vengence so patches have to be ultra clean to be accepted)
- Some rudimentary Linux system administration (in order to install the software needed for this project to build).
- Some basic git software content tracking (in order to fetch the project, modify and submit patches).
- The lilypond language (in order to edit or add tunes).
- Some music knowledge would also help...:)
Look at the CREDITS file
Your name could be here if you contribute...
Check out the PDFs and other outputs in https://veltzer.github.io/openbook.
I just started this project (4 years all in all). Feel free to add stuff and request a pull. If you contribute a lot I will make you an admin...
Using lilypond. Check it out at: http://www.lilypond.org/
YES! Any bugs or feature suggestion are submitted to the lilypond community. Any requests for pieces from the mutopia community will be respected. Wikifonia uses musicXML for typesetting while I use an essentially lilypond format as input format - so there could not be much co-operation there.
No. Rock and Pop will be welcome and so would classical. If you are really into classical lilypond production you may alternativly wish to contribute to the mutopia project at http://www.mutopiaproject.org/.
- create an account on git hub.
- git checkout -b [your branch name] git://github.com/veltzer/openbook.git
- on Ubuntu run ./scripts/ubuntu_install.py to install required pieces of software.
- on other systems do the best you can.
- make (install pieces of software that it needs if it complains).
- hack on the files (git add the files that you hack on).
- commit to your own hard drive repository (git commit).
- push to git hub (git push).
- send me a pull request (button in the github ui).
Yes. To add a tune named "yourtune" just a single file named
src/openbook/yourtune.mako
Yes, the extension should be .mako since I use mako for templating. In that file there are sections. Just copy them from some other tune. One section for chords, another for lyrics, another for the melody etc. After working on the tune build just a single tune by issueing:
make out/src/openbook/yourtune.pdf
or
make out/src/openbook/yourtune.midi
or
make out/src/openbook/yourtune.stamp
to get both pdf and midi.
Yes. Just send them as regular text via my email below.
Look in the "doc" subfolder of the source code...
Mark Veltzer <[email protected]>, 2009-2015