| Commit message (Expand) | Author | Age | Files | Lines |
* | Run grand-replace for 2009. | Jan Nieuwenhuizen | 2009-01-06 | 1 | -1/+1 |
* | Run `make grand-replace'. | Jan Nieuwenhuizen | 2008-12-01 | 1 | -1/+1 |
* | Whitespace issues....Add some missing escape characters to abc2ly.py.
| Werner Lemberg | 2008-11-19 | 1 | -1/+1 |
* | Fix #567....lilypond-invoke-editor.scm: only change LD_LIBRARY_PATH if it is set.
| Han-Wen Nienhuys | 2008-01-31 | 1 | -9/+10 |
* | Run grand-replace on all sources. Updates (c) ....--2006 lines. | Jan Nieuwenhuizen | 2007-08-09 | 1 | -1/+1 |
* | Finish rename of LILYPONDPREFIX to LILYPOND_DATADIR. Remove confusion...between prefix (/usr) and lilypond_datadir (/usr/share/lilypond/x.y.x),
fixes running from compile prefix and build tree with `current' link.
| Jan Nieuwenhuizen | 2007-02-02 | 1 | -3/+3 |
* | strip lilypond/usr/ from LD_LIBRARY_PATH....(cherry picked from 32b9ae2fc359aa8bbed41f05220346b6d9bdde3f commit)
| Han-Wen Nienhuys | 2006-12-10 | 1 | -1/+16 |
* | don't use guile -e main execution. | Han-Wen Nienhuys | 2006-11-07 | 1 | -2/+2 |
* | * The grand 2005-2006 replace. | Jan Nieuwenhuizen | 2006-01-06 | 1 | -1/+1 |
* | (main): use commands.mkarg () to quote...shell arguments.
| Han-Wen Nienhuys | 2005-11-10 | 1 | -3/+4 |
* | * Documentation/user/point-and-click.itely: simplify p&c...instruction: don't configure firefox. Put lilypond-invoke-editor
in front of the browser.
* scripts/lilypond-invoke-editor.scm (run-editor): new function.
(run-browser): new function.
* lily/parser.yy (Lily_lexer): recognize Book
* lily/book.cc (clone): new function
* lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
| Han-Wen Nienhuys | 2005-11-10 | 1 | -25/+41 |
* | * scm/editor.scm: add char argument....* scripts/lilypond-invoke-editor.scm (dissect-uri): add char.
| Han-Wen Nienhuys | 2005-06-08 | 1 | -5/+6 |
* | (editor-command-template-alist): Add syn...editor (Jaap [de Vos]).
| Jan Nieuwenhuizen | 2005-06-06 | 1 | -7/+4 |
* | * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX....* lily/general-scheme.cc (ly:stderr-redirect): Rename from
ly:port-move. Needs to be stderr-specific on mingw.
Run fixcc.
* lily/general-scheme.cc (ly:port-move): Remove.
* scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
windows.
* lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
variables. This eliminates the need for a gs.bat wrapper, which
opens a console.
* scripts/lilypond-invoke-editor.scm (running-from-gui?):
* scm/lily.scm (running-from-gui?):
* lily/main.cc[MINGW]: Remove isatty inversion, this is an
artifact of not compiling with -mwindows.
* scm/editor.scm: Define PLATFORM.
| Jan Nieuwenhuizen | 2005-05-23 | 1 | -3/+1 |
* | *** empty log message *** | Jan Nieuwenhuizen | 2005-05-16 | 1 | -3/+13 |
* | remove stray - | Han-Wen Nienhuys | 2005-05-15 | 1 | -1/+1 |
* | * scm/editor.scm (slashify): New function....(get-editor-command): Use it.
(get-command-template): Do not alter editor command if
environment value includes `%(file)s' magic.
* scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
(dissect-uri): Use it.
(unquote-uri): Bugfix.
| Jan Nieuwenhuizen | 2005-05-15 | 1 | -3/+17 |
* | * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs...with Windows root in file name.
* scm/backend-library.scm (ly:system): Only redirect output (using
system and shell, ugh) if /dev/null is writable.
* Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
windows icon.
* scm/lily.scm (is-absolute?): New function. Fixes absolute files
on Mingw.
* scm/output-ps.scm (grob-cause): Use it. Fixes PDF point and
click.
* flower/file-path.cc (is_dir, is_file): New function. Actually
use result of stat when available.
* flower/file-path.cc (find): Use it. Refactor. Fixes Mingw,
absolute file name and root.
* scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
* scm/editor.scm (get-editor-command): Typo: do not apply editor.
* flower/file-name.cc (slashify): Bugfix, do substitute if no
slashes in file name.
| Jan Nieuwenhuizen | 2005-05-14 | 1 | -3/+27 |
* | * scm/editor.scm: New module....* scm/lily.scm (gui-main): Use it.
* scm/framework-gnome.scm (spawn-editor): Use it.
* scripts/lilypond-invoke-editor.scm: Use it in new script.
| Jan Nieuwenhuizen | 2005-05-10 | 1 | -0/+87 |