summaryrefslogtreecommitdiff
path: root/scripts/lilypond-invoke-editor.scm
Commit message (Expand)AuthorAgeFilesLines
* Run grand-replace for 2009.Jan Nieuwenhuizen2009-01-061-1/+1
* Run `make grand-replace'.Jan Nieuwenhuizen2008-12-011-1/+1
* Whitespace issues....Add some missing escape characters to abc2ly.py. Werner Lemberg2008-11-191-1/+1
* Fix #567....lilypond-invoke-editor.scm: only change LD_LIBRARY_PATH if it is set. Han-Wen Nienhuys2008-01-311-9/+10
* Run grand-replace on all sources. Updates (c) ....--2006 lines.Jan Nieuwenhuizen2007-08-091-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 Nieuwenhuizen2007-02-021-3/+3
* strip lilypond/usr/ from LD_LIBRARY_PATH....(cherry picked from 32b9ae2fc359aa8bbed41f05220346b6d9bdde3f commit) Han-Wen Nienhuys2006-12-101-1/+16
* don't use guile -e main execution.Han-Wen Nienhuys2006-11-071-2/+2
* * The grand 2005-2006 replace.Jan Nieuwenhuizen2006-01-061-1/+1
* (main): use commands.mkarg () to quote...shell arguments. Han-Wen Nienhuys2005-11-101-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 Nienhuys2005-11-101-25/+41
* * scm/editor.scm: add char argument....* scripts/lilypond-invoke-editor.scm (dissect-uri): add char. Han-Wen Nienhuys2005-06-081-5/+6
* (editor-command-template-alist): Add syn...editor (Jaap [de Vos]). Jan Nieuwenhuizen2005-06-061-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 Nieuwenhuizen2005-05-231-3/+1
* *** empty log message ***Jan Nieuwenhuizen2005-05-161-3/+13
* remove stray -Han-Wen Nienhuys2005-05-151-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 Nieuwenhuizen2005-05-151-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 Nieuwenhuizen2005-05-141-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 Nieuwenhuizen2005-05-101-0/+87