summaryrefslogtreecommitdiff
path: root/scripts/GNUmakefile
Commit message (Expand)AuthorAgeFilesLines
* Make distributed tarball from Git file list...This removes the requirement of having a GNUmakefile in each and every directory of the source tree; this commit also deletes GNUmakefiles made unnecessary this way. dist-toplevel-txt-files toplevel target is also removed, because it is unneeded outside of dist target and it prevents linking of toplevel generated txt docs to distdir when these docs are already generated. In addition, on suggestions from Han-Wen, if dist is made with a source directory tracked by Git, then * the source directory is required to have no uncommitted changes nor non-ignored untracked files, * the time stamp of all files in the tarball is set to the time stamp of the head of the checked-out branch. John Mandereau2012-08-151-1/+1
* Rename aux 'directories' to 'auxiliar' for Windows compatibility...Rename scripts/aux/ to scripts/auxiliar/ and python/aux/ to python/auxiliar/. John Mandereau2009-01-061-1/+1
* Clean up buildscripts...- move scripts from buildscripts/ according to the new ROADMAP, create three directories for this purpose: scripts/aux/, scripts/build/ and python/aux; - make permissions and interpreter specs clearer: all scripts in scripts/build are non-executable and use an interpreter determined in config.make, all scripts in scripts/aux use hard-coded interpreters; - always use built avatars of scripts in scripts/build, as a consequence remove interpreter invocations which are no longer needed; - keep old scripts in buildscripts/ which are junked in the very next commits. John Mandereau2009-01-051-0/+2
* Singing supportMilan Zamazal2007-02-121-1/+1
* make and include @ substituted relocate preamble....Fixes invocation of python scripts. Han-Wen Nienhuys2007-01-311-2/+2
* use sed-atfiles to put relocation handling in python scripts.Han-Wen Nienhuys2007-01-251-1/+4
* revert the "fix".Heikki Junes2006-04-181-2/+1
* * scripts/GNUmakefile: bugfix: run help2man only after scripts have... been generated. Fixes "can't get `--help'" bug after make clean. * THANKS: alphabetize contributors. Heikki Junes2006-04-171-1/+1
* *** empty log message ***Jan Nieuwenhuizen2006-03-021-1/+1
* *** empty log message ***Jan Nieuwenhuizen2006-02-041-1/+1
* * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):...option formatting, lilypond style. * python/musicexp.py: grab from Ikebana: a library for composing ly music expressions. (Output_printer): class for advanced .ly printing. (eg. tupletting) * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and convert to pythonesque structure. * Documentation/user/converters.itely (Invoking musicxml2ly): new node. Han-Wen Nienhuys2005-12-051-1/+1
* (dos_to_posix)[__CYGWIN__]: Return...unconverted value if cygwin_conv_to_posix_path () fails. Fixes absolute file name bug. Backportme. Jan Nieuwenhuizen2005-10-091-1/+1
* update.Han-Wen Nienhuys2005-09-201-1/+1
* * make/lilypond.fedora.spec.in (Group): remove...lilypond-pdfpc-helper. * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-pdfpc-helper. Use lilypond-invoke-editor instead. Han-Wen Nienhuys2005-05-311-1/+1
* * flower/string.cc (substitute): Take two strings or two...characters. Update callers. * flower/file-name.cc (File_name): Slashify. * scm/lily.scm: Use gui-main iso lilypond-main on MINGW. * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor. * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function. * configure.in (gui_b): Use it. * lily/lilypond.rc.in: New file. * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable. Jan Nieuwenhuizen2005-05-121-1/+1
* *** empty log message ***Han-Wen Nienhuys2005-05-031-1/+1
* * make/lysdoc-targets.make (local-WWW): remove ps.gz target....* make/ly-vars.make (DVIPS_FLAGS): don't load .map file. * make/lysdoc-targets.make: .texi is .PRECIOUS Han-Wen Nienhuys2005-04-131-1/+1
* * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and...(NAME . FILE-NAME) tuples for font descriptions. (write-preamble): display BeginFont DSC comments. * python/fontextract.py (write_extracted_fonts): new file. Extract font resources from a PS file. * scripts/lilypond-book.py (option_definitions): --psfonts option. (Compile_error.process_include): do_file returns chunks. * make/ly-vars.make (DVIPS_FLAGS): don't load .map file. * make/lysdoc-targets.make: .texi is .PRECIOUS * scripts/lilypond-book.py (write_if_updated): new function. Han-Wen Nienhuys2005-04-131-1/+1
* *** empty log message ***Han-Wen Nienhuys2005-02-281-1/+1
* new file. Invoke different...editors based on EDITOR setting. Han-Wen Nienhuys2005-02-271-1/+1
* remove...@hyphenatedinternalsref. Han-Wen Nienhuys2004-10-291-1/+2
* remove musedata2ly from scripts/GNUmakefilePedro Kroger2004-08-281-1/+1
* *** empty log message ***Han-Wen Nienhuys2004-07-251-1/+1
* * lily/piano-pedal-engraver.cc (finalize): attach unfinished...bracket to last command column. * lily/piano-pedal-bracket.cc (print): only flatten bracket if it continues on next/prev system. * input/regression/pedal-end.ly: new file. Han-Wen Nienhuys2004-03-101-1/+1
* * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:...Remove pmx2ly stuff. * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly. Werner Lemberg2004-03-101-1/+1
* remove asciscript.Han-Wen Nienhuys2004-01-181-1/+1
* ($(outdir)/%.1): build man...pages unconditionally. Han-Wen Nienhuys2003-08-311-1/+1
* patch::: 1.5.18.jcn1...1.5.18.jcn1 =========== * Moved python modules to ./python. * Better python module stepmake support. * Bugfix ly2dvi etc: LILYPONDPREFIX should override datadir. 1.5.18 ====== Jan Nieuwenhuizen2001-10-191-0/+1
* release: 1.5.18...=========== * Some more hacking at midi2ly.py: - options and stuff: moved to library for ly2dvi, midi2ly, mup2ly, update-lily - handle keys and note names - simple quantising - handle tuplets and silly durations - guess clef - don't include empty staffs in score - print relative pitches by default - don't repeat duration by default - bugfix: allow 8th notes too - include new version of input/test/midi-scales.ly - added barchecks + fix - bugfix for relative mode * Shorter MIDI creation texts. * Bugfix: Key_change_req::transpose: don't deliver reversed list. * Bugfix: Key_performer::create_audio_elements: transpose list to `do', before determining tonality. 1.4.8.m Han-Wen Nienhuys2001-10-181-1/+1
* patch::: 1.5.9.jcn3...1.5.9.jcn3 Jan Nieuwenhuizen2001-09-171-2/+0
* release: 1.5.8...========== * reinclude input/bugs/*.ly * Mensural flags (Juergen Reuter) * Fixed problem with hanging Xdvi from redhat 7.x. See also http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=52089 * Bugfix: don't crash if kpse_find_file returns 0. * Bugfix: don't allocate \outputscale for every file. * Bugfix: mixing different rhythms on one staff doesn't muck up the spacing that much. 1.5.7.h Han-Wen Nienhuys2001-08-301-1/+1
* release: 1.3.147...============ * Updated doco to reflect Windows installer. * Ripped Cygnus' installer/updater for Windows. * Cleanups: chord-name.scm. * Added 'trunc' target for ports, and run at local-dist: in ports/mutopia topdir. * Bugfixes: update-lily.py * Bugfix: synchronised german-chords.ly with chord-name.scm. * --srcdir build fix: really included dummy-interfaces.itexi now. * Added warning message, rather than encouragement, against configuring without kpathsea support. * Moved convert-ly targets from ports to ly make, added ly templates to mutopia and input directories. Bugfix to convert-ly. Ran convert-ly in mutopia dir. * Recommented some scheme comments in .lys, checked that convert-ly doesn't destroy them. * Bugfixes to convert-ly: don't try to open unexistent file (eg, unexpanded wildcard). Don't remove one semicolon of ';;' scheme comments, don't remove semicolon after hash: #; * Fixed some errors from ; conversion. 1.3.146.h Han-Wen Nienhuys2001-04-091-1/+1
* patch::: 1.3.135.jcn3...1.3.135.jcn3 ============ * Internationalised ly2dvi.py (thanks to GNU Solfege), and nl.po update. * Coriolan fixes. Jan Nieuwenhuizen2001-03-061-1/+1
* release: 1.3.107...============ * Cross compilation and info build fixes, really cancel all builtin rules, sigh. * Generated documentation fixes: Generate all interface descriptions, separately, don't list non-set interface properties with element descriptions. 1.3.106.h Han-Wen Nienhuys2000-11-121-1/+1
* 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 Nienhuys2000-10-011-1/+1
* release: 1.3.25...=========== * as2text: catch missing font/character errors, added default font, set text. 1.3.24.j Han-Wen Nienhuys2000-02-211-1/+1
* release: 1.2.6Han-Wen Nienhuys1999-09-031-3/+3
* release: 1.1.1Han-Wen Nienhuys1998-11-021-0/+12
* patch::: 1.1.0.uu2.jcn1: fixjes...pl 0.uu2.jcn1 - ly2dvi.py -I fix - too annoying buildscripts, scripts -> bin - Documentation/tex/feta.tex - doco fixes: PATCHES.yo, yodl-1.31.7 --- Generated by janneke@gnu.org using package-diff 0.62, >From = lilypond-1.1.0.uu2, To = lilypond-1.1.0.uu2.jcn1 usage cd lilypond-source-dir; patch -E -p1 < lilypond-1.1.0.uu2.jcn1.diff Patches do not contain automatically generated files or (urg) empty directories, i.e., you should rerun autoconf, configure and possibly make outdirs. --state 1.1.0.uu2 1.1.0.uu2.jcn1 ++state Jan Nieuwenhuizen1998-10-301-12/+0
* release: 1.0.17Han-Wen Nienhuys1998-10-191-1/+1
* release: 1.0.6Han-Wen Nienhuys1998-09-021-2/+2
* release: 1.0.4Han-Wen Nienhuys1998-08-241-0/+12