| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compile...Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
| Patrick McCarty | 2009-01-07 | 1 | -1/+2 |
* | Run grand-replace for 2009. | Jan Nieuwenhuizen | 2009-01-06 | 1 | -3/+2 |
* | Update some python scripts to (c) --2008 and render grand-replace affectible. | Jan Nieuwenhuizen | 2009-01-06 | 1 | -8/+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 |
* | Whitespace issues....Add some missing escape characters to abc2ly.py.
| Werner Lemberg | 2008-11-19 | 1 | -2/+2 |
* | 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 | -2/+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 |
* | 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 | -3/+10 |
* | nit | Han-Wen Nienhuys | 2007-02-16 | 1 | -2/+0 |
* | use sed-atfiles to put relocation handling in python scripts. | Han-Wen Nienhuys | 2007-01-25 | 1 | -19/+3 |
* | More message fixes and dutch translations. | Jan Nieuwenhuizen | 2006-12-23 | 1 | -10/+10 |
* | initial. | Jan Nieuwenhuizen | 2006-12-22 | 1 | -2/+2 |
* | (datadir): remove LILYPONDPREFIX support. | Han-Wen Nienhuys | 2006-07-24 | 1 | -20/+10 |
* | Fix some bugs in the dynamic engraver and PostScript backend | Erlend Aasland | 2006-05-31 | 1 | -10/+20 |
* | (datadir): remove LILYPONDPREFIX support. | Han-Wen Nienhuys | 2006-07-24 | 1 | -20/+10 |
* | (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 | -1052/+1052 |
* | * scripts/etf2ly.py (do_options): use optparse...* scripts/midi2ly.py: optparse, strip lilylib copy.
| Han-Wen Nienhuys | 2006-03-01 | 1 | -46/+74 |
* | * The grand 2005-2006 replace. | Jan Nieuwenhuizen | 2006-01-06 | 1 | -1/+1 |
* | *** empty log message *** | Han-Wen Nienhuys | 2005-11-29 | 1 | -1/+3 |
* | *** empty log message *** | Jan Nieuwenhuizen | 2005-04-12 | 1 | -1/+1 |
* | *** empty log message *** | Jan Nieuwenhuizen | 2005-02-04 | 1 | -1/+1 |
* | *** empty log message *** | Han-Wen Nienhuys | 2004-10-29 | 1 | -12/+18 |
* | (LY_DEFINE): add ly:stencil-origin | Han-Wen Nienhuys | 2004-10-28 | 1 | -2/+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 | -5/+6 |
* | * lily/rest.cc (polyphonic_offset_callback): new function. Do...vertical positioning for polyphony, without RestCollision object.
* lily/note-column.cc (add_head): prevent rests & note heads on
one stem.
* lily/rest-collision.cc (do_shift): ignore rests with beams.
(do_shift): rewrite only-rests case: use common refpoints: the
routine will have sensible results when other rest-translations
have taken place.
* lily/simple-spacer.cc (solve): cleanup: remove code for linelen
< 0 case.
* input/GNUmakefile (SUBDIRS): remove ascii-art
| Han-Wen Nienhuys | 2004-02-13 | 1 | -1/+1 |
* | 2003 -> 2004 | Han-Wen Nienhuys | 2004-02-05 | 1 | -1/+1 |
* | Patch by Arvid Grotting for minor keys and <<...>> in \score.
| Han-Wen Nienhuys | 2003-10-09 | 1 | -9/+41 |
* | * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff....* VERSION: remove
| Han-Wen Nienhuys | 2003-09-09 | 1 | -2/+2 |
* | add spaces. | Heikki Junes | 2003-07-30 | 1 | -3/+3 |
* | fixes. polishing: add spaces and dots. | Heikki Junes | 2003-07-29 | 1 | -2/+3 |
* | second polish. | Heikki Junes | 2003-07-29 | 1 | -1/+1 |
* | add verbs. | Heikki Junes | 2003-07-29 | 1 | -2/+2 |
* | (interpret_finale_key_sig): handle minor keys...too
(Global_measure.set_timesig): handle 3/8 time sig too.
| Han-Wen Nienhuys | 2003-07-17 | 1 | -16/+37 |
* | * Another grand 2003 update.... * Remove mentioning of `mudela'; There's no such thing.
| Jan Nieuwenhuizen | 2003-04-24 | 1 | -1/+1 |
* | * scripts/musedata2ly.py (): idem...* scripts/midi2ly.py (dump_chord): idem
* scripts/etf2ly.py (version): idem
* scripts/pmx2ly.py (Slur.calculate): new chord syntax
* scripts/mup2ly.py (pre_processor_commands): new chord syntax
| Han-Wen Nienhuys | 2002-12-24 | 1 | -6/+10 |
* | release: 1.5.29 | Han-Wen Nienhuys | 2002-02-01 | 1 | -1/+1 |
* | release: 1.5.23...===========
* Resurrected experimental sketch output, now with dispatch.
* Bugfix: prefix directory defaults to DIR_DATADIR if not defined.
* Rune: more reliable repeat dots (WARNING: FONT CHANGED)
1.5.22.h
| Han-Wen Nienhuys | 2001-11-29 | 1 | -2/+2 |
* | release: 1.5.21...===========
* Fixed direct PostScript output, and changed default fonts.
* Bugfix: automaticMelismata in refman (huh, or should lily be changed?)
* pktrace:
cp mf/out/feta20.* $HOME/usr/src/sketch-0.7.8/Resources/Fontmetrics
echo 'TeX-feta20,feta20,Roman,-gnu-feta20-medium-r-normal,adobe-fontspec\ific,feta20' >> $HOME/usr/src/sketch-0.7.8/Resources/Fontmetrics/std.sfd
1.5.3.l
| Han-Wen Nienhuys | 2001-11-04 | 1 | -3/+7 |
* | release: 1.5.4...==========
* midi2ly bugfixes: don't print ';' in .ly output.
* small cleanup of input/bugs/
* bugfix: nested grace notes; added input/regression/grace-nest.ly
* Bugfix: add double alterations to keyAccidentalOrder (Mats)
* Fixes for PostScript beams and stems.
1.5.2.h
| Han-Wen Nienhuys | 2001-08-06 | 1 | -10/+5 |
* | release: 1.5.3...==========
* Starting pagenumber (Mark Hindley)
* Ancient font patch (Juergen Reuter) [WARNING: FONT UPDATE!]
* Bugfix: don't put grace beams on non grace notes, and vice versa.
* etf2ly:
- miserable try at importing repeatbars and volta brackets;
- import articulation defs (IX tag)
- revamped file reading logic. Now much cleaner.
* Experimental regular-spacing support: try to space regular runs of
notes equidistantly.
1.5.2.j
| Han-Wen Nienhuys | 2001-07-29 | 1 | -255/+351 |
* | release: 1.3.146...============
* Make and ly2dvi fixes.
* Made feta-timesig C a bit rounder.
* Included flat autogenerated list of grob interfaces into refman.
* Moved Rest_engraver to ThreadContext.
* Documentation updates.
* Bugfix: package-diff: remove all out-?.* dirs.
* Preliminary tutorial fixes.
* Ly2dvi:
- keep .dvi output when making .ps.
- name latex wrapper for foo.ly: foo.latex
- keep .tex and .latex output if latex fails
- keep .dvi output if dvips fails
- replaced --outdir option with --output=FILE option, where FILE
may include directories
- enhancements and fixes
* Typo fix: clean-fonts
* Bugfixes: lilypond-login.sh
* Tutorial and refman fixes (Mats)
1.3.145.h
| Han-Wen Nienhuys | 2001-04-05 | 1 | -4/+4 |
* | patch::: 1.3.96.jcn9...1.3.96.jcn9
| Jan Nieuwenhuizen | 2000-10-22 | 1 | -2/+6 |
* | release: 1.3.93...===========
* Added some error messages for toplevel and stray string parse errors.
* Don't start more than one slur at a time.
* Set direction of Slur too in a2-engraver.
1.3.92.h
| Han-Wen Nienhuys | 2000-10-04 | 1 | -25/+45 |
* | release: 1.3.92...==========
* RPM .spec fixes.
* italiano.ly
* mudela-book updates by Tom Cato Amundsen.
* Allow lyric hara kiri as well.
* Bugfix: left/right mixup in Side_position_interface::aligned_on_self ()
* rest collision of differing rests.
* Cleanup of Sequential_music_iterator, Simple_music_iterator.
* Unfolded_repeat_iterator now signals repeats using \property
repeatCommands. You could override this, eg.
\property Score.repeatCommands = #'((volta "X") start-repeat)
will print a |: and a volta bracket saying X. See also
input/test/manual-volta.ly
* Volta_engraver, Repeat_acknowledge_engraver: new engravers that are
controlled by repeatCommands; much cleaner than the Repeat_engraver.
* Junked Repeat_engraver.
1.3.91.j
| Han-Wen Nienhuys | 2000-10-01 | 1 | -2/+1 |
* | release: 1.3.91...===========
* Use S_ISDIR () and check for stat.h.
* Various fixes for RedHat 7.0 / gcc 2.96.54
* separate basic propertylist for fingerings, center them on
noteheads.
* Side_position_interface::aligned_on_self() now can take a real
number for self-alignment-{X,Y}.
* etf2ly: single line GF field.
1.3.90.
| Han-Wen Nienhuys | 2000-09-28 | 1 | -12/+19 |
* | release: 1.3.87...================
* Made fixes to part-combine examples and Coriolan.
* Bugfix: don't dump core on unterminated (de)crescendo.
* Rolled next (M) also into get_music (M), similar to process (M), so that
sequential-music-iterator::get_music (M) returns something useful.
* Bugfix: part-combiner still expected Music_sequence, where get_music ()
now returns plain list of events.
1.3.86.h
| Han-Wen Nienhuys | 2000-09-18 | 1 | -12/+32 |
* | release: 1.3.84...======
* pmx2ly, PMX to LilyPond conversion. Succesfully converts barsant.pmx.
* musedata2ly, a Musedata to LilyPond convertor. Succesfully converts
wtk1-fugue2
* bugfixes for dynamics: make sure that dynamic alignments encompass
the dynamics they support, and that any columns they attach to aren't
prematurely killed.
* bugfix: make sure \time gets noticed early enough.
1.3
| Han-Wen Nienhuys | 2000-09-02 | 1 | -42/+47 |
* | release: 1.3.83...======
* small doc updates.
* Cleanups related to barline handling:
- Removed Translator_group::get_simple_translator (), and -
- use properties to communicate about barlines and time sigs. (NOTE:
by default a time-signature of 4/4 is printed.)
- fix repeat bar behavior.
* cleaned up Directional_element_interface
* add name field to score-elements.
* comment in some unprotects for Music in parser. Should bring down
cpu time and plug some leaks.
* robustness fixes for etf2ly, tuplets, grace notes.
1.3
| Han-Wen Nienhuys | 2000-09-01 | 1 | -1/+3 |