Subject: | Only generates an image with the chord symbol, but no fingering patterns (Mac OSX) |
Only generates an image with the chord symbol, but no fingering patterns
(Mac OSX)
my $image = new Music::Image::Chord();
$image->bar_thickness(2);
$image->bounds(300, 300); # fails if not called!
my $old_font = $image->font('FreeUniversal-Regular.ttf');
my $old_file = $image->file('save.png');
$image->draw(name => 'D'); # Write the actual file.