summaryrefslogtreecommitdiff
path: root/scripts/abc2ly.py
Commit message (Expand)AuthorAgeFilesLines
* Fix "Report bugs..." localized strings...This allows adding a link to a list where the language of the translation is used. John Mandereau2008-12-091-3/+4
* Whitespace issues....Add some missing escape characters to abc2ly.py. Werner Lemberg2008-11-191-6/+6
* Fix abc2ly converterJohn Mandereau2008-10-181-2/+1
* 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 Lemberg2008-07-311-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 Mandereau2008-04-271-28/+28
* abc2ly: typoJean-Charles Malahieude2008-03-091-1/+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 Mandereau2008-02-131-3/+11
* Fixed link for abc. (who cares?)Graham Percival2007-04-091-1/+1
* use sed-atfiles to put relocation handling in python scripts.Han-Wen Nienhuys2007-01-251-10/+3
* Tomas Sauer's fix for alternatives in abc2ly.Graham Percival2007-01-081-1/+1
* More message fixes and dutch translations.Jan Nieuwenhuizen2006-12-231-18/+19
* initial.Jan Nieuwenhuizen2006-12-221-1/+1
* abc2ly new tempo syntaxLaura Conrad2006-11-031-4/+4
* *** empty log message ***Han-Wen Nienhuys2006-09-301-0/+3
* * scripts/abc2ly.py (try_parse_comment): idem....* scripts/lilypond-book.py (find_toplevel_snippets): use 'foo' in bar_string iso. string.find() Han-Wen Nienhuys2006-09-191-1/+1
* (datadir): remove LILYPONDPREFIX support.Han-Wen Nienhuys2006-07-241-15/+6
* Fix some bugs in the dynamic engraver and PostScript backendErlend Aasland2006-05-311-10/+16
* *** empty log message ***Han-Wen Nienhuys2006-09-301-0/+3
* * scripts/abc2ly.py (try_parse_comment): idem....* scripts/lilypond-book.py (find_toplevel_snippets): use 'foo' in bar_string iso. string.find() Han-Wen Nienhuys2006-09-191-1/+1
* (datadir): remove LILYPONDPREFIX support.Han-Wen Nienhuys2006-07-241-15/+6
* (ATVARIABLES): add TARGET_PYTHON as subst...variable. Han-Wen Nienhuys2006-05-171-1/+1
* (dump_score): indent of 4 for python code.Han-Wen Nienhuys2006-05-011-1/+1
* (dump_score): indent of 4 for python code.Han-Wen Nienhuys2006-05-011-1044/+1044
* (option_parser): update to 2.7.40Han-Wen Nienhuys2006-03-201-1/+1
* * 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 Nienhuys2006-03-011-51/+51
* *** empty log message ***Han-Wen Nienhuys2005-11-291-1/+3
* *** empty log message ***Han-Wen Nienhuys2005-05-301-5/+0
* (out_filename): fix thinko with \version.Han-Wen Nienhuys2005-04-261-1/+1
* *** empty log message ***Han-Wen Nienhuys2005-04-241-4/+9
* scripts/abc2ly.py: BugfixErik Sandberg2005-04-201-1/+1
* (dump_voices): use alphabet().Han-Wen Nienhuys2005-03-271-2/+2
* * scripts/abc2ly.py (dump_slyrics): add ord()....* lily/note-heads-engraver.cc (process_music): add shapeNoteStyles to regular engraver. Han-Wen Nienhuys2004-11-231-2/+2
* *** empty log message ***Han-Wen Nienhuys2004-10-291-22/+25
* The grand \paper -> \layout, \bookpaper -> \paper renaming.Jan Nieuwenhuizen2004-10-101-2/+2
* * ly/property-init.ly (hideStaffSwitch): remove turnOff....* scripts/convert-ly.py (conv): change Both to Neutral in property settings. Han-Wen Nienhuys2004-09-131-2/+2
* increase extent of Staff.Han-Wen Nienhuys2004-09-131-4/+4
* Changed scripts/* to use sys.argv[0]Pedro Kroger2004-09-091-6/+6
* (try_parse_chord_delims): Bugfix: update to...2.0 chord syntax. Ouch. (thanks Dave Phillips). Jan Nieuwenhuizen2004-07-011-3/+3
* Oops use [\]proper[ty] 2.2 syntax.Jan Nieuwenhuizen2004-04-191-3/+9
* ABC beams preserve support (courtesy Guy...Gascoigne-Piggford). Also: TAB and whitespace fixes. Jan Nieuwenhuizen2004-04-191-80/+122
* (parse_file): Strip \r from lines. Fixes DOS...flavour abc files. Really ignore unknown keys (backportme). Jan Nieuwenhuizen2004-04-081-8/+24
* (parse_file): Strip \r from lines. Fixes DOS...flavour abc files (backportme). Jan Nieuwenhuizen2004-04-081-4/+5
* * 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 Nienhuys2004-02-131-5/+5
* * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff....* VERSION: remove Han-Wen Nienhuys2003-09-091-6/+6
* fixes. polishing: add spaces and dots.Heikki Junes2003-07-291-2/+2
* second polish.Heikki Junes2003-07-291-1/+1
* add verbs.Heikki Junes2003-07-291-3/+3
* release commitHan-Wen Nienhuys2003-01-121-1/+4
* * 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 Nienhuys2002-12-241-6/+8
* release: 1.5.29Han-Wen Nienhuys2002-02-011-1/+1