I have made a new release of Tcairodraw and Toadflax. This is to improve the spacing of notes and text to make sure the two do not collide. This fixes a problem in one of my test cases.
I have made a release with a small fix to Tcairodraw output file naming and also a slight improvement to the way the text (number) above a tuple is handled.
I have made a fresh release with a small change so that if Tcairodraw is given no ouput filename, the file stem is taken from the input abc file.
I have made a new release of toadflax to introduce a -od flag to specify output directory
in Tcairodraw and also fix a problem with the -t flag. There were two -t flags in the previous
release, so I have changed one of them to -p.
~~~
usage:
Tcairodraw [options] <abc file="">
<abc file=""> may appear anywhere in the list of arguments
provided that it ends in .abc.
available options are:
-s : (for debug) produce summary information of tunes.
-p : (for debug) output tunes read by preparser.
-CPNG : produce a PNG file for each tune.
-CSVG : produce an SVG file for each tune.
-CPDF : produce a PDF file for each tune.
-CPS : produce a PS file for each tune.
-t : create filename from tune title
-e : suppress error and warning messages
-OCC : interpret + + as a chord
-u : interpret + + as a decoration
-O<filestem> : write to specified file.
-od <directory> : write output to specified directory.... read more</directory></filestem></abc></abc>
I have made a new release of the code. The main changes are to Tcairodraw. It now generates an image which is sized to match the size of the tune (to make it behave more like abcCairo). There are also more command line options.
~~~
usage:
Tcairodraw [options] <abc file="">
<abc file=""> may appear anywhere in the list of arguments
provided that it ends in .abc.
available options are:
-s : (for debug) produce summary information of tunes.
-t : (for debug) output tunes read by preparser.
-CPNG : produce a PNG file for each tune.
-CSVG : produce an SVG file for each tune.
-CPDF : produce a PDF file for each tune.
-CPS : produce a PS file for each tune.
-t : create filename from tune title
-e : suppress error and warning messages
-OCC : interpret + + as a chord
-u : interpret + + as a decoration
-O<filestem> : write to specified file.... read more</filestem></abc></abc>
I have made a new release which improves the way part labels, guitar chords and text are handled. I have also added another tune to the Example tune set.
I have made further changes to improve the way that a missing close chord ']' is handled.
This only affects the handling of abc which has an error in it.
I have made a new release of toadflax with some small changes. The main change is an improvement to the way a particular test case was handled by Tcairodraw.
I have made a new release of toadflax which improves the way annotations (^ _ < and >) are handled in Tcairodraw.
I have made a new release of Toadflax. There are a number of internal changes to improve the code, but the main change is that Tcairodraw now supports positioning of text around a note using "^text above" "_text below" "<text left" and ">text right".
I have made a new release today. There are a number of internal changes so that the interface between the parser (parseabc.c) and the backend code is much closer to using the same function names as abc2midiu.
I have made a new release today. The main changes is to show "invisible" rests correctly. i.e. not show them!
I have made a new release of Toadflax. There are a number of minor changes to try to align the contents of the utils files with those in the abc2midiu release.
I have made a new release of Toadflax today. I noticed that after upgrading my version of Linux,
py_toadflax was not compiling because it was trying to use the wrong version of the python
library. I have changed this and the Makefile should be future-proofed so that It always uses
the current version of python.
Today (4 July 2024) I have made a new release of toadflax and related programs. The main changes are that
octave=N is now supported correctly in the V: and K: fields. I have also re-organized the way the V: and K:
fields are handled to make it easier to support features proposed in abc 2.2 .
Today (26 Apr 2024) I have made a new release of toadflax. The changes are relatively minor. I have introduced some logic to handle setting spaces in 12/8 time tunes correctly. I have also changed the parser to handle %% (pseudo-comments) and I: (instruction field) in the same way.
On 28 Mar 2024 I made a new release. The main change is that the abc source file may appear anywhere within the list of arguments provided it ends in .abc . This applies to both Tabctoabc (utility for transpose and various other abc manipulations) and Tcairodraw (utility to generate images).
Today (16 March 2024) I have made a new Toadflax release. The main change is that when just a number
appears in the Q: field, that number is printed as the tempo, so no default rule is applied to decide what
note value the number applies to.
Today (4 Feb 2024) I have made a new Toadflax release. The main change is to support
||: as a variant of |: (start repeat).
The abc language uses the standard ASCII character set, which is all that
is required for recording the music itself. However, the notator may want
to record a title or composer written in a language which uses characters
outside the standard ASCII set. There is support for a good range of
special characters in the abc specification by means of mnemonics,
named html entities and fixed width unicode. Also, toadflax supports utf-8,
which allows the encoding of unicode characters within a byte stream, but
the ordinary ASCII characters are still recognized as normal. The unicode
specification covers all the characters that you are likely to require
in normal circumstances.... read more
I have released a new version of Tabctoabc which introduces a -f option to find the best key signature to use for a tune. The idea is that the best key signature will be the one that minimizes the number of accidentals required to represent the tune. If you are expecting a change in key signature part way through the tune, then you will need to split the tune into its component parts before using this option and separately analyse each part. In this context, the key signature is assumed to the number of sharps or flates (e.g. 5 flats, 3 sharps). There is no attempt to find the best mode (major, minor, dorian, mixolydian etc.)
I have today made a new release of Toadflax and Tabctoabc that allows you to re-notate a tune in a different key signature. The notes stay the same, so it is only the key signature itself which changes. This is different to doing a transposition, which also has the effect of changing the key signature but moves all the notes up or down by a certain number of semitones.
Today I have created a new sourceforge project fl_toadflax which contains a version of
Toadflax re-written to use the FLTK windowing toolkit instead of GTK. Although it uses
much of the same code as Toadflax, I have created it as a separate project to avoid
making the Toadflax directory structure too complicated. fl_toadflax also uses the
abcCairo code (derived from abcm2ps) to display the tunes.
I have made a new release today (30 Mar 2023). The main changes are some re-organization of the code,
so users are unlikely to notice any difference. However, I have also built Tabctoabc.exe using wine and
put it in the Files section. This is a clone of abc2abc for Windows, but using the source code for Toadflax
rather than the code in abcMIDI.
I have made a new release today (8 Feb 2023). The main change is an option to select compact abc notation where c/2 is replaced with c/ . I also spotted an error in one of my scripts which will have meant that Toadflax2 will not have been working because I packaged it with the wrong executable. This should now be fixed.