diff options
author | darcy <darcy@pkgsrc.org> | 2014-05-29 08:54:02 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2014-05-29 08:54:02 +0000 |
commit | 9b87cce048b60de92bf693212591a98427153fc8 (patch) | |
tree | 93ef44d58ebb9701e5a90a9b027303200d8d52f1 /misc/Makefile | |
parent | e2f2536d17ff86a3e627acb5cae4434a1ab4d559 (diff) | |
download | pkgsrc-9b87cce048b60de92bf693212591a98427153fc8.tar.gz |
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
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 1d910025d0c..72931249753 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.429 2014/05/24 13:14:01 obache Exp $ +# $NetBSD: Makefile,v 1.430 2014/05/29 08:54:02 darcy Exp $ # COMMENT= Miscellaneous utilities @@ -27,6 +27,7 @@ SUBDIR+= calibre SUBDIR+= celestia SUBDIR+= chipmunk SUBDIR+= chord +SUBDIR+= chordii SUBDIR+= cksfv SUBDIR+= color-theme SUBDIR+= colorblind |