abc2index Code
Generate tune indices of ABC music files.
Status: Pre-Alpha
Brought to you by:
samuelcantrell
File | Date | Author | Commit |
---|---|---|---|
COPYING | 2012-03-05 |
![]() |
[8ffb80] Add licensing info (COPYING file). |
Makefile | 2012-03-04 |
![]() |
[e0d576] Initial commit. |
README | 2012-03-05 |
![]() |
[895105] Now processes files with subtitles correctly. |
abc2index.cpp | 2012-03-05 |
![]() |
[1400ba] Note issue with subtitles and rhythm indexing. |
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.