The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
NAME

    ChordPro - A lyrics and chords formatting program

DESCRIPTION

    ChordPro will read a text file containing the lyrics of one or many songs
    plus chord information. ChordPro will then generate a photo-ready,
    professional looking, impress-your-friends sheet-music suitable for
    printing on your nearest printer.

    To learn more about ChordPro, look for the man page or do "chordpro
    --help" for the list of options.

    ChordPro is a rewrite of the Chordii program, see
    <http://www.chordii.org>.

    For more information about ChordPro, see <http://www.chordpro.org>.

MOTIVATION

    Why a rewrite of Chordii?

    Chordii is the de facto reference implementation of the ChordPro file
    format standard. It implements ChordPro version 4.

    ChordPro version 5 adds a number of new features, and this was pushing the
    limits of the very old program. Unicode support would have been very hard
    to add, and the whole program centered around PostScript generation, while
    nowadays PDF would be a much better alternative.

    So I decided to create a new reference implementation from the ground up.
    I chose a programming language that is flexible and very good at handling
    Unicode data. And that is fun to program in.

CURRENT STATUS

    This program provides support for ChordPro version 5. It supports
    almost all of the features of Chordii, and a lot more, like native
    PDF generation, Unicode input and fully customizable layout, fonts
    and sizes.

    For up-to-date information, see
    <https://www.chordpro.org/chordpro/ChordPro-Reference-Implementation.html>

INSTALLATION

    For up-to-date information, see
    <https://www.chordpro.org/chordpro/ChordPro-Installation.html>

SUPPORT

    ChordPro (the program) development is hosted on GitHub, repository
    <https://github.com/sciurius/chordpro>.

    Please report any bugs or feature requests to the GitHub issue tracker,
    <https://github.com/sciurius/chordpro/issues>.

LICENSE

    Copyright (C) 2010,2017 Johan Vromans,

    This program is free software. You can redistribute it and/or
    modify it under the terms of the Artistic License 2.0.