| Commit message (Expand) | Author | Age | Files | Lines |
* | Fret diagram fixes...- fix padding and size of mute/open signs when size is overridden
- fix first fret label position
- allow fully customizable first fret label
- allow per-finger dot color change
- add reg test for fret diagram magnification
- add a test case for first fret custom label
- add a test case for dot color inversion
| Nicolas Sceaux | 2011-03-13 | 1 | -0/+16 |
* | Add variable string thickness to fret-diagrams...Add string-thickness-factor to fret-diagram-details, which
allows varying the thickness of the strings in fret diagrams.
Also, fixed errors in regression tests for fret diagrams.
| Carl Sorensen | 2009-01-11 | 1 | -3/+3 |
* | Updates to fret-diagrams...Add new orientation opposing-landscape as requested by
John Sellers
Revise orientation code so 'normal is always a default (in
the else clause of a cond)
Adjust the origin of the fret diagram so that the top fret
on the diagram is always at the origin
Clean up calls for fret-diagram-details so that merge-details is always
used.
Clean up text stencil alignments
Fix bug in thick top fret
Rationalize code so all code is written in terms of fret-coordinates
and string-coordinates, with a transformation to stencil (x-y)
coordinates depending on orientation.
Split regression tests into multiple files, with a texidoc
string for each file
| Carl Sorensen | 2009-01-08 | 1 | -0/+67 |