App-Music-ChordPro

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    - Use chord objects for show and display.
    - (GUI) Allow selection of custom library.
    - (PDF) Allow multi-line headings and footers.
    - (PDF) Configurable PDF library.
    - (PDF) Provide meta %{pages} for headings.
    - Allow (uppercase) letters for chord fingers.
    - (Wx) Overhaul preferences management.
    - Support center and scale for lilypond.
    - Add config settings.choruslabels for MSPro convenience.
    - !BugFixes
    - Remove obsolete __EMBEDDING__.
    - Bump requirement Text::Layout to 0.024.
    - Fix issue #182.
    - Fix warning if diagrams.show=user and no chords.
    - Fix labels for grid with pdf.labels.comment.
    - Fix key_actual and key_from to reflect all keys.
    - Fix tilde expansion for font files.
    - (PDF) Suppress borders around ToC entries, just in case.
    - Fix sorttitles field name in CSV export.
    - Fix issue #194.
    - Fix issue #195.

lib/ChordPro.pm  view on Meta::CPAN

		$options->{'back-matter'} //= $files[-1];
		pop(@files);
	    }
	}
	unshift( @ARGV, @files ) if @files;
    }

    # At this point, there should be filename argument(s)
    # unless we're embedded or just dumping chords.
    app_usage(\*STDERR, 1)
      unless $::__EMBEDDED__
      || $clo->{'dump-chords'}
      || $clo->{'convert-config'}
      || @ARGV;

    # Return result.
    $options;
}

sub app_ident {
    my ($fh, $exit) = @_;



( run in 1.694 second using v1.01-cache-2.11-cpan-71847e10f99 )