Commit graph

3 commits

Author SHA1 Message Date
mef
573f50b9e0 Update 4.5.1 to 4.5.3 (from ChangeLog)
-------------------------------------
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2015-11-23
    Prepare for 4.5.3 release.
README-4.5
configure.ac

Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2015-11-23
    Prevent crash on using unknown cli options.
src/chordii.c

Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2015-11-23
    Improve LATIN2 generation; show in version.
configure.ac
src/chordii.c
src/common.c
src/iso.c

Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2015-10-04
    (a2crd) Fix crash when environment HOME is not set (Windows).
    (a2crd) Add -V to print version.
    (a2crd) Update help message.
src/a2crd.c

Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2015-05-04
    Updates.
TODO

Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2014-12-04

    Handle CRLF input more elegantly.
src/chordii.c

Author: Adam Monsen <haircut@gmail.com>
Date:   2015-03-21

    TODO: fix filetype in vim modeline
    See https://github.com/vimoutliner/vimoutliner
TODO
2015-11-24 12:04:23 +00:00
agc
23064a80b9 Add SHA512 digests for distfiles for misc category
Problems found locating distfiles:
	Package colorls: missing distfile ls.tar.gz
	Package molden: missing distfile molden-4.6/molden4.6.tar.gz
	Package softmaker-office-demo: missing distfile ofl06trial.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:49:31 +00:00
darcy
231a15168e Add chordii. This is a successor to the old misc/chord program.
Chordii reads a text file containing the lyrics of a song, the chords to
be played, their description and some other optional data. The format used
is the so called ChordPro format. Chordii produces a PostScript document
that includes:
 -  Centered titles
 -  Chord names above the words
 -  Graphical representation of the chords at the end of the songs

Chordii also provides support for:
 -  Multiple columns on a page
 -  Index of a songbook
 -  Multiple logical pages per physical pages (1, 2 or 4)
 -  Configurable fonts for the lyrics and the chord names
 -  Multiple songs inside one file
 -  The complete ISO 8859-1 character set
 -  Chorus marking
2014-05-29 08:54:02 +00:00