Menu

Tree [1400ba] master /
 History

HTTPS access


File Date Author Commit
 COPYING 2012-03-05 Sam Cantrell Sam Cantrell [8ffb80] Add licensing info (COPYING file).
 Makefile 2012-03-04 Sam Cantrell Sam Cantrell [e0d576] Initial commit.
 README 2012-03-05 Sam Cantrell Sam Cantrell [895105] Now processes files with subtitles correctly.
 abc2index.cpp 2012-03-05 Sam Cantrell Sam Cantrell [1400ba] Note issue with subtitles and rhythm indexing.

Read Me

abc2index is a program for generating an index of tunes given
an ABC file. It can create either a general index or index
by given song types (rhythms), and output this as either
a plain text list or CSV list to the console.

HOW TO COMPILE
--------------
To compile, you need to have the Boost libraries installed
on your system. Then, you just have to run 'make' in the
current directory. There is no 'install' target currently
for the program.

RUNNING
-------

abc2index [--output-type arg] [other options] input-file

	input-file		The ABC input file

	--output-type		Specifies the type of output
				given by abc2index. Current options
				are 'text' and 'csv'.

	--general-index		Create a general tune index

	--rhythm-index		Create an index sorting by
				rhythm category

	--help			Display help message

KNOWN ISSUES
------------
* Doesn't work if there is no separation between the info field
and the data in the input file.

For example, 'X:5' doesn't work. 'X: 5' does.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.