| Commit message (Expand) | Author | Age | Files | Lines |
* | lilypond-book robustness: ensure EOL at the end of @verbatim...Also honor NOGETTEXT fragment option for snippets-files.
| John Mandereau | 2009-07-25 | 1 | -5/+11 |
* | Use hashlib instead of deprecated md5 module if Python >= 2.5 is present | Maximilian Albert | 2009-07-12 | 1 | -2/+7 |
* | Improve output of LSR snippets in PDF....lilypond-book.py (output_texinfo): Always put @lydoctitle into a separate
paragraph.
| Werner Lemberg | 2009-02-15 | 1 | -2/+2 |
* | Oops: reenable translation of Japanese ly code comments | John Mandereau | 2009-02-14 | 1 | -9/+10 |
* | Docs-ja: small fixes...- remove English translation in converters.itely;
- reset file mode to sane values;
- disable identifiers localization in ly code in Japanese
documentation.
| John Mandereau | 2009-02-14 | 1 | -1/+1 |
* | Run grand-replace for 2009. | Jan Nieuwenhuizen | 2009-01-06 | 1 | -1/+1 |
* | Update some python scripts to (c) --2008 and render grand-replace affectible. | Jan Nieuwenhuizen | 2009-01-06 | 1 | -2/+2 |
* | lilypond-book: Improve LaTeX wrapper....Using `\expandafter' ensures that the if-clause is finished before executing
the \{pre,post}LilyPondExample hooks. This allows usage of other TeX
conditionals within those two macros without getting warnings (or even hard
to find errors in case of more complex macros).
| Werner Lemberg | 2009-01-01 | 1 | -6/+6 |
* | lilypond-book: Remove `%' not needed in LaTeX output....Formatting.
| Werner Lemberg | 2009-01-01 | 1 | -98/+139 |
* | Add lilypond-book fragment option 'nogettext' | John Mandereau | 2008-12-10 | 1 | -2/+8 |
* | Fix "Report bugs..." localized strings...This allows adding a link to a list where the language of the
translation is used.
| John Mandereau | 2008-12-09 | 1 | -2/+3 |
* | Remove obsolete paper variable `packed'. | Neil Puttock | 2008-12-05 | 1 | -3/+0 |
* | Run `make grand-replace'. | Jan Nieuwenhuizen | 2008-12-01 | 1 | -1/+1 |
* | lilypond-book: Don't replace @@lilypondversion... | Reinhold Kainhofer | 2008-11-16 | 1 | -1/+1 |
* | lilypond-book: Pass lilypond version to lilypond-book via env var in makefiles...When lilypond-book.py is called from our makefiles to build the documentation,
the @TOPLEVEL_VERSION@ string has not been expanded and the lilypond
version will not be available to lilypond-book.
This patch detects this case and uses the LILYPOND_VERSION environment
variable in that case, which is passed to lilypond-book.py by the makefiles.
| Reinhold Kainhofer | 2008-11-16 | 1 | -0/+11 |
* | lilypond-book: Implement lilypondversion tag (to be replaced by the lilypond ......Syntax for the new tag is:
-) LaTeX: \lilypondversion
-) HTML: <lilypondversion />
-) Texinfo: @lilypondversion
-) Docbook: NONE
The tag / command will be replaced by the LilyPond version, like "2.11.64".
| Reinhold Kainhofer | 2008-11-16 | 1 | -1/+40 |
* | Docs: add support for context names translation in ly snippets | John Mandereau | 2008-11-09 | 1 | -0/+6 |
* | Python scripts: fail explicitly if Python version < 2.4...This is mainly intended for MacOS GUB binaries.
| John Mandereau | 2008-09-29 | 1 | -0/+1 |
* | Fix #672...Reported by Renaud Flavigny.
The output directory name sometimes contain spaces or other characters
that should be escaped, but lilypond-book does not escape characters
neither quote the snippets file name, which makes lilypond crash.
The bug can be reproduced by writing an input file test.tex in a
directory path that contains spaces and running "lilypond-book
--output=out test.tex".
| John Mandereau | 2008-09-09 | 1 | -1/+1 |
* | Fix #671 | John Mandereau | 2008-09-09 | 1 | -0/+6 |
* | Improve man pages in `scripts' directory....help2man is quite picky:
. It needs newlines to properly identify the various sections.
. Examples must start with a shell prompt character.
. Multiple usage lines needs the same indentation.
. I've replaced the `Bugs' string with an empty one in the call
to the `addoption_group' since it confuses help2man otherwise.
Note that man page output is still not optimal yet; some constructs
can't be handled well by automatic parsing.
| Werner Lemberg | 2008-07-31 | 1 | -7/+8 |
* | Layout nitpicks for notime fragment option. | Neil Puttock | 2008-07-24 | 1 | -4/+4 |
* | Add noragged-right fragment option. | Neil Puttock | 2008-06-23 | 1 | -0/+3 |
* | Require log file if -dseparate-log-files is specified. | Han-Wen Nienhuys | 2008-05-28 | 1 | -0/+2 |
* | Do not require signatures, just consider them....\book examples do not output them.
| Han-Wen Nienhuys | 2008-05-27 | 1 | -1/+3 |
* | Require .signature and .profile files if options are in process_cmd....Run regression test to other lilypond-book database dir.
| Han-Wen Nienhuys | 2008-05-27 | 1 | -2/+9 |
* | Document fix relating to include ordering. | Han-Wen Nienhuys | 2008-05-19 | 1 | -0/+2 |
* | Typo. | Han-Wen Nienhuys | 2008-05-19 | 1 | -2/+2 |
* | Insert output dir in front of -I paths. | Han-Wen Nienhuys | 2008-05-19 | 1 | -1/+4 |
* | Link .signature file too. | Han-Wen Nienhuys | 2008-05-17 | 1 | -0/+1 |
* | Use doctitle header field of LSR snippets...* add and document [doctitle] lilypond-book fragment option,
* define @lydoctitle macro in the proper places,
* test this new feature in NR Pitches,
* update makefiles accordingly,
* thinko: also document texidocLANG feature,
* misc: try to fix 'make clean' in Documentation/user and input/lsr
with `.SECONDARY:'.
| John Mandereau | 2008-05-09 | 1 | -1/+14 |
* | lilypond-book: make [relative] imply [fragment] | John Mandereau | 2008-04-30 | 1 | -0/+6 |
* | Bluntly update lilypond-book documentation...More could be explained about substitutes for psfonts -- see
message of commit 0290cb1c3dff47567fd2ee6a27d6eccf95bde0d3 --
but I'm not enough knowledgeable on this topic.
| John Mandereau | 2008-04-22 | 1 | -1/+1 |
* | Remove obsolete command line option | John Mandereau | 2008-04-22 | 1 | -5/+0 |
* | Rename lilypond-book command line option | John Mandereau | 2008-04-22 | 1 | -1/+1 |
* | Restore translated texidocs processing | John Mandereau | 2008-04-20 | 1 | -0/+1 |
* | lilypond-book: fix output directory of included files...Also restore accidental deletion in write_if_updated()
| John Mandereau | 2008-04-20 | 1 | -2/+9 |
* | Make ly snippets variable names and comments translatable...Also clean up texi-langutils.py
| John Mandereau | 2008-04-20 | 1 | -2/+24 |
* | Merge branch 'master' of /home/lilycvs/git/lily/...* 'master' of /home/lilycvs/git/lily/:
Add --latex lilypond-book option
| John Mandereau | 2008-04-19 | 1 | -1/+8 |
|\ |
|
| * | Add --latex lilypond-book option | John Mandereau | 2008-04-19 | 1 | -1/+8 |
* | | lilypond-book: store document language in a global variable...Document language as 'lang' ly option caused trouble, especially
different checksums for identical snippets depending on the language
of the Texinfo document.
Using a global variable is not ideal either, but as processed documents
are not implemented as classes, there is currently no other way to store
that kind of info and make sure that included files inherit it.
| John Mandereau | 2008-04-19 | 1 | -3/+6 |
|/ |
|
* | Tune lilypond-book performance...split_output_files(): use list type when looping through hash subdirs,
but still return a set.
| John Mandereau | 2008-04-14 | 1 | -3/+3 |
* | Split lilypond-book output files into subdirectories....This creates bookdbdir/XX/lily-XXXXXXX where XX are hex digits.
Hopefully this fixes the lilypond book performance problems on darwin.
| Han-Wen Nienhuys | 2008-04-13 | 1 | -10/+26 |
* | Optionally preserve input path....- Add (dir-basename file "ext1" "ext2" ... ) function
- Use dir-basename everywhere. Guile's (basename ) strips paths.
- Introduce -dno-strip-output-dir option.
| Han-Wen Nienhuys | 2008-04-13 | 1 | -3/+0 |
* | Use list comprehension instead of iteration. | Han-Wen Nienhuys | 2008-03-25 | 1 | -2/+2 |
* | Add a --skip-png-check option....This fixes test generation, which generates PNGs only for changed
files.
| Han-Wen Nienhuys | 2008-03-25 | 1 | -3/+12 |
* | Explicitly record missing files | Han-Wen Nienhuys | 2008-03-25 | 1 | -45/+41 |
* | Add --no-lily-run option to lilypond-book. | Han-Wen Nienhuys | 2008-03-25 | 1 | -5/+18 |
* | Don't use ly.re | Han-Wen Nienhuys | 2008-03-23 | 1 | -1/+1 |
* | Further lilypond-book fixes:...* Formatting of i18n'd error messages
* Do not output complete paths into texi/html files.
* Copy .texidoc too.
| Han-Wen Nienhuys | 2008-03-23 | 1 | -23/+19 |