songbook [from: Songs data for LaTeX songbooks http:///www.patacrep.com]
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Hendrik Langer 3a85508443 update songbook format 4 years ago
books update songbook format 4 years ago
img Move image to patacrep 8 years ago
songs Tombé du ciel : accords importants 5 years ago
templates Adopt new folder organization 8 years ago
utils Update rules.py to Python 3.5 8 years ago
.drone.yml ci: email 4 years ago
.gitignore Mise à jour du gitignore avec la nouvelle manière de convertir les partitions 10 years ago
NEWS Moving in some stuff from songbook-core 10 years ago
README.md update README 4 years ago
patadata.sbc It ain't me babe: author is Bob Dylan 5 years ago

README.md

Songbook

Songs data for LaTeX songbooks.

Build Status

Patadata

This data is meant to be processed by the songbook toolkit:

Documentation

Getting started

virtualenv -p python3 venv
source venv/bin/activate
pip3 install songbook
songbook books/songbook-hendrik.yaml

Adding a song

  1. Grab the lyrics with chords from Ultimate guitar.
  2. Hit the edit button and copy the plain text from the pop up (usually has less superfluous newlines than if you copy the text directly).
  3. Head to ultimate.ftes.de, select Latex from the dropdown in the middle, and paste the text into the left text field. A slightly different version should appear on the right side.
  4. Replace any H chords on the left side with B. If the left side includes German B chords that should be English Bb chords, replace them also.
  5. Create a new file for the song in ./songs/<artist>/.
  6. Copy and paste the re-formatted Latex version from the right text box on the website into the new file.
  7. Add an entry for the new song to books/songbook-hendrik.yaml, again in the right order.
  8. Fix things. Add the song title and artist to the first line. Have a look at the other song files to find out what the result should look like. Pay special attention to bridges, interludes (especially if they contain only chords and no lyrics), capo instructions.

Most songs are copyrighted by the respective owners and can't be redistributed without their permission. We will prepare a version with only traditionals, songs whose copyright has expired, or that were released under a permissive licence by the copyright holder.

Patacrep is released underthe terms of the GNU General Public License.

Patadata is CC-BY-SA.