| Commit message (Expand) | Author | Age | Files | Lines |
* | Run grand-replace for 2009. | Jan Nieuwenhuizen | 2009-01-06 | 1 | -2/+2 |
* | Update some python scripts to (c) --2008 and render grand-replace affectible. | Jan Nieuwenhuizen | 2009-01-06 | 1 | -7/+9 |
* | 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 | -3/+4 |
* | Run `make grand-replace'. | Jan Nieuwenhuizen | 2008-12-01 | 1 | -1/+1 |
* | Fix midi2ly --output option. | Neil Puttock | 2008-10-19 | 1 | -5/+4 |
* | 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 | -4/+3 |
* | Update deprecated Python constructs...Also fix a small amount of style nits.
A lot more could be done to improve coding style of these scripts,
but at least they won't break with future Python releases because
of obsolete constructs.
| John Mandereau | 2008-04-27 | 1 | -9/+8 |
* | formatting nits. | Han-Wen Nienhuys | 2008-03-23 | 1 | -3/+1 |
* | Improve Python scripts localization...* all scripts: add --help and --version options manually so they are
localized, and mark 'Bugs' for translation;
* musicxml2ly.py: use gettext from lilylib, uniformize option
descriptions (always start downcase and do not end with a period);
* musicexp.py, musicxml.py: use encoded writing to stderr and save
translation work by creating error and warning functions.
| John Mandereau | 2008-02-13 | 1 | -5/+11 |
* | Use Python Unicode encoding for gettexted strings...Python 2.5 strings encoding handling seems not always consistent
between various modules, so we must use Python Unicode strings and
thus reencode strings when writing to stderr/stdout. This commit
applies changes proposed on lilypond-devel a while ago in thread
"Gettexted messages encoding with Python 2.5".
Even if GUB still uses Python 2.4, LilyPond packages on some distros
(e.g. Fedora) already use 2.5, so it's important to fix this. I think
these changes are also compatible with 2.4, but anyway I must check
GUB binary when it's out.
By the way, further localization work is needed: localize musicxml2ly
strings, and fix some nitpicks.
| John Mandereau | 2008-01-30 | 1 | -17/+9 |
* | Run grand-replace on all sources. Updates (c) ....--2006 lines. | Jan Nieuwenhuizen | 2007-08-09 | 1 | -1/+1 |
* | use sed-atfiles to put relocation handling in python scripts. | Han-Wen Nienhuys | 2007-01-25 | 1 | -15/+4 |
* | More message fixes and dutch translations. | Jan Nieuwenhuizen | 2006-12-23 | 1 | -14/+13 |
* | * scm/output-ps.scm (dashed-line): add phase argument to...dashed-line.
* lily/bar-line.cc (dashed_bar_line): new function.
(compound_barline): support \bar "dashed".
* lily/lily-parser-scheme.cc (LY_DEFINE): only write
--output=DIR to DIR/BASE if it is a dir.
* flower/file-name.cc (file_part): new function
(dir_part): new function
* lily/lily-parser-scheme.cc (LY_DEFINE):
* DEDICATION: update
| Han-Wen Nienhuys | 2006-07-26 | 1 | -2/+0 |
* | (datadir): remove LILYPONDPREFIX support. | Han-Wen Nienhuys | 2006-07-24 | 1 | -21/+8 |
* | Fix some bugs in the dynamic engraver and PostScript backend | Erlend Aasland | 2006-05-31 | 1 | -7/+22 |
* | * scm/output-ps.scm (dashed-line): add phase argument to...dashed-line.
* lily/bar-line.cc (dashed_bar_line): new function.
(compound_barline): support \bar "dashed".
* lily/lily-parser-scheme.cc (LY_DEFINE): only write
--output=DIR to DIR/BASE if it is a dir.
* flower/file-name.cc (file_part): new function
(dir_part): new function
* lily/lily-parser-scheme.cc (LY_DEFINE):
* DEDICATION: update
| Han-Wen Nienhuys | 2006-07-26 | 1 | -2/+0 |
* | (datadir): remove LILYPONDPREFIX support. | Han-Wen Nienhuys | 2006-07-24 | 1 | -21/+8 |
* | (write-system-signature): new routine: write...python parseable signature of a separate paper system.
| Han-Wen Nienhuys | 2006-05-27 | 1 | -1/+0 |
* | (ATVARIABLES): add TARGET_PYTHON as subst...variable.
| Han-Wen Nienhuys | 2006-05-17 | 1 | -1/+1 |
* | (dump_score): indent of 4 for python code. | Han-Wen Nienhuys | 2006-05-01 | 1 | -3/+3 |
* | (dump_score): indent of 4 for python code. | Han-Wen Nienhuys | 2006-05-01 | 1 | -835/+835 |
* | * scripts/midi2ly.py (Key.dump): pychecker cleanups....* python/lilylib.py (underscore): remove identify() , warranty()
* ps/music-drawing-routines.ps: change Border routine for GSView
compatibility.
* lily/stem.cc (height): use quantize-positions. This triggers
set_stem_lengths, so scripts on beamed stems are handled correctly.
* lily/side-position-interface.cc (aligned_side): check if edges
of script are inside staff. Fixes accent of edge of the staff.
* input/regression/staccato-pos.ly: more examples.
| Han-Wen Nienhuys | 2006-03-02 | 1 | -67/+64 |
* | (print): suicide if we don't have any...elements. Fixes hara kiri'd instrument names.
| Han-Wen Nienhuys | 2006-03-02 | 1 | -3/+1 |
* | * scripts/etf2ly.py (do_options): use optparse...* scripts/midi2ly.py: optparse, strip lilylib copy.
| Han-Wen Nienhuys | 2006-03-01 | 1 | -9/+12 |
* | * scripts/midi2ly.py: optparse, strip lilylib copy....* scripts/abc2ly.py (voices): use optparse.
* scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
| Han-Wen Nienhuys | 2006-03-01 | 1 | -256/+110 |
* | *** empty log message *** | Jan Nieuwenhuizen | 2006-01-06 | 1 | -0/+1 |
* | * The grand 2005-2006 replace. | Jan Nieuwenhuizen | 2006-01-06 | 1 | -2/+2 |
* | *** empty log message *** | Han-Wen Nienhuys | 2005-11-29 | 1 | -1/+2 |
* | (process_music): bugfix: stop...staff if first_start_ is true.
| Han-Wen Nienhuys | 2005-11-23 | 1 | -26/+60 |
* | * scm/lily.scm: Remove horrendous running-from-gui? kludge....(lilypond-main): Redirect to gui-main if 'gui is set.
Backportme.
* scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
for alternative installations kludging s/share/lib/g
LILYPONDPREFIX. Backportme.
* SConstruct (libdir_package_version): Define.
* python/SConscript:
* python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
module in libdir. Backportme.
| Jan Nieuwenhuizen | 2005-10-23 | 1 | -1/+1 |
* | * scm/lily.scm: Remove horrendous running-from-gui? kludge....(lilypond-main): Redirect to gui-main if 'gui is set.
Backportme.
* scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
for alternative installations kludging s/share/lib/g
LILYPONDPREFIX. Backportme.
* SConstruct (libdir_package_version): Define.
* python/SConscript:
* python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
module in libdir. Backportme.
| Jan Nieuwenhuizen | 2005-10-23 | 1 | -2/+8 |
* | * flower/memory-stream.cc (Memory_out_stream): remove fopencookie support....* ttftool/ttfps.c: use lily_cookie functions everywhere.
* flower/include/file-cookie.hh: new file. lily_cookie extension
* flower/file-cookie.cc: new file. lily_cookie extension.
| Han-Wen Nienhuys | 2005-06-06 | 1 | -1/+0 |
* | *** empty log message *** | Han-Wen Nienhuys | 2005-03-17 | 1 | -1/+0 |
* | * lily/key-performer.cc (create_audio_elements): don't use...scm_eval_string. Check for minor 3rd directly.
* input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
(sarabandeCelloGlobal): key is D minor, not F major.
| Han-Wen Nienhuys | 2005-03-17 | 1 | -3/+3 |
* | *** empty log message *** | Jan Nieuwenhuizen | 2005-02-04 | 1 | -2/+2 |
* | *** empty log message *** | Han-Wen Nienhuys | 2004-10-29 | 1 | -2/+2 |
* | (LY_DEFINE): add ly:stencil-origin | Han-Wen Nienhuys | 2004-10-28 | 1 | -3/+2 |
* | increase extent of Staff. | Han-Wen Nienhuys | 2004-09-13 | 1 | -1/+1 |
* | Changed scripts/* to use sys.argv[0] | Pedro Kroger | 2004-09-09 | 1 | -1/+1 |
* | * po/nl.po: Update....* lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
* lily/event.cc (to_relative_octave): Translatable sentence should
be one string.
* python/lilylib.py (warranty): Year range is not translatable.
It's 2004 already!
* flower/warn.cc (non_fatal_error, warning, programming_error):
Remove whitespace from translated string.
| Jan Nieuwenhuizen | 2004-03-31 | 1 | -5/+4 |
* | * scm/part-combiner.scm: Add proper header....* All but lily/*: The great --2003 --2004 replace; the missing
`bits'.
| Jan Nieuwenhuizen | 2004-02-11 | 1 | -1/+1 |
* | 2003 -> 2004 | Han-Wen Nienhuys | 2004-02-05 | 1 | -1/+1 |
* | * scripts/midi2ly.py: Add space after chords. | Mats Bengtsson | 2003-11-17 | 1 | -1/+1 |
* | * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff....* VERSION: remove
| Han-Wen Nienhuys | 2003-09-09 | 1 | -6/+6 |
* | add spaces. | Heikki Junes | 2003-07-30 | 1 | -2/+2 |
* | fixes. polishing: add spaces and dots. | Heikki Junes | 2003-07-29 | 1 | -3/+3 |
* | second polish. | Heikki Junes | 2003-07-29 | 1 | -1/+1 |
* | add verbs. | Heikki Junes | 2003-07-29 | 1 | -2/+2 |
* | * Another grand 2003 update.... * Remove mentioning of `mudela'; There's no such thing.
| Jan Nieuwenhuizen | 2003-04-24 | 1 | -2/+2 |