]> git.donarmstrong.com Git - lilypond.git/commit
Lilypond-book: Add cmd line option to load additional python files
authorReinhold Kainhofer <reinhold@kainhofer.com>
Thu, 10 Jun 2010 12:47:31 +0000 (14:47 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 11 Jun 2010 11:14:26 +0000 (13:14 +0200)
commitc1095648a180e124cff1bf31b31ba8e3c6a23b8d
treea473c17a9740aff1d0ce76c72003024dbe4bfda7
parent7fab868fc4a9148be6607ce799986b96e29ebe94
Lilypond-book: Add cmd line option to load additional python files

To customize the output of lilypond-book, a --load-custom-package=file
cmd line option has been added. The passed file can e.g. contain a custom
output formatter class (derived from some book_base.BookOutputFormat
derived class and registered via BookBase.register_format).
scripts/lilypond-book.py