]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
18 years ago(precision_string): >? fix. release/2.5.30
Han-Wen Nienhuys [Fri, 10 Jun 2005 13:08:01 +0000 (13:08 +0000)]
(precision_string): >? fix.

18 years ago(make-ps-images): search-gs for multipage too.
Han-Wen Nienhuys [Fri, 10 Jun 2005 12:59:05 +0000 (12:59 +0000)]
(make-ps-images): search-gs for multipage too.
(make-ps-images): add verbose -q too.

18 years ago(make-ps-images): search-gs for multipage too.
Han-Wen Nienhuys [Fri, 10 Jun 2005 12:52:02 +0000 (12:52 +0000)]
(make-ps-images): search-gs for multipage too.

18 years ago*** empty log message ***
Han-Wen Nienhuys [Fri, 10 Jun 2005 12:03:58 +0000 (12:03 +0000)]
*** empty log message ***

18 years ago* lily/default-actions.cc (Module): new file. default
Han-Wen Nienhuys [Fri, 10 Jun 2005 10:58:50 +0000 (10:58 +0000)]
* lily/default-actions.cc (Module): new file. default
{book,score}-print functions.

* scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
pass results via parseStringResult, lookup via ly:parser-lookup.

* lily/lily-parser.cc (Lily_parser): only clone lexer in
constructors.
(parse_file): encapsulate do_yyparse() in scm_set_current_module()
(parse_string): idem.

* ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.

18 years ago(main_with_guile): copy be_verbose_global into
Han-Wen Nienhuys [Fri, 10 Jun 2005 09:30:43 +0000 (09:30 +0000)]
(main_with_guile): copy be_verbose_global into
ly_set_option()

18 years ago(main_with_guile): copy be_verbose_global into
Han-Wen Nienhuys [Fri, 10 Jun 2005 09:29:03 +0000 (09:29 +0000)]
(main_with_guile): copy be_verbose_global into
ly_set_option()

18 years ago* scm/backend-library.scm (postscript->pdf):
Jan Nieuwenhuizen [Fri, 10 Jun 2005 08:19:19 +0000 (08:19 +0000)]
* scm/backend-library.scm (postscript->pdf):
* scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
verbose mode.  Search for several names of gs executable.

18 years ago*** empty log message ***
Han-Wen Nienhuys [Fri, 10 Jun 2005 00:58:00 +0000 (00:58 +0000)]
*** empty log message ***

18 years ago(ly_make_anonymous_module): call make-module
Han-Wen Nienhuys [Fri, 10 Jun 2005 00:36:22 +0000 (00:36 +0000)]
(ly_make_anonymous_module): call make-module
directly. This fixes a massive memory leak, provided you use CVS
GUILE.

18 years agoAdded \tieDashed
Erik Sandberg [Thu, 9 Jun 2005 23:07:02 +0000 (23:07 +0000)]
Added \tieDashed

18 years ago* lily/program-option.cc: add debug-gc option.
Han-Wen Nienhuys [Thu, 9 Jun 2005 18:28:59 +0000 (18:28 +0000)]
* lily/program-option.cc: add debug-gc option.

* lily/program-option.cc: rename from scm-option.cc

18 years ago*** empty log message ***
Han-Wen Nienhuys [Thu, 9 Jun 2005 18:26:01 +0000 (18:26 +0000)]
*** empty log message ***

18 years ago* lily/include/lily-guile-macros.hh: don't protect exported module
Han-Wen Nienhuys [Thu, 9 Jun 2005 18:05:31 +0000 (18:05 +0000)]
* lily/include/lily-guile-macros.hh: don't protect exported module
objects.

* lily/include/lily-parser.hh (class Lily_parser): remove beam_check().

18 years ago* scm/backend-library.scm (postscript->pdf): use
Han-Wen Nienhuys [Thu, 9 Jun 2005 17:16:46 +0000 (17:16 +0000)]
* scm/backend-library.scm (postscript->pdf): use
delete-intermediate-files iso. running-from-gui?

* ttftool/util.c (surely_read): robustness. Allow read() to return
less bytes than requested, as per posix standards.

* lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
program option.

* lily/program-option.cc: rename from scm-option.cc

18 years ago* lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
Han-Wen Nienhuys [Thu, 9 Jun 2005 16:45:47 +0000 (16:45 +0000)]
* lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
program option.

* ttftool/include/ttftool.h ("C"): rename verbosity to
ttf_verbosity. Add to public interface.

* lily/program-option.cc: rename from scm-option.cc

18 years ago(unfold-repeats): remove debugging display.
Han-Wen Nienhuys [Thu, 9 Jun 2005 15:44:49 +0000 (15:44 +0000)]
(unfold-repeats): remove debugging display.

18 years ago* lily/program-option.cc: rename from scm-option.cc
Han-Wen Nienhuys [Thu, 9 Jun 2005 14:09:33 +0000 (14:09 +0000)]
* lily/program-option.cc: rename from scm-option.cc

* lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
(get_help_string): Print pretty help string.

* scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
to snippet preamble.

* lily/scm-option.cc: remove command-line-settings option. Fold
all command-line options plus default settings in a generic
interface.

* flower/getopt-long.cc (table_string): indent 2nd lines of help
texts too.

18 years agoBugfix: only append DIRSEP if BASE_
Jan Nieuwenhuizen [Thu, 9 Jun 2005 11:52:07 +0000 (11:52 +0000)]
Bugfix: only append DIRSEP if BASE_
or EXT_ components non-empty.

18 years ago(surely_lseek): more verbosity.
Han-Wen Nienhuys [Thu, 9 Jun 2005 10:45:18 +0000 (10:45 +0000)]
(surely_lseek): more verbosity.

18 years ago* lily/include/lily-proto.hh: add Context_def. This fixes FC4
Han-Wen Nienhuys [Thu, 9 Jun 2005 10:26:19 +0000 (10:26 +0000)]
* lily/include/lily-proto.hh: add Context_def. This fixes FC4
compile.

* lily/parser.yy (Repeated_music): remove >?

18 years ago* scm/framework-ps.scm (write-preamble): Support for -d
Han-Wen Nienhuys [Thu, 9 Jun 2005 10:14:31 +0000 (10:14 +0000)]
* scm/framework-ps.scm (write-preamble): Support for -d
gs-font-load=1: read fonts via ghostscript.

* scm/backend-library.scm (postscript->pdf): Support for
-dgs-font-load=1

18 years agoAdded \layout docs.
Graham Percival [Thu, 9 Jun 2005 08:07:40 +0000 (08:07 +0000)]
Added \layout docs.

18 years agoadd unistd.h
Han-Wen Nienhuys [Wed, 8 Jun 2005 22:44:24 +0000 (22:44 +0000)]
add unistd.h

18 years ago*** empty log message ***
Jan Nieuwenhuizen [Wed, 8 Jun 2005 13:45:29 +0000 (13:45 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Han-Wen Nienhuys [Wed, 8 Jun 2005 13:27:24 +0000 (13:27 +0000)]
*** empty log message ***

18 years ago* scm/editor.scm: add char argument.
Han-Wen Nienhuys [Wed, 8 Jun 2005 13:10:21 +0000 (13:10 +0000)]
* scm/editor.scm: add char argument.

* scripts/lilypond-invoke-editor.scm (dissect-uri): add char.

18 years ago* ttftool/util.c (syserror): use errno for better error reporting.
Han-Wen Nienhuys [Wed, 8 Jun 2005 13:07:11 +0000 (13:07 +0000)]
* ttftool/util.c (syserror): use errno for better error reporting.

* lily/source-file.cc (get_counts): new function. Calc column,
line and char count in one go.

* lily/binary-source-file.cc (quote_input): rename to quote_input

* lily/input.cc (set): new function.

18 years ago(prepend_env_path): Bugfix: Check directory
Jan Nieuwenhuizen [Wed, 8 Jun 2005 12:31:23 +0000 (12:31 +0000)]
(prepend_env_path): Bugfix: Check directory
existence before appending original path.

18 years ago(readNamingTable): verbosity for "bad TTF
Han-Wen Nienhuys [Wed, 8 Jun 2005 11:26:12 +0000 (11:26 +0000)]
(readNamingTable): verbosity for "bad TTF
file" massage.

18 years agoTrivial edit that I forgot to upload last time.
Graham Percival [Wed, 8 Jun 2005 02:36:21 +0000 (02:36 +0000)]
Trivial edit that I forgot to upload last time.

18 years ago(TEXINPUTS): set TEXINPUTS so our
Han-Wen Nienhuys [Tue, 7 Jun 2005 22:50:49 +0000 (22:50 +0000)]
(TEXINPUTS): set TEXINPUTS so our
texinfo.tex is always used.

18 years ago* flower/include/axis.hh: rename from axes.hh
Han-Wen Nienhuys [Tue, 7 Jun 2005 15:13:06 +0000 (15:13 +0000)]
* flower/include/axis.hh: rename from axes.hh

* lily/include/text-interface.hh (Module): rename from text-item.hh

* scm/framework-ps.scm (font-file-as-ps-string): new function.
(handle-macfont): new function. Call fondu for Native mac fonts.

18 years agorelease commit release/2.5.29
Han-Wen Nienhuys [Tue, 7 Jun 2005 14:38:08 +0000 (14:38 +0000)]
release commit

18 years ago* ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
Han-Wen Nienhuys [Tue, 7 Jun 2005 13:34:02 +0000 (13:34 +0000)]
* ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.

* scm/framework-ps.scm (font-file-as-ps-string): new function.
(handle-macfont): new function. Call fondu for Native mac fonts.

18 years ago(fill-line): handle text-widths =
Han-Wen Nienhuys [Tue, 7 Jun 2005 11:29:30 +0000 (11:29 +0000)]
(fill-line): handle text-widths =
'() case.

18 years ago*** empty log message ***
Han-Wen Nienhuys [Tue, 7 Jun 2005 10:39:58 +0000 (10:39 +0000)]
*** empty log message ***

18 years ago(make-ps-images): Bugfix: `Pages: 1\n' is not
Jan Nieuwenhuizen [Tue, 7 Jun 2005 07:45:32 +0000 (07:45 +0000)]
(make-ps-images): Bugfix: `Pages: 1\n' is not
multi-page.  Fix .eps regular expression.

18 years agoNew section on modifying templates and misc small changes.
Graham Percival [Tue, 7 Jun 2005 05:29:30 +0000 (05:29 +0000)]
New section on modifying templates and misc small changes.

18 years agorelease commit release/2.5.28
Han-Wen Nienhuys [Mon, 6 Jun 2005 23:31:21 +0000 (23:31 +0000)]
release commit

18 years agoCompile fix.
Jan Nieuwenhuizen [Mon, 6 Jun 2005 22:59:12 +0000 (22:59 +0000)]
Compile fix.

18 years agoadd \defaultchild to InnerStaffGroup.
Han-Wen Nienhuys [Mon, 6 Jun 2005 20:58:23 +0000 (20:58 +0000)]
add \defaultchild to InnerStaffGroup.

18 years ago(gulp-port): rename from read. Don't redefine
Han-Wen Nienhuys [Mon, 6 Jun 2005 19:25:58 +0000 (19:25 +0000)]
(gulp-port): rename from read. Don't redefine
system primitives.
(gulp-port): using read-string!/partial. We don't want to read an
entire PS file  (GUILE 1.6 limits strings to 16M)

18 years ago* scm/define-grobs.scm (all-grob-descriptions): remove arch-*
Han-Wen Nienhuys [Mon, 6 Jun 2005 18:44:50 +0000 (18:44 +0000)]
* scm/define-grobs.scm (all-grob-descriptions): remove arch-*
properties. Add font-interface.

* scm/define-grob-properties.scm (all-user-grob-properties):
remove old bracket properties.

18 years agoreformat.
Han-Wen Nienhuys [Mon, 6 Jun 2005 16:29:19 +0000 (16:29 +0000)]
reformat.

18 years ago* lily/ledger-line-engraver.cc (acknowledge_grob): create new
Han-Wen Nienhuys [Mon, 6 Jun 2005 16:09:28 +0000 (16:09 +0000)]
* lily/ledger-line-engraver.cc (acknowledge_grob): create new
LedgerLineSpanner if new StaffSymbol is found.

* lily/staff-symbol-engraver.cc (acknowledge_grob): also set
staff-symbol for finishing staff.

18 years ago(OUT_DIST_FILES): don't dist Flex output
Han-Wen Nienhuys [Mon, 6 Jun 2005 15:45:56 +0000 (15:45 +0000)]
(OUT_DIST_FILES): don't dist Flex output

18 years ago(setcolor): implement (re)setcolor with <g>
Han-Wen Nienhuys [Mon, 6 Jun 2005 15:38:28 +0000 (15:38 +0000)]
(setcolor): implement (re)setcolor with <g>
change black to currentColor everywhere. This fixes color support
in SVG.

18 years ago*** empty log message ***
Carl Sorensen [Mon, 6 Jun 2005 14:40:39 +0000 (14:40 +0000)]
*** empty log message ***

18 years ago* flower/memory-stream.cc (Memory_out_stream): remove fopencookie support.
Han-Wen Nienhuys [Mon, 6 Jun 2005 14:27:42 +0000 (14:27 +0000)]
* flower/memory-stream.cc (Memory_out_stream): remove fopencookie support.

* ttftool/ttfps.c: use lily_cookie functions everywhere.

* flower/include/file-cookie.hh: new file. lily_cookie extension

* flower/file-cookie.cc: new file. lily_cookie extension.

18 years ago(editor-command-template-alist): Add syn
Jan Nieuwenhuizen [Mon, 6 Jun 2005 07:57:06 +0000 (07:57 +0000)]
(editor-command-template-alist): Add syn
editor (Jaap [de Vos]).

18 years agoRegression test line lengths
Han-Wen Nienhuys [Sat, 4 Jun 2005 11:59:23 +0000 (11:59 +0000)]
Regression test line lengths

18 years ago*** empty log message ***
Han-Wen Nienhuys [Sat, 4 Jun 2005 11:49:24 +0000 (11:49 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Jan Nieuwenhuizen [Fri, 3 Jun 2005 22:26:03 +0000 (22:26 +0000)]
*** empty log message ***

18 years agoDelete empty section.
Graham Percival [Fri, 3 Jun 2005 20:06:46 +0000 (20:06 +0000)]
Delete empty section.

18 years ago*** empty log message ***
Han-Wen Nienhuys [Fri, 3 Jun 2005 19:47:37 +0000 (19:47 +0000)]
*** empty log message ***

18 years ago(process_acknowledged_grobs): don't
Han-Wen Nienhuys [Fri, 3 Jun 2005 19:47:19 +0000 (19:47 +0000)]
(process_acknowledged_grobs): don't
process anything unless we're at the end of a pending beam. Fixes
syncopated 8ths beamed across a beat.

18 years ago*** empty log message ***
Han-Wen Nienhuys [Fri, 3 Jun 2005 19:23:23 +0000 (19:23 +0000)]
*** empty log message ***

18 years ago* lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
Jan Nieuwenhuizen [Fri, 3 Jun 2005 12:52:34 +0000 (12:52 +0000)]
* lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.

* flower/file-path.cc (is_file, is_dir): Export.

* lily/main.cc (prepend_env_path, set_env_file): Use them.

18 years ago * lily/easy-notation.cc: Added include cctype to correct
Mats Bengtsson [Thu, 2 Jun 2005 14:28:53 +0000 (14:28 +0000)]
* lily/easy-notation.cc: Added include cctype to correct
compilation error.

18 years ago(Top): add entry about font family.
Han-Wen Nienhuys [Thu, 2 Jun 2005 13:47:06 +0000 (13:47 +0000)]
(Top): add entry about font family.

18 years ago(acknowledge_grob): only center on
Han-Wen Nienhuys [Thu, 2 Jun 2005 11:35:53 +0000 (11:35 +0000)]
(acknowledge_grob): only center on
parent if we have a notehead. Fixes incorrect offsets when
Paper_column is very wide in the X direction.

18 years ago(Module): new file.
Han-Wen Nienhuys [Thu, 2 Jun 2005 09:58:10 +0000 (09:58 +0000)]
(Module): new file.

18 years ago(make-pango-font-tree): new function.
Han-Wen Nienhuys [Thu, 2 Jun 2005 09:48:24 +0000 (09:48 +0000)]
(make-pango-font-tree): new function.

18 years ago(before_line_breaking): remove warning about less
Han-Wen Nienhuys [Wed, 1 Jun 2005 23:39:43 +0000 (23:39 +0000)]
(before_line_breaking): remove warning about less
than 2 visible stems. We still get a warning when there is only
one stem..

18 years ago*** empty log message ***
Han-Wen Nienhuys [Wed, 1 Jun 2005 22:49:19 +0000 (22:49 +0000)]
*** empty log message ***

18 years ago* buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
Werner Lemberg [Wed, 1 Jun 2005 19:21:57 +0000 (19:21 +0000)]
* buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
correctly.

18 years ago* lily/slur-scoring.cc (generate_avoid_offsets): new
Han-Wen Nienhuys [Wed, 1 Jun 2005 15:04:57 +0000 (15:04 +0000)]
* lily/slur-scoring.cc (generate_avoid_offsets): new
function. Generate avoid offsets once per slur.

* lily/slur.cc (add_extra_encompass): add dependency to
extra-encompass object. This fixes bugs/c-phrasing-slur.ly

* scripts/lilypond-book.py (do_options): --psfonts doesn't take
argument anymore.

* scripts/lilypond-book.py (set_default_options): new
function. Call this before dissecting snippets, so linewidth
settings reach the snippets.

18 years ago(is_empty): check dim_ field for is_empty()
Han-Wen Nienhuys [Wed, 1 Jun 2005 14:26:13 +0000 (14:26 +0000)]
(is_empty): check dim_ field for is_empty()
too. Fixes inf error with added bass notes.

18 years ago* scripts/lilypond-book.py (do_options): --psfonts doesn't take
Han-Wen Nienhuys [Wed, 1 Jun 2005 13:16:26 +0000 (13:16 +0000)]
* scripts/lilypond-book.py (do_options): --psfonts doesn't take
argument anymore.

* make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.

* input/tutorial/lbook-latex-test.tex: add line length test.

* scripts/lilypond-book.py (set_default_options): new
function. Call this before dissecting snippets, so linewidth
settings reach the snippets.

18 years ago(PLATFORM, slashify): Remove double slashes.
Jan Nieuwenhuizen [Wed, 1 Jun 2005 07:56:41 +0000 (07:56 +0000)]
(PLATFORM, slashify): Remove double slashes.

18 years ago(leftb): bugfix.
Han-Wen Nienhuys [Tue, 31 May 2005 23:42:46 +0000 (23:42 +0000)]
(leftb): bugfix.

18 years agoRemove duplicate info.
Graham Percival [Tue, 31 May 2005 22:02:08 +0000 (22:02 +0000)]
Remove duplicate info.

18 years agoMore autopackage friendliness.
Jan Nieuwenhuizen [Tue, 31 May 2005 20:57:14 +0000 (20:57 +0000)]
More autopackage friendliness.

18 years agoRemove link to LSR.
Graham Percival [Tue, 31 May 2005 19:18:36 +0000 (19:18 +0000)]
Remove link to LSR.

18 years ago*** empty log message *** release/2.5.27
Han-Wen Nienhuys [Tue, 31 May 2005 19:16:30 +0000 (19:16 +0000)]
*** empty log message ***

18 years ago* lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
Han-Wen Nienhuys [Tue, 31 May 2005 18:50:04 +0000 (18:50 +0000)]
* lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
too. Plugs memory leak.

* lily/score.cc (Score): unprotect copy of Output_def. Plugs
memory leak.

18 years ago* make/lilypond.fedora.spec.in (Group): remove
Han-Wen Nienhuys [Tue, 31 May 2005 15:44:49 +0000 (15:44 +0000)]
* make/lilypond.fedora.spec.in (Group): remove
lilypond-pdfpc-helper.

* scripts/GNUmakefile (SEXECUTABLES): remove
lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.

18 years ago* scm/font.scm (make-century-schoolbook-tree): add Mono as
Han-Wen Nienhuys [Tue, 31 May 2005 15:33:41 +0000 (15:33 +0000)]
* scm/font.scm (make-century-schoolbook-tree): add Mono as
'typewriter family.

* scm/font.scm (make-century-schoolbook-tree): use Sans for sans
serif.

18 years ago* lily/score.cc (Score): unprotect copy of Output_def. Plugs
Han-Wen Nienhuys [Tue, 31 May 2005 15:25:26 +0000 (15:25 +0000)]
* lily/score.cc (Score): unprotect copy of Output_def. Plugs
memory leak.

* lily/parser.yy (score_body): don't clone Score, that's done in
Lily_lexer::try_special_identifiers(). This fixes a memory leak.

* lily/score-engraver.cc (derived_mark): new function.
(initialize): unprotect Paper_score. This fixes a memory leak.

* lily/score-performer.cc (derived_mark): new function.

* lily/score-translator.cc (get_output): use SCM for get_output() call.

18 years agoput FlexLexer.h test in conftest.cc. Fixes
Han-Wen Nienhuys [Tue, 31 May 2005 14:09:00 +0000 (14:09 +0000)]
put FlexLexer.h test in conftest.cc. Fixes
spurious warning.

18 years ago(reloc_b): Add --enable-argv0-relocation.
Jan Nieuwenhuizen [Tue, 31 May 2005 13:55:27 +0000 (13:55 +0000)]
(reloc_b): Add --enable-argv0-relocation.

18 years agoTypos.
Werner Lemberg [Tue, 31 May 2005 13:53:43 +0000 (13:53 +0000)]
Typos.

18 years ago*** empty log message ***
Han-Wen Nienhuys [Tue, 31 May 2005 13:51:42 +0000 (13:51 +0000)]
*** empty log message ***

18 years ago(LY_DEFINE): show file name when loading PFB.
Han-Wen Nienhuys [Tue, 31 May 2005 13:37:37 +0000 (13:37 +0000)]
(LY_DEFINE): show file name when loading PFB.

18 years ago*** empty log message ***
Han-Wen Nienhuys [Tue, 31 May 2005 12:39:16 +0000 (12:39 +0000)]
*** empty log message ***

18 years agoadd Staff example.
Han-Wen Nienhuys [Tue, 31 May 2005 12:38:45 +0000 (12:38 +0000)]
add Staff example.

18 years agoFr.po
Han-Wen Nienhuys [Tue, 31 May 2005 12:16:40 +0000 (12:16 +0000)]
Fr.po

18 years agoAdd link to LSR.
Graham Percival [Tue, 31 May 2005 02:06:04 +0000 (02:06 +0000)]
Add link to LSR.

18 years ago(Module): new file. Register all
Han-Wen Nienhuys [Mon, 30 May 2005 23:45:22 +0000 (23:45 +0000)]
(Module): new file. Register all
allowed stencil expression heads in a central place.

18 years ago* scm/define-stencil-commands.scm (Module): new file. Register all
Han-Wen Nienhuys [Mon, 30 May 2005 23:38:46 +0000 (23:38 +0000)]
* scm/define-stencil-commands.scm (Module): new file. Register all
allowed stencil expression heads in a central place.

* lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
ly:make-stencil

* lily/stencil-expression.cc (all_stencil_heads): registering
stencil expressions.

* lily/stencil-interpret.cc: new file. Stencil expression
interpreting.

18 years agomove file back.
Han-Wen Nienhuys [Mon, 30 May 2005 22:34:53 +0000 (22:34 +0000)]
move file back.

18 years agoMisc small changes.
Graham Percival [Mon, 30 May 2005 21:20:14 +0000 (21:20 +0000)]
Misc small changes.

18 years agoC
Jan Nieuwenhuizen [Mon, 30 May 2005 19:58:24 +0000 (19:58 +0000)]
C

18 years ago(editor-command-template-alist): Use jedit
Jan Nieuwenhuizen [Mon, 30 May 2005 18:22:46 +0000 (18:22 +0000)]
(editor-command-template-alist): Use jedit
-reuseview (Bertalan), add uedit (Patrick Huberts).

18 years agoRename from
Jan Nieuwenhuizen [Mon, 30 May 2005 14:18:22 +0000 (14:18 +0000)]
Rename from
xiao-haizi-guai-guai.ly.

18 years ago*** empty log message ***
Jan Nieuwenhuizen [Mon, 30 May 2005 10:56:39 +0000 (10:56 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Jan Nieuwenhuizen [Mon, 30 May 2005 10:46:44 +0000 (10:46 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Han-Wen Nienhuys [Mon, 30 May 2005 09:50:37 +0000 (09:50 +0000)]
*** empty log message ***

18 years ago* lily/span-bar.cc (print): sort bar line extents. Fixes problem
Han-Wen Nienhuys [Mon, 30 May 2005 09:45:14 +0000 (09:45 +0000)]
* lily/span-bar.cc (print): sort bar line extents. Fixes problem
with disappearing span bars when alignAboveContext is active

* lily/property-iterator.cc (check_grob): use is-grob?
object-property. Fixes crash-key-sig-font-size.ly.