1 2004-03-30 Han-Wen Nienhuys <hanwen@xs4all.nl>
3 * Documentation/user/changing-defaults.itely (Interpretation
4 contexts): rewrite introduction.
6 2004-03-30 Ferenc Wagner <wferi@tba.elte.hu>
8 * scm/define-markup-commands.scm: Use TeX accents instead of
9 straight iso-8859-1 encoding in the doc string.
11 2004-03-30 Han-Wen Nienhuys <hanwen@xs4all.nl>
13 * Documentation/user/tutorial.itely (A lead sheet): remove extra
14 space after dotted duration.
16 2004-03-29 Jan Nieuwenhuizen <janneke@gnu.org>
18 * Documentation/user/introduction.itely:
19 * Documentation/user/notation.itely:
20 * Documentation/user/tutorial.itely: Up all relative examples.
21 Enclose @lilypond displays in @quotation. Typos and corrections.
23 * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
25 2004-03-29 Mats Bengtsson <mabe@drongo.s3.kth.se>
27 * scm/music-functions.scm (make-voice-props-revert): Revert also
28 MultiMeasureRest staff-position in oneVoice.
30 2004-03-29 Heikki Junes <hjunes@cc.hut.fi>
32 * Documentation/user/changing-defaults.itely,
33 Documentation/user/lilypond.tely: few fixes. Place no comma between
34 two options: a and b, but commas between three options: a, b, and c.
35 By this manner, grouping is possible: a and b, and c and d.
37 2004-03-29 Han-Wen Nienhuys <hanwen@xs4all.nl>
39 * Documentation/user/GNUmakefile: add rule for .nexi
41 2004-03-28 Han-Wen Nienhuys <hanwen@xs4all.nl>
43 * Documentation/user/music-glossary.tely: move glossary direntry
45 * stepmake/stepmake/texinfo-vars.make (INFOINSTALL):
46 only do mkdir/install-info if INFO_INSTALL_FILES != "".
48 2004-03-28 Jan Nieuwenhuizen <janneke@gnu.org>
50 * stepmake/aclocal.m4: Verify that gettext configure check with
51 gcc-3.3 and autoconf 2.59 is still broken. Update warning.
53 2004-03-28 Han-Wen Nienhuys <hanwen@xs4all.nl>
55 * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
56 glob.glob for .png filenames. This catches multipage pngs.
58 * Documentation/user/changing-defaults.itely (Determining the grob
59 property): fix references.
61 * lily/staff-symbol.cc (print): only add extent if non empty.
62 This fixes staff-container.ly.
64 * lily/timing-engraver.cc (initialize): init whichBar, so a score
65 starting with a mmrest also works.
67 * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
70 * po/lilypond.pot: update translation strings.
72 * VERSION: 2.1.35 released
74 * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
77 * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
79 * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
81 * python/lilylib.py (command_name): don't return 1st path
84 * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
87 * python/lilylib.py (system): typo.
89 2004-03-28 Jan Nieuwenhuizen <janneke@gnu.org>
91 * input/regression/span-bar.ly: Fix typos. Set indent-level:2,
94 * Documentation/user/preface.itely: Run texinfo-all-menus-update.
97 * lily/function-documentation.cc: Compile fix: Include <string.h>.
100 2004-03-27 Heikki Junes <hjunes@cc.hut.fi>
102 * vim/lilypond-indent.vim: small fixes.
104 2004-03-26 Mats Bengtsson <mabe@drongo.s3.kth.se>
106 * Documentation/user/notation.itely (Entering lyrics): Add example
107 with correct english double quotes (at least for LaTeX output,
108 maybe not a good idea if we switch to PS as the default output
111 2004-03-26 Han-Wen Nienhuys <hanwen@xs4all.nl>
113 * lily/staff-performer.cc (create_audio_elements): play instrument
114 changes before notes arrive. This fixes instrument of the first
117 * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
120 * lily/mark-engraver.cc: doc string.
122 * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
124 * Documentation/user/introduction.itely (Introduction): new node.
126 2004-03-25 Han-Wen Nienhuys <hanwen@xs4all.nl>
128 * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
130 * input/regression/spacing-ragged-last.ly: new file.
132 * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
135 * scm/font.scm: rewrite using GOOPS.
137 * lily/context-def.cc (filter_engravers): derefence pointer.
139 * lily/lily-guile.cc (type_check_assignment): use
140 ly_scheme_function iso. scm_primitive_eval where possible.
142 * lily/performance.cc (output): limit channels at 15. This fixes
143 percussion inadvertently showing up in large scores.
145 2004-03-24 Han-Wen Nienhuys <hanwen@xs4all.nl>
147 * input/regression/tuplet-gap.ly: new file.
149 * lily/tuplet-bracket.cc (make_bracket): take gap interval.
150 (print): compute gap length from number size, include italic
153 * scm/define-grobs.scm (all-grob-descriptions): remove gap from
156 * scm/paper.scm (set-default-paper-size): new function, to be
158 (set-paper-size): new function, to be called inside \paper {}
159 (set-default-paper-size): new function, to be called at toplevel.
161 * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function.
163 * lily/beam-performer.cc (process_music): idem.
165 * lily/slur-performer.cc (process_music): stop melisma for stop event.
167 * tex/titledefs.tex: remove scshape for piece.
169 * lily/line-spanner.cc (line_stencil): font-encoding = music, not
172 * lily/time-signature.cc (special_time_signature): font-encoding
175 * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
176 dynamic to head. This fixes p placement in morgenlied.
178 2004-03-23 Werner Lemberg <wl@gnu.org>
180 * stepmake/stepmake/generic-targets.make (help): Improve text.
182 2004-03-23 Han-Wen Nienhuys <hanwen@xs4all.nl>
184 * VERSION: 2.1.34 released
186 * lily/main.cc (main_with_guile): switch debugging.
188 * lily/system.cc (get_line): plug leak.
190 * lily/paper-book.cc (pages): plug memory leaks: delete page array
192 (stencil2line): plug leak.
194 * Documentation/user/changing-defaults.itely (Determining a grob
196 (Layout interfaces): new node.
197 (Navigating the program reference): new node.
199 * lily/accidental-engraver.cc (acknowledge_grob): add property
202 * lily/piano-pedal-engraver.cc (del_linespanner): new function.
205 * input/les-nereides.ly (middleDynamics): resurrect Les
206 nereides. Remove pedal hack.
208 2004-03-22 Han-Wen Nienhuys <hanwen@xs4all.nl>
210 * input/regression/property-grace-polyphony.ly: new file.
212 * lily/translator-property.cc (execute_pushpop_property): only pop
213 one instance of the property. This fixes << \\ >> together with
216 * lily/break-align-interface.cc (ordered_elements): we cannot
217 modify the #'elements property, so return reordered array.
219 2004-03-23 Heikki Junes <hjunes@cc.hut.fi>
221 * buildscripts/lilypond.words.py: remove.
222 * buildscripts/lilypond-words.py: add new, renamed file.
223 Give generated targets and dirs explicitly in arguments.
225 * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
226 elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
227 vim/lilypond-syntax.vim: update to use new lilypond-words.py.
229 * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
231 * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
233 * Documentation/topdocs/INSTALL.texi: update vim-mode installing orders.
235 * vim/GNUmakefile: add local-uninstall target.
237 * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
239 * vim/vimrc: add a one-liner file.
241 * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
242 vimrc in EXTRA_DIST_FILES.
244 * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
246 2004-03-22 Heikki Junes <hjunes@cc.hut.fi>
248 * config.make.in: add vimdir.
250 * vim/GNUmakefile: add local-install.
252 2004-03-22 Mats Bengtsson <mabe@drongo.s3.kth.se>
254 * tex/titledefs.tex: Replaced \ifx\blabla\undefined
255 with \lilypondifundefined{blabla}. Solves problem with multiple
256 titles in the same lilypond-book document.
258 2004-03-22 Han-Wen Nienhuys <hanwen@xs4all.nl>
260 * scm/document-backend.scm (interface-doc): sort grob list for interface.
262 * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
263 pre/post break align-order.
265 * spelling patch courtesy Edward Sutton.
267 * Documentation/user/changing-defaults.itely (Changing context
268 default settings): new node.
269 (Defining new contexts): new node.
271 * scripts/lilypond-book.py (is_derived_class): use numbers
274 * python/lilylib.py (make_ps_images): add margin to PS images.
276 * scripts/lilypond-book.py (is_derived_class): new function. Take
277 class arg iso. object.
278 (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
281 * lily/text-item.cc (interpret_markup): idem.
283 * scm/define-markup-commands.scm: remove split around-space hack.
285 * lily/staff-symbol-referencer.cc (get_rounded_position): new
286 function, fold WL's fixes into one function.
288 2004-03-22 Werner Lemberg <wl@gnu.org>
290 * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
291 lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
292 (Note_column::head_position_interval): Do proper rounding for
293 calls to Staff_symbol_referencer::get_position.
295 2004-03-21 Werner Lemberg <wl@gnu.org>
297 * lily/score.cc (ly_run_translator), lily/paper-def.cc
298 (Paper_def::get_paper_outputter), lily/input-file-results.cc
299 (Input_file_results::Input_file_results), lily/my-lily-parser.cc
300 (My_lily_parser::parse_file): Improve formatting progress indication
303 2004-03-21 Han-Wen Nienhuys <hanwen@xs4all.nl>
305 * VERSION: 2.1.33 released.
307 * scripts/lilypond-book.py (do_file): reinstate --filter support.
309 * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
311 * stepmake/stepmake/generic-targets.make: rewrite hack so no
312 warning is issued about dummy.dep.
314 * scm/new-font.scm: fix design sizes of nummer
316 2004-03-21 Werner Lemberg <wl@gnu.org>
318 * stepmake/bin/install-sh: Updated (from gnulib). This removes
319 some annoying warnings from mkdir during `make install'.
321 2004-03-21 Han-Wen Nienhuys <hanwen@xs4all.nl>
323 * lily/performer-group-performer.cc (do_announces): call
324 Performer_group_performer::create_audio_elements () too.
326 * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
328 * scm/define-grobs.scm (all-grob-descriptions): add property break-align-orders
330 * lily/global-context.cc (get_default_interpreter): new
331 function. Override from base class, so no new Score contexts are
334 * lily/include/stencil.hh (class Stencil): document origin field.
336 * lily/staff-symbol.cc (print): span staff-symbol on column
337 extents for non-broken columns.
339 * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind key-signature.
341 * tex/titledefs.tex: don't use smallcaps for piece.
343 * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
344 translated stencils in the output.
346 * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
348 2004-03-20 Han-Wen Nienhuys <hanwen@xs4all.nl>
350 * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
351 and init ties_created_
353 * VERSION: release 2.1.32
355 * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
356 doc string from IMPLEMENT_CTOR_CALLBACK().
358 * lily/engraver.cc (typeset_grob): paranoia: take care of the case
359 that engraver is in a performer hierarchy.
361 2004-03-17 Heikki Junes <hjunes@cc.hut.fi>
363 * vim/lilypond-ftdetect.vim: new file.
365 2004-03-19 Han-Wen Nienhuys <hanwen@xs4all.nl>
367 * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0.
368 (compose_ly): default octave should be middle C.
370 * Documentation/user/changing-defaults.itely (Layout tunings
371 within contexts): new node.
373 * lily/include/smobs.hh: document C++ smob interface.
375 * lily/function-documentation.cc: don't doc functions without
378 2004-03-19 Jan Nieuwenhuizen <janneke@gnu.org>
380 * Documentation/user/lilypond.tely: Remove `* lilypond' node from
381 direntry, so that `info lilypond' goes to Top.
383 * scm/output-ps.scm (polygon): Fix: add spaces.
385 * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
386 solutions are now optimal too.
388 * input/test/page-breaks.ly: New file.
390 * lily/paper-outputter.cc (Paper_outputter): Import page breaking
391 functions into safe module.
393 * lily/lily-guile.cc (ly:number->string): Do not leave space at
396 * scm/output-*.scm: Use ly:number->string rather than
397 number->string. Makes for saner output.
399 * scm/output-ps.scm (define-fonts): Always scale by designsize.
400 Fixes feta-nummer, feta-din scaling.
402 2004-03-19 Han-Wen Nienhuys <hanwen@xs4all.nl>
404 * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
406 * scm/music-functions.scm (descend-to-context): new
407 function. Similar to context-spec-music.
408 (make-time-signature-set): specify Score as descend-only. This
409 fixes the polymetric.ly example.
411 * lily/context-specced-music-iterator.cc (construct_children): add
412 support for descend-only context spec.
414 * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
415 determine ez-notation letter.
417 * lily/system.cc (get_line): start with dumping layer 3. This
420 2004-03-19 Jan Nieuwenhuizen <janneke@gnu.org>
422 * input/test/title-markup.ly: Stress breaking harder.
424 * scm/page-layout.scm (height-score): Overfull page scores twice
425 as bad as underfull (was: by a power).
426 (walk-lines): Omit first walk-path round (breaking after new node,
429 * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
430 diff values are negative.
431 (output): Bugfix: treat negative vfill differently.
433 * Documentation/user/lilypond.tely (direntry): Add note about why
434 `info lilypond' brings up `Invoking LilyPond' node.
436 2004-03-18 Jan Nieuwenhuizen <janneke@gnu.org>
438 * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
440 * lily/paper-book.cc: Remove cruft.
441 (output): Bugfix: put vfill between lines.
442 (pages): Bugfix: set page vars needed for filling.
444 * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
447 * scm/page-layout.scm: Further development.
449 * ly/declarations-init.ly (paper): Define page-breaking.
451 2004-03-18 Han-Wen Nienhuys <hanwen@xs4all.nl>
453 * lily/note-head.cc (brew_ez_stencil): add note-names
454 property. Provides internationalization for note names.
456 * Documentation/user/changing-defaults.itely (Creating contexts):
459 * lily/grace-iterator.cc (process): descend to child for \grace.
461 * lily/timing-translator.cc (initialize): Timing_translator adds
462 Timing alias by itself.
464 * lily/context.cc (add_alias): new function.
466 * scm/lily.scm (tex-output-expression): new function, eval within
467 drawing API. Guards against eval vulnerabilities.
469 * scm/output-tex.scm (tex-encoded-fontswitch): idem.
471 * scm/output-ps.scm (scm): export lily drawing API.
473 * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
476 2004-03-17 Jan Nieuwenhuizen <janneke@gnu.org>
478 * scm/page-layout.scm (optimal-page-breaking): New function.
480 * lily/paper-book.cc (pages): Use it.
482 2004-03-16 Jan Nieuwenhuizen <janneke@gnu.org>
484 * lily/include/paper-line.hh (class Paper_line): Full smob.
486 2004-03-18 Han-Wen Nienhuys <hanwen@xs4all.nl>
488 * lily/global-context.cc (run_iterator_on_me): fix grace note
489 nesting by initting measurePosition.
491 * lily/timing-translator.cc (initialize): do no init
494 * lily/include/music-output-def.hh (class Music_output_def): add
497 * Documentation/user/changing-defaults.itely (Changing context
498 properties on the fly): new node.
500 * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
501 function. Only have smobbed_copy (), and do not provide
502 smobbed_copy() for non-simple smobs. Changes throughout.
504 2004-03-17 Han-Wen Nienhuys <hanwen@xs4all.nl>
506 * lily/auto-change-iterator.cc (class Auto_change_iterator): add
507 start_moment_. Fix by Doug A. Linhardt.
509 2004-03-16 Han-Wen Nienhuys <hanwen@xs4all.nl>
511 * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
512 accidentals for harmonic notes.
514 * lily/note-collision.cc (check_meshing_chords): don't merge heads
515 of different style. (Thanks to Doug Linhardt).
517 * Documentation/user/changing-defaults.itely (Scheme tutorial):
520 2004-03-16 Heikki Junes <hjunes@cc.hut.fi>
522 * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
524 * vim/filetype.vim, vim/lilypond-ftplugin.vim,
525 vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
526 vim/lilypond-indent.vim: doc targets and deps in comments.
528 2004-03-15 Jan Nieuwenhuizen <janneke@gnu.org>
530 * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
532 * lily/system.cc (get_line): Return Paper_line. Change all users.
534 * lily/include/paper-line.hh:
535 * lily/include/paper-line.cc: New file.
537 2004-03-15 Han-Wen Nienhuys <hanwen@xs4all.nl>
539 * VERSION (MY_PATCH_LEVEL): release 2.1.31.
541 * GNUmakefile.in: remove stray make out=www
543 * input/test/bagpipe.ly (gcdg): octave fixes.
545 * scm/define-markup-commands.scm (number): use font-encoding
548 * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
551 2004-03-15 Heikki Junes <hjunes@cc.hut.fi>
553 * lily/parse-scm.cc: compile-bugfix: add missing header files for
554 `output_format_global' and `PAGE_LAYOUT'.
556 2004-03-14 Jan Nieuwenhuizen <janneke@gnu.org>
558 * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
559 lily functions in safe mode.
561 * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
562 Print filename for HTML, LATEX, before texidoc.
564 * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
565 instructions in output-ps module.
567 * scm/lily.scm: Do not load output-ps module.
569 * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
572 2004-03-14 Han-Wen Nienhuys <hanwen@xs4all.nl>
574 * lily/span-dynamic-performer.cc (process_music): remove spurious
577 * lily/context-def.cc (Context_def): init name to ""
579 * lily/font-interface.cc: add font-encoding property.
581 * scm/lily.scm (chain-assoc-get): bugfix.
583 * lily/paper-book.cc (stencil2line): protect static SCM.
585 * lily/font-interface.cc (text_font_alist_chain): rename function,
586 and use text-font-defaults.
588 * lily/font-select.cc (properties_to_font_size_family): call SCM code.
590 * scm/paper.scm (paper-set-staff-size): use new function.
592 * scm/new-font.scm (make-font-tree): new function.
594 2004-03-13 Jan Nieuwenhuizen <janneke@gnu.org>
596 * lily/paper-book.cc (output): Bugfix: no output if no \paper.
598 * scm/lily.scm (get-output-module): New function.
599 (output-alist): Remove ,ps-output-expression.
601 * scm/output-tex.scm (ps-output-expression): New function.
603 * scm/output-ps.scm (ps-output-expression): Remove.
604 (header, start-page): Output page metadata.
606 * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
607 initialise output_module_. Do not write part of header.
608 (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
609 (output_header): Output full header.
611 * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
614 2004-03-13 Han-Wen Nienhuys <hanwen@xs4all.nl>
616 * scm/new-font.scm: new file. Tree based font lookup.
618 * scm/lily.scm (assoc-get): take default argument. Remove
620 (chain-assoc-get): use chain-assoc-get everywhere.
622 * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
623 autobeamsettings conversion bug.
625 * lily/include/global-context.hh (Context): clean-up data hiding.
627 * lily/include/music-iterator.hh (class Music_iterator): clean-up
630 * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
632 * input/regression/stem-shorten.ly: add chord case.
634 * lily/stem.cc (get_default_stem_end_position): shorten stems
635 triggered by note-head positions, not by forced-direction. This
636 fixes a bug with too short stems.
638 2004-03-12 Jan Nieuwenhuizen <janneke@gnu.org>
640 * scripts/lilypond-book.py (Lilypond_snippet.output_html,
641 Lilypond_snippet.output_latex): Always call output_print_filename.
643 * lily/paper-book.cc (fill_pages): New method. Try to cramp or
646 2004-03-12 Han-Wen Nienhuys <hanwen@xs4all.nl>
648 * scm/part-combiner.scm (make-autochange-music): switch rests
649 before switched notes too.
651 * lily/figured-bass-engraver.cc (process_music): change calling
654 * scm/bass-figure.scm (format-bass-figure): rewrite function.
656 * scm/define-markup-commands.scm (bracketed-y-column): new markup
659 * lily/include/stencil.hh (class Stencil): add origin field.
661 * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
664 * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function.
666 * lily/lexer.ll: remove support for \$ and $ in identifiers
668 * lily/sequential-iterator.cc: remove copy_grace_fixups
669 (get_grace_fixup): slight abstraction of fixup code.
671 * input/test/title-markup.ly (spaceTest): vary staff sizes.
673 2004-03-12 Heikki Junes <hjunes@cc.hut.fi>
675 * vim/lilypond-indent.vim: use <C-F> (default) as indent key
676 in insert-mode. add indenting rules.
678 2004-03-11 Jan Nieuwenhuizen <janneke@gnu.org>
680 * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
683 * scm/page-layout.scm:
684 * lily/paper-book.cc: Handle tagline/copyright. Internal page
685 layout and titling should now match external latex based version.
687 * scm/output-tex.scm (output-scopes): Bugfix: only write string
690 * ps/lilyponddefs.ps: Remove automatic page layout.
692 * scm/output-ps.scm (new-start-system): New interface function.
694 * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
696 * lily/paper-book.cc (output): Bugfix.
698 2004-03-11 Han-Wen Nienhuys <hanwen@xs4all.nl>
700 * VERSION (MY_PATCH_LEVEL): release 2.1.30
702 2004-03-11 Jan Nieuwenhuizen <janneke@gnu.org>
704 * Documentation/user/lilypond.tely: Bugfix: Remove './' from
707 * ps/lilyponddefs.ps: Bugfix.
709 * input/regression/multi-measure-rest-instr-name.ly: Typo.
711 2004-03-11 Han-Wen Nienhuys <hanwen@xs4all.nl>
713 * lily/auto-beam-engraver.cc (create_beam): add Stem as
714 cause. This should fix warnings.
716 * mf/feta-slag.mf (trill_ne): fix upmordent size.
718 * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
719 prevent aligned 6ths.
721 * lily/custos.cc (print): remove adjust-if-on-staffline.
723 2004-03-11 Jan Nieuwenhuizen <janneke@gnu.org>
725 * lily/paper-book.cc: Do header and footer.
727 2004-03-10 Jan Nieuwenhuizen <janneke@gnu.org>
729 * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
731 * scm/paper.scm (lineheight): Remove
732 (head-sep, foot-sep): Add.
734 2004-03-10 Han-Wen Nienhuys <hanwen@xs4all.nl>
736 * mf/feta-schrift.mf: reduce portato thickness.
738 * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
740 * lily/grob-pq-engraver.cc (start_translation_timestep): remove
741 programming_error ().
743 * lily/piano-pedal-engraver.cc (finalize): attach unfinished
744 bracket to last command column.
746 * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
747 continues on next/prev system.
749 * input/regression/pedal-end.ly: new file.
751 2004-03-10 Werner Lemberg <wl@gnu.org>
753 * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
755 * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
757 2004-03-10 Jan Nieuwenhuizen <janneke@gnu.org>
759 * scm/page-layout.scm: New file.
761 * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
763 (Lilypond_snippet.is_outdated): Also check for PNG file.
764 Workaround for interrupted (web) builds.
766 * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
768 * ps/lilyponddefs.ps: Use only very small top-marging.
769 (init-paper): Also pop page size string.
770 (start-page, stop-page): New function.
772 * scm/output-ps.scm (header-end): Remove stray exec commands.
774 2004-03-10 Han-Wen Nienhuys <hanwen@xs4all.nl>
776 * lily/input-file-results.cc (do_one_file): use new Paper_book()
778 * lily/score.cc (default_rendering): clean protection.
780 * lily/paper-book.cc (mark_smob): implement smob marking.
782 * scripts/lilypond.py (make_html_menu_file): remove --psgz option
784 * Documentation/user/*.itely: user manual edits.
786 2004-03-09 Han-Wen Nienhuys <hanwen@xs4all.nl>
788 * Documentation/user/converters.itely (Invoking musedata2ly):
791 * scripts/pmx2ly: remove script.
793 2004-03-09 Jan Nieuwenhuizen <janneke@gnu.org>
795 * lily/score.cc (default_rendering): Protect paper-book members.
797 * lily/paper-def.cc (smobbed_copy): New method.
799 * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
802 * lily/include/music-output.hh (process): Change signature to
805 * lily/paper-book.cc (classic_output, get_title, get_scopes): New
808 * lily/paper-score.cc (process): Return stencils rather than
809 outputting directly. Remove paper-book kludge. Delete grobs.
812 * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
814 * lily/score-engraver.cc (get_output): Do not reset pscore_.
816 * lily/score.cc (default_rendering)
817 (ly_render_output): Move adding paper-score two levels up.
819 * lily/system.cc (get_line):
820 * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
822 2004-03-09 Han-Wen Nienhuys <hanwen@xs4all.nl>
824 * scm/font.scm (paper20-font-vector): add more design sizes for
827 * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
828 feta-nummber{5,7,11,13}.
830 * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
831 for 12pt design size.
833 2004-03-09 Han-Wen Nienhuys <hanwen@xs4all.nl>
835 * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
837 2004-03-09 Jan Nieuwenhuizen <janneke@gnu.org>
839 * lily/font-select.cc (properties_to_font_size_family): Fix
842 * Experimental PostScript latin1 encoding:
844 * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
846 * scm/output-ps.scm: Experimental encoding using reencode-font.
847 * scm/font.scm: Add latin1 `font-shape'.
849 * scm/define-markup-commands.scm (latin-i): New font-shape command.
851 * ps/lilyponddefs.ps (reencode-font): New function.
853 * lily/paper-book.cc (get_pages): Simplistic page breaking.
855 * scm/output-tex.scm (start-page):
856 (stop-page): New interface function.
858 2004-03-08 Jan Nieuwenhuizen <janneke@gnu.org>
860 * lily/paper-outputter.cc (output_expr):
862 (output_line): New method.
864 * lily/system.cc (get_line):
865 (get_lines): New method.
867 (output_line): Remove.
869 * scm/lily.scm (make-title): New function.
871 * lily/paper-book.cc:
872 * lily/include/paper-book.hh: New file.
874 * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
877 * lily/ly-module.cc (ly_modules_lookup): New function.
879 * lily/main.cc (main_with_guile): Move memory leak debug code back.
881 * scm/output-ps.scm (make-title): Remove.
882 (output-scopes): Junk header-title test.
884 2004-03-08 Han-Wen Nienhuys <hanwen@xs4all.nl>
886 * mf/feta-schrift.mf: thicker dot for portato.
888 * lily/accidental-placement.cc (position_accidentals): bugfix in
889 offset, this fixes right-padding of AccidentalPlacement.
891 * lily/[h-z]*.cc: () formatting.
893 * Documentation/user/tutorial.itely (An orchestral part): more
894 fixes for the tutorial.
896 * scm/translation-functions.scm (fraction-tuplet-formatter):
899 * lily/parser.yy (context_def_spec_block): use \context instead of
902 * lily/[a-g].cc: () style cleanup.
904 * Documentation/user/tutorial.itely (Automatic and manual beams):
907 2004-03-07 Han-Wen Nienhuys <hanwen@xs4all.nl>
909 * buildscripts/mf-to-table.py (base): write encoding name.
911 2004-03-07 Jan Nieuwenhuizen <janneke@gnu.org>
913 * Documentation/user/GNUmakefile (local-install-info): Issue
914 warning (for packager, ie, if not installing in /usr or /usr/local).
916 * lily/stencil-scheme.cc:
917 * lily/staff-symbol-referencer.cc:
918 * lily/script-column.cc:
921 * lily/grob-pq-engraver.cc:
922 * lily/font-interface.cc:
923 * lily/music-output-def.cc:
925 * lily/grob-scheme.cc:
926 * lily/context-scheme.cc: Put scheme name on first line in
927 LY_DEFINE to help etags (/ms multiline regexp flag broken?). Stray
930 * stepmake/stepmake/scm-vars.make:
931 * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
932 Rename and split TAGS_FILES.
934 * GNUmakefile.in (ALL-TAGS): Remove.
936 * stepmake/stepmake/generic-targets.make (TAGS): Also include
937 deeper TAGS files. Fixes regexp tags in TOP dir.
939 2004-03-07 Han-Wen Nienhuys <hanwen@xs4all.nl>
941 * VERSION: 2.1.29 released.
943 * Documentation/user/changing-defaults.itely (Changing defaults):
946 * Documentation/user/notation.itely (Notation manual): rename from
949 * Documentation/user/notation-appendices.itely (The Feta font):
952 * Documentation/user/advanced.itely: add aborted attempt for
953 advanced topics manual.
955 2004-03-06 Han-Wen Nienhuys <hanwen@xs4all.nl>
957 * scm/new-markup.scm: display Markups in sane format. Patch by
960 2004-03-05 Jan Nieuwenhuizen <janneke@gnu.org>
962 * lily/main.cc: Cleanups.
963 (setup_localisation): New function.
964 (sane_putenv): Remove.
965 (main_with_guile): New name (Was: main_prog). Remove musings
966 about possible preparation for GUILE heavy memory usage and
967 practical uselessness. Do not set environment variables
968 GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE. Remove file
970 (parse_argv): New function.
971 (copyright): New function. It's 2004 already.
973 * lily/input-file-results.cc (do_one_file): Add file name juggling.
974 (distill_inname): Move from main.
976 2004-03-05 Han-Wen Nienhuys <hanwen@xs4all.nl>
978 * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
980 * vim/GNUmakefile: flatten dirs, add GNUmakefile.
982 * Documentation/user/running.itely: new file.
984 * lily/include/audio-element.hh (class Audio_element): remove grace_b_
986 * lily/score-performer.cc (finish): call Translator::finalize ().
988 2004-03-05 Heikki Junes <hjunes@cc.hut.fi>
990 * lilypond-ftpplugin.vim: renamed to the following file.
991 * lilypond-ftplugin.vim: new file.
993 * GNUmakefile.in: update VIM_FILES.
995 2004-03-04 Han-Wen Nienhuys <hanwen@xs4all.nl>
997 * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
1000 * input/test/tie-sparse.ly: remove.
1002 * lily/tie-performer.cc (try_music): copy & paste from
1005 * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
1008 * lily/key-performer.cc (create_audio_elements): use
1011 * scm/midi.scm (accidentals-in-key): divide alterations by 2.
1013 2004-03-04 Heikki Junes <hjunes@cc.hut.fi>
1015 * input/test/smart-transpose.ly: fix cases fes->e and similar.
1016 handle also quarter tones (not shown as tests). test also flats.
1018 * Documentation/index.html.in: small fixes.
1020 2004-03-03 Jan Nieuwenhuizen <janneke@gnu.org>
1022 * input/regression/new-markup-scheme.ly: Typo.
1024 * scm/define-markup-commands.scm (fill-line): New markup.
1026 * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
1027 (output-paper-def): Fix alignment.
1028 (make-title): Fix height/width scaling.
1030 * ps/lilyponddefs.ps (base-line-skip): Bugfix.
1032 * input/test/title-markup.ly: Add remaining titles. Layout and
1033 font size fixes. Add simplistic latin1 test.
1035 2004-03-03 Heikki Junes <hjunes@cc.hut.fi>
1037 * input/test/nested-groups.ly: remove. move content (to next).
1038 * input/test/staff-bracket.ly: replace content (from prev), this
1039 has been already in templates.
1041 2004-03-03 Jan Nieuwenhuizen <janneke@gnu.org>
1043 * stepmake/autogen.sh: Only issue warning about running configure
1044 without arguments when autogen.sh will actually be running
1047 2004-03-03 Han-Wen Nienhuys <hanwen@xs4all.nl>
1049 * scm/new-markup.scm (stack-stencil-line): robustness.
1051 * scm/define-markup-commands.scm (simple): robustification of
1054 * Documentation/user/music-glossary.tely (Top): change central C
1057 * lily/text-item.cc (interpret_markup): cache make-simple-markup
1059 2004-03-03 Jan Nieuwenhuizen <janneke@gnu.org>
1061 * input/test/title-markup.ly (spaceTest): Add.
1063 * lily/text-item.cc (interpret_markup): Make line markup from
1066 * scm/define-markup-commands.scm (word): New markup command.
1069 * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
1071 2004-03-02 Heikki Junes <hjunes@cc.hut.fi>
1073 * vim/ftplugin/lilypond.vim:
1074 * vim/syntax/lilypond.vim: use only local settings with setlocal.
1075 show matching paren in insert mode.
1077 2004-03-02 Jan Nieuwenhuizen <janneke@gnu.org>
1079 * scm/output-ps.scm (make-title, output-scopes): Further
1082 * input/test/title-markup.ly: New file.
1084 * ps/lilyponddefs.ps: Disable PostScript titling.
1086 * lily/paper-score.cc (process): Quote PORT argument to make-title.
1088 2004-03-01 Han-Wen Nienhuys <hanwen@xs4all.nl>
1090 * lily/arpeggio.cc (width_callback): remove padding.
1092 * scm/define-grobs.scm (all-grob-descriptions): add padding.
1094 * scm/define-music-types.scm: remove make-music-by-name.
1096 * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
1098 2004-03-01 Jan Nieuwenhuizen <janneke@gnu.org>
1100 * lily/paper-score.cc (process): Output titles using make-title.
1102 * scm/output-ps.scm (output-stencil): Display directly instead of
1103 constructing string.
1104 (make-title): New function.
1106 2004-03-01 Mats Bengtsson <mabe@drongo.s3.kth.se>
1108 * Documentation/user/lilypond-book.itely (Integrating LaTeX and
1109 music), Documentation/user/invoking.itexi (Invoking lilypond):
1110 Move documentation of LaTeX packages for latin1 characters to the
1111 lilypond-book manual.
1113 2004-03-01 Heikki Junes <hjunes@cc.hut.fi>
1115 * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
1117 * vimrc: add menu in console and shortcut <F10> for it.
1123 * vim/ftplugin/: new directories.
1125 * vim/filetype.vim: new file.
1127 * lilypond.vim: remove files (see next).
1128 * vim/syntax/lilypond.vim: new, renamed file (see prev).
1130 * vimrc: remove file (see next).
1131 * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
1133 * vim/ftplugin/lilypond.vim: change dir for dictionary.
1134 add header. apply bindings only locally.
1136 * vim/indent/lilypond.vim: new file.
1138 * vim/ftplugin/lilypond.vim: remove errorformat.
1139 * vim/compiler/lilypond.vim: new file for errorformats.
1141 * Documentation/topdocs/INSTALL.texi: give easier orders.
1145 2004-02-29 Jan Nieuwenhuizen <janneke@gnu.org>
1147 * Documentation/user/introduction.itely (Introduction): Use @image
1148 iso @html <img...>. Add workaround for images in columns in info.
1150 * stepmake/aclocal.m4: Store computed version in variable.
1152 * configure.in: Export MAKEINFO_VERSION.
1154 * config.make.in (MAKEINFO_VERSION): Add.
1156 * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
1158 * Documentation/user/GNUmakefile: Only build info with images when
1161 * GNUmakefile.in (install-WWW): Visit Documentation/user.
1163 * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
1164 stuff from documentation-targets.make
1166 2004-02-29 Han-Wen Nienhuys <hanwen@xs4all.nl>
1168 * VERSION: 2.1.28 released
1170 * scripts/convert-ly.py (conv):
1172 2004-02-29 Heikki Junes <hjunes@cc.hut.fi>
1174 * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
1175 \arpeggioBoth. redefine \arpeggioBracket.
1177 * Documentation/user/refman.itely: document new arpeggio
1180 * scripts/convert-ly.py: add a rule for \arpeggioBracket.
1182 * input/regression/arpeggio-bracket.ly: apply convert-ly.
1184 * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
1186 2004-02-29 Han-Wen Nienhuys <hanwen@xs4all.nl>
1188 * Documentation/user/introduction.itely (Automated engraving):
1189 rewrite introduction using website text.
1191 2004-02-28 Han-Wen Nienhuys <hanwen@xs4all.nl>
1193 * scm/*.scm: make-music-by-name is replaced by make-music, which
1194 also accept music property settings, eg:
1195 (make-music 'TextScriptEvent 'direction DOWN 'text
1196 (make-simple-markup x))
1198 Patch courtesy Nicolas Sceaux
1200 * lily/beam-quanting.cc: cleanup, separate counts for left and
1203 * lily/side-position-interface.cc (quantised_position): also
1204 quantize staccato position for forced stem directions.
1206 2004-02-27 Han-Wen Nienhuys <hanwen@xs4all.nl>
1208 * scm/*.scm: Patch by Nicolas Sceaux:
1210 * scm/music-functions.scm: ly:grob-property and ly:music-property
1211 are made procedure with setters.
1213 * scm/*.scm: replace ..-set-property! with set! (..-property )
1215 2004-02-28 Heikki Junes <hjunes@cc.hut.fi>
1217 * input/test/[t-v]*.ly: finish rewriting texidocs.
1219 * input/test/vaticana.ly: remove.
1220 * input/test/ligature-vaticana.ly: new, renamed file name.
1222 * input/test/stem-centered.ly: remove.
1223 * input/test/mensural-note-heads.ly: new file. take content from
1224 removed file stem-centered.ly.
1226 * input/test/scales-greek.ly: simplify.
1228 * input/test/s*.ly: reformulate texidocs.
1230 * input/test/[p-r]*.ly: use more verbose texidocs. add comments
1231 of missing features.
1233 2004-02-27 Heikki Junes <hjunes@cc.hut.fi>
1235 * input/test/[j-o]*.ly: update texidocs.
1237 2004-02-27 Jan Nieuwenhuizen <janneke@gnu.org>
1239 * scm/documentation-generate.scm (usermanref): Add macro for TeX.
1241 * Documentation/topdocs/NEWS.texi: Add note about info docs with
1244 * Documentation/user/lilypond.tely (@direntry): Update.
1246 * stepmake/stepmake/documentation-targets.make
1247 (install-info,uninstall-info): Install into $(package_infodir).
1248 Install images. Run install-info to update dir.
1250 * config.make.in (package_infodir): Add.
1252 * Documentation/user/GNUmakefile (info-with-images,
1253 local-install-info, local-uninstall-info): New target.
1255 2004-02-27 Han-Wen Nienhuys <hanwen@xs4all.nl>
1257 * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
1260 * lily/beam-quanting.cc (score_slopes_dy): remove
1261 ROUND_TO_ZERO_SLOPE kludge.
1263 * lily/beam.cc (check_concave): remove old concaveness2 kludge.
1265 * input/regression/beam-concave.ly (texidoc): add morgenlied example.
1267 * lily/global-context.cc (Global_context): alway accept Score
1268 (run_iterator_on_me): cast Context to Score_context, not
1271 * Documentation/user/refman.itely: documentation patch by Edward
1274 * mf/GNUmakefile: unset sauter-fonts.
1276 2004-02-27 Jan Nieuwenhuizen <janneke@gnu.org>
1278 * scripts/lilypond-book.py (output_texinfo): Output @image
1279 descriptions for info too.
1281 * input/test/chord-names-jazz.ly:
1282 * input/test/embedded-scm.ly: Clarify.
1284 * input/test/cautionaries.ly: Typo.
1286 * lily/input-smob.cc (ly_input_location): Compile fix.
1288 2004-02-27 Han-Wen Nienhuys <hanwen@xs4all.nl>
1290 * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too.
1292 * ly/engraver-init.ly: move \grobdescriptions to Global. This
1293 fixes problems with system defaults being reverted with \override
1296 * lily/global-context.cc (Global_context): apply property-ops to
1299 2004-02-27 Jan Nieuwenhuizen <janneke@gnu.org>
1301 * scm/output-ps.scm (stencil->string): Rewrite.
1303 2004-02-27 Heikki Junes <hjunes@cc.hut.fi>
1305 * input/test/[+c-i]*.ly: refresh descriptions -- maintain
1308 2004-02-26 Jan Nieuwenhuizen <janneke@gnu.org>
1310 * lily/input-smob.cc (ly_input_location: New function.
1312 * scm/define-markup-commands.scm (upright): New markup command.
1314 * lily/parser.yy (markup): Add STRING_IDENTIFIER.
1316 * scm/font.scm (paper20-font-vector): cmcsc klugdge.
1318 * scm/output-ps.scm (output-stencil): New function.
1320 * scripts/lilypond-book.py (do_file): Bugfix: change search order
1321 of snippet types; fixes @ignore and @verbatim blocks.
1323 2004-02-26 Heikki Junes <hjunes@cc.hut.fi>
1325 * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
1326 to a file in printed documentation, instead, refer either to a
1327 syntax or to an output.
1329 2004-02-26 Jan Nieuwenhuizen <janneke@gnu.org>
1331 * input/regression/beam-center-slope.ly: Add test.
1333 2004-02-25 Jan Nieuwenhuizen <janneke@gnu.org>
1335 * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
1336 (SAUTER_FONTS): Reinstate.
1338 * scm/define-markup-commands.scm (caps): New markup command.
1340 * scm/output-ps.scm (output-scopes): Experimental markup output.
1342 * scm/: Add missing headers.
1344 * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
1346 * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
1348 2004-02-25 Jan Nieuwenhuizen <janneke@gnu.org>
1350 * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
1351 Stray style cleanups.
1353 2004-02-25 Han-Wen Nienhuys <hanwen@xs4all.nl>
1355 * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
1358 * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
1359 substitute \override Staff.autoBeamSettings too
1361 * Documentation/user/tutorial.itely: proofreading fixes by David
1364 2004-02-24 Jan Nieuwenhuizen <janneke@gnu.org>
1366 * scm/output-ps.scm (top-of-file): Add tagline definition. FIXME.
1368 * ps/music-drawing-routines.ps:
1369 * ps/lilyponddefs.ps: Add end markers.
1371 2004-02-24 Han-Wen Nienhuys <hanwen@xs4all.nl>
1373 * VERSION: 2.1.27 released.
1375 * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
1377 * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
1380 2004-02-24 Jan Nieuwenhuizen <janneke@gnu.org>
1382 * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
1384 * scm/output-ps.scm: Resurrect.
1386 * scm/output-tex.scm: Minimal cleanups.
1388 * scm/paper.scm (paper-set-staff-size): Add lineheight.
1390 * make/ly-rules.make: Remove any broken lily-*.tex files before
1393 * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
1396 * stepmake/aclocal.m4: Add --enable-pipe option, with check.
1397 Enabled by default, may save 10% compile time.
1399 2004-02-24 Han-Wen Nienhuys <hanwen@xs4all.nl>
1401 * lily/lyric-phrasing-engraver.cc: remove
1403 * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
1406 * lily/extender-engraver.cc (stop_translation_timestep): rewrite
1407 so lyric-phrasing-engraver is no longer necessary.
1409 * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
1410 Grob_pq_engraver from Staff.
1412 * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
1415 * input/regression/quote-transposition.ly: new file.
1417 * lily/recording-group-engraver.cc (stop_translation_timestep):
1418 store instrumentTuning too.
1420 * lily/quote-iterator.cc (process): transpose events using
1423 * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
1426 * lily/parser.yy (command_req): add \tuning command for setting
1427 instrument tuning of staff.
1429 * Documentation/user/GNUmakefile
1430 ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
1432 * Documentation/user/refman.itely (Customized accidental rules):
1435 2004-02-23 Heikki Junes <hjunes@cc.hut.fi>
1437 * Documentation/user/music-glossary.tely: remove the missing norwegian
1438 translation; they can be put in later properly.
1440 2004-02-23 Han-Wen Nienhuys <hanwen@xs4all.nl>
1442 * lily/recording-group-engraver.cc (start_translation_timestep):
1443 init Recording_group_engraver twice.
1445 2004-02-23 Jan Nieuwenhuizen <janneke@gnu.org>
1447 * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
1448 stray style cleanups:
1450 * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
1451 -Wmissing-prototypes.
1453 * flower/include/killing-cons.tcc (Killing_cons): Add template
1456 * flower/include/parray.hh (binsearchs): Add template specifier
1459 * flower/include/interval.hh: Declare elem () with template specfier.
1461 2004-02-23 Heikki Junes <hjunes@cc.hut.fi>
1463 * elisp/lilypond-indent.el (get-buffer-size): add customization
1464 groups for several variables (Reuben Thomas).
1466 2004-02-23 Han-Wen Nienhuys <hanwen@xs4all.nl>
1468 * Documentation/user/invoking.itexi (Point and click): add index
1471 * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
1474 * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
1477 * flower/warn.cc (programming_error): cross fingers not thumbs.
1479 * lily/rest.cc (polyphonic_offset_callback): return 0 when
1480 staff-position is set.
1482 * VERSION: release 2.1.26
1484 * scm/chord-entry.scm (construct-chord): process transposition
1485 after processing explicit-11.
1487 2004-02-22 Han-Wen Nienhuys <hanwen@xs4all.nl>
1489 * lily/parser.yy (add_quote): add syntax for adding quotes:
1490 \addquote "id-string" Music
1492 * scripts/lilypond-book.py (do_file): do not overwrite input file.
1494 * scripts/convert-ly.py (conv): add rules for name changes.
1496 * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
1497 music/context/grob property functions. Internally, use
1498 get_property() and set_property() for both.
1500 2004-02-22 Heikki Junes <hjunes@cc.hut.fi>
1502 * elisp/lilypond-mode.el (get-buffer-size): define new function,
1503 for Emacs <= 20 (Laurent Martelli).
1505 2004-02-21 Han-Wen Nienhuys <hanwen@xs4all.nl>
1507 * lily/parser.yy (command_element): extract quoted vector in
1510 * input/regression/quote.ly: new file.
1512 * lily/sequential-iterator.cc (process): only process if moment >= 0.
1514 * lily/parser.yy (command_element): \quote DURATION NAME: support
1517 * lily/quote-iterator.cc (class Quote_iterator): new file.
1519 2004-02-20 Han-Wen Nienhuys <hanwen@xs4all.nl>
1521 * lily/auto-beam-engraver.cc (try_music): accept and process
1524 * input/regression/auto-beam-no-beam.ly: new file.
1526 2004-02-20 Mats Bengtsson <mabe@drongo.s3.kth.se>
1528 * lily/accidental.cc (print): Change font-relative-size ->
1529 font-size. Fixes cautionary-style = smaller.
1531 2004-02-20 Han-Wen Nienhuys <hanwen@xs4all.nl>
1533 * lily/system-start-delimiter.cc (staff_brace): remove
1536 * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
1537 forgotten with scm_list_n. Fixes spurious coredumps.
1539 * lily/accidental-engraver.cc (stop_translation_timestep): move
1540 update of localKeySignature to stop_translation_timestep (). This
1541 makes sure that all ties are noticed at the right moment.
1542 (stop_translation_timestep): clear tie only when right-side
1544 (number_accidentals_from_sig): cleanup.
1546 * input/regression/accidental-tie.ly (mus): new file
1548 * input/regression/tie-accidental, tie-break-accidental.ly: remove
1549 these longish tests.
1551 2004-02-19 Han-Wen Nienhuys <hanwen@xs4all.nl>
1553 * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
1555 * THANKS: update bugreporter list.
1557 * lily/beam.cc (print): broken beams last until end of staff.
1558 (print): broken beams start from prefatory matter.
1560 * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
1562 * lily/paper-score.cc (process): dump header only once.
1564 * lily/paper-outputter.cc (Paper_outputter): move logic into
1567 * scm/output-tex.scm (output-scopes): new function.
1568 (output-paper-def): new function
1569 (tex-string-def): new function
1570 (symbol->tex-key): new function
1572 * scripts/convert-ly.py (conv): add rule for | ~
1574 2004-02-19 Heikki Junes <hjunes@cc.hut.fi>
1576 * input/regression/{many}.ly: refresh, trying to guess how
1579 2004-02-18 Han-Wen Nienhuys <hanwen@xs4all.nl>
1581 * VERSION: release 2.1.25
1583 * scm/define-translator-properties.scm
1584 (all-user-translation-properties): add printOctaveNames
1586 * ly/engraver-init.ly: remove Note_event_swallower from
1589 * lily/note-name-engraver.cc (process_music): new property
1592 * lily/context.cc (find_existing_context): remove support for
1595 * scm/music-functions.scm (set-accidental-style): new function;
1596 duplicate accidental macros.
1598 * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
1600 * lily/note-name-engraver.cc (process_music):
1601 process_acknowledged_grobs () -> process_music ()
1603 * scm/part-combiner.scm (determine-split-list): robustification.
1605 2004-02-17 Han-Wen Nienhuys <hanwen@xs4all.nl>
1607 * lily/beam-quanting.cc (score_forbidden_quants): check all staff
1608 lines for falling into beam-gap.
1609 (score_forbidden_quants): check all staff lines for falling in
1612 * lily/note-spacing.cc (get_spacing): less space at EOL in case of
1613 key/clef/time signatures.
1615 * input/test/ossia.ly: revise example.
1617 * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
1620 * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
1621 comply to Scheme standard. Remove ly:get-paper-variable
1623 2004-02-17 Mats Bengtsson <mabe@drongo.s3.kth.se>
1625 * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
1627 2004-02-17 Han-Wen Nienhuys <hanwen@xs4all.nl>
1629 * lily/accidental-engraver.cc (process_acknowledged_grobs): use
1630 properties from Voice context. This fixes accidental size for
1631 staff-switches during grace contexts.
1633 * lily/note-collision.cc (check_meshing_chords): only wipe heads
1634 if necessary. Else, simply wipe dots.
1636 * input/test/beam-alternate.ly: new file
1638 * input/test/piano-staff-distance.ly: new file.
1640 * lily/translator-group.cc (recurse_down_translators): use
1641 Direction for bottom-up/top-down.
1643 * lily/include/translator.hh (class Translator): add
1644 process_music() and do_announces(). This obviates
1645 recurse_down_{engravers,performers}.
1647 * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
1648 \melisma and \melismaEnd
1650 * lily/melisma-engraver.cc (process_music): change to
1651 Melisma_translator, unify with performer. Accept
1654 * ly/engraver-init.ly: add Font_size_engraver.
1656 2004-02-16 Heikki Junes <hjunes@cc.hut.fi>
1658 * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
1661 * input/regression/{many}.ly: improve descriptions trying to figure
1664 2004-02-16 Han-Wen Nienhuys <hanwen@xs4all.nl>
1666 * lily/slur.cc (broken_trend_offset): robustness fix.
1668 * VERSION: release 2.1.24
1670 * lily/context.cc (find_create_context): go to Score if it exists.
1672 * lily/context-scheme.cc: new file.
1674 * lily/score-translator.cc (get_output): new file.
1676 * lily/include/grob-info.hh: origin_contexts() now does not
1677 include the originating engraver
1679 * lily/translator-group.cc (translator_each): clean up contents,
1680 remove superfluous stubs. Engraver_group_engraver and
1681 Performer_group_performer are the only classes using multiple
1684 * lily/include/score-context.hh (class Score_context): interface
1685 between Score_{engraver,performer} and Global_context.
1687 * lily/include/global-context.hh (Context): change from
1688 global-translator. This is the entry point for contexts; it is not
1689 tweakable using \translator{}. Score is no longer the top context,
1690 but sits underneath Global.
1692 * lily/include/context.hh (class Context): brain surgery: split
1693 out Context functionality from Translator_group. Context is now a
1694 separate type from Translator.
1696 2004-02-15 Han-Wen Nienhuys <hanwen@xs4all.nl>
1698 * lily/include/translator.hh (class Translator): make
1699 get_score_context() and get_global_translator (), and use the one
1700 which is appropriate.
1702 * lily/context.cc: partially put functionality of Translator_group
1705 * lily/include/context.hh (Translator): new class: put between
1706 Translator and Translator_group.
1708 * lily/new-accidental-engraver.cc: remove file.
1710 2004-02-16 Heikki Junes <hjunes@cc.hut.fi>
1712 * input/regression/{many}.ly: improve descriptions: use complete
1713 sentences, try to describe what is tested, avoid `we´, do not use
1716 2004-02-15 Heikki Junes <hjunes@cc.hut.fi>
1718 * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
1721 * Documentation/user/lilypond.tely: declare the topmost node only
1722 once; removes empty line in @contents.
1724 * Documentation/user/music-glossary.tely: really add Finnish author.
1725 Draw more beatiful `->´ arrow in html: →
1727 2004-02-15 Han-Wen Nienhuys <hanwen@xs4all.nl>
1729 * lily/music.cc (LY_DEFINE): rename to ly:music-list?
1731 * scripts/convert-ly.py (conv): add ly:music-list change.
1733 * lily/grob.cc: edit doc string.
1735 * scm/define-grob-properties.scm (all-user-grob-properties):
1736 proofreading, editing of doc strings.
1738 * input/regression/tablature-string-tunings.ly: new file.
1740 * lily/staff-symbol-engraver.cc (process_music): new engraver,
1741 listen to stringTunings
1743 * lily/align-interface.cc (align_elements_to_extents): remove Grob
1744 for self-alignment-[XY] code.
1746 2004-02-14 Han-Wen Nienhuys <hanwen@xs4all.nl>
1748 * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
1749 cond) into function. Cleanup.
1751 * lily/text-spanner.cc: remove text-repeat-if-broken property.
1753 * VERSION (PACKAGE_NAME): 2.1.23 released
1755 2004-02-14 Heikki Junes <hjunes@cc.hut.fi>
1757 * Documentation/user/{refman,internals}.itely: small fixes.
1759 2004-02-14 Han-Wen Nienhuys <hanwen@xs4all.nl>
1761 * lily/accidental-engraver.cc (acknowledge_grob): don't make
1762 accidentals for harmonic notes
1764 * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
1767 * scm/document-backend.scm (interface-doc): prune Grob
1768 documentation: don't duplicate interface information.
1770 * lily/*.cc: lots of updates of doc strings.
1772 2004-02-13 Han-Wen Nienhuys <hanwen@xs4all.nl>
1774 * input/test/ac-extra-voice.ly (accompany): remove file.
1776 * input/test/maximum-rest-count.ly: remove file.
1778 * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
1779 conversion rule for \translator { }. Apply everywhere.
1781 * lily/parser.yy (music_property_def): set property for \once in
1782 the PropertyMusic itself, not the ContextSpec.
1783 (property_operation): change syntax within \translator { }
1785 * scm/define-music-properties.scm (all-music-properties): clean up.
1787 * lily/auto-beam-engraver.cc (test_moment): use
1788 updated_grob_properties() to retrieve autoBeam settings.
1790 * lily/spacing-spanner.cc: bound shortest_playing_len by
1793 * lily/spacing-engraver.cc (acknowledge_grob): ignore
1794 multi-measure events for spacing computation.
1796 * mf/feta-bolletjes.mf (overdone_heads): make note heads more
1797 elliptical, to 1.49.
1799 * lily/rest.cc (polyphonic_offset_callback): new function. Do
1800 vertical positioning for polyphony, without RestCollision object.
1802 * lily/note-column.cc (add_head): prevent rests & note heads on
1805 * lily/rest-collision.cc (do_shift): ignore rests with beams.
1806 (do_shift): rewrite only-rests case: use common refpoints: the
1807 routine will have sensible results when other rest-translations
1810 * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
1813 * VERSION: 2.1.22 released
1815 * input/GNUmakefile (SUBDIRS): remove ascii-art
1817 2004-02-13 Jan Nieuwenhuizen <janneke@gnu.org>
1819 * input/: Convert ly files that still had \property. Fixes make
1820 web. Remove exta spaces around '='.
1822 * scripts/convert-ly.py (conv): Redundant space fixes.
1824 * scripts/lilypond-book.py (compile-ly): python2.1 fix.
1826 2004-02-13 Han-Wen Nienhuys <hanwen@xs4all.nl>
1828 * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
1829 create scalable PS and PDFs for input/{test,template,regression}.
1831 * lily/context.cc (is_alias): move function.
1832 (is_alias): add Bottom as context alias.
1833 (find_create_translator): add Bottom as a context alias for creation.
1835 * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
1837 * lily/parser.yy (music_property_def): new syntax for property
1840 \set A.B = #C , \unset A.B
1841 \override A.B #C = #D, \revert A.B #C
1843 * lily/my-lily-lexer.cc: remove \property
1845 2004-02-13 Heikki Junes <hjunes@cc.hut.fi>
1847 * Documentation/user/refman.itely: add dots after seealso refs.
1849 * input/template/{many}.ly: harmonise descriptions.
1851 * Documentation/user/music-glossary.itely: add Finnish author.
1853 2004-02-12 Han-Wen Nienhuys <hanwen@xs4all.nl>
1855 * VERSION (PACKAGE_NAME): release 2.1.21
1857 2004-02-12 Jan Nieuwenhuizen <janneke@gnu.org>
1859 * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
1861 * scripts/lilypond-book.py (snippet_res): @include filename must
1864 2004-02-12 Han-Wen Nienhuys <hanwen@xs4all.nl>
1866 * scm/documentation-generate.scm (markup-doc-string): dump
1867 markup-commands.tely
1869 * scm/define-markup-commands.scm (override): new file.
1870 Move documentation from refman into doc-strings.
1872 * input/test/staff-container.ly: fix example.
1874 * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
1877 * lily/grob.cc: remove point_dimension_callback
1878 (Grob): read forced dimensions from X-extent and Y-extent.
1879 (get_paper): remove preset_extent.
1881 * scm/define-grobs.scm (all-grob-descriptions): remove
1882 point_dimension_callback.
1884 * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
1885 textscript to head. This makes no-spacing-rods work on
1888 * lily/chord-name.cc: remove props chord, bass, inversion.
1890 * Documentation/user/appendices.itely: add Scheme functions,
1891 context-properties and layout properties to manual.
1893 * scm/part-combiner.scm (determine-split-list): include rests in a
1896 * lily/new-part-combine-iterator.cc (substitute_both): new
1898 (class New_pc_iterator): add separate Voice=solo context, fixes
1899 autobeams going from chords to solo.
1901 2004-02-11 Jan Nieuwenhuizen <janneke@gnu.org>
1903 * Documentation/user/invoking.itexi (Editor support): Fix typo.
1905 * Documentation/user/tutorial.itely:
1906 * Documentation/user/refman.itely: Add short note about being part
1909 * COPYING: Make note more clear with respect to files that are
1910 explicitely licenced otherwise (Documention/user/ comes to mind).
1912 * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}. Remove
1913 comment about barfing of @c,{}.
1915 * Documentation/user/music-glossary.tely: Add list of authors.
1917 * stepmake/stepmake/library-rules.make: Thank Nelson only in
1918 source (was: also in build log).
1920 2004-02-11 Han-Wen Nienhuys <hanwen@xs4all.nl>
1922 * lily/side-position-interface.cc (general_side_position): if
1923 staff-padding is set, then include staff in support too.
1925 * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
1928 * TODO: Remove. Put in new CVS module /cvsroot/lilypond/workbook/
1930 * lily/tuplet-engraver.cc: remove tupletInvisible
1932 * scm/define-translator-properties.scm: cleanup, separate in
1933 internal and user props.
1935 * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
1936 LyricsVoice -> Lyrics
1938 * lily/new-part-combine-iterator.cc (process): only print warning
1941 2004-02-11 Jan Nieuwenhuizen <janneke@gnu.org>
1943 * scm/part-combiner.scm: Add proper header.
1945 * All but lily/*: The great --2003 --2004 replace; the missing
1948 * TODO: Fix outline mode. Add book notes.
1952 2004-02-11 Han-Wen Nienhuys <hanwen@xs4all.nl>
1954 * scm/part-combiner.scm (make-autochange-music): use
1955 accumulator. Fixes stack overflow.
1957 * lily/*: rename brew_molecule -> print , molecule-callback ->
1960 * scm/define-grob-properties.scm: cleanup. Separate into internal
1961 and user properties.
1963 * lily/translator-property.cc (updated_grob_properties): new
1965 (execute_pushpop_property): change to new convention:
1966 object property inits are stored as (cons ALIST BASED-ON). This
1967 storage format allows concurrent tweaks in different contexts.
1969 2004-02-10 Han-Wen Nienhuys <hanwen@xs4all.nl>
1973 2004-02-10 Jan Nieuwenhuizen <janneke@gnu.org>
1975 * debian/: Late Debian update (sorry Anthony).
1977 * scripts/lilypond-book.py (do_file): Look for input_file in
1978 include path, or ask kpathsea if LATEX.
1980 * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS):
1981 * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
1982 * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
1985 * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
1988 * scripts/lilypond-book.py: Fixes for make web. Default to stdout
1989 only when filtering, default to input_base otherwise. Coding
1992 2004-02-10 Han-Wen Nienhuys <hanwen@xs4all.nl>
1994 * lily/include/translator.hh (class Translator): add virtual
1997 2004-02-10 Jan Nieuwenhuizen <janneke@gnu.org>
1999 * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
2001 2004-02-09 Jan Nieuwenhuizen <janneke@gnu.org>
2003 * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
2005 * Documentation/user/refman.itely: Run texinfo-all-menus-update
2008 * GNUmakefile.in (web-clean): Do not remove fonts (they do not
2009 live in $(out)-www).
2011 * scripts/lilypond-book.py: Small cleanups. Junk hairy include
2012 dependencies. Add link to .ly source in HTML output.
2013 (Lilypond_snippet.output_html): Handle multiple page picture
2015 (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
2016 Make usable for output_texinfo again.
2018 * Documentation/user/GNUmakefile: Add static dependency for
2019 lilypond.tely includes.
2021 * Documentation/user/tutorial.itely: Add some lost `relative'
2024 2004-02-09 Han-Wen Nienhuys <hanwen@xs4all.nl>
2026 * lily/include/translator-group.hh: move Music_output_def member
2027 to Global_translator.
2029 * scripts/lilypond-book.py (do_file): fix latex output.
2031 * VERSION: release 2.1.20
2033 * scm/part-combiner.scm (determine-split-list): robustness fix
2035 * lily/paper-score.cc (process): move gc stat stuff to init.ly
2037 * lily/parser.yy (music_output_def_body): plug memory leak.
2039 * lily/translator-group.cc (add_fresh_group_translator): plug
2040 memory leak: unprotect Translator_group once added.
2042 * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
2044 * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
2046 (Lilypond_snippet.ly): add \renameinput.
2048 2004-02-08 Han-Wen Nienhuys <hanwen@xs4all.nl>
2050 * Documentation/user/refman.itely (Markup command definition): Doc
2051 by Nicolas Sceaux. Rewrite by Han-Wen
2053 * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
2055 (brew_molecule): only remove if hyphen is not at the end of line.
2056 (set_spacing_rods): new function: minimum-length specifies
2057 distance between syllables.
2059 * scm/define-grobs.scm (all-grob-descriptions): add
2060 Hyphen_spanner::set_spacing_rods to LyricHyphen
2062 * input/regression/lyric-hyphen-break.ly: new file.
2064 * input/test/lyric-hyphen-retain.ly: new file.
2066 * lily/new-part-combine-iterator.cc (construct_children):
2069 2004-02-08 Han-Wen Nienhuys <hanwen@xs4all.nl>
2071 * scripts/lilypond-book.py (Snippet.replacement_text): add method.
2073 * Documentation/bibliography/engraving.bib (donemus1982):
2076 2004-02-07 Han-Wen Nienhuys <hanwen@xs4all.nl>
2078 * scripts/lilypond-book.py (Substring.__init__): new class.
2079 (Snippet.output_texinfo): add texidoc option.
2080 (Include_snippet.replacement_text): new class.
2081 (Lilypond_snippet.__init__): new class
2082 (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
2084 * Documentation/user/refman.itely (Sound):
2085 note about number of channels.
2087 * scm/music-functions.scm (voicify-music): add \context Staff for
2090 * lily/parser.yy (verbose_command_req): \skip now creates
2091 SkipMusic, and does not lead to spurious staves.
2093 * scm/define-music-types.scm (music-descriptions): rename
2094 NonEventSkip to SkipMusic
2096 * input/no-notation/midi-lyric-barcheck.ly: new file.
2098 * input/regression/collision-dots-invert.ly: new file.
2100 * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
2103 * lily/new-lyric-combine-music-iterator.cc (process): let iterator
2104 die if melody died too.
2106 2004-02-06 Han-Wen Nienhuys <hanwen@xs4all.nl>
2108 * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
2109 with reading from stdin.
2111 * lily/slur-performer.cc (try_music): new file.
2113 * lily/melisma-performer.cc (try_music): new file. Handle
2114 melismata to help lyrics.
2116 * lily/beam-performer.cc (try_music): new file. Handle beam events
2119 * lily/score-performer.cc (one_time_step): reinstate
2122 * lily/performer.cc (process_music): add to interface.
2124 * lily/performer-group-performer.cc (process_music): new function.
2126 * lily/dot-column.cc (do_shifts): do collision resolution before
2129 * scripts/lilypond-book.py (Snippet.output_print_filename): new
2130 file, process printfilename option.
2131 (Snippet.__init__): rewrite: do not use global variables h or
2133 (main): really support -I option.
2134 (find_toplevel_snippets): new code.
2135 (find_toplevel_snippets): reinstate old version, without global
2138 * tex/texinfo.tex: really add file.
2140 2004-02-06 Jan Nieuwenhuizen <janneke@gnu.org>
2142 * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
2145 2004-02-06 Han-Wen Nienhuys <hanwen@xs4all.nl>
2147 * scripts/hw-lilypond-book.py (Snippet.output_print_filename):
2149 * scm/define-translator-properties.scm (drumPitchTable): add
2152 * scripts/lilypond-book.py (simple_toplevel_snippets): new
2154 (help_summary): docstrings.
2155 (do_file): strip the dir of input_base too.
2157 2004-02-05 Jan Nieuwenhuizen <janneke@gnu.org>
2159 * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
2161 * Documentation/user/lilypond-book.itely: Update.
2163 * make/ly-rules.make: Update lilypond-book commands.
2165 * Documentation/user/GNUmakefile: Update makeinfo commands,
2166 lilypond-book flags.
2168 * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
2170 * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
2172 * scripts/filter-lilypond-book.py: Remove.
2174 * Documentation/user/*tely: Update options for new lilypond-book.
2176 * tex/texinfo.tex: New file; from texinfo CVS. This fixes build
2177 with @macros in @includes.
2179 2004-02-05 Han-Wen Nienhuys <hanwen@xs4all.nl>
2181 * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
2182 make rest-collision only.
2184 * lily/break-substitution.cc (substitute_one_mutable_property):
2185 clear all-elements using scm_assq_remove_x().
2187 * lily/rest-collision.cc (do_shift): shift single rests
2189 * flower/include/array.hh (class Array): rename to is_empty ()
2191 * lily/drum-note-performer.cc: new file: perform drum notes.
2193 * VERSION (PACKAGE_NAME): release 2.1.19.
2195 2004-02-05 Jan Nieuwenhuizen <janneke@gnu.org>
2197 * scripts/filter-lilypond-book.py
2198 (classic_lilypond_book_compatibility): New function.
2200 2004-02-05 Han-Wen Nienhuys <hanwen@xs4all.nl>
2202 * buildscripts/lilypond.words.py (F): remove drums.scm reference.
2204 * Grand 2003 -> 2004 search replace.
2206 * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
2209 * ly/performer-init.ly: add DrumStaff
2211 * lily/axis-group-engraver.cc (acknowledge_grob): also take
2212 lyric-interface; this prevents lines with only extender lines from
2215 * scm/define-grob-interfaces.scm (lyric-interface): new interface
2217 * lily/lyric-extender.cc (brew_molecule): get line breaking and
2218 extenders right, for once and for all (hopefully).
2220 * lily/break-substitution.cc (substitute_one_mutable_property):
2221 clear old 'all-elements for System grobs.
2223 * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
2224 that associatedVoiceContext is always assigned when music & lyrics
2227 * ly/engraver-init.ly: remove Lyrics context.
2228 (TabVoice): add noteheads engraver
2230 * input/test/improv.ly: update: do not use Thread switching.
2232 * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
2233 squashedPosition is a number
2235 * Documentation/user/refman.itely (Automatic note splitting):
2236 remove Thread references.
2238 * input/no-notation/pc-direction.ly: remove file.
2240 * ly/engraver-init.ly: remove Thread
2242 * input/regression/tie-chord-partial.ly: remove file.
2244 * scripts/convert-ly.py (conv): \harmonic rule
2246 * lily/new-fingering-engraver.cc (acknowledge_grob): add new
2247 notation for harmonic notes: <c' g''\harmonic>
2249 * lily/lily-guile.cc (alist_to_hashq): new function
2251 * scm/lily.scm (alist->hash-table): new function.
2253 * Documentation/user/refman.itely (Percussion staves): update doco.
2255 * input/regression/drums.ly (timb): updates
2257 * lily/note-performer.cc (create_audio_elements): robustness fix.
2259 * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
2261 2004-02-05 Jan Nieuwenhuizen <janneke@gnu.org>
2263 * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
2264 discard valid matches.
2266 2004-02-04 Han-Wen Nienhuys <hanwen@xs4all.nl>
2268 * lily/drum-note-engraver.cc: new file.
2270 * ly/drumpitch-init.ly: move drum definitions
2272 * scm/drums.scm: remove file.
2274 * lily/*.cc: remove abort-event everywhere.
2276 * lily/note-heads-engraver.cc (process_music): robustification.
2278 * lily/accidental-engraver.cc (process_acknowledged_grobs):
2281 * lily/parser.yy (simple_element): add \drums mode.
2282 (simple_element): remove \pitchnames , \chordmodifiers. Use
2283 variables to store this.
2285 * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
2288 * VERSION: release 2.1.18.
2290 * input/test: remove octave-duplicate.ly
2292 2004-02-04 Jan Nieuwenhuizen <janneke@gnu.org>
2294 * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
2296 2004-02-04 Han-Wen Nienhuys <hanwen@xs4all.nl>
2298 * lily/simultaneous-music-iterator.cc: remove clone() and copy
2299 constructor from Music_iterator. Changes throughout.
2301 * lily/include/music-iterator.hh (class Music_iterator): remove
2302 Music_iterator::skip and Music_iterator::get_pending_events from
2303 interface. Rename report_to -> get_outlet
2305 * lily/auto-change-iterator.cc: move contents from
2306 new-auto-change-iterator.cc from
2308 * scm/part-combiner.scm: determine split-list from Scheme.
2310 * lily/new-auto-change-iterator.cc (process): new file.
2312 * lily/parser.yy (part_combined_music): remove old PC cruft.
2314 * ly/engraver-init.ly: remove old
2317 * Documentation/user/refman.itely (The Lyrics context): note about
2320 * lily/multi-measure-rest-engraver.cc (process_music): extra check
2321 to allow 0-length mmrest events.
2323 * scm/part-combiner.scm (determine-split-list): many bugfixes.
2325 * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
2327 * lily/spacing-engraver.cc (finalize): robustifications.
2329 * input/regression/new-part-combine-solo-global.ly: new file.
2331 * scm/part-combiner.scm: rewrite.
2333 2004-02-03 Juergen Reuter <reuter@ipd.uka.de>
2335 * Documentation/user/refman.itely, input/puer-fragment.ly,
2336 input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
2337 updated for proper use of lyricsto; replaced "(" and ")" ->
2338 "\melisma" and "\melismaEnd"
2340 * input/test/ancient-font.ly: small updates to reduce compile
2341 warnings (TODO: junk this file)
2343 * input/test/gregorian-scripts.ly: added comment about bug
2345 * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
2348 * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
2349 recent changes in the feta code); temporarily mapped mensural g
2350 clef to a copy of petrucci g clef until mensural g clef will have
2353 * mf/parmesan-heads.mf: bugfix: solved character name clashing
2354 between mensural and neo-mensural heads (this broke quite a while
2357 * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
2359 2004-02-03 Jan Nieuwenhuizen <janneke@gnu.org>
2361 * scripts/filter-lilypond-book.py: Handle @include. Add progress
2362 indication. Fixes for verbatim, multi line comments.
2364 2004-02-03 Han-Wen Nienhuys <hanwen@xs4all.nl>
2366 * input/regression/new-part-combine-solo.ly: more cases.
2368 * lily/slur.cc (height): robustness fix.
2370 * lily/new-part-combine-iterator.cc (process): add apart-spanner.
2372 * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
2375 * scm/music-functions.scm (determine-split-list): further analysis.
2377 * lily/script-engraver.cc (try_music): discard duplicate
2380 * input/regression/new-part-combine-solo.ly: new file
2382 * input/regression/new-part-combine-a2.ly: new file.
2384 * ly/performer-init.ly: add Devnull
2386 * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
2387 for \musicglyph #"accidental-*"
2388 (conv): \newpartcombine rule.
2390 2004-02-03 Jan Nieuwenhuizen <janneke@gnu.org>
2392 * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
2394 2004-02-02 Jan Nieuwenhuizen <janneke@gnu.org>
2396 * scripts/filter-lilypond-book.py: Handle verbatim, latex
2397 textwidth, --output.
2399 2004-02-02 Han-Wen Nienhuys <hanwen@xs4all.nl>
2401 * scm/new-markup.scm (doubleflat): add accidental markups.
2403 * VERSION: release 2.1.17
2405 * Documentation/user/refman.itely (Automatic part combining):
2406 revise documentation of the part-combiner.
2408 * input/regression/pc-switch-slur.ly (texidoc): remove file.
2410 * input/test/part-combine-{moment,staff}.ly: remove file.
2412 * input/regression/pc-mmrest.ly (two): remove file.
2414 * scm/define-music-types.scm (music-descriptions): add
2415 Solo{One,Two}Event and UnisonoEvent
2417 * lily/new-part-combine-iterator.cc (unisono): add state_
2418 variable, signal changes with part-combine-event.
2420 * input/regression/new-part-combine-text.ly: new file.
2422 * lily/part-combine-engraver.cc: new file.
2424 2004-02-02 Jan Nieuwenhuizen <janneke@gnu.org>
2426 * scripts/filter-lilypond-book.py: Handle snippet options.
2428 2004-02-02 Han-Wen Nienhuys <hanwen@xs4all.nl>
2430 * scm/music-functions.scm (determine-split-list): detect solo1/2
2433 * lily/new-lyric-combine-music-iterator.cc (construct_children):
2434 revert fix, document why.
2436 * lily/tie-performer.cc (process_music): new function. Set melisma
2439 * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
2440 always smaller than bracket size.
2441 (make_bracket): oops. Size of the gap was off by factor 2
2443 * input/test/text-rotate.ly: new file.
2445 * scm/new-markup.scm (markup): a macro that provides a
2446 LilyPond-like syntax in scheme for building markups, in order to
2447 help markup command definition. (Nicolas Sceaux)
2449 * input/test/lyrics-skip-notes.ly: new example.
2451 * lily/parser.yy (post_event): make HYPHEN into postfix event.
2453 * lily/new-lyric-combine-music-iterator.cc (find_context_below):
2454 use is_alias() iso. == . This fixes lyrics on
2455 GregorianTranscriptions.
2457 2004-02-02 Mats Bengtsson <mabe@drongo.s3.kth.se>
2459 * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before
2460 \thispagestyle{lastpage} to avoid that it's printed on the second
2461 last page when there's only a single score line on the last page.
2462 (The page breaking mechanism in TeX played some ugly tricks to us.)
2464 2004-02-01 Jan Nieuwenhuizen <janneke@gnu.org>
2466 * scripts/filter-lilypond-book.py: Further development.
2468 * input/regression/collision-dots-move.ly: New test.
2470 * lily/note-collision.cc (check_meshing_chords): Move dots on left
2471 hand side note head of non-merged collision to the right.
2473 * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
2474 Construct children before accessing property from emtpy
2476 (construct_children): Find thread before finding LyricsVoice.
2477 Create LyricsVoice one if none found, fixes crash (thanks Erik
2480 2004-01-31 Jan Nieuwenhuizen <janneke@gnu.org>
2482 * cygwin/: Forward port.
2484 2003-10-01 Jan Nieuwenhuizen <janneke@gnu.org>
2486 * buildscripts/install-info-html.sh: Use Bash.
2488 * cygwin/mknetrel: Patch from Bert.
2490 2003-09-30 Jan Nieuwenhuizen <janneke@gnu.org>
2492 * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
2494 * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
2495 try to copy *png, index.html (Bertalan Fodor).
2497 * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
2499 2003-09-30 Jan Nieuwenhuizen <janneke@gnu.org>
2501 * lily/note-collision.cc (check_meshing_chords): Do not remove
2502 dots (from down head) when merging similar heads (thanks Matthias
2503 Kilian). Simplify merge_possible tests and other cleanups
2505 * input/regression/collision-merge-differently-dotted.ly: Add test
2506 for disappearing dots on similar heads for both voices.
2508 2004-01-30 Mats Bengtsson <mabe@drongo.s3.kth.se>
2510 * Documentation/user/invoking.itexi (Invoking lilypond): Document
2511 that tagline overrides copyright for single page scores. Correct
2512 the default tagline value.
2514 2004-01-29 Jan Nieuwenhuizen <janneke@gnu.org>
2516 * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
2518 2004-01-29 Mats Bengtsson <mabe@drongo.s3.kth.se>
2520 * buildscripts/lilypond-login.sh: Avoid warning about undefined
2521 TEXMF if it's previously unset.
2523 2004-01-29 Heikki Junes <hjunes@cc.hut.fi>
2525 * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
2527 * input/test/trills.ly: fix the unfolding of lineprall.
2529 * input/test/figured-bass-alternative.ly: fix accidental.
2531 2004-01-28 Jan Nieuwenhuizen <janneke@gnu.org>
2533 * Documentation/topdocs/NEWS.texi: Add note about safe mode.
2535 * input/no-notation/dos-guile.ly:
2536 * input/no-notation/dos-ps.ly:
2537 * input/no-notation/dos-tex.ly: New file. These tests still FAIL.
2539 * input/no-notation/safe-include.ly:
2540 * input/no-notation/safe-guile.ly:
2541 * input/no-notation/safe-ps.ly:
2542 * input/no-notation/safe-tex.ly: New file.
2544 * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
2545 safe mode Add -s,--safe-mode option. Use -S,--set for setting
2547 (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
2548 When in --safe-mode, set environment openout_any=p[aranoid].
2551 * tex/lilyponddefs.tex: Add \nofiles.
2553 * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
2556 * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
2557 This allows building the user manual using a binary installation
2558 and a matching unpacked source tree.
2560 * scm/lily.scm (safe-module): New variable.
2562 * lily/includable-lexer.cc (new_input): Fix error messages.
2564 * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
2565 If SAFE, evaluate in safe-module. Change callers.
2567 * lily/main.cc (Long_option_init): Reinstate safe-mode.
2569 * lily/lexer.ll (embedded_scm): While processing main-input,
2570 invoke ly_parse_scm with safe mode if running in safe-mode.
2571 (<<EOF>>): Reset main_input_b_, fixes old-relative chech
2572 in init.ly for safe-mode.
2574 2004-01-28 Mats Bengtsson <mabe@drongo.s3.kth.se>
2576 * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
2577 compatibility with old versions of geometry.sty (compat2
2578 already implied includehead).
2579 Change the page layout slightly so bottom + footskip = top +
2580 headheight + headsep = 16mm, the remaining paperheight-32mm
2581 are used for the music. Increase footskip to 5mm, so the top of
2582 the footer text doesn't touch the music.
2584 2004-01-28 Han-Wen Nienhuys <hanwen@xs4all.nl>
2586 * VERSION: release 2.1.16
2588 * scm/music-functions.scm (determine-split-list): bugfix: only use
2589 new-active for both voices if both indexes advance. This fixes the
2590 biggest outstanding problem with new-pc.
2592 * lily/new-part-combine-iterator.cc (construct_children): set more
2595 2004-01-27 Han-Wen Nienhuys <hanwen@xs4all.nl>
2597 * scripts/convert-ly.py (conv): add instrument rule.
2599 * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
2601 * lily/side-position-interface.cc: remove add_staff_support ()
2602 Change all callers to use staff-padding.
2604 * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
2607 * lily/a2-engraver.cc (process_acknowledged_grobs):
2609 * lily/text-engraver.cc: remove scriptHorizontal property.
2611 * lily/beam.cc (least_squares): also set least-squares-dy for
2612 special case of slanted 2-stem beam to center.
2614 * lily/side-position-interface.cc (out_of_staff): move contents of
2615 out_of_staff into aligned_side.
2616 remove out_of_staff().
2618 * input/regression/measure-grouping.ly: fix warning.
2620 * lily/side-position-interface.cc: add staff-padding support to
2621 Side_position_interface::aligned_side.
2623 * lily/system-start-delimiter-engraver.cc (process_music): whoops,
2624 one get_property too many.
2626 * flower/include/drul-array.hh (linear_combination): new function
2627 (scale_drul): new function
2629 * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
2630 operations on empty intervals are silly.
2632 2004-01-26 Jan Nieuwenhuizen <janneke@gnu.org>
2634 * lily/note-heads-engraver.cc (process_music): use robust_scm2int
2635 (iso gh_scm2int), fixes crash in new part-combiner.
2637 * configure.in: Up mftrace to 1.0.27.
2639 2004-01-26 Han-Wen Nienhuys <hanwen@xs4all.nl>
2641 * VERSION: release 2.1.15
2643 * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
2644 align all stanza numbers.
2646 2004-01-26 Heikki Junes <hjunes@cc.hut.fi>
2648 * Documentation/user/{introduction.itely,refman.itely,
2649 converters.itely}: fix some text inside parentheses; text should
2650 be readable (even) if parentheses are either replaced with commas
2653 2004-01-25 Werner Lemberg <wl@gnu.org>
2655 * buildscripts/lilypond.words.py, input/puer-fragment.ly,
2656 input/test/vaticana.ly, input/test/ancient-font.ly,
2657 input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
2658 lily/include/staff-symbol.hh, lily/breathing-sign.cc,
2659 ly/params-as-init.ly, scm/define-grobs.scm,
2660 scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
2662 * ly/params-as-init.ly: Removed. Obsolete.
2663 * buildscripts/lilypond.words.py: Updated.
2665 2004-01-25 Han-Wen Nienhuys <hanwen@xs4all.nl>
2667 * mf/parmesan-clefs.mf: switch off mensural G clefs.
2669 * mf/feta-din{4,5,7,9}.mf: remove.
2671 * lily/engraver.cc (internal_make_item): centralize item/spanner
2674 * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
2675 do correct chord conversion for ^"sim." (backportme)
2676 (FatalConversionError.sub_articulations): substitute ^"foo" in
2677 chords too. (backportme)
2679 * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
2682 * lily/side-position-interface.cc (out_of_staff): don't do
2683 anything if staff-padding not defined.
2685 * mf/feta-params.mf (stafflines): introduce linethickness as
2686 general blackness of the font.
2688 * lily/stem.cc (position_noteheads): rounding error robustness.
2690 * input/regression/rest-collision-beam.ly: move beam/rest stuff
2691 from beam-collision.ly
2693 * lily/beam.cc (rest_collision_callback): remove direction.
2695 * scm/define-grobs.scm (all-grob-descriptions): remove
2696 enclose-bounds in OttavaBracket and PianoPedalBracket
2698 * scm/new-markup.scm (def-markup-command) new macro, which takes
2699 care of defining the COMMAND-markup and make-COMMAND-markup
2700 procedures, setting markup-signature and keyword-signature object
2701 properties, and pushing the markup command in
2702 markup-function-list.
2704 All markup commands are defined thanks to it. Users may also use
2705 it to define their own markup commands. (Nicolas Sceaux)
2707 * scm/new-markup.scm: Scheme style clean-up: there should be no
2708 parenthesis alone on a line; LET* should not be used where LET is
2709 enough. (Nicolas Sceaux)
2711 2004-01-25 Jan Nieuwenhuizen <janneke@gnu.org>
2713 * scripts/filter-lilypond-book.py: Add script.
2715 2004-01-23 Jan Nieuwenhuizen <janneke@gnu.org>
2717 * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
2719 2004-01-24 Han-Wen Nienhuys <hanwen@xs4all.nl>
2721 * Documentation/user/refman.itely (Fingering instructions): add
2724 * lily/multi-measure-rest-engraver.cc: use a single
2725 MultiMeasureEvent for mm rests. This prevents problems with the
2728 * scm/music-functions.scm (determine-split-list): analysis has
2729 global effect: a difference halfway a phrase makes the entire
2730 phrase be typeset as apart.
2731 (make-multi-measure-rest): make mmrest as a single rhythmic event.
2733 2004-01-23 Han-Wen Nienhuys <hanwen@xs4all.nl>
2735 * ly/performer-init.ly: add Devnull.
2737 * Documentation/user/refman.itely (Font selection): remove paper20
2740 2004-01-22 Jan Nieuwenhuizen <janneke@gnu.org>
2742 * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
2744 2004-01-22 Han-Wen Nienhuys <hanwen@xs4all.nl>
2746 * scm/music-functions.scm (determine-split-list): bugfixes.
2748 * scm/lily.scm (uniq-list): new implementation, O(1) stack.
2750 * input/test/scales-greek.ly: use C as base, results in different
2751 alterations at the clef.
2753 * input/regression/pedal-ped.ly: new file.
2755 * input/regression/pedal-bracket.ly: new file.
2757 * lily/piano-pedal-bracket.cc (brew_molecule): new function;
2758 replace after_line_breaking()
2760 * lily/line-interface.cc (line): read thickness.
2761 (line): dash-fraction = 0 always for dotted-line style.
2763 * input/test/staff-lines.ly (lower): bugfix.
2765 * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
2766 \accepts Devnull into Score.
2768 * scm/lily.scm: remove bla.scm load.
2770 2004-01-21 Han-Wen Nienhuys <hanwen@xs4all.nl>
2772 * VERSION: release 2.1.14
2774 * Documentation/topdocs/INSTALL.texi (Top): fix FTP url.
2776 * lily/side-position-interface.cc (general_side_position): add
2777 Staff_symbol_referencer::staff_space ().
2779 * lily/include/context-def.hh: rename from translator-def.hh
2781 2004-01-21 Mats Bengtsson <mabe@drongo.s3.kth.se>
2783 * input/template/piano-dynamics.ly (pedal): Updated definition of
2784 Dynamics such that \cresc works, for example.
2786 2004-01-21 Han-Wen Nienhuys <hanwen@xs4all.nl>
2788 * lily/stem.cc (calc_stem_info): use
2789 Staff_symbol_referencer::staff_space
2791 * lily/beam-quanting.cc (quanting): scale Stem_info
2793 * lily/beam.cc (rest_collision_callback): use minimum-distance
2794 property for rest/beam collisions.
2795 (rest_collision_callback): bugfixes.
2797 * lily/system.cc (post_processing): extra-offset is now relative
2798 to the size of the current staff.
2800 * scm/music-functions.scm (notice-the-events-for-pc): record all
2801 voices, only analyze "one" and "two".
2803 * lily/recording-group-engraver.cc (finalize): bugfix: want self,
2806 * lily/new-part-combine-iterator.cc (construct_children): create
2807 Devnull from Voice context
2809 * scm/music-functions.scm (determine-split-list): bugfixes.
2811 * lily/lily-guile.cc (robust_scm2int): new function
2813 * lily/staff-symbol-referencer.cc (line_thickness): new
2814 function. Use throughout.
2816 * lily/font-size-engraver.cc (acknowledge_grob): only process grob
2817 in its own context. Add to preset font-size.
2819 * lily/stem.cc (thickness): new function.
2821 * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
2822 compute thickness from ledger-line-thickness.
2824 * lily/note-head.cc (brew_ledger_lines): use
2825 Staff_symbol::get_ledger_line_thickness ().
2827 * lily/beam.cc (rest_collision_callback): use
2828 Staff_symbol_referencer::staff_space().
2830 * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
2833 * lily/include/translator.hh (class Translator): add accepts_list_
2834 so \with { \denies / \accepts } also works.
2836 * scm/music-functions.scm (determine-split-list): determine split
2837 list from music events.
2839 * lily/new-part-combine-iterator.cc: more states.
2841 * lily/moment.cc (LY_DEFINE): new function ly:moment<?
2843 2004-01-20 Han-Wen Nienhuys <hanwen@xs4all.nl>
2845 * lily/system.cc (set_loose_columns): use the right prebroken cols
2846 for interpolating loose column position.
2848 * lily/text-spanner.cc (brew_molecule): default to no vertical
2851 * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
2854 * scm/define-grobs.scm (all-grob-descriptions): less padding.
2856 2004-01-20 Jan Nieuwenhuizen <janneke@gnu.org>
2858 * scripts/convert-ly.py: Do not test filename when processing
2861 * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
2863 2004-01-20 Han-Wen Nienhuys <hanwen@xs4all.nl>
2865 * lily/axis-group-engraver.cc (finalize): extra check; if
2866 process_music () is never called, then staffline_ == 0.
2868 * lily/simultaneous-music-iterator.cc (pending_moment): don't
2869 check run_always ().
2871 * VERSION: release 2.1.13
2873 * input/regression/note-head-style.ly (pattern): cleanup.
2875 * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
2878 * scm/output-lib.scm (shift-right-at-line-begin): new function:
2879 kludge rehearsalmark placement.
2881 * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
2884 * lily/note-head.cc (internal_brew_molecule): only shorten ledger
2885 close to note head for accidentals.
2887 * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
2890 * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
2892 2004-01-19 Han-Wen Nienhuys <hanwen@xs4all.nl>
2894 * lily/include/music-iterator.hh (class Music_iterator): add
2895 substitute_outlet() to iterator API.
2897 * lily/new-part-combine-iterator.cc (construct_children):
2898 New_pc_iterator: new class, better part combining.
2900 * lily/tie-column.cc (werner_directions): new function
2902 * lily/tie.cc (set_direction): call Tie_column::set_direction ()
2904 * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
2905 empty objects group spanner as parent
2907 * lily/tuplet-bracket.cc (calc_position_and_height): check musical
2908 slope against graphical slope.
2910 * lily/ottava-bracket.cc (brew_molecule): support minimum-length
2913 * lily/side-position-interface.cc (general_side_position):
2914 opps. reinstate *dir.
2916 * lily/parser.yy: plug many memory leaks. We're down to 4 for each
2919 * lily/tuplet-bracket.cc: remove calc_dy ().
2921 * Documentation/user/refman.itely (Balloon help): document balloon
2924 2004-01-19 Jan Nieuwenhuizen <janneke@gnu.org>
2926 * scm/document-backend.scm (check-dangling-properties): Grob
2927 properties are defined define-grob-properties.scm.
2929 2004-01-19 Han-Wen Nienhuys <hanwen@xs4all.nl>
2931 * VERSION: release 2.1.12
2933 * scm/define-grobs.scm (all-grob-descriptions): larger font for
2936 * scm/new-markup.scm (sub-markup): sup & super: make smaller in
2937 relation to surroundings.
2939 * lily/tuplet-bracket.cc (calc_position_and_height): add staff
2940 Y-extent to the note-extents: stay clear of the staff.
2942 2004-01-18 Han-Wen Nienhuys <hanwen@xs4all.nl>
2944 * Documentation/user/GNUmakefile
2945 ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
2948 * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
2950 * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
2952 * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
2954 * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
2956 * lily/line-interface.cc (line): remove thickness from calling interface.
2958 * lily/hairpin.cc: use Line_interface
2960 * lily/line-interface.cc: new file. Line_interface for everything
2961 with dotted/dashed lines.
2964 * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
2966 * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
2967 for constructing ottava brackets.
2969 * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
2972 * Documentation/user/internals.itely (Engravers and performers):
2975 * scm/music-functions.scm (make-mark-set): new function.
2977 * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
2978 functionally identical to beam.
2980 * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
2983 * Documentation/user/refman.itely (Rehearsal marks): document new
2986 * input/regression/rehearsal-mark-number.ly: new file.
2988 * input/regression/rehearsal-mark-letter.ly: new file.
2990 * scm/translation-functions.scm (number->mark-string): new function
2991 (format-mark-letters): new function
2992 (format-mark-numbers): new function
2994 * lily/mark-engraver.cc (process_music): rehearsalMark is now
2995 integer; formatting is done through markFormatter property.
2997 * scm/define-translator-properties.scm: fold all *-done properties
2998 into positioning-done.
3000 * lily/beam.cc (position_beam): new function
3001 (brew_molecule): make sure that positions are calced before making
3004 * scm/output*.scm (beam): take 4th argument for function.
3006 * ps/music-drawing-routines.ps: take blot as 4th argument.
3008 * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
3009 stem to avoid small dents.
3012 2004-01-17 Han-Wen Nienhuys <hanwen@xs4all.nl>
3014 * VERSION: release 2.1.11
3016 * input/regression/balloon.ly: new file.
3018 * lily/balloon.cc (brew_molecule): new file: draw boxes around
3019 objects, and make help texts.
3021 * scm/new-markup.scm (parse-simple-duration): parse duration
3022 string to log & dots. (Thanks Nicolas!)
3024 * scripts/convert-ly.py (FatalConversionError.sub_note): add \note rule.
3026 2004-01-17 Heikki Junes <hjunes@cc.hut.fi>
3028 * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
3031 * THANKS: alphabetic order.
3033 2004-01-16 Han-Wen Nienhuys <hanwen@xs4all.nl>
3035 * input/regression/note-head-harmonic.ly: new file.
3037 * Documentation/user/internals.itely (Technical manual): explain
3038 difference between music, translation, layout.
3040 * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
3042 * scm/output-ascii-script.scm (bracket): rounding bfs.
3044 * scripts/convert-ly.py (conv): add \include "paper" rule.
3046 * ly/paper*.ly: remove files.
3048 * scm/paper.scm (set-staff-size): new function: set default
3051 * scripts/convert-ly.py (conv): add conversion rule.
3053 * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
3056 * scm/paper.scm: new file.
3057 (set-staff-size): new function
3058 (set-paper-size): new function
3060 * lily/parser.yy (music_output_def_body): restructure definition,
3061 so first Scheme statement in \paper also happens in new scope.
3063 * lily/system.cc (post_processing): move uniquify_list () to
3064 dumping molecule stage.
3066 * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
3067 this will mess up scores that use barchecks to shorten measures.
3069 * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
3072 * Documentation/user/tutorial.itely (Printing lyrics): document
3075 * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
3077 * Documentation/user/refman.itely (Fermatas): document \lyricsto
3079 * lily/new-lyric-combine-music-iterator.cc (process): don't crash
3080 if Voice is not found.
3082 * VERSION: release 2.1.10
3084 * input/{test,regression}/: remove old-relative
3086 * lily/lexer.ll: add empty markup signature.
3088 * scm/new-markup.scm (markup-functions-and-signatures): reinstate
3091 * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
3093 * scm/define-translator-properties.scm: update melismata property
3096 * lily/system.cc (output_lines): revert uniquify_list() patch,
3097 strange side effects seen.
3099 * lily/line-spanner.cc (dashed_line_molecule): return nothing if
3102 * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
3105 2004-01-15 Han-Wen Nienhuys <hanwen@xs4all.nl>
3107 * input/regression/*.ly: use newaddlyrics iso. addlyrics
3109 * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
3111 * lily/lyric-extender.cc (brew_molecule): behave decently in case
3113 (brew_molecule): add padding to left, not right.
3115 * lily/system.cc (uniquify_list): new function
3116 (output_lines): uniquify_list () on all-elements. This fixes
3117 double symbols in the output.
3119 * lily/beam.cc (rest_collision_callback): don't move anything if
3120 staff-position is set.
3122 * input/regression/rest-pitch.ly (texidoc): add rest under beam.
3124 * lily/system.cc (typeset_grob): warn if adding twice.
3126 * lily/sequential-iterator.cc (run_always): implement run_always().
3127 (also in other files.)
3129 * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics.
3131 * lily/event.cc (to_relative_octave): add octave-check.
3133 * Documentation/user/refman.itely (Line breaking): add noBreak.
3135 * scm/new-markup.scm (normalsize-markup): add function.
3136 (sans-markup): new function.
3138 * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
3139 come earlier nowadays. This fixes beams on grace notes.
3141 * scm/music-functions.scm (direction-polyphonic-grobs): new
3142 variable, share between override and revert. This fixes script
3143 directions in polyphonic sections. (backportme)
3145 2004-01-14 Han-Wen Nienhuys <hanwen@xs4all.nl>
3147 * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
3150 * lily/break-align-interface.cc: add doco
3152 * Documentation/user/refman.itely (Rehearsal marks): add index marks.
3154 2004-01-13 Han-Wen Nienhuys <hanwen@xs4all.nl>
3156 * VERSION: release 2.1.9
3158 * scm/document-markup.scm (markup-doc-node): add note about naming.
3160 * scm/new-markup.scm (left-align-markup): bugfix.
3162 * Documentation/user/refman.itely (Ottava brackets): more doco for
3165 * lily/side-position-interface.cc (out_of_staff): also do
3166 out_of_staff() correctly for d == DOWN.
3168 * lily/text-spanner.cc (brew_molecule): only put vertical line and
3169 horizontal line if they move to the right.
3171 * scm/define-grobs.scm (all-grob-descriptions): set
3172 text-repeat-if-broken for ottava spanner
3174 * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
3177 * mf/feta18.mf: design size is 18 not 22.5
3179 * lily/new-lyric-combine-music-iterator.cc (process): new file.
3180 Add a single LyricsVoice to a melody. Melismata may be set
3183 * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
3185 * lily/dot-column.cc: add stdio.h
3187 2004-01-12 Han-Wen Nienhuys <hanwen@xs4all.nl>
3189 * lily/item.cc: documentation for break-visibility (Thanks, John).
3191 2004-01-11 Han-Wen Nienhuys <hanwen@xs4all.nl>
3193 * lily/bar-line.cc (compound_barline): add bartype : (dotted).
3195 * lily/translator-def.cc: rename Translator_def to Context_def.
3197 * Documentation/user/internals.itely (Lexical details): clarify
3200 * Documentation/user/refman.itely (Rhythmic music): add link to
3203 2004-01-10 Han-Wen Nienhuys <hanwen@xs4all.nl>
3205 * lily/translator.cc: document start_translation_timestep()
3207 * scm/output-tex.scm (tex-encoded-fontswitch): use
3208 round for rounding (inexact->exact yields rationals)
3210 * lily/*.cc: remove superfluous start_translation_timestep() calls.
3212 * lily/translator-group.cc (get_simple_trans_list):
3213 new function; construct simple_trans_list_ lazily.
3215 2004-01-10 Jan Nieuwenhuizen <janneke@gnu.org>
3217 * lily/paper-outputter.cc (output_scope): Check if number before
3218 checking exact (guile cvs).
3220 * scm/*: Escape backslashes in scheme strings (guile cvs).
3222 2004-01-10 Han-Wen Nienhuys <hanwen@xs4all.nl>
3224 * Documentation/user/refman.itely (Tablatures basic): annotate
3227 * lily/*.cc: cleanup of engraver initialize() functions.
3229 * lily/repeat-acknowledge-engraver.cc
3230 (start_translation_timestep): remove first_b_
3232 * lily/tab-note-heads-engraver.cc: listen to string number events
3233 inside < > too. (backportme).
3235 * Documentation/user/refman.itely (Text scripts): add fatText to
3238 2004-01-09 Han-Wen Nienhuys <hanwen@xs4all.nl>
3242 * stepmake/bin/add-html-footer.py (built): add Wiki links to
3245 * lily/parser.yy (translator_mod): allow \with { \remove .. }
3247 * lily/bar-check-iterator.cc (process): only warn if
3248 barCheckLastFail was changed.
3250 * scm/define-translator-properties.scm (barCheckLastFail): add
3253 * lily/main.cc (main_prog): print summary of failed files.
3255 * lily/axis-group-engraver.cc: move all spanner creation to
3256 process_music (). Now staffs can be adjusted with \override too.
3257 (Jan, you are a brilliant programmer!)
3259 * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning.
3261 2004-01-09 Mats Bengtsson <mabe@drongo.s3.kth.se>
3263 * Documentation/user/tutorial.itely (Integrating text and music):
3264 Show the commands to produce a PDF as well.
3266 2004-01-08 Han-Wen Nienhuys <hanwen@xs4all.nl>
3268 * lily/translator-def.cc (get_translator_names): accept user
3271 * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
3272 as big as normal heads.
3274 * input/*ly: run convert-ly
3276 * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
3277 () if dependencies are fluked.
3279 * scm/document-translation.scm (engraver-doc-string): update on
3280 latest string/symbol conventions.
3282 * lily/translator-ctors.cc: use Scheme_hash_table.
3284 * lily/translator-def.cc (get_translator_names): new function
3285 (add_context_mod): new function
3286 (get_accepted): new function
3288 * lily/parser.yy (context_mod): put all modifications of
3289 \translator { } in a single production, encode as SCM.
3291 * lily/translator-def.cc (add_context_mod): rewrite Translator_def
3292 to use read-only lists, so additions to the definition can be
3295 * Documentation/user/invoking.itexi (Editor support): add node on
3298 * Documentation/user/refman.itely (Bar check): add lyrics example
3301 * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
3303 * scripts/convert-ly.py (conv): add conversion rule.
3305 * lily/parser.yy: use \change iso. \translator for staff switch.
3307 * lily/my-lily-lexer.cc: add \change.
3309 * scm/define-translator-properties.scm
3310 (default-melisma-properties): add definition.
3312 2004-01-07 Han-Wen Nienhuys <hanwen@xs4all.nl>
3314 * Documentation/user/refman.itely (Bar lines): clarification of
3315 systemStartDelimiter.
3317 * input/test/slur-shape.ly (x): remove file.
3319 * lily/translator-group.cc (apply_property_operations): new function.
3321 2004-01-06 Han-Wen Nienhuys <hanwen@xs4all.nl>
3323 * lily/parser.yy (optional_prop_ops): allow \with {
3324 PROPERTYSETTINGS } following \context or \new.
3326 * lily/my-lily-lexer.cc: add \with.
3328 * lily/parser.yy (property_operation): clean up definition of
3329 property operations.
3330 (property_op_to_music): new function.
3331 (context_spec_music): new function
3333 * VERSION: 2.1.7 released.
3335 * input/regression/collision-merge-dots.ly: new file.
3337 * lily/note-collision.cc (check_meshing_chords): if merging heads,
3338 then kill the dots too.
3340 * lily/separating-line-group-engraver.cc (acknowledge_grob):
3341 set/unset breakableSeparationItem
3343 * lily/separation-item.cc (relative_width): add function.
3345 * scm/define-grob-interfaces.scm (only-prebreak-interface): add
3346 only-prebreak-interface
3348 * lily/system.cc (output_lines): only junk only-prebreak-interface
3351 * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
3352 read breakableSeparationItem
3354 * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
3356 * lily/system.cc (output_lines): don't suicide Spacing_items.
3358 * lily/dot-column.cc (dot_config_badness): new function:
3359 select the best scoring dot configuration: dots should go close to
3360 the note heads, but be shifted up or down according to conventions.
3361 (print_dot_configuration): idem.
3363 (remove_collision): idem.
3365 * input/regression/dots.ly: add more test cases.
3367 2004-01-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3369 * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
3371 * flower/include/interval.hh: rename elem_b to contains
3373 * lily/tie.cc: change 'heads to 'head-pair.
3375 * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
3376 fill in 'heads field.
3378 * lily/lyric-extender.cc (brew_molecule): use heads for width, use
3379 minimum-length for short ones, and shorten so collisions with the
3380 next syllable are avoided.
3382 * lily/beam-quanting.cc (score_slopes_dy): add extra points for
3384 Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy
3386 * lily/dots.cc: remove quantized_position callback. All Y
3387 positioning is done by dot-column.cc
3389 * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
3390 exhaustive test of all dot positions. This fixes disappearing dots
3393 2004-01-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3395 * mf/feta-klef.mf (test_staff): fatten up G clef
3396 (test_staff): fatten up f clef.
3399 2004-01-05 Jan Nieuwenhuizen <janneke@gnu.org>
3401 * input/mutopia/E.Satie/petite-ouverture-a-danser.ly:
3402 * input/les-nereides.ly: Use latin1 characters for title, like
3405 2004-01-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3407 * scm/font.scm (paper20-font-vector): add bold-narrow series (only
3410 * lily/lyric-extender.cc (brew_molecule): add little space before
3413 * lily/beam-quanting.cc (score_forbidden_quants): check if
3414 outer stafflines fall in any beam gaps.
3416 * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
3419 2004-01-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3421 * VERSION: 2.1.6 released.
3423 * lily/beam-quanting.cc (quanting): add inspect-quants property:
3424 this shows the demerits of a user-defined beam position pair.
3426 * scm/define-grobs.scm (all-grob-descriptions): set
3427 beamed-extreme-minimum-free-lengths to a different value.
3429 * lily/scm-option.cc: add debug-beam scm-option
3431 * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
3433 2004-01-03 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3435 * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
3437 * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
3438 space after barline.
3440 * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
3442 * lily/spacing-spanner.cc (breakable_column_spacing): take average
3443 of spacing wishes, not maximum. Only do this for delta-t == 0. In
3444 the other case, take standard column-breakable spacing. Do not
3445 warn about "no spacing wishes".
3447 This fixes wide spaces after barlines in very loose lines.
3449 * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
3451 2004-01-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3453 * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
3454 acknowledge_grob lyric-syllable, not lyric-text.
3456 * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
3457 dashes of length #'length separated by #'dash-period.
3459 * lily/lyric-extender.cc (brew_molecule): idem
3461 * lily/multi-measure-rest.cc (big_rest): idem
3463 * lily/system-start-delimiter.cc (simple_bar): idem
3465 * lily/bar-line.cc (simple_barline): use rounded box
3467 * VERSION: release 2.1.5
3469 * Documentation/user/lilypond-book.itely (Integrating LaTeX and
3470 music): move note about dvips to more visible place.
3472 * lily/lyric-phrasing-engraver.cc: move from
3473 new-phrasing-engraver.cc, remove old cruft (syllable-group,
3474 lyric-phrasing-engraver.hh)
3476 * lyric-align.ly: remove file
3478 * scripts/convert-ly.py (FatalConversionError.func): add removal
3479 rule for automaticMelismata
3481 * ly/engraver-init.ly (ScoreContext): switch on
3482 New_phrasing_engraver by default.
3484 * lily/slur-engraver.cc (class Slur_engraver):
3485 process_acknowledged_grobs -> process_music.
3486 (try_music): signal melismata correctly.
3488 * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
3489 word-space, right-trim-amount, and extend past right bound only
3492 * lily/new-phrasing-engraver.cc (acknowledge_grob): add
3493 lyric-extender support: add note-heads to the extender
3496 * lily/parser.yy: extender is now post_event.
3498 * lily/accidental-engraver.cc (number_accidentals): remove
3499 spurious warning about non-parent contexts.
3501 * lily/music-output-def.cc (assign_translator): \translator { }
3502 for a Foo context implicitly redefines \FooContext.
3504 * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
3507 * lily/slur.cc (brew_molecule): don't use stafflinethickness
3508 doubly in slur weight.
3510 * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
3513 * scm/define-grobs.scm (all-grob-descriptions): change clef -
3516 * scripts/lilypond.py (global_latex_preamble): crank down size of
3517 the margins. Now there is a 12 mm top and bottom margin, which
3518 should correspond with the printable area of modern printers.
3520 This enlarges the music height of the printable page a little.
3522 * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
3523 signs. Use \markup instead.
3524 (accreg_pen): tweak for accordeon asterisk.
3526 2003-12-31 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3528 * lily/melisma-engraver.cc (try_music): use melisma_busy()
3530 * lily/lyric-engraver.cc (process_music): remove alignment kludge
3532 * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
3534 * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
3536 * scm/define-grobs.scm (all-grob-descriptions): change
3537 StanzaNumber description: make side support, i.s.o. breakable.
3538 use Instrument_name_engraver for texts in the margin.
3540 * scm/define-translator-properties.scm: remove
3541 melismaEngraverBusy, stz property.
3543 * *.cc: naming: change empty_b () into is_empty ()
3545 * lily/self-aligment-interface.cc (aligned_on_parent): new function.
3547 * input/regression/lyric-phrasing-new.ly: new file.
3549 * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
3550 engraver, redo lyric phrasing, but cleaner and simpler. Lyrics on
3551 melismata are now left-aligned.
3553 2003-12-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3555 * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
3557 * mf/feta19.mf: remove.
3559 * mf/feta-klef.mf (test_staff): more tweaks
3561 * mf/feta-toevallig.mf: more small size tweaks.
3563 * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
3564 rests for smaller sizes.
3566 * mf/feta-bolletjes.mf: fix cross heads.
3568 * VERSION: release 2.1.4
3570 * scripts/convert-ly.py (FatalConversionError.func): add rule for
3571 deprecated #'ancient font family
3573 * lily/mark-engraver.cc (process_music): only set rehearsalMark if
3574 it is a string or number.
3576 * scm/output-lib.scm (note-head-style->attachment-coordinates):
3577 change calling convention of stem-attachment function.
3579 * buildscripts/mf-to-table.py: read and dump WX/WY fields
3581 * mf/feta-autometric.mf: dump WX/WY fields too
3583 * mf/parmesan-heads.mf: idem.
3585 * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
3586 attachment coordinates.
3588 * lily/note-head.cc (stem_attachment_coordinate): read stem
3589 attachment from the notehead glyphs WX/WY fields.
3591 * lily/include/font-metric.hh (struct Font_metric): add methods
3592 get_indexed_wxwy (), make a distinction between looking up by
3595 * mf/feta-bolletjes.mf: rewrite note head MF code.
3596 (test_outlines): make heads more rotund for smaller sizes.
3598 2003-12-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3600 * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
3601 throughout. Font scaling fixes throughout.
3603 * mf/feta-sleur,slur.mf: remove.
3605 * mf/feta-slag.mf: rewrite.
3607 2003-12-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3609 * VERSION: release 2.1.3
3611 * stepmake/stepmake/toplevel-targets.make: remove pfa targets
3613 * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
3615 * lily/mark-engraver.cc (process_music): fix mark
3616 \default. (backportme)
3618 * stepmake/stepmake/automatically-generated.sub.make (default):
3619 use -n for head/tail commands.
3621 * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
3622 heads with the same pitch.
3624 2003-12-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3626 * lily/recording-group-engraver.cc (finalize): set protected_scm
3627 member to '() before finalizing.
3629 * lily/translator-group.cc (finalize): remove removal_processing ()
3631 * lily/recording-group-engraver.cc: new engraver: record
3632 synchronized start & end times for each music object.
3634 * lily/parser.yy (toplevel_expression): execute score rendering
3635 during parsing. Cleanup output-filename handling; this is no
3636 longer done with global variables.
3637 (translator_spec_body): allow \type modification too.
3639 * lily/score.cc: ly:run-translator: new function
3640 (LY_DEFINE): ly:render-output new function.
3642 Separate interpreting and rendering, and make available as
3643 functions at Scheme level.
3645 2003-12-17 Jan Nieuwenhuizen <janneke@gnu.org>
3647 * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
3648 (musicxml-node->string):
3650 (music-to-musicxml): New function.
3652 2003-12-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3654 * VERSION: 2.1.2 released
3656 * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
3658 * scm/font.scm (paper20-font-vector): discouple font design sizes
3659 from sizes specified in .ly file: store all design sizes of a font
3662 * lily/font-select.cc (get_font_by_design_size): new function
3664 * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
3665 add parmesan,feta in sizes 14 and 18.
3667 * mf/feta-toevallig.mf: use blot diameter for double sharp.
3669 * lily/font-size-engraver.cc (acknowledge_grob): change definition
3670 of fontSize: this now sets font-size
3672 2003-12-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3674 * VERSION: 2.1.1 released
3676 * Documentation/user/refman.itely (Tuning objects): add note about
3677 concurrent tweaks in different contexts.
3679 * lily/tie-engraver.cc (acknowledge_grob): use
3680 Staff_symbol_referencer::get_position iso. reading staff-position
3683 * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
3684 currentMusicalColumn as left span-point for bracket. The bracket
3685 is too long when there are accidentals.
3687 2003-12-03 Mats Bengtsson <mabe@drongo.s3.kth.se>
3689 * buildscripts/lilypond-profile.sh,
3690 buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
3691 Thanks to Reuben Thomas <rrt@mupsych.org>
3693 2003-12-03 Heikki Junes <hjunes@cc.hut.fi>
3695 * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
3696 Wurbel <wurbel@univ-tln.fr>.
3698 2003-11-17 Mats Bengtsson <mabe@drongo.s3.kth.se>
3700 * scripts/midi2ly.py: Add space after chords.
3702 2003-11-07 Heikki Junes <hjunes@cc.hut.fi>
3704 * input/regression/{many}: add few @code{ ... }.
3706 2003-11-05 Mats Bengtsson <mabe@drongo.s3.kth.se>
3708 * mf/GNUmakefile (SAUTER_FONTS): Added cmss14,
3709 cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
3710 Removed cmbx5, cmbx6 (which are included in teTeX)
3711 and cmbxti14 which is not used in fonts.scm.
3713 2003-11-04 Heikki Junes <hjunes@cc.hut.fi>
3715 * lily/midi-item.cc: fine tune quarter tones.
3717 2003-11-03 Heikki Junes <hjunes@cc.hut.fi>
3719 * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
3720 new function, warn how many cents are missing in fine tuning.
3722 2003-11-01 Heikki Junes <hjunes@cc.hut.fi>
3724 * input/bugs/rhytmicstaff-tie.ly: add file.
3726 * THANKS: Create skeleton for 2.1.
3728 2003-10-31 Heikki Junes <hjunes@cc.hut.fi>
3730 * input/test/bar-lines.ly (TODO): dashed "|".
3732 2003-10-30 Heikki Junes <hjunes@cc.hut.fi>
3734 * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
3735 input/regression/tie-chord.ly: Fix spell for tying.
3737 * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
3739 * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
3740 new file (renamed, see above).
3742 * Documentation/user/lilypond-book.itely
3743 * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
3744 * input/example-1.ly input/example-2.ly input/example-3.ly
3745 * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
3746 * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
3747 * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
3748 * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
3749 * scripts/lilypond-book.py scripts/lilypond.py
3750 * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
3751 * vimrc: replace ly2dvi with lilypond and remove silly comments.
3753 * Documentation/user/lilypond.tely: update version.
3755 * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
3756 Remove extra spaces in each @node, fixes spaces.
3758 2003-10-29 Mats Bengtsson <mabe@drongo.s3.kth.se>
3760 * scripts/lilypond-book.py (output_dict): Add definition of
3761 \lilypondbook also for LaTeX output. Solves several bug reports.
3763 2003-10-29 Heikki Junes <hjunes@cc.hut.fi>
3765 * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
3767 2003-10-24 Heikki Junes <hjunes@cc.hut.fi>
3769 * input/test/transposition.ly: Fix key signatures, given in comments.
3771 2003-10-23 Mats Bengtsson <mabe@drongo.s3.kth.se>
3773 * scm/midi.scm (instrument-names-alist),
3774 Documentation/user/appendices.itely: Correct spelling of shakuhachi
3776 2003-10-14 Mats Bengtsson <mabe@drongo.s3.kth.se>
3778 * input/test/temporary-stave.ly (texidoc): New example based on an
3779 email question from Ralph Little.
3781 2003-10-11 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3783 * VERSION: release 2.1.0
3785 * lily/note-performer.cc (try_music): accept busy-playing-event.
3787 * lily/swallow-perf.cc (try_music): return false for
3788 busy-playing-event and melisma-playing-event.
3790 2003-10-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3792 * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
3795 2003-10-05 Jan Nieuwenhuizen <janneke@gnu.org>
3797 * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
3798 that articulation_substitute will not move beam start again.
3799 (articulation_substitute): Bugfix: remove stray space so that new
3800 old chords ending '>>' does not get broken up.
3801 (sub_chord): Use TAB for indentation (not spaces).
3803 * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
3804 Bugfix for startup: Use ?^ instead of ?\^.
3806 2003-10-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3808 * lily/lyric-combine-music-iterator.cc
3809 (Lyric_combine_music_iterator): change init order, to prevent GC
3812 * lily/context-specced-music-iterator.cc (construct_children):
3813 only change translator if found. This fixes a core dump problem.
3815 2003-09-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3817 * scm/slur.scm (default-slur-extremity-rules): use equal? for
3820 * mf/feta-bolletjes.mf: make hole in half note little
3821 smaller for stem attachment.
3823 * lily/stem.cc (brew_molecule): tweaks for new flag layout.
3825 * mf/feta-banier.mf: don't draw stem with flag, just small square
3828 * mf/feta-bolletjes.mf (slash_slope): remove ledger ending
3830 * mf/feta-banier.mf: remove upstem/downstem characters.
3832 * mf/feta-params.mf (stafflines): stems are 1.3 SLT.
3834 * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
3835 stafflinethickness (in the default)
3837 * lily/stem.cc (brew_molecule): use round_filled_box for stem.
3839 * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
3841 * Documentation/topdocs/INSTALL.texi (Top): reorder.
3843 * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
3845 * lily/include/directional-element-interface.hh:
3846 junk class, make {get,set}_grob_direction functions.
3848 * lily/slur.cc (get_attachment): do something sensible when
3849 attaching to stem without heads (eg. a rest).
3851 * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
3852 forcing up to staff. remove #'support-head property
3853 (brew_molecule): small cleanup.
3854 (flag): remove #'grace property.
3856 2003-09-29 Jan Nieuwenhuizen <janneke@gnu.org>
3858 * cygwin/postinstall-lilypond.sh:
3859 * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
3862 2003-09-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3864 * scripts/lilypond-book.py: resurrect 'eps' option.
3865 (TexiPaper.to_eps): use -Ppdf for EPS files.
3867 * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
3869 * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
3871 * VERSION: release 2.0.1
3873 * lily/bezier.cc (get_other_coordinate): change assert into
3876 * lily/note-head.cc (internal_brew_molecule): make left protusion
3877 smaller, to accomodate for natural sign.
3878 (internal_brew_molecule): only do this when the accidental is
3880 (extent): new function
3882 * lily/skyline.cc (merge_skyline): new function
3883 (heighten_skyline): new function
3885 * lily/accidental-placement.cc (position_accidentals)
3886 (position_accidentals): fix todo.
3888 2003-09-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3890 * input/test/+.ly (texidoc): put version number inline.
3892 * GNUmakefile.in: remove rsync-web target.
3894 * input/regression/bar-scripts.ly (onestaff): raggedright
3896 2003-09-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3898 * lily/*.cc: remove #if 0'd code in couple of places.
3900 * lily/midi-stream.cc (operator <<): rewrite.
3902 * lily/note-head.cc (internal_brew_molecule):
3903 only make ledgers when the Staff symbol has lines.
3905 * ly/property-init.ly (arpeggioBracket): simplify
3907 * lily/translator-group.cc (execute_pushpop_property): use
3908 SCM_EQ_P for comparing keys. This fixes reverting
3911 2003-09-28 Jan Nieuwenhuizen <janneke@gnu.org>
3913 * lily/midi-stream.cc (operator <<): Also write MIDI string when
3914 midi_debug_global_b.
3915 (operator <<): Normalise loop.
3917 2003-09-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3919 * scripts/lilypond.py (escape_path): revise.
3921 * scm/music-functions.scm (set-output-property): new function.
3923 2003-09-27 Jan Nieuwenhuizen <janneke@gnu.org>
3925 * cygwin/mknetrel: Next try in building doc on Cygwin natively;
3926 use addmakeflags again.
3928 * cygwin/lily-wins.py (escape_shell): New function; use it.
3930 * scripts/lilypond.py (escape_shell): Escape quotes and other
3931 spaces too. Do not escape escaping backslashes.
3933 * make/srcdir.make.in (web-install): Must call install-WWW now.
3935 * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
3938 2003-09-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3940 * scripts/lilypond.py (escape_path): escape quotes too.
3942 * Documentation/user/lilypond.tely (Unified index): rename Index
3943 to accomodate Windows breakage.
3945 * make/lilypond.redhat.spec.in (Group): remove out=www for web-install
3947 * mf/GNUmakefile ($(outdir)/%.afm $(outdir)/%.enc
3948 $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
3949 target not a source.
3951 2003-09-27 Jan Nieuwenhuizen <janneke@gnu.org>
3953 * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
3954 addmakeflags. Build and install doc and web also when building on
3957 * mf/GNUmakefile: Bugfix.
3959 * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
3962 * cygwin/lily-wins.py: Quote filename.
3964 2003-09-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3966 * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
3968 2003-09-25 Jan Nieuwenhuizen <janneke@gnu.org>
3970 * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
3973 * configure.in: Require g++ > 3.0.4.
3975 * mf/GNUmakefile: Bugfix: Add list.ly target.
3977 * Documentation/user/GNUmakefile: Bugfix: list.ly target.
3979 * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
3980 make omf directory, add uninstall targets.
3982 2003-09-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3984 * lily/tie-performer.cc (initialize): init prev_event
3986 * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
3988 * lily/script-engraver.cc (make_script_from_event): don't crash on
3989 non-string articulation-type.
3991 * lily/new-fingering-engraver.cc (add_script): don't crash on
3993 (acknowledge_grob): warn about text script events.
3995 2003-09-24 Heikki Junes <hjunes@cc.hut.fi>
3997 * buildscript/lilypond.words: fix path for drums.scm.
3999 2003-09-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4001 * lily/spacing-spanner.cc (note_spacing): don't make longer
4002 durations than measure-length.
4004 * VERSION: release 2.0.0
4006 * GNUmakefile.in (rsync-web): version independent rsync target.
4008 * input/test/+.ly (texidoc): idem.
4010 * input/regression/+.ly: print version number.
4012 * input/regression/accidentals.ly (mel): shorten.
4014 * input/regression/accidental-octave.ly (texidoc): shorten.
4016 * input/regression/hairpin-dashed.ly (texidoc): docstring.
4018 * input/regression/completion-heads-polyphony.ly: octave
4020 * input/regression/beam-manual.ly: remove
4022 * input/regression/beam-chord.ly: remove
4024 * input/regression/grace-dynamic.ly: remove
4026 * input/regression/grace-volta-repeat.ly: octave fixes.
4028 * input/regression/hairpin-dashed.ly (texidoc): doc string.
4030 * lily/parser.yy (step_number): semitones for chord entry too.
4031 (make_chord_step): more robust code, semitones.
4033 * input/regression/breathing-sign-ancient.ly (texidoc): new file.
4035 * input/regression/breathing-sign.ly (texidoc): split ancient and
4036 normal breathing signs.
4038 * scm/define-grobs.scm (all-grob-descriptions): swap
4039 beamed-extreme-minimum-free-lengths and
4040 beamed-minimum-free-lengths; the 'extreme' case should allow
4041 shorter stems. This fixes forced directions on beamed 32nd and
4044 * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
4045 quartertones, not semitones.
4046 (NoteNamesContext): swallow more event types
4048 * Documentation/topdocs/NEWS.texi (Top): insert close brace.
4050 * VERSION (PACKAGE_NAME): release 1.9.10
4052 2003-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4054 * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
4055 set note head as cause of note-column. This gives a better error
4058 2003-09-23 Jan Nieuwenhuizen <janneke@gnu.org>
4060 * Documentation/topdocs/INSTALL.texi: Update emacs mode.
4062 2003-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4064 * mf/GNUmakefile (pfa_warning): instruct
4066 * stepmake/aclocal.m4: typo.
4068 * Documentation/user/cheatsheet.itely: more verbose examples.
4070 * input/regression/clefs.ly: remove bogus docstring.
4072 2003-09-23 Jan Nieuwenhuizen <janneke@gnu.org>
4074 * GNUmakefile.in (SUBDIRS): Add elisp.
4076 * elisp/lilypond-mode.el:
4077 * elisp/lilypond-init.el:
4078 * elisp/lilypond-indent.el:
4079 * elisp/lilypond-font-lock.el: Move from top dir.
4081 * stepmake/stepmake/elisp-vars.make: New file.
4083 * config.make.in (elispdir): Add.
4085 * Documentation/topdocs/INSTALL.texi: Typo.
4087 * make/ly-rules.make: Test for files instead of touching void and
4091 * make/lilypond.redhat.spec.in:
4092 * debian/rules: Fix lilypond.words stuff a bit. For running from
4095 (push "<builddir>/share/lilypond/elisp" load-path)
4097 to your ~/.emacs.el should give you LilyPond-mode again.
4099 * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
4100 regexp for DOS/Windows, we are too paranoid to fix others.
4102 2003-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4104 * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
4106 * input/test/chord-names-jazz.ly (banterProperties): fix
4108 * lily/parser.yy (bass_mod): bass figure alterations are semi
4109 tones, not quarter tones
4111 * lily/beam.cc (set_stem_lengths): only lengthen stems
4114 * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
4117 * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
4118 a warning that the warning may erroneous.
4120 * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
4123 * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
4126 * GNUmakefile.in ($(config_h)): config.h should depend on
4128 (lilypond.words): remove fontball stuff.
4130 * stepmake/aclocal.m4: only print config.cache warning if it exists.
4132 * configure.in: remove pktrace reference.
4134 * GNUmakefile.in (rsync-web): permissions and ownership for
4137 * lily/volta-engraver.cc (staff_eligible): new function.
4138 (stop_translation_timestep): kill off spanners if not eligible.
4140 * VERSION (PATCH_LEVEL): release 1.9.9
4142 * input/regression/beam-quanting-32nd.ly (texidoc): new file
4144 * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
4145 length is more important than forbidden quants.
4147 2003-09-23 Heikki Junes <hjunes@cc.hut.fi>
4149 * buildscripts/lilypond.words: order words in search order,
4150 add lilypond.words.vim to be generated.
4152 * lilypond.vim: use lilypond.words.vim for keyword matching.
4154 * lilypond-mode.el: use search order. fix word selection rules.
4156 * lilypond-font-lock.el: fix fontifying long durations.
4158 * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
4160 2003-09-22 Jan Nieuwenhuizen <janneke@gnu.org>
4162 * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
4164 * stepmake/stepmake/generic-targets.make:
4165 * stepmake/stepmake/bin/make-version.py:
4166 * stepmake/aclocal.m4:
4167 * make/stepmake.make:
4168 * make/toplevel-version.make: Build fixes: remove last traces of
4169 VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
4171 * lily/beam.cc: Add gap-count property.
4173 2003-09-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4175 * scm/define-grob-properties.scm (gap-count): add gap-count
4177 * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
4179 2003-09-22 Jan Nieuwenhuizen <janneke@gnu.org>
4181 * cygwin/mknetrel.doc: Typo.
4183 * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
4185 * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
4187 2003-09-22 Mats Bengtsson <mabe@drongo.s3.kth.se>
4189 * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
4190 sizes. Remove support for 'ledger'(=tabloid+landscape).
4192 2003-09-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4194 * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
4197 * configure.in: remove VERSION stuff once again.
4199 * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
4201 * scm/define-grobs.scm (all-grob-descriptions): use sans family
4204 * mf/GNUmakefile: always trace pfa fonts.
4205 (SAUTER_FONTS): add cmss[567] too fonts
4207 * configure.in: require mftrace.
4209 * lily/staff-performer.cc (new_instrument_string): don't look at
4210 instrument property.
4212 * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
4213 is_direction is the C++ one. Similar for ly_axis_p and
4216 2003-09-21 Jan Nieuwenhuizen <janneke@gnu.org>
4218 * lily/beam.cc (brew_molecule): read gap-count to determine
4219 number of tremolo (gapped) beams.
4221 * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
4224 * flower/include/array.hh (default_compare): new function
4226 * cygwin/mknetrel: Native fixes.
4228 * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
4230 2003-09-20 Jan Nieuwenhuizen <janneke@gnu.org>
4232 * Documentation/topdocs/NEWS.texi: Add note about .ly double click
4233 feature for Windows.
4235 * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
4237 * cygwin/mknetrel: Updates for native use on Cygwin.
4239 * lily/parser.yy: Compile fix: add stdio.h for snprintf.
4241 * stepmake/stepmake/help2man-rules.make:
4242 * cygwin/mknetrel: Bugfix for manpages.
4244 * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
4245 $(builddir). Stepmake is a normal subdirectory now, that is not
4246 configured. Another srcdir build fix.
4248 * Documentation/topdocs/INSTALL.texi,
4249 buildscripts/lilypond.words.py, lilypond-font-lock.el,
4250 lilypond-init.el, lilypond-mode.el, debian/rules,
4251 make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
4252 rename generated file lilypond.words to lilypond.words.el.
4254 2003-09-20 Heikki Junes <hjunes@cc.hut.fi>
4256 * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
4258 * GNUmakefile.in, buildscripts/lilypond.words: give only path in
4261 2003-09-19 Jan Nieuwenhuizen <janneke@gnu.org>
4263 * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
4264 when cross building.
4266 * configure.in: srcdir build fix.
4268 * cygwin/GNUmakefile:
4269 * cygwin/lily-wins.py:
4270 * cygwin/postremove-lilypond.sh:
4271 * cygwin/postinstall-lilypond.sh: Merge from stable.
4273 * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
4276 2003-09-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4278 * lily/slur.cc (after_line_breaking): only set control points if
4281 * input/test/slur-manual.ly: new file.
4283 * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
4286 * VERSION (PACKAGE_NAME): release 1.9.8
4288 * scripts/lilypond.py (escape_path): escape spaces in directory names
4290 * input/test/text-spanner.ly: fixes.
4292 2003-09-19 Heikki Junes <hjunes@cc.hut.fi>
4294 * buildscripts/lilypond.words.py: add drum names as note names to
4297 2003-09-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4299 * input/regression/hairpin-dashed.ly: new file.
4301 * scripts/convert-ly.py (conv): warn about dash-length.
4303 * lily/dynamic-engraver.cc (try_music): end (de)crescendo
4304 automatically if we get a new one.
4306 * lily/lookup.cc (dashed_line): new function
4308 * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
4311 2003-09-18 Heikki Junes <hjunes@cc.hut.fi>
4313 * buildscripts/lilypond.words.py: extract note names.
4315 * lilypond-mode.el: take note names from lilypond.words -file.
4316 small fix in the use of string-match.
4318 * lilypond-font-lock.el: use lilypond.words for note names, add
4319 maxima to note a duration.
4321 2003-09-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4323 * lily/breathing-sign.cc: remove railtracks() function.
4325 * input/regression/arpeggio-bracket.ly (texidoc): add file.
4327 * lily/arpeggio.cc (brew_chord_bracket): clean-up
4328 (brew_molecule): bugfix don't make arpeggio shorter when
4329 arpeggio-direction is set.
4331 * debian/rules: small corrections in the (Pedro K)
4333 * Documentation/user/tutorial.itely (Tutorial): use lyinc in
4336 * lily/auto-beam-engraver.cc (process_music): end/junk beam if
4337 special (repeat) bar comes along.
4339 * input/regression/auto-beam-bar.ly: update.
4341 * scripts/lilypond-book.py (output_dict): remove support for the
4344 * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
4345 VerticalAlignment and VerticalAxisGroup this fixes the size
4346 computations for the entire system.
4348 * input/les-nereides.ly (bass): remove superfluous fontSize.
4350 * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
4351 causes directory of file to be added to include path.
4353 * input/regression/beam-break.ly: test single stem beams.
4355 * input/regression/system-start-bracket.ly: fix.
4357 * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
4359 * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
4361 * lily/beam-quanting.cc (quanting): check french-beaming per stem.
4362 (score_stem_lengths): do something sensible for single stem beams.
4364 * lily/beam.cc (least_squares): add kludge for single stem beams.
4366 * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
4367 keySignature to list of broken things.
4369 * input/regression/keys.ly: fix.
4371 * VERSION (PACKAGE_NAME): release 1.9.7
4373 * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
4375 * Documentation/user/refman.itely (Pitches): doc quarter tones.
4377 * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
4378 (quartertone_pitch): new function
4380 * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
4381 flat. WARNING: FONT CHANGED.
4383 * ly/nederlands.ly: add -eh and -ih for quarter tones.
4385 * lily/accidental-placement.cc (add_accidental): support for
4388 * ly/LANGUAGEs.ly: use symbols for alterations.
4390 * mf/feta-toevallig.mf: change accidental codes.
4392 * scm/lily.scm (ly:get-option): switch on debugging only for
4395 * lily/lily-guile.cc: remove ly:verbose?
4397 * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
4399 * lily/parser.yy (TODO): only do gh_call() for apply with
4402 * lily/tie-engraver.cc (start_translation_timestep): move melisma
4403 stuff in accordance with new timing of tie-events.
4405 * lily/my-lily-lexer.cc: remove \outputproperty
4407 * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
4409 * scm/define-translator-properties.scm (melismaBusyProperties):
4410 add melismaBusyProperties property.
4412 2003-09-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4414 * input/test/ambitus-mixed.ly (texidoc): new file.
4416 * buildscripts/mutopia-index.py (find): prune debugging
4418 * lily/side-position-interface.cc: doc updates
4420 * Documentation/user/refman.itely: updates, tweaks.
4422 * lily/parser.yy (Simple_music): remove outputproperty
4424 * make/stepmake.make: use VERSION again; importing VERSION via
4425 autoconf dependencies is too hairy.
4427 2003-09-17 Heikki Junes <hjunes@cc.hut.fi>
4429 * lilypond-mode.el: allow `-' for keywords and identifiers.
4431 2003-09-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4433 * VERSION: release 1.9.6
4435 * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
4438 * Documentation/user/*.itely: fixes everywhere
4440 * lily/completion-note-heads-engraver.cc: rewrite engraver:
4441 produce ties from the engraver itself, do not broadcast TieEvent.
4443 * lily/my-lily-lexer.cc: remove pitch & duration.
4445 * lily/parser.yy (TODO): remove \pitch and \duration
4447 * input/test/explicit.ly: remove file.
4449 * Documentation/user/refman.itely (Pitches): remove \pitch
4452 2003-09-16 Heikki Junes <hjunes@cc.hut.fi>
4454 * buildscripts/lilypond.words.py: add all slur types to Emacs
4455 insertion menu, suppose everything is postfixed by dropping
4456 unnecessary `-' -marks.
4458 2003-09-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4460 * lily/stem.cc (get_default_stem_end_position): lengthen stems for
4463 * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
4464 head for flagged stems.
4466 * lily/stem.cc (get_default_stem_end_position): futz with extra
4467 stem length if there is a stem tremolo.
4469 * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
4470 it would be too small.
4472 * lily/font-metric.cc: return #f for non-existent glyph.
4474 * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
4475 exported through config.make.
4477 * input/regression/clef-oct.ly: new file.
4479 * scm/clef.scm (make-clef-set): use regexps, support arbitrary
4482 * input/template/*.ly: remove old relative.
4484 * ly/english.ly: add X names for double sharp.
4486 2003-09-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4488 * lily/font-select.cc: new file handle font selection routines.
4490 * lily/parser.yy: add ; (Patrick Atamaniuk)
4492 * input/test/time-signature-double.ly: use markups for double time
4495 * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
4496 ChordNames.SeparationItem #'padding for adjusting space after chords.
4498 * lily/music-output-def.cc (LY_DEFINE):
4499 new function ly:paper-lookup.
4501 * mf/parmesan-clefs.mf: use # quantities for char_box
4502 offsets. Fixes overflow errors in the PFA.
4504 * scm/new-markup.scm (strut-markup): change calling interface for
4505 markup. Pass paper-def, not grob. This would allow \markup to be
4506 used separately from grobs.
4508 * lily/paper-def.cc: new function ly:paper-font; this function
4509 replaces ly:get-font.
4511 * lily/include/font-interface.hh (struct Font_interface): take
4512 Paper_def iso. Grob for get_font().
4514 2003-09-14 Graham Percival <gperlist@shaw.ca>
4516 * Documentation/user/ tutorial.itely, refman.itely: add warning
4517 about \key and accidentals.
4519 2003-09-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4521 * scm/new-markup.scm (musicglyph-markup): undefine font-name.
4523 * Documentation/user/*.itely: manual tweaks
4525 2003-09-13 Juergen Reuter <reuter@ipd.uka.de>
4527 * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
4528 cleanup; bugfix: exact_center
4530 * Documentation/user/refman.itely: added more documentation on
4531 ambitus according to recent questions on lilypond-user list
4533 2003-09-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4535 * input/regression/ottava.ly (texidoc): demo 15ma too.
4537 * GNUmakefile.in ($(outdir)/VERSION): add VERSION target
4539 * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
4542 2003-09-10 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4544 * lily/lexer.ll: add \r to the rules for newlines; this fixes
4545 problems on older Mac editors.
4547 2003-09-12 Juergen Reuter <reuter@ipd.uka.de>
4549 * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
4551 2003-09-11 Juergen Reuter <reuter@ipd.uka.de>
4553 * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
4554 mf/parmesan-clefs.mf: added comments on character alignment and
4555 set_char_box() conventions
4557 * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
4560 * mf/parmesan-clefs.mf: vaticana: adjusted stem width
4562 2003-09-10 Heikki Junes <hjunes@cc.hut.fi>
4564 * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
4566 2003-09-10 Juergen Reuter <reuter@ipd.uka.de>
4568 * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
4569 shortened to avoid almost-collision with staff line; code cleanup;
4570 other custodes: fixed char boxes; code cleanup
4572 2003-09-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4574 * configure.in: release 1.9.5
4576 * scripts/lilypond.py (global_latex_preamble): only set
4577 twosideshift if 'twoside' is in latexoptions
4579 * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
4583 * scripts/*2ly.py: update <> syntax
4585 2003-09-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4587 * lily/chord-name-engraver.cc (process_music): add origin for
4590 * input/regression/chord-name-exceptions.ly (theMusic): add base too.
4592 * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
4593 bass notes for exceptions too.
4595 * scm/define-grobs.scm (all-grob-descriptions): rename
4596 HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
4598 * scm/define-grob-properties.scm (remove-first): add remove-first
4599 property for orchestral scores.
4601 * Documentation/user/*.itely: switch <<>> and <>
4603 * lily/glissando-engraver.cc (process_music): bugfix: move line to
4604 last_line only once. This fixes the two consecutive glissandi problem.
4606 2003-09-09 Juergen Reuter <reuter@ipd.uka.de>
4608 * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
4609 error message "flexa-width undefined"
4611 * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
4612 lily/include/gregorian-ligature.hh: print warning when ignoring
4613 head prefixes on flexa shapes
4615 * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
4616 space before a series of inclinatum heads
4618 * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
4619 lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
4622 * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
4625 2003-09-08 Juergen Reuter <reuter@ipd.uka.de>
4627 * input/regression/breathing-sign.ly: tiny fixes
4629 * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
4630 semantical collision with vaticana ligatures
4632 * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
4633 scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
4634 now consistent with mensural ligatures
4636 * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
4637 mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
4638 context pitches and staff position; dto. for virga stem; removed
4639 obsolete virga and clivis characters from parmesan font (WARNING:
4642 * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
4643 mf/parmesan-timesig.mf: fixed several set_char_box ()'s
4645 * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
4646 scm/define-grob-properties.scm: consistency fix: renamed
4647 join_left->add_cauda
4649 * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
4650 appendix length; bugfix: yoffs_bt for reverse direction punctum
4653 * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
4654 small cleanups; added more docu
4656 * lily/mensural-ligature-engraver.cc, lily/vaticana-ligature-engraver.cc,
4657 lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
4658 computation to CoherentLigatureEngraver
4660 * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
4661 scm/define-grob-properties.scm: bugfix: added missing linea and
4662 cavum properties; bugfix: removed dead semivocalis property
4664 * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
4665 length; redesigned quilisma, stropha and auctum
4667 * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
4670 * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
4671 Documentation/user/refman.itely: bugfix: introduced shifted
4672 epiphonus head to avoid collision with adjacent plica
4674 2003-09-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4676 * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
4678 * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
4680 2003-09-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4682 * Documentation/user/tutorial.itely (A lead sheet): remove
4685 * Documentation/bibliography/computer-notation.bib (pages): reorganise.
4687 2003-09-03 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4689 * Documentation/bibliography/computer-notation.bib (isbn): add
4692 2003-09-05 Heikki Junes <hjunes@cc.hut.fi>
4694 * GNUmakefile.in: drop lilypond.words for generation.
4696 2003-09-03 Heikki Junes <hjunes@cc.hut.fi>
4698 * buildscripts/lilypond.words.py: take filename (also) from an arg.
4700 * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
4702 2003-09-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4704 * input/test/figured-bass-alternate.ly (fl): new file.
4706 * Documentation/topdocs/README.texi (Top): clarifications.
4708 * Documentation/bibliography/computer-notation.bib (isbn): add phd
4709 theses of Gieseking and Renz.
4711 * GNUmakefile.in (README_FILES): remove README.mandrake.
4713 2003-09-01 Heikki Junes <hjunes@cc.hut.fi>
4715 * buildscripts/lilypond.words.py: add file. Creates lilypond.words
4716 from source files and search patterns listed in the script.
4718 * GNUmakefile.in: add target `lilypond.words'.
4720 * lilypond.words: remove file, generated by `make lilypond.words'.
4722 * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
4724 2003-08-31 Heikki Junes <hjunes@cc.hut.fi>
4726 * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
4728 2003-08-31 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4730 * VERSION: 1.9.4 released
4732 * scripts/convert-ly.py (FatalConversionError.figures_replace):
4733 rule for < > <-> << >> substitution
4735 * lily/lexer.ll: exchange meaning of << >> and < >
4737 * VERSION (PACKAGE_NAME): 1.9.3 released
4739 * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
4740 pages unconditionally.
4742 2003-08-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4744 * Documentation/user/music-glossary.tely (Top): small syntax
4747 * scm/music-functions.scm (remove-tag): filter \tagged music
4750 * input/regression/tag-filter.ly (texidoc): new file.
4752 * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
4755 * scripts/convert-ly.py (FatalConversionError.conv): fingering
4758 * Documentation/user/refman.itely (Fingering instructions): adjust manual.
4760 * lily/new-fingering-engraver.cc (position_scripts): don't crash
4761 for borderline cases (e.g. 1 fingering.)
4762 (position_scripts): revise interface, use fingerOrientations to
4763 set fingering positions.
4765 * scm/document-translation.scm (context-doc): add aliases to
4766 automated documentation.
4768 * make/lilypond-vars.make: remove stepmake compat glue.
4770 * make/generic-vars.make: remove cruft.
4772 * lily/main.cc (main): don't identify binary.
4774 2003-08-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4776 * lily/include/translator.hh (class Translator): remove
4777 type_string_ , use symbol for context name throughout.
4778 Changes through whole source tree.
4780 * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
4781 set PDF as default, and always make PDF.
4783 * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
4785 2003-08-29 Heikki Junes <hjunes@cc.hut.fi>
4787 * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
4788 Documentation/user/refman.itely input/regression/allfontstyle.ly
4789 input/regression/grace-types.ly:
4790 fix spelling for acciaccatura (Webster's 1913).
4792 2003-08-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4794 * lily/main.cc (usage): adjust blurb, include url.
4796 * input/regression/breathing-sign.ly (texidoc): transpose up
4798 2003-08-28 Juergen Reuter <reuter@ipd.uka.de>
4800 * input/regression/breathing-sign.ly: changed ancient examples to
4801 be relevant (by request of Han-Wen); updated BreathingSign text
4802 property according to new syntax.
4804 * ly/gregorian-init.ly: updated BreathingSign text property
4805 according to new syntax
4807 2003-08-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4809 * Documentation/user/refman.itely (Clef): give example of G_8 clef.
4810 (Clef): index entries for clefs.
4812 * python/lilylib.py (system): remove errorlog files.
4814 2003-08-28 Heikki Junes <hjunes@cc.hut.fi>
4816 * lilypond.words: add \new and new graces. Add dynamics to menus
4817 keeping 1.8.x compatibility; after all the engraving relating to
4818 notes becomes postfixed `-' marks will be removed.
4820 2003-08-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4822 * lily/molecule.cc (align_to): idem.
4824 * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
4826 * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
4827 accacciatura everywhere.
4829 * VERSION (PACKAGE_NAME): released 1.9.2
4831 * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
4833 * scm/document-markup.scm (markup-doc-node): sort markup function
4836 * lily/paper-outputter.cc (output_version): change "Lily was here"
4837 into "Engraved by LilyPond"
4839 * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
4840 on unquoted strings before \notenames.
4842 * lily/parser.yy (lyric_element): allow markup as lyric text. This
4843 increases the number of s/r reductions to 4.
4845 * scm/new-markup.scm (fraction-markup): \fraction command.
4847 * lily/lexer.ll: allow any string without \ { } # and " in \markup
4850 * lily/lookup.cc (round_filled_box): rename function.
4851 (LY_DEFINE): round-filled-box: change signature.
4853 * Documentation/user/refman.itely: revise section explaining grace
4856 * lily/translator-scheme.cc (LY_DEFINE): add ! to
4857 ly:set-context-property
4859 * input/*/*.ly (vmus): use \new everywhere.
4861 * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
4863 * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
4866 * scm/music-functions.scm (set-stop-grace-properties)
4867 (set-start-grace-properties, add-grace-property): new functions
4868 for modular grace tweak control.
4870 * ly/engraver-init.ly (ScoreContext): new property graceSettings.
4872 2003-08-28 Jan Nieuwenhuizen <janneke@gnu.org>
4874 * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
4876 * GNUmakefile.in (install-pfa-fonts):
4877 (get-pfa-fonts): New target.
4879 * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
4880 install-pfa-fonts help.
4882 2003-08-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4884 * lily/translator-scheme.cc (LY_DEFINE):
4885 ly:context-pushpop-property new function.
4886 (LY_DEFINE): new function ly:translator-find
4887 new function ly:translator?
4888 (LY_DEFINE): new function ly:context?
4890 * lily/translator-def.cc: remove Translator_def::apply_pushpop_property().
4892 * python/lilylib.py (read_pipe): only store and display error log
4894 (read_pipe): only display log if it contains something.
4896 2003-08-27 Jan Nieuwenhuizen <janneke@gnu.org>
4898 * Documentation/misc/GNUmakefile: Re-add.
4899 (TEXTS): Add CHANGES.
4901 2003-08-27 Heikki Junes <hjunes@cc.hut.fi>
4903 * lilypond.words: add \newcontext.
4905 2003-08-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4907 * lily/tie-performer.cc (stop_translation_timestep): only flush
4908 tied_notes when we have actually made a tie. Fixes bugs with ties
4909 in polyphonic scores.
4911 2003-08-26 Jan Nieuwenhuizen <janneke@gnu.org>
4913 * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
4916 2003-08-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4918 * VERSION (PACKAGE_NAME): released 1.9.1
4920 * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
4921 Instrument_name_engraver
4923 * lily/tie-performer.cc (create_audio_elements): bugfix
4925 * Documentation/user/music-glossary.tely (Top): comment out
4926 font-style statements.
4928 * input/test/force-hshift.ly: revise example.
4930 * Documentation/bibliography/engraving.bib (note): typos.
4932 * configure.in: bump GCC requirements to 3.x
4934 * lily/include/audio-item.hh (class Audio_tie): rename
4935 note_l_drul_ to note_drul_
4937 * lily/tie-performer.cc (class Tie_performer): patch for new ties.
4939 * lily/parser.yy (relative_music): whoops. All \relative were off
4940 by ... a lot .... Ahem.
4942 * scm/define-music-types.scm (music-descriptions): idem.
4944 * lily/beam-engraver.cc: move new-beam-event to beam-event
4946 * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
4949 * input/regression/bar-number.ly: remove unnecessary old-relative
4952 * Documentation/user/internals.itely (Creating contexts): document
4955 * lily/parser.yy (Composite_music): add \newcontext
4957 * Documentation/user/refman.itely (MIDI block): add note about
4960 * scm/font.scm: remove old markup legacy
4962 * GNUmakefile.in (web-clean): remake share/ after web-clean.
4964 * lily/breathing-sign.cc (brew_molecule): remove function
4966 * lily/text-item.cc: remove old-style markups.
4967 (interpret_markup): C++ version of markup function
4968 (brew_molecule): idem.
4970 * lily/my-lily-lexer.cc (start_main_input): define input-file-name
4973 * scripts/convert-ly.py (conv): dashes rule.
4976 * Documentation/user/lilypond-book.itely: syntax fixes.
4978 2003-08-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4980 * VERSION (PACKAGE_NAME): release 1.9.0
4982 * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
4983 note about dvips. (Should backport.)
4985 * scripts/convert-ly.py
4986 (FatalConversionError.articulation_substitute): add
4987 convert-new-chords code. Remove convert-new-chords.py
4989 * Documentation/user/refman.itely (Octave check): document
4992 * Documentation/topdocs/NEWS.texi: add \octave, postfix and
4995 * lily/parser.yy (command_element): octave check:
4999 checks that PITCH (without octave) yields PITCH (with octave) in
5002 * lily/relative-octave-music.cc (to_relative_octave): octave check.
5004 * lily/scm-option.cc: ly:set-option now has the default argument
5007 * lily/lexer.ll: add \renameinput
5009 * python/lilylib.py (command_name): robustifications.
5011 * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
5012 /dev/stderr. This is ash compatible.
5014 * ly/init.ly: add warning if compatibility was not necessary.
5016 * lily/scm-option.cc (LY_DEFINE): add ly:get-option
5018 * flower/include/string-handle.icc: formatting cleanups, rename
5019 references by ref_count_.
5021 2003-08-25 Heikki Junes <hjunes@cc.hut.fi>
5023 * make/lilypond.mandrake.spec.in: syncronize the spec file with
5024 Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
5025 package libs separately, fix conflicting php variable out=/dev/vc/
5026 invoking `unset out', declare menus, use only one icon-file, fix
5029 2003-08-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5031 * scripts/convert-ly.py (FatalConversionError.conv): typo
5033 * Documentation/misc/GNUmakefile: restore misc directory.
5035 * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
5037 * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
5040 * input/test/partial-blank.ly (quickmeasure): syntax
5042 * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
5043 attachment property.
5045 * Documentation/user/refman.itely: remove superfluous -'s
5046 (Grace notes): ) fixes.
5048 * lily/music.cc: generic compress(), transpose() functions. Remove
5051 * lily/parser.yy (gen_text_def): remove support for #'(italic )
5054 * lily/parser.yy: all articulations postfix; remove obligatory -
5057 * lily/music.cc (to_relative_octave): write generic
5058 to_relative_octave function; various relative cleanups.
5061 * lily/scm-option.cc: add options new-relative and old-relative
5063 * po/sv.po: new po file.
5065 * Documentation/user/refman.itely (Dynamics): website
5066 fixes. (should backport!)
5068 2003-08-22 Heikki Junes <hjunes@cc.hut.fi>
5070 * make/lilypond.mandrake.spec.in: declare version only once.
5072 2003-08-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5074 * lily/simultaneous-music.cc (to_relative_octave): undo relative
5077 2003-08-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5079 * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
5081 * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
5083 * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
5085 * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
5087 * lily/music.cc (var): add ly:music-transpose function.
5089 * lily/parser.yy (pre_events): remove prefix articulations.
5091 * lily/music-sequence.cc (do_relative_octave): change relative meaning.
5093 * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
5095 * Documentation/user/refman.itely (Text markup): add comment about
5098 2003-08-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5100 * lily/paper-outputter.cc (write_header_fields_to_file):
5101 only dump value if it is a string.
5103 * flower/include/dictionary.hh: remove.
5105 * Documentation/ChangeLog-1.5: add back old log.
5107 * Documentation/topdocs/INSTALL.texi (Top): explain how to get
5110 2003-08-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5112 * Documentation/bibliography/engraving.bib: add entry for
5113 Jaschinski's Notation
5115 2003-08-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5117 * Documentation/user/refman.itely (Beaming): add note about
5120 2003-08-18 Juergen Reuter <reuter@ipd.uka.de>
5122 * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
5123 GregorianTranscription contexts
5125 * ly/engraver-init.ly: vaticana contexts: minor fixes
5127 * Documentation/user/refman.itely (Ancient notation): added note
5128 on appendix length bug
5130 * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
5131 input/test/vaticana.ly: use vaticana contexts; small fixes
5133 2003-08-17 Jan Nieuwenhuizen <janneke@gnu.org>
5135 * flower/hash.cc: Remove.
5137 * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
5138 to (nonexistent?) hash_func_ identifier.
5140 * python/midi.c (midi_error, midi_warning): Use char const* for
5141 __FUNCTION__ argument.
5143 * python/gettext.py: Remove. We already require python 2.1, which
5144 includes gettext.py.
5146 * configure.in: Require python 2.1, as INSTALL.texi says.
5149 * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
5150 versions 1.50 and 1.75. Remove note about lexer patch.
5152 2003-08-16 Jan Nieuwenhuizen <janneke@gnu.org>
5154 * Documentation/topdocs/INSTALL.texi: Update type1 font
5155 description to actual situation. Add comment about new font ball
5158 * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
5159 in $LILYPONDPREFIX suffices for installation.
5161 2003-08-11 Jan Nieuwenhuizen <janneke@gnu.org>
5163 * debian/control (Build-Depends): Add flex-old as alternative to
5164 flex. Deprecate bison 1.75.
5166 2003-08-17 Juergen Reuter <reuter@ipd.uka.de>
5168 * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
5171 * Documentation/user/refman.itely (Ancient notation): documented
5172 some bugs; tiny fixes; added docu on Vaticana contexts
5174 * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
5177 2003-08-16 Juergen Reuter <reuter@ipd.uka.de>
5179 * Documentation/user/refman.itely (Ancient notation): added some
5180 introductory words; added section on ancient time signatures;
5181 added some @seealso and @refcommands; small fixes and
5184 2003-08-15 Juergen Reuter <reuter@ipd.uka.de>
5186 * input/regression/note-head-style.ly: many fixes and updates
5188 * Documentation/user/refman.itely: added small sections on ancient
5189 accidentals, rests and flags; revised ancient note head section;
5190 small wording/spelling fixes
5192 * input/test/rests.ly: layout fixes
5194 2003-08-14 Juergen Reuter <reuter@ipd.uka.de>
5196 * input/puer-fragment.ly: bugfix: central C position of do clef
5198 * ly/gregorian-init.ly: workaround: add small padding space before
5199 divisiones (the correct fix would be the spacing engine to handle
5202 2003-08-13 Graham Percival <gperlist@shaw.ca>
5204 * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
5205 cue-notes.ly: minor fixes.
5207 2003-08-13 Juergen Reuter <reuter@ipd.uka.de>
5209 * Documentation/user/refman.itely: bugfix: remove obsolete link to
5210 input/test/custos-style.ly
5212 * Documentation/index.html.in: bugfix: link to Tutorial.html
5214 * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
5215 to neumes; bugfix: "et": epiphonus, not just a simple pes
5217 2003-08-12 Heikki Junes <hjunes@cc.hut.fi>
5219 * lilypond-mode.el: split `Insert Tag' if it is long enough.
5221 * lilypond.words: add new features: markup, column, center, \[ \].
5223 2003-08-10 Heikki Junes <hjunes@cc.hut.fi>
5225 * Documentation/topdocs/NEWS.texi, DEDICATION,
5226 stepmake/bin/add-html-footer.py
5227 input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
5228 input/mutopia/J.S.Bach/wtk1-fugue1.ly
5229 input/mutopia/J.S.Bach/wtk1-prelude1.ly
5230 Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is
5231 added (only) after a sentence which is complete; if the sentence is
5232 not ended a comma `,' or nothing is used. fix also spaces.
5234 2003-08-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5236 * Documentation/topdocs/INSTALL.texi (Top): change GUILE
5237 requirements to plain 1.6.
5239 * buildscripts/mutopia-index.py (read_lilypond_header): update
5240 mutopia-index.py to 1.4 syntax [sic]
5242 2003-08-07 Heikki Junes <hjunes@cc.hut.fi>
5244 * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
5246 2003-08-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5248 * Documentation/index.html.in: url for regression pdf
5250 * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
5252 * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
5254 * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
5256 * VERSION: 1.8.0 released
5258 * GNUmakefile.in (local-WWW-post): footify build fix.
5260 * configure.in: require GUILE 1.6.4
5262 * Documentation/user/GNUmakefile: don't copy *.png for
5265 * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
5266 local-WWW-post target.
5267 (rsync-web): add rsync-web target
5269 * Documentation/user/introduction.itely (Music notation and
5270 engraving): add neume example
5272 * input/puer-fragment.ly (cantus): add puer-fragment
5274 2003-08-06 Jan Nieuwenhuizen <janneke@gnu.org>
5276 * input/no-notation/midi-volume-equaliser.ly: Add volume setting
5277 to notes, so that equalizer is actualy being used.
5279 * scm/midi.scm (instrument-equalizer-alist):
5280 (absolute-volume-alist): Define public, so that user can copy or
5283 * lily/key-performer.cc (create_audio_elements): Check for minor
5284 key. Only if key is minor, set MIDI key to minor.
5286 2003-08-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5288 * Documentation/user/refman.itely (Hiding staffs): fixes.
5290 * mf/feta-eindelijk.mf (tracingvariables): add TODO.
5292 * lily/system-start-delimiter.cc (after_line_breaking): retrieve
5293 vertical extents to deal with Hara kiri correctly.
5295 * input/regression/hara-kiri-short.ly: remove
5297 * input/regression/hara-kiri-pianostaff.ly: update test.
5299 * Documentation/user/*.tely: remove WEBTITLE
5301 * scm/output-tex.scm (comment): idem.
5303 * scm/output-pdftex.scm: remove GUILE 1.4 glue
5305 * scm/music-functions.scm (make-lyric-event): new function
5307 * scm/lily.scm (lilypond-version): new function
5309 * input/test/version-output.ly: new file.
5311 * Documentation/user/lilypond.tely: add version number to
5314 2003-08-05 Jan Nieuwenhuizen <janneke@gnu.org>
5316 * input/test/midi-scales.ly: Reformat to match midi2ly output again.
5318 2003-08-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5320 * input/template/gregorian-transcription.ly (barTwo): syntax update.
5322 * Documentation/user/refman.itely (Hiding staffs): rename node.
5324 2003-08-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5326 * input/regression/new-markup-syntax.ly (texidoc): remove
5327 molecule-callback override.
5329 2003-08-04 Jan Nieuwenhuizen <janneke@gnu.org>
5331 * input/les-nereides.ly: Mark tweaks with %tweak.
5333 * Debian patch, see debian/changelog (Anthony Fok).
5335 2003-08-04 Jan Nieuwenhuizen <janneke@gnu.org>
5337 * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
5340 2003-08-04 Mats Bengtsson <mats.bengtsson@s3.kth.se>
5342 * Documentation/user/refman.itely (Text markup): Fix language bug.
5344 2003-08-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5346 * input/* : postfix syntax fixes.
5348 * Documentation/user/refman.itely (Text markup): add note about
5349 raise/lower with ^ or _ .
5351 * po/fi.po: fix \\apply strings.
5353 * lily/parser.yy (open_event): warn for prefix articulations.
5355 2003-08-04 Juergen Reuter <reuter@ipd.uka.de>
5357 * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
5358 fix also on parmesan font.
5360 2003-08-03 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5362 * VERSION 1.7.30 released
5364 * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
5366 * buildscripts/mutopia-index.py (headertext): rewording
5368 2003-08-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5370 * scm/new-markup.scm (strut-markup): new markup function.
5372 * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
5373 space also when no accidental is there.
5375 2003-08-02 Jan Nieuwenhuizen <janneke@gnu.org>
5377 * input/les-nereides.ly: Updates.
5379 2003-08-02 Heikki Junes <hjunes@cc.hut.fi>
5381 * lilypond-mode.el (LilyPond-insert-tag-current): new function,
5382 which repeats the tag insertion selected from "Insert tag" menu.
5384 2003-08-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5386 * lily/all-font-metrics.cc (find_font): load AFM files first only
5387 for feta fonts. This fixes problems with TeXlive and other TeX
5388 distros that include AFM files for the CM fonts.
5390 * scm/font.scm (qualifiers-to-font-name): remove.
5392 * lily/paper-def.cc: remove get_var.
5394 * input/trip.ly: remove file.
5396 * input/regression/spacing-note-flags.ly (raggedright): remove
5399 * input/les-nereides.ly: update to new syntax, cleanups.
5401 2003-08-01 Jan Nieuwenhuizen <janneke@gnu.org>
5403 * Documentation/user/refman.itely: Clarify shortest-note problem
5406 2003-08-01 Heikki Junes <hjunes@cc.hut.fi>
5408 * lilypond-mode.el: Add each word to regexps only once.
5410 * lilypond-mode.el (LilyPond-insert-tag): add new function, which
5411 is based on the syntax definitions in lilypond.words. Remove all
5412 LilyPond-insert-tag-* functions. Restructure LilyPond menu.
5413 LilyPond->Insert menu is generated by the entries in lilypond.words
5414 to which have been given a syntax definition.
5416 * lilypond.words: give syntax definitions (LilyPond-insert-tag) for
5417 \notes, \relative, \score, \simultaneous, \transpose.
5419 * lilypond-mode.el: allow non-alpha characters only in menu keywords.
5421 * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
5423 * lilypond-mode.el: add menu keywords separately.
5425 * lilypond.words: post-syntaxed slur pairs and syntax for \times.
5427 2003-08-01 Mats Bengtsson <mats.bengtsson@s3.kth.se>
5429 * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
5430 current ugly installation method for PFA fonts.
5432 2003-07-31 Heikki Junes <hjunes@cc.hut.fi>
5434 * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct
5435 to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
5437 * Documentation/user/music-glossary.tely: update legato.
5439 2003-07-30 Jan Nieuwenhuizen <janneke@gnu.org>
5441 * lexer-gcc-3.0.patch: Remove.
5443 * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
5445 2003-07-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5447 * debian/rules (binary-arch): remove NEWS.
5449 2003-07-30 Heikki Junes <hjunes@cc.hut.fi>
5451 * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
5452 stepmake/bin{ many }: polish the `--help's of different scripts;
5453 model taken from the core-utils of Linux.
5455 * flower/getopt-long.cc, python/lilylib.py: add space, see above.
5457 2003-07-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5459 * flower/parse-afm.cc (parseCharMetrics): add warnings.
5461 * flower/libc-extension.cc: idem.
5463 * flower/include/libc-extension.hh: protect against isinf macros.
5465 2003-07-29 Heikki Junes <hjunes@cc.hut.fi>
5467 * { many }: Use two uppercase letters in LilyPond.
5469 * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
5471 * VERSION: 1.7.29 released.
5473 2003-07-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5475 * lily/tie.cc: add TODO comment.
5477 * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
5479 * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
5480 linejoins and linecaps. This fixes problems with occasional spikes
5481 on slur/tie endings.
5483 * input/regression/font-name.ly: don't use PS fonts for
5484 compatibility reasons.
5486 * mutopia/claop.py (accents): update to 1.8
5488 * Documentation/user/music-glossary.tely (Top): remove 13pt.
5490 * Documentation/user/macros.itexi: don't color glossary links.
5492 * Documentation/user/invoking.itexi (Error messages): new section
5494 2003-07-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5496 * input/regression/font-name.ly: add file.
5498 * scm/document-backend.scm (grob-doc): remove <hr> from
5501 * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
5502 reqd version to 1.6.4
5504 * lily/font-interface.cc (get_font): bugfix: take font-name from
5505 alist chain too. This fixes font-name override for \markup.
5507 2003-07-28 Jan Nieuwenhuizen <janneke@gnu.org>
5509 * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
5511 * input/test/polymetric-differing-notes.ly: Compile fix.
5513 2003-07-28 Juergen Reuter <reuter@ipd.uka.de>
5515 * Documentation/user/refman.itely: fixed typo
5517 * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
5520 2003-07-27 Heikki Junes <hjunes@cc.hut.fi>
5522 * input/test/{ many }: search & fix some typos.
5524 2003-07-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5526 * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
5529 * scm/music-functions.scm (make-voice-props-set): set Script /
5530 TextScript dir for polyphony too.
5532 * scm/define-grobs.scm (all-grob-descriptions): decrease space
5535 * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
5537 2003-07-27 Rune Zedeler <rz@daimi.au.dk>
5539 * Documentation/user/refman.itely (Percussion): Small
5540 clarifications and fixes.
5542 * scm/drums.scm: Bugfix: Use string instead of symbol when naming
5543 threads. This fixes different heads playing simultaneously.
5545 2003-07-27 Heikki Junes <hjunes@cc.hut.fi>
5547 * Documentation/user/{ many }: increase readability (read through
5548 User manual from `one big page').
5550 2003-07-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5552 * input/test/polymetric-differing-notes.ly: add example with
5553 disparate note values.
5555 * input/test/polymetric.ly: rename from poly-metric
5557 * scripts/ly2dvi.py (include_path): bugfix: use outbase
5560 * mf/feta-klef.mf: clef fixes, remove left/right spacing. set
5561 G-clef bbox to real char extents. This fixes the G-clef being
5562 offset too much to the right.
5563 document perc clef offset.
5565 WARNING: FONT CHANGED.
5567 * Documentation/user/tutorial.itely (Tutorial): move menu.
5569 2003-07-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5571 * buildscripts/lilypond-profile.sh (Error): trim error message.
5573 * Documentation/user/invoking.itexi (Invoking the lilypond
5574 binary): add note about path.
5576 * Documentation/user/macros.itexi: add @c at EOL, hopefully
5577 suppresses superfluous spaces.
5579 2003-07-25 Jan Nieuwenhuizen <janneke@gnu.org>
5581 * buildscripts/lilypond-profile.sh: Add documentation to error
5584 * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
5586 2003-07-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5588 * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
5591 * Documentation/bibliography/computer-notation.bib (pages): prune
5592 unscientific language.
5594 * Documentation/user/GNUmakefile: copy unsplit file to
5595 lilypond.html (idem for lilypond-internals).
5597 * buildscripts/mutopia-index.py (read_dict): remove "example file:"
5599 * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
5601 * python/lilylib.py (lilypond_version): 2.1 proof version check.
5603 * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
5606 2003-07-25 Heikki Junes <hjunes@cc.hut.fi>
5608 * Documentation/user/{ various }: bind text snippets with their
5609 examples, e.g. by punctuation: This is an example.
5611 2003-07-25 Jan Nieuwenhuizen <janneke@gnu.org>
5613 * ly/performer-init.ly (VoiceContext): Typos.
5615 * stepmake/stepmake/toplevel-targets.make (install): For srcdir
5616 builds, leave final-install to toplevel srcdir makefile.
5618 * make/srcdir.make.in (install): New target.
5620 2003-07-24 Jan Nieuwenhuizen <janneke@gnu.org>
5622 * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
5623 This fixes core dump on MIDI output (Simon Weatherill).
5625 * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
5628 2003-07-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5630 * make/lilypond.redhat.spec.in: add dvips to reqs.
5632 2003-07-24 Jan Nieuwenhuizen <janneke@gnu.org>
5634 * make/srcdir.make.in (web): Add special web target.
5636 * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
5639 * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
5641 * stepmake/stepmake/generic-targets.make (www-targets-help):
5642 * GNUmakefile.in (web-install): Install in $(webdir).
5644 * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
5647 * cygwin/mknetrel: Update.
5649 * GNUmakefile.in (web-install): Rename (was: install-html-doc).
5650 (html-doc): Remove (use: web).
5652 * stepmake/stepmake/script-rules.make:
5653 * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
5654 Fix $(config_make) dependencies for srcdir build.
5656 * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
5657 target for srcdir build.
5659 * stepmake/make/stepmake.make:
5660 * make/srcdir.make.in:
5662 * make/stepmake.make (config_make): Rename variable (was:
5665 2003-07-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5667 * Documentation/user/internals.itely (Manipulating music
5668 expressions): run lilypond on example too.
5670 * flower/include/libc-extension.hh: move lrint define to
5673 2003-07-24 Jan Nieuwenhuizen <janneke@gnu.org>
5675 * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES):
5676 * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
5677 do we recurse whole tree?).
5679 * GNUmakefile.in (html-doc): Resurrect.
5681 * Documentation/pictures/GNUmakefile (default, local-dist): Remove
5682 obsolete $(package-icon) dependency.
5684 2003-07-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5686 * Documentation/user/refman.itely (Automatic staff changes):
5689 * Documentation/index.html.in: link to bigpage.
5691 * Documentation/user/tutorial.itely (Tutorial): streamline.
5693 * Documentation/index.html.in: url typo.
5695 * VERSION (PACKAGE_NAME): release 1.7.28
5697 * python/lilylib.py (error_log): remove '/' from name.
5699 * input/regression/pedal.ly: remove; dups input/test/
5701 * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
5703 * Documentation/index.html.in: python style doco index.
5705 * Documentation/{footer,header}.html.in (src): remove,
5707 * Documentation/pictures: remove all but lelie-logo.xpm.
5709 * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
5710 before running makeinfo.
5712 * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
5715 2003-07-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5717 * input/test/bar-number-regular-interval.ly: rename.
5719 * Documentation/user/*: various fixes.
5721 2003-07-24 Heikki Junes <hjunes@cc.hut.fi>
5723 * Documentation/{ many }: polish for update-all-menus. typos.
5727 * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
5729 * buildscripts/mutopia-index.py: polish.
5731 * input/regression/{ many }, input/test{ many }: polish texidocs.
5733 2003-07-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5735 * scripts/convert-ly.py (FatalConversionError.conv): rule for pedal-style
5737 * lily/text-spanner.cc (brew_molecule): use bracket-flare
5740 * lily/piano-pedal-engraver.cc (process_music): change from
5741 process_acknowledged ()
5743 * lily/piano-pedal-bracket.cc: new file. Change
5744 setup_pedal_bracket in after_line_breaking callback. Thoroughly
5747 * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
5749 * input/regression/tuplets.ly (texidoc): rename file.
5753 * buildscripts/lilypond-profile.sh: error message if script is not
5756 * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
5758 (make_bracket): simplify code.
5760 * lily/parser.yy (verbose_command_req): catch typos in \key scale
5763 * python/lilylib.py (lilypond_version_check): new function
5765 * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
5767 * scripts/ly2dvi.py (run_lilypond): add version check.
5769 * scripts/lilypond-book.py (option_definitions): typo
5771 * scripts/ly2dvi.py (include_path): typo
5773 * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
5775 * lily/parse-scm.cc (parse_handler): typo
5777 * Documentation/user/macros.itexi: use @heading for headings.
5779 * Documentation/user/refman.itely: updates, fixes.
5781 2003-07-23 Heikki Junes <hjunes@cc.hut.fi>
5783 * po/fi.po: add Finnish translations. fixes.
5785 * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
5787 * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
5788 from lily/glissando-engraver.cc.
5790 2003-07-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5792 * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
5793 for non-first _broken_ bracket.
5795 * Documentation/user/refman.itely: corrections.
5797 2003-07-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5799 * lily/new-fingering-engraver.cc (position_scripts): add heads to
5800 support of the fingerings.
5802 * po/fr.po: French translation update.
5804 * lily/parser.yy (Composite_music): add extra \ for "\apply" in
5807 2003-07-22 Jan Nieuwenhuizen <janneke@gnu.org>
5809 * Documentation/user/introduction.itely: Small fixes.
5811 2003-07-22 Heikki Junes <hjunes@cc.hut.fi>
5813 * Documentation/topdocs/AUTHORS.texi: polish.
5815 2003-07-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5817 * Documentation/user/introduction.itely: revise
5819 * Documentation/user/tutorial.itely: reorganise.
5821 * Documentation/topdocs/index.tely: remove.
5823 * Documentation/header.html.in: prune.
5825 * GNUmakefile.in: clean up web building.
5827 * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
5830 2003-07-21 Heikki Junes <hjunes@cc.hut.fi>
5832 * lilypond-font-lock.el: do not try to match two-char slurs \) \].
5834 * lilypond-mode.el: turn on blink-matching-paren.
5836 2003-07-21 Jan Nieuwenhuizen <janneke@gnu.org>
5838 * scm/output-sodipodi.scm (svg-header): Fix typo.
5840 2003-07-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5842 * python/lilylib.py (error_log): use mktemp iso. temp_dir. This
5843 fixes a security hole.
5845 * scripts/lilypond-book.py (original_dir): remove temp_dir
5847 * scm/document-translation.scm: use @code tags.
5849 2003-07-20 Heikki Junes <hjunes@cc.hut.fi>
5851 * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
5853 * lilypond-mode.el: add a buffer-local post-command-hook to set
5854 context dependent syntax-table after each cursor event. Remove old
5855 stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
5857 * lilypond-indent.el: update comments.
5859 * Documentation/footer.html.in: add period.
5861 2003-07-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5863 * make/lilypond.redhat.spec.in (Group): don't strip binary.
5865 * scm/document-translation.scm (document-property-operation): add
5868 * VERSION (PACKAGE_NAME): release 1.7.27
5870 * config.make.in: add PAPER variable
5872 * buildscripts/new-chords.py (help): add help text
5874 * Documentation/user/introduction.itely (Typography and program
5875 architecture): fixes.
5877 * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
5878 for texinfo and dvips. This fixes problems with PDF output of the
5881 * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
5882 DVIPS_PAPERSIZE variable
5884 * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
5885 TEXINFO_PAPERSIZE variable
5887 2003-07-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5889 * mf/feta-macros.mf: whoops: only draw lines for test situations.
5891 * mf/feta-toevallig.mf: lowres fixes.
5893 2003-07-19 Jan Nieuwenhuizen <janneke@gnu.org>
5895 * NEWS: Typo and fill-paragraph fixes.
5897 * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
5901 * config.hh.in: Check for lrint.
5903 2003-07-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5905 * VERSION: 1.7.26 released
5907 * lily/separation-item.cc: add padding property.
5909 * input/test/*.ly: various fixes, remove solo-a2.ly
5911 * scm/new-markup.scm (brew-new-markup-molecule): arg order
5912 bugfix. Fixes old-style markup compatibility.
5914 * Documentation/user/introduction.itely (Introduction): historical
5917 * Documentation/user/music-glossary.tely (Top): linewidth fix.
5919 * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
5921 * Documentation/index.texi (Top): cleanup.
5923 * Documentation/user/introduction.itely (Introduction): rewrite
5925 (Music notation and engraving): about notation. Add flat-picture
5927 2003-07-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5929 * ly/engraver-init.ly (LyricsVoiceContext): add padding for
5930 separation items. This keeps lyrics from bumping into each other.
5932 2003-07-18 Jan Nieuwenhuizen <janneke@gnu.org>
5934 * GNUmakefile.in (topdocs-web): New target.
5935 (local-web): Depend on topdocs-web; fixes html-doc.
5937 2003-07-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5939 * po/lilypond.pot: run po-replace
5941 * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
5943 * scm/drums.scm (reset-drum-kit): new function.
5945 * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
5947 * scripts/update-lily.py: remove
5949 * VERSION: release 1.7.25
5951 * Documentation/user/introduction.itely (Introduction): rewrite
5952 start of introduction.
5954 2003-07-18 Juergen Reuter <reuter@ipd.uka.de>
5956 * lily/all-font-metrics.cc: fixed typo
5958 2003-07-18 Heikki Junes <hjunes@cc.hut.fi>
5960 * lilypond-font-lock.el (LilyPond-mode-set-syntax-table,
5961 LilyPond-mode-context-set-syntax-table): new functions to define
5962 the syntax table according to context.
5964 * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
5966 2003-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5968 * Documentation/user/refman.itely (Figured bass):
5969 language nit courtesy http://www.vocabula.com
5971 * GNUmakefile.in: remove no kpathsea hack.
5973 * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
5976 * GNUmakefile.in: remove web-doc target.
5978 * lily/all-font-metrics.cc (find_afm): add message about
5979 buildscripts/clean-fonts.sh
5981 * scm/define-music-properties.scm (figure): use string for 'figure
5983 * lily/parser.yy (bass_number): allow strings for bassfigure too.
5985 * input/regression/ : add raggedright = ##t where applicable.
5987 * scm/bass-figure.scm (make-bass-figure-markup): add
5988 alignBassFigureAccidentals property.
5990 * lily/volta-bracket.cc (brew_molecule): only put text on 1st
5993 * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
5994 syllables widths into account for minimum-length.
5996 * input/test/staff-container.ly: update file
5998 * input/test/stem.ly: remove
6000 * lily/event.cc (LY_DEFINE): add ly: prefix.
6002 * input/test/clef-manual-control.ly: from manual-clef
6004 * input/test/repeat-shorter-bracket.ly: move from coda-kludge
6006 * input/test/different-time-signatures.ly: move to poly-metric.ly
6008 * input/test/hara-kiri*,scales.ly: remove
6010 * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
6011 with chord-names-jazz.ly)
6013 * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
6014 get scalable cm fonts too.
6016 * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
6017 --encoding for mftrace if present.
6019 * input/regression/slur-area.ly: move from test/
6021 * input/test/: remove simple-slur-endings slur-attachment
6022 slur-broken-cross-staff slur-broken.ly slur-damping.ly
6023 slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
6024 slur-symmetry slur-symmetry tie-broken.ly
6026 * scm/drums.scm (set-drum-kit): add function.
6028 * Documentation/user/refman.itely (Percussion staves): use
6031 * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
6033 (Global_measure.set_timesig): handle 3/8 time sig too.
6035 * scm/output-lib.scm (note-head-style->attachment-coordinates):
6036 note about triangle note heads.
6038 * scm/drums.scm: use alist for instrument-settings. This fixes the
6039 bug with assigning to drums in the .ly file.
6041 * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
6044 * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
6045 cluster-beacon-interface
6047 * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
6049 * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
6051 * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
6053 * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
6056 * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
6057 make ClusterSpannerBeacon to record Y positions. This removes the
6058 need to switch off notes. Use \apply #notes-to-clusters { .. } to
6059 make cluster-note-events.
6061 2003-07-17 Jan Nieuwenhuizen <janneke@gnu.org>
6063 * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
6065 * configure.in: Use lily/main.cc as identifying source file.
6067 * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
6070 * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
6072 * configure.in: Require PYTHON >= 2.0.
6074 * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite. Ask
6075 $PYTHON for include dir location.
6076 (STEPMAKE_PYTHON): New function. Use
6078 PYTHON=foo ./configure
6082 2003-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6084 * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
6087 * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
6088 ftp.lilypond.org everywhere.
6090 2003-07-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6092 * lily/text-item.cc (interpret_new_markup): do only if new-markup
6095 * Documentation/user/refman.itely (Grace notes): note on explicit
6098 2003-07-16 Heikki Junes <hjunes@cc.hut.fi>
6100 * lilypond-font-lock.el: add a comment about LilyPond specific
6101 escape characters: ^, - and _, in the syntax table.
6103 * Documentation/user/appendices.itely: a majuscule fix.
6105 2003-07-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6107 * input/test/trills.ly (endHorizScript): fixes.
6109 * input/test/chord-names-jazz.ly: merge in alternate Jazz
6110 notation, move from regression.
6112 * input/test/script-stack.ly: change name from stacked-scripts
6114 * input/test/ossia.ly: octave errors.
6116 * input/no-notation/midi-tuplets.ly: move from input/test/, idem
6117 for midi-volume-equaliser
6119 m2003-07-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6121 * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
6124 * mf/feta-beugel.mf: don't multiply font_count by 10.
6126 * lily/lookup.cc (horizontal_line): new function. Use
6127 horizontal-line in output backends.
6129 * Documentation/user/tutorial.itely (An orchestral part): new
6130 section on orchestral stuff and identifiers.
6132 2003-07-14 Heikki Junes <hjunes@cc.hut.fi>
6134 * lilypond-mode.el: comment-out paren-highlighting, it still causes
6135 some interference to other modes.
6137 2003-07-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6139 * lily/spacing-spanner.cc (musical_column_spacing): use average,
6140 not maximum of spacing wishes in polyphonic situations.
6142 * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
6145 * lilypond-indent.el: remove paren matching.
6147 * lily/text-item.cc (interpret_new_markup): new function
6148 use iso. text2molecule.
6150 * lily/main.cc (notice): change FSF address
6152 * po/de.po: update PO file to 1.6.
6154 2003-07-13 Heikki Junes <hjunes@cc.hut.fi>
6156 * Documentation/user/ {many}: Add periods and remove spaces.
6158 2003-07-11 Heikki Junes <hjunes@cc.hut.fi>
6160 * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
6161 Disable buffer-locally default paren hook and make a new one.
6163 * lilypond-mode.el: Turn off locally paren-mode, but turn on
6164 locally LilyPond-paren-mode. Add todo for mouse double-click.
6166 2003-07-10 Heikki Junes <hjunes@cc.hut.fi>
6168 * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
6169 Disable buffer-locally default paren idle timer and make a new one.
6171 * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
6172 locally LilyPond-show-paren-mode. Add to menu a toggle for
6173 LilyPond-show-paren-function.
6175 2003-07-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6177 * input/template/jazz-combo.ly (drumNotes): 1.7 fixes
6179 2003-07-09 Heikki Junes <hjunes@cc.hut.fi>
6181 * Documentation/user/refman.itely: spelling fix.
6183 * lilypond-mode.el, lilypond-indent.el: restrusture and comment
6184 paren highlight function definitions. add todo for
6185 LilyPond-show-paren-mode.
6187 2003-07-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6189 * input/template/jazz-combo.ly: new file.
6191 2003-07-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6193 * mf/feta-toevallig.mf: tweak for bottom of flat sign.
6196 * mf/feta-schrift.mf: bugfix in varcoda sign.
6197 WARNING: FONT CHANGED
6199 * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
6200 in accordance with lexer.ll.
6202 2003-07-05 Jan Nieuwenhuizen <janneke@gnu.org>
6204 * Documentation/user/tutorial.itely: Edit introduction.
6206 2003-07-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6208 * lily/staff-symbol-referencer.cc (LY_DEFINE): add
6209 ly:grob-staff-position
6211 2003-07-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6213 * scm/to-xml.scm: import srfi-1
6215 * VERSION (MAJOR_VERSION): release 1.7.24
6217 * python/lilylib.py (make_ps_images): make multipage _really_ work.
6219 * scripts/lilypond-book.py (do_file): put texidoc before image.
6220 (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
6222 * input/regression/*.ly: fix snippet octaves
6224 * input/test/spanner-after-break-tweak.ly: import
6225 broken-spanner-adjustment
6227 * input/no-notation/midi-transposing.ly: move from input/test/
6229 * input/test/: remove chord-markup
6231 * input/regression/instrument-name-partial.ly: move from input/test.
6233 * input/test/vertical-text.ly: remove
6235 * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
6236 space above lyrics lines.
6238 * input/test/uniform-breaking.ly: remove file.
6240 * lily/gourlay-breaking.cc (combine_demerits): add comment about
6241 uniform spacing density.
6243 * input/test/chords.ly (keys): remove file.
6245 * scm/documentation-lib.scm (oop): use srfi-1 too.
6247 * input/regression/*.ly: add \version
6249 * Documentation/user/*.itely: various fixes.
6251 * buildscripts/mf-to-table.py (base): break table every three
6254 * input/: remove %% new-chords-done %% .
6256 * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
6259 2003-07-03 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6261 * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
6263 * scm/new-markup.scm (box-markup): new function.
6264 (box-markup): new function. Contributed by Dick Schoeller
6265 <schoeller@attbi.com>
6267 * scm/lily.scm: remove reduce-no-unit
6268 (list-insert-separator): use fold-right
6270 * lily/molecule-scheme.cc (ly_molecule_add): take variable number
6273 * NEWS: more neutral language for ancient notation
6275 * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
6276 inside pointing beaming for chord tremolo.
6278 * Documentation/user/lilypond-book.itely: minor editing
6280 2003-07-03 Juergen Reuter <reuter@ipd.uka.de>
6282 * NEWS: added news for 1.8 regarding ancient notation
6284 * Documentation/user/refman.itely (Gregorian square neumes
6285 ligatures): fixed typo
6287 * lily/vaticana-ligature-engraver.cc,
6288 lily/include/vaticana-ligature.hh: bugfix: use special heads for
6289 lower/upper head of Pes only when heads are stacked
6291 * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6292 scm/define-grob-properties.scm: cleanup: make "join-left" a
6293 boolean grob property and save delta pitch in grob property
6294 "delta-pitch" instead
6296 * lily/include/gregorian-ligature.hh: bugfix: corrected comments
6298 2003-07-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6300 * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
6303 * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
6304 (try_music): bug fix: beam multiplicity was completely borked.
6306 * scm/lily.scm: remove tail, filter-list, filter-out-list,
6307 first-n, butfirst-n in favor of srfi-1 functions.
6308 remove string-join, string-pad in favor of srfi-13 functions.
6310 * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
6312 * NEWS: use complete sentences.
6314 * Documentation/user/introduction.itely (Example applications):
6315 add note about databases and lilypond-book.
6317 * input/test/volta.ly: remove file
6319 * input/regression/volta-broken-left-edge.ly: simplify file
6321 2003-07-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6323 * Documentation/user/refman.itely (Constructing a tweak): new
6326 * Documentation/user/tutorial.itely (Fine tuning layout): add
6329 * scm/define-grobs.scm (TextScript): use new brewer.
6331 2003-06-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6333 * VERSION: release 1.7.23
6335 * scm/new-markup.scm (brew-new-markup-molecule): bugfix
6337 * python/lilylib.py (make_ps_images): bugfixes.
6339 * input/regression/volta-multi-staff.ly: new file.
6341 * Documentation/user/macros.itexi: refcommands, refcommand macros.
6343 * Documentation/user/tutorial.itely (Piano staffs): new section.
6344 (Setting variables): new section
6345 (Fine tuning layout): new section
6347 * input/just-friends.ly: remove file. Superseeded by
6348 input/test/chords-without-melody.ly
6350 * ly/property-init.ly: add all commands to refman.
6352 * scm/define-translator-properties.scm: remove
6353 graceAccidentalSpace, graceAlignPosition, keyOctaviation
6355 * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
6356 name. Underscores botch up PS output.
6358 * scm/define-translator-properties.scm: remove
6359 textNonEmpty, oneBeat, regularSpacingDelta
6361 * scripts/convert-ly.py (FatalConversionError.conv): conversion
6362 rule for automaticBars.
6364 * lily/timing-engraver.cc (start_translation_timestep): change
6365 barNonAuto to automaticBars
6367 2003-06-30 Graham Percival <gperlist@shaw.ca>
6369 * input/test/perform-tie.ly: delete file.
6371 2003-06-29 Juergen Reuter <reuter@ipd.uka.de>
6373 * Documentation/user/refman.itely (Gregorian square neumes
6374 ligatures): bugfix: do not show ledger lines in neumes table
6375 (fixed by setting staff symbol to transparent rather than removing
6376 it from staff context)
6378 2003-06-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6380 * scm/new-markup.scm (brew-new-markup-molecule): move old markup
6381 glue into brew-new-markup-molecule.
6383 * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
6385 * Documentation/user/introduction.itely (Computerized typography):
6388 * Documentation/user/tutorial.itely (An orchestral part): remove
6389 pc example from tutorial.
6391 * input/tutorial/lilbook.tex: use screech-boink
6393 * scripts/lilypond-book.py (compile_all_files): split formatting
6394 output body and scheduling lilypond compilation.
6395 (format_lilypond_output_bodies): new function
6396 (format_lilypond_block): new function
6397 (html_pages): allow multi-page images in HTML
6399 * python/lilylib.py (make_ps_images): rename function from
6400 make_preview, merge with make_page_images
6402 2003-06-28 Graham Percival <gperlist@shaw.ca>
6404 * input/test/key-clefs.ly: moved to regression.
6406 * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
6408 * input/no-notation/README: added note about midi-*.ly files.
6410 * input/test/two-key.ly: moved to no-notation/parse5.ly
6412 * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
6413 system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
6415 * input/test/ {various}: modified comments, marked some for deletion.
6417 * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
6419 * input/test/mmrest-collision: moved to regression.
6421 2003-06-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6423 * scm/chord-name.scm (note-name->markup): don't superscript root
6424 alterations in chordnames.
6426 2003-06-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6428 * Documentation/user/refman.itely (Multi measure rests): more
6429 index/cross-referencing.
6431 * lily/line-spanner.cc (line_molecule): bugfix for trill style.
6433 * scm/font.scm: remove properties-to-font-name code.
6435 * scm/define-grob-properties.scm: remove 'type
6437 * scripts/convert-ly.py (FatalConversionError.conv): type -> style
6440 * lily/text-spanner.cc: change 'type grob prop to 'style
6442 * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
6443 "first" flag to decide whether to make a start-repeat
6445 * input/regression/grace-volta-repeat-2.ly: new file.
6447 2003-06-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6449 * lilypond-indent.el: rename generic functions to LilyPond-*
6451 2003-06-22 Graham Percival <gperlist@shaw.ca>
6453 * input/test/thumb.ly: delete, merged into refman.
6455 * Documentation/user/refman.itely: added thumb info to Fingering.
6457 * input/test/ follow-break.ly multi-slope.ly note-shift.ly
6458 notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
6459 vertical-align.ly : deleted files.
6461 2003-06-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6463 * lily/align-interface.cc (find_fixed_alignment_parent): new function.
6465 * lily/line-spanner.cc (broken_trend_offset): remove function.
6466 (get_broken_offset): idem.
6467 (brew_molecule): rewrite the line-break case.
6469 * input/regression/follow-voice-break.ly: new file.
6471 * lily/line-spanner.cc (after_line_breaking): remove lines at the
6474 2003-06-20 Graham Percival <gperlist@shaw.ca>
6476 * input/test/tuplet-rest.ly: moved to regression.
6478 * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
6481 * input/test/ {many} : marked file for possible deletion.
6483 2003-06-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6485 * input/regression/beam-funky.ly: add note about (disputed)
6488 * ly/engraver-init.ly (ScoreContext): put key-signature after
6491 2003-06-20 Graham Percival <gperlist@shaw.ca>
6493 * input/test/ broken.ly lyric-phrasing.ly: deleted.
6495 * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
6497 * input/test/staff-line-leading.ly: renamed to staff-space.ly.
6499 * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
6500 stem-extend was deleted (it was duplicate example, and not as
6503 * input/test/[s-z]*.ly: add texidoc index.
6505 2003-06-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6507 * lily/slur.cc (get_boundary_notecolumn_y): change name from
6508 get_first_notecolumn_y
6510 * lily/spanner.cc (broken_spanner_index): new function.
6512 2003-06-19 Graham Percival <gperlist@shaw.ca>
6514 * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
6515 lyric-hyphen.ly : moved to regression.
6517 * input/test/ beam-stem-test.ly beamed-slur-endings.ly
6518 diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
6520 * input/test/instrument-name-mmrest.ly: moved to
6521 ../regression/multi-measure-rest-instr-name.ly
6523 * input/test/knee-sym.ly: moved to
6524 ../regression/beam-knee-symmetry.ly.
6526 * input/test/hymn.ly: change comments.
6528 * input/test/[p-r]*.ly: add texidoc index.
6530 2003-06-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6532 * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
6535 * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
6538 * VERSION: release 1.7.22
6540 2003-06-18 Graham Percival <gperlist@shaw.ca>
6542 * input/test/[h-k]*.ly: added texidoc index.
6544 * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
6546 * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
6548 * input/test/ various : mark files for deletion or moving to regression.
6550 * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
6552 * input/test/[l-o]*.ly: added texidoc index.
6554 2003-06-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6556 * scm/music-functions.scm (make-ottava-set):
6557 only do ottavation if centralCPosition is set.
6559 * lily/translator-scheme.cc (ly:context-property-where-defined):
6560 return '() if not found.
6562 2003-06-17 Heikki Junes <hjunes@cc.hut.fi>
6564 * lilypond-mode.el (LilyPond-un-comment-region): removed.
6565 Use one command for both commenting and uncommenting.
6567 * lilypond-indent.el (LilyPond-comment-region): new function,
6568 (un)comments each line separately.
6570 * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
6572 * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
6573 imenu is not added by default; adapted from f90.el,
6574 makes Help-menu, which does not fit, visible in XEmacs.
6576 2003-06-16 Heikki Junes <hjunes@cc.hut.fi>
6578 * lilypond-mode.el: Set show-paren-mode local; minor-mode
6579 show-paren-mode sets blink-matching-paren-on-screen local.
6580 Try to make show-paren-function to paren-highlight local.
6582 * lilypond-indent.el (LilyPond-scan-sexps): new function.
6583 Copy definitions of Emacs' show-paren-function and
6584 XEmacs' paren-highlight and make minimal changes;
6585 add comments about locality.
6586 Fix matching first open-paren-char in '<< .. >>'.
6588 2003-06-16 Graham Percival <gperlist@shaw.ca>
6590 * input/test/g*: added texidoc index.
6592 * input/test/[a-g]*: added raggedright==#t when it
6595 * input/test/ fake-grace.ly figured-bass.ly : removed file.
6597 * Documentation/topdoc/INSTALL.texi: removed false warnings
6600 2003-06-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6602 * input/test/spanner-after-break-tweak.ly (texidoc): new file.
6604 * input/test/chords-without-melody.ly (texidoc): add from
6605 input/just-friends.ly
6607 * input/regression/size{13--26}.ly: move from input/
6609 * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
6610 input/{star-spangled-banner,twinkle}.ly: remove
6612 * lily/slur.cc: remove slur over rest warnings.
6614 * lily/note-spacing.cc (get_spacing): include left part of right
6615 object in fixed space. This fixes stretched space before
6618 * input/regression/spacing-accidental-stretch.ly: new file.
6620 2003-06-16 Rune Zedeler <rz@daimi.au.dk>
6622 * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
6625 2003-06-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6627 * input/regression/spacing-knee.ly: docstring
6629 * input/regression/spacing-multi-tuplet.ly (multipart): docstring
6631 * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
6632 input/tutorial/{test,solar,flowing}.ly: remove
6634 * input/rhythm.ly: remove
6636 * input/mutopia/F.Schubert/standchen.ly: update syntax.
6638 * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
6641 * scm/define-grobs.scm (all-grob-descriptions): set
6642 knee-spacing-correction to 1.0
6644 * lily/note-spacing.cc (stem_dir_correction): compute knee
6645 correction using stem-thickness and head width.
6647 * input/regression/beam-quanting-horizontal.ly: update texidoc
6649 * scm/define-grobs.scm (all-grob-descriptions): set
6650 beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
6651 This fixes 32nd beams for noteheads in spaces quants.
6653 * scripts/lilypond-book.py (process_lilypond_blocks): opps.
6655 2003-06-15 Heikki Junes <hjunes@cc.hut.fi>
6657 * README.mandrake: Change lilypond-extras to lilypond-documentation.
6659 2003-06-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6661 * input/test/dpncnt.ly,part-combine-score.ly: remove.
6663 * VERSION (PACKAGE_NAME): release 1.7.21
6665 * input/regression/stem-shorten.ly: new file.
6667 * lily/stem.cc (get_default_stem_end_position): revise stem
6670 * input/regression/spacing-multi-tuplet.ly: move from input/test/
6672 * input/test/{scripts,volta-start,sleur}.ly: remove
6674 * input/regression/span-bar.ly: smaller file.
6676 * input/regression/spacing-{natural,tight,loose}.ly: remove
6678 * input/test/markup.ly: remove
6680 * scripts/lilypond-book.py: put printfilename in separate chunk,
6681 so texidoc is printed after the filename.
6683 2003-06-12 Heikki Junes <hjunes@cc.hut.fi>
6685 * make/lilypond.mandrake.spec.in: fix docdirs.
6687 2003-06-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6689 * input/regression/beam-french.ly: bugfix.
6691 * buildscripts/lys-to-tely.py (name2line): sort filenames.
6693 * input/regression/(various).ly: add raggedright = #t.
6695 * input/regression/auto-beam.ly: move from abe.ly
6697 2003-06-13 Graham Percival <gperlist@shaw.ca>
6699 * input/test/f*.ly: added texinfo index.
6701 * input/test/broken-thread-line.ly: renamed to follow-break.ly.
6703 2003-06-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6705 * lily/beam-quanting.cc (score_forbidden_quants): also add inter
6706 quant penalty for beam just outside staff.
6708 * input/regression/beam-quanting-horizontal.ly (texidoc): move
6709 from beam-pos.ly, remove non-horizontal tests.
6711 * input/test/(various): cleanup header info.
6713 * input/test/tchaikovsky.ly: remove file.
6715 * scm/chord-generic-names.scm: move from
6716 double-plus-new-chord-name.scm
6718 * input/test/orchestscore.ly: remove file
6720 * Documentation/user/refman.itely (Vocal music): update documentation.
6722 * scm/define-translator-properties.scm (chordNoteNamer): remove
6723 chordNameStyle, use chordNameFunction
6725 * scm/chord-name.scm (set-chord-name-style): remove
6726 set-chord-name-style. Use \property chordNameFunction.
6728 2003-06-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6730 * Documentation/user/lilypond-book.itely (Integrating LaTeX and
6731 music): remove @TeX{} command.
6733 2003-06-12 Jan Nieuwenhuizen <janneke@gnu.org>
6735 * lilypond-indent.el (scan-sexps): Renamed to
6736 aargh-this-breaks-other-emacs-modes-scan-sexps.
6738 2003-06-12 Heikki Junes <hjunes@cc.hut.fi>
6740 * lilypond-indent.el: Fix: match concurrent one-char opening and
6741 closing slurs: '()', etc. Add comments.
6743 * Documentation/user/music-glossary.tely: fix: change ä to @"a.
6745 * lilypond-font-lock.el: match unending string at eof.
6747 * make/lilypond.mandrake.spec.in: refreshed packed file list.
6749 2003-06-10 Graham Percival <gperlist@shaw.ca>
6751 * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
6752 input/test/beam-dir.ly input/test/beam-position.ly
6753 input/test/beam-suspect.ly input/test/beam-trend.ly
6754 input/test/beams.ly input/test/crescendo-text.ly : deleted
6755 * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
6756 * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
6757 * input/test/default-bars.ly: moved to bar-always.ly
6758 * input/test/ {many}: deleted old "renamed from foo to bar" comments.
6760 2003-06-10 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6762 * input/test/chord-names-dpnj.ly (texidoc): bugfix.
6764 2003-06-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6766 * scm/chord-ignatzek-names.scm (remove-step): rename file.
6768 2003-06-10 Heikki Junes <hjunes@cc.hut.fi>
6770 * lilypond-indent.el: Match better slurs in scheme expressions.
6771 Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
6773 * Documentation/user/invoking.itexi: document Emacs' paren matching.
6775 2003-06-10 Jan Nieuwenhuizen <janneke@gnu.org>
6777 * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
6779 * input/ac-extra-voice.ly: Add texidoc.
6781 * ly/chord-modifiers-init.ly:
6782 * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
6783 and chordNameExceptionsPartial for new chord names.
6785 * input/test/chord-names-dpnj.ly:
6786 * input/test/dpncnt.ly: Update.
6788 * scm/chord-name.scm:
6789 * scm/double-plus-new-chord-name.scm: Add compatibility for new
6790 chord selection and options.
6792 * ly/chord-modifiers-init.ly: Add exceptions
6794 * scm/define-translator-properties.scm (chordNameStyle)
6795 (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
6797 2003-06-10 Rune Zedeler <rune@zedeler.dk>
6799 * ly/property-init.ly (germanChords): Added.
6800 (semiGermanChords): Added.
6802 * input/test/chord-names-german.ly: Use new macros
6804 2003-06-09 Heikki Junes <hjunes@cc.hut.fi>
6806 * lilypond-indent.el: Use similar parenthesis highlighting for
6807 Emacs and XEmacs through redefinitions of parenthesis highlighting
6808 functions; removed LilyPond-show-paren-function. Fix indenting.
6809 Turn paren-matching on also in XEmacs.
6811 * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
6812 as needed by parenthesis highlighting functions (in scan-sexp).
6814 2003-06-08 Jan Nieuwenhuizen <janneke@gnu.org>
6816 * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
6818 (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
6820 2003-06-08 Heikki Junes <hjunes@cc.hut.fi>
6822 * lilypond-indent.el: tune regexp for show-paren-function.
6824 2003-06-07 Jan Nieuwenhuizen <janneke@gnu.org>
6826 * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
6827 for all LilyPond-produced tex snippets.
6829 * tex/lilyponddefs.tex: Allow overriding of interscoreline. This
6830 fixes one line --preview output of ly2dvi.
6832 2003-06-07 Heikki Junes <hjunes@cc.hut.fi>
6834 * lilypond-indent.el: match only one type of slurs in
6835 LilyPond-show-paren-function.
6837 2003-06-05 Jan Nieuwenhuizen <janneke@gnu.org>
6839 * debian/GNUmakefile (EXTRA_DIST_FILES):
6840 * debian/lilypond1.7.dirs:
6841 * debian/lilypond1.7-doc.dirs: New file.
6843 * input/regression/chord-name-exceptions.ly: Add parameter for
6844 ignatzekExceptions. Quote hash in docstring.
6846 2003-06-06 Heikki Junes <hjunes@cc.hut.fi>
6848 * lilypond-indent.el (show-paren-function): define show-paren-function
6849 as LilyPond-blink-matching-open and use it for closing parens.
6850 Let LilyPond-blink-matching-open know whether a bracket was inserted.
6852 * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
6853 LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
6854 LilyPond-blink-matching-paren in order to match both open and close
6857 2003-06-05 Heikki Junes <hjunes@cc.hut.fi>
6859 * lilypond-indent.el (LilyPond-show-paren-function): introduce for
6860 testing by modifying the code from FSF Emacs paren.el. Add comments.
6862 2003-06-04 Jan Nieuwenhuizen <janneke@gnu.org>
6864 * input/test/dpncnt.ly: Transpose example to match new
6865 default \chords octave. Add comment.
6867 * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
6868 comment about octave change.
6870 2003-06-04 Graham Percival <gperlist@shaw.ca>
6872 * input/test/[d,e]: added texinfo index tags.
6873 * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
6875 2003-06-04 Graham Percival <gperlist@shaw.ca>
6877 * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
6879 2003-06-04 Heikki Junes <hjunes@cc.hut.fi>
6881 * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
6882 as in blink-matching-open.
6884 2003-06-03 Graham Percival <gperlist@shaw.ca>
6886 * input/test/[a-c]: more comments in files.
6887 * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
6888 beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly
6889 beam-trend.ly beams.ly crescendo-text.ly default-neutral-dir.ly :
6890 mark file for proposed deletion.
6891 * input/test: renaming files:
6892 auto-beam-4-8.ly to beam-auto-4-8.ly
6893 auto-beam-override.ly to beam-auto-override.ly
6894 auto-beam.ly to beam-auto.ly
6895 blank.ly to blank-paper.ly
6896 absolute-volume.ly to dynamic-absolute-volume.ly
6898 2003-06-03 Jan Nieuwenhuizen <janneke@gnu.org>
6900 * input/test/dpncnt.ly:
6901 * input/test/chord-names-dpnj.ly: Resurrect.
6903 * lily/my-lily-lexer.cc: Remove chordnames keyword.
6905 * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
6907 * scm/chord-name.scm (sequential-music-to-chord-exceptions):
6908 Better docstring, add parameter OMIT-ROOT, tidy up.
6910 2003-06-03 Heikki Junes <hjunes@cc.hut.fi>
6912 * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
6914 2003-06-02 Jan Nieuwenhuizen <janneke@gnu.org>
6916 * scm/output-ascii-script.scm (as-font-alist-alist):
6917 (as-properties-to-font-name):
6918 (as-make-style-sheet): Remove.
6920 * scm/font.scm (as-make-font-list): New function.
6921 (as-font-sheet-alist): New variable.
6923 * ly/paper-as9-init.ly:
6924 * ly/paper-as5-init.ly: Update.
6927 * ly/paper-as9.ly: New file.
6929 2003-05-29 Jan Nieuwenhuizen <janneke@gnu.org>
6931 * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
6933 2003-05-28 Graham Percival <gperlist@shaw.ca>
6934 * input/sondag-morgen/*: removed due to copyright concerns.
6935 * input/[a,b]*.ly: added a newline at the end of the texinfo
6936 doc string (produces better output in HTML version).
6937 * input/c*.ly: added texinfo index and added comments to
6938 aid in future changes to input/test/ files.
6940 2003-05-28 Graham Percival <gperlist@shaw.ca>
6942 * Documentation/user/refman.itely: fixed build problem (missing
6943 file) caused by previous renaming.
6945 2003-05-28 Graham Percival <gperlist@shaw.ca>
6947 * input/test/[a,b]*.ly: added texinfo index and added comments to
6948 aid in future changes to input/test/ files.
6949 * input/test/bar-number-every-5-reset.ly: renamed to
6950 bar-number-every-five-reset.ly
6951 * input/test/bar-script-visibility.ly: renamed to
6952 bar-number-show-all.ly
6954 2003-05-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6956 * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
6959 * lily/glissando-engraver.cc (acknowledge_grob): new file: split
6960 out note-line and glissando functionality.
6962 * lily/line-spanner.cc (brew_molecule): cleanup.
6964 2003-05-27 Jan Nieuwenhuizen <janneke@gnu.org>
6966 * scripts/as2text.scm: Use rdelim module.
6967 (start-system): Rename from start-line.
6968 (stop-system): Rename from stop-line.
6969 (af-gulp-file): Use string iso symbol for getenv.
6971 * scm/output-ascii-script.scm: Add guile and lily modules.
6972 (font-name-alist): New variable.
6973 (draw-line): New function.
6975 * scm/output-lib.scm (func, arg->string): Re-add from archive.
6976 (Were these silently removed, without ChangeLog entry?)
6978 2003-05-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6980 * scm/music-functions.scm (make-ottava-set): bugfixes: also
6981 process 2nd ottava correctly.
6983 2003-05-27 Heikki Junes <hjunes@cc.hut.fi>
6985 * lilypond-indent.el: allow strings in LilyPond-parens-alist.
6987 2003-05-26 Jan Nieuwenhuizen <janneke@gnu.org>
6989 * Documentation/user/converters.itely (Invoking midi2ly): Update.
6991 2003-05-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6993 * VERSION: release 1.7.20
6995 * lily/text-spanner.cc (brew_molecule): clean up function. This
6996 fixes bugs with broken 8va spanners.
6998 * lily/simple-spacer.cc (solve): also compute force for raggedright.
6999 This prevents spurious line-breaks with raggedright
7001 2003-05-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7003 * lily/key-performer.cc (create_audio_elements): always use major
7006 * Documentation/user/internals.itely: updates
7008 * input/regression/beam-break.ly: new file.
7010 * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
7011 beams if starting or terminating stems have 'beaming set.)
7013 * lily/beam-engraver.cc (process_music): add forbidBeamBreak
7016 * lily/parser.yy (verbose_command_req): add comment about scales.
7018 2003-05-25 Heikki Junes <hjunes@cc.hut.fi>
7020 * lilypond-indent.el: adjust regexps in bracket-matching.
7022 2003-05-24 Juergen Reuter <reuter@ipd.uka.de>
7024 * Documentation/user/refman.itely: more tiny fixes
7026 * Documentation/user/refman.itely: bugfix: "Chord namess" ->
7027 "Chord names"; added table with input syntax for solesmes neumes
7028 table; added some words about rationale on input syntax design
7030 * lily/gregorian-ligature-engraver.cc,
7031 lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7032 lily/include/gregorian-ligature.hh: bugfix: horizontal head
7033 alignment of Pes Initio Debilis
7035 * Documentation/user/refman.itely,
7036 lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7037 mf/parmesan-heads.mf: fixed most of the head selection/alignment
7038 bugs in the solesmes neumes table
7040 2003-05-24 Heikki Junes <hjunes@cc.hut.fi>
7042 * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
7043 Similarly, match '[' and ']' by skipping '\[' and '\]'.
7045 * lilypond-mode.el: fix tag-score. small improvements.
7047 2003-05-23 Jan Nieuwenhuizen <janneke@gnu.org>
7049 * .cvsignore: Add aclocal.m4.
7051 * lily/music-constructor.cc: Include <assert.h>.
7053 2003-05-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7055 * ly/engraver-init.ly (HaraKiriStaffContext): use
7056 RemoveEmptyStaffContext instead.
7058 * Documentation/user/refman.itely: updates
7060 2003-05-23 Juergen Reuter <reuter@ipd.uka.de>
7062 * Documentation/user/refman.itely: added solesmes neumes table;
7063 bugfix: make section "More Stanzas" a subsection of "Vocal Music";
7064 bugfix: "Ornaments" -> "Articulations"
7066 * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
7068 2003-05-22 Heikki Junes <hjunes@cc.hut.fi>
7070 * lilypond-indent.el: Add a message about trying to match \] or \).
7072 2003-05-22 Juergen Reuter <reuter@ipd.uka.de>
7074 * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
7075 obsolete "arithmetic_*"
7077 * input/bugs/ligatures.ly: removed (will be put into a different
7080 2003-05-22 Jan Nieuwenhuizen <janneke@gnu.org>
7082 * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
7083 libkpathsea (Maurizio Tomasi).
7085 2003-05-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7087 * input/regression/repeat-slash.ly (texidoc): new file
7089 * lily/slash-repeat-engraver.cc (try_music): new file, handle
7090 slash repeats separately. Slash repeats and %
7091 repeats can now be nested.
7093 2003-05-22 Heikki Junes <hjunes@cc.hut.fi>
7095 * lilypond-indent.el: Add preliminary test for closing \] and \).
7097 2003-05-21 Juergen Reuter <reuter@ipd.uka.de>
7099 * lily/gregorian-ligature-engraver.cc,
7100 lily/vaticana-ligature-engraver.cc,
7101 lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
7102 mf/parmesan-heads.mf: various semivocalis related bugfixes
7104 * input/bugs/ligatures.ly: new file demonstrating problems with
7107 2003-05-21 Heikki Junes <hjunes@cc.hut.fi>
7110 lilypond-font-lock.el,
7111 lilypond-indent.el: Move all paren matching to lilypond-indent.el.
7113 2003-05-20 Heikki Junes <hjunes@cc.hut.fi>
7115 * lilypond-mode.el: Remove outdated code. Stress the difference
7116 between Emacs and XEmacs definitions.
7119 lilypond-indent.el: Define a function interactive only when necessary.
7121 2003-05-19 Heikki Junes <hjunes@cc.hut.fi>
7123 * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
7124 Use inactive regions also in XEmacs.
7126 2003-05-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7128 * Documentation/user/refman.itely (Repeat syntax): more updates
7130 * lily/simple-spacer.cc (solve): move solution process into
7131 solve(). This fixes a bug with collisions and raggedright = ##t.
7133 * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
7135 * ly/engraver-init.ly: remove GraceContext. Update examples.
7137 2003-05-18 Jan Nieuwenhuizen <janneke@gnu.org>
7139 * GNUmakefile.in (fonts): Also make fontball.
7143 * ly/engraver-init.ly (GraceContext): Add.
7147 convert-ly $(find . -name *.ly)
7149 * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
7152 2003-05-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7154 * VERSION: 1.7.19 released
7156 * scm/music-functions.scm (set-octavation): new function.
7158 * input/regression/ottava.ly: new file
7160 * lily/translator-scheme.cc (LY_DEFINE): new function
7161 ly:unset-context-property
7162 (LY_DEFINE) new function ly:context-property-where-defined:
7164 2003-05-18 Heikki Junes <hjunes@cc.hut.fi>
7166 * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
7168 * lilypond.words: add few.
7170 * input/test/script-chart.ly: fix typo.
7172 2003-05-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7174 * scm/define-grobs.scm: uniform naming for definitions and output
7177 * ly/engraver-init.ly (ChoirStaffContext): add \description from
7178 scm/context-description.scm
7180 * lily/parser.yy (translator_spec_body): add \description to the
7181 \translator{} body syntax.
7183 * lily/ottava-engraver.cc: new file.
7185 * scm/chord-name.scm (natural-chord-alteration): replace old
7188 * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
7190 * Documentation/user/refman.itely (Metronome marks): update doco.
7192 * input/regression/markup-note.ly: new file
7194 * input/regression/metronome-marking.ly: new file
7196 * lily/metronome-engraver.cc: new file. Print \tempo markings.
7198 * scm/new-markup.scm (note-markup): make a note glyph, useful for
7201 2003-05-17 Jan Nieuwenhuizen <janneke@gnu.org>
7203 * Documentation/user/GNUmakefile: Compatibility fix for new
7204 makeinfo. Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
7205 for making binary packages; info splitting bug has been fixed.
7207 * Documentation/user/refman.itely: Compile fixes.
7209 2003-05-16 Heikki Junes <hjunes@cc.hut.fi>
7211 * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
7212 Count \midi -keywords also for a region.
7214 2003-05-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7216 * lily/lookup.cc (LY_DEFINE): new function
7218 * Documentation/user/tutorial.itely: updates
7220 2003-05-15 Heikki Junes <hjunes@cc.hut.fi>
7222 * lilypond-mode.el: Allow Midi on buffer.
7223 Use only '.ly'-extension, remove '.sly' and '.fly'.
7224 Allow use of inactive regions. Invoke next Command on Master file,
7225 Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
7227 2003-05-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7229 * Documentation/user/tutorial.itely: updates.
7231 2003-05-14 Heikki Junes <hjunes@cc.hut.fi>
7233 * lilypond-mode.el: Show messages in one line only, as in XEmacs.
7235 2003-05-13 Juergen Reuter <reuter@ipd.uka.de>
7237 * lily/coherent-ligature-engraver.cc: fixed typo
7239 * lily/coherent-ligature-engraver.cc,
7240 lily/gregorian-ligature-engraver.cc,
7241 lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
7242 lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
7243 lily/vaticana-ligature-engraver.cc,
7244 lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
7245 scm/grob-description.scm: cleanup: junked LigatureHead grob and
7246 removed all ligature specific stuff from NoteHead code
7248 * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
7249 ligatures now use regular noteheads
7251 * lily/vaticana-ligature.cc: tiny code cleanups
7253 * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
7254 space between two adjacent noteheads of the same pitch
7256 * scm/grob-description.scm: bugfix: VaticanaLigature: interface
7257 description; cleanup: removed obsolete font-family settings
7259 2003-05-11 Juergen Reuter <reuter@ipd.uka.de>
7261 * lily/coherent-ligature-engraver.cc,
7262 lily/gregorian-ligature-engraver.cc,
7263 lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
7264 lily/mensural-ligature-engraver.cc,
7265 lily/vaticana-ligature-engraver.cc,
7266 lily/include/gregorian-ligature-engraver.hh: updated for new
7267 Coherent_ligature_engraver; added comments that describe the basic
7268 design ideas of the ligature implementation
7270 * lily/coherent-ligature-engraver.cc,
7271 lily/include/coherent-ligature-engraver.hh: new file: shared code
7272 between mensural ligatures and Gregorian chant notation ligatures
7274 2003-05-11 Heikki Junes <hjunes@cc.hut.fi>
7276 * lilypond-mode.el: XEmacs fixes: include two definitions for the
7277 key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
7278 use only two arguments in sit-for, use no arguments in
7279 read-char-exclusive, backspace is not a character (127) in XEmacs.
7281 * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
7283 2003-05-06 Heikki Junes <hjunes@cc.hut.fi>
7285 * lilypond-mode.el: un-commenting works after syntax-table fix.
7287 * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
7288 group, verbose commenting for syntax table.
7290 * lilypond-indent.el: add TODO for ligature slurs.
7292 2003-05-05 Heikki Junes <hjunes@cc.hut.fi>
7294 * lilypond-mode.el: Move comments of parenthesis matching away,
7295 (blink-matching-paren-on-screen) fix blinking in Emacs.
7297 * lilypond-font-lock.el: Fix parent-matching for Emacs:
7298 Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
7300 * lilypond-indent.el: Add TODO for parenthesis matching.
7302 2003-05-03 Heikki Junes <hjunes@cc.hut.fi>
7304 * lilypond-mode.el: Fix XEmacs:
7305 changed [S-iso-lefttab] to [(shift iso-lefttab)],
7306 invoke explicitly easy-menu-add (in Emacs done automatically).
7308 * lilypond.words: Add few words from input/*/*.ly.
7310 2003-05-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7312 * VERSION (PATCH_LEVEL): release 1.7.18
7314 * scripts/lilypond-book.py: only print basename for printfilename
7317 * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
7320 2003-05-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7322 * mf/feta-toevallig.mf: revamp flat symbol: use less points,
7323 better parametrisation. Move fatness of bulb downward.
7325 * mf/parmesan-custodes.mf (dir_down): remove underscores from
7326 glyph names. Underscores are not allowed .ps encoding files.
7328 2003-04-30 Juergen Reuter <reuter@ipd.uka.de>
7330 * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
7331 variable "packed" for packed right-ragged mode
7333 * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
7334 unused variable ragged; fixed indentation
7336 * Documentation/user/refman.itely: tiny cleanups in ancient
7337 clef and custos section
7339 2003-04-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7341 * lily/parser.yy (Simple_music): add \applyoutput, syntax
7342 \applyoutput PROCEDURE
7344 * lily/my-lily-lexer.cc: add \applyoutput.
7346 * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
7348 * lily/text-item.cc: clean text-interface description
7350 2003-04-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7352 * input/{regression,test}/: use postfix for slur endings and beam
7355 * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
7358 * input/regression/lyrics-melisma-beam.ly: new file.
7360 * lily/lyric-engraver.cc (process_music): change from
7361 process_acknowledged_grobs()
7363 * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
7364 functions to set and revert auto-beam settings.
7366 2003-04-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7368 * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
7370 2003-04-24 Juergen Reuter <reuter@ipd.uka.de>
7372 * ChangeLog, Documentation/topdocs/AUTHORS.texi,
7373 Documentation/user/lilypond.tely: fixed some typos; updated author
7376 * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
7377 #"" -> #'flag-style = #'()
7379 * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
7380 cleanup: removed dead #includes
7382 * lily/gregorian-ligature-engraver.cc,
7383 lily/include/gregorian-ligature.hh,
7384 scm/grob-property-description.scm: small cleanups, small spacing
7387 * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
7388 lily/vaticana-ligature.cc,
7389 lily/include/gregorian-ligature-engraver.hh,
7390 scm/grob-property-description.scm, scm/music-types.scm:
7391 "porrectus" -> "pes or flexa"
7393 * ly/engraver-init.ly, scm/grob-description.scm,
7394 scm/grob-property-description.scm: junked porrectus, now handled
7397 * scm/grob-description.scm: bugfix: added space-alist entry for
7398 breathing sign/custos
7400 2003-04-24 Jan Nieuwenhuizen <janneke@gnu.org>
7402 * Another grand 2003 update.
7404 * Remove mentioning of `mudela'; There's no such thing.
7406 2003-04-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7408 * Documentation/user/preface.itely (Preface to version 1.8): update
7410 * Documentation/user/invoking.itexi (Invoking LilyPond): revise
7412 * Documentation/user/converters.itely (Invoking convert-ly): revise
7414 * scripts/convert-ly.py (outfile_name): remove --assume-old.
7416 * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
7418 2003-04-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7420 * Documentation/user/internals.itely: more updates.
7422 2003-04-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7424 * Documentation/user/refman.itely: revise
7426 * Documentation/user/internals.itely: revise
7428 * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
7430 2003-04-23 Juergen Reuter <reuter@ipd.uka.de>
7432 * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
7433 beautification: reformatted ancient clefs section; cleanup: small
7436 2003-04-22 Heikki Junes <hjunes@cc.hut.fi>
7438 * lilypond.words: added words for chant notation, sorted
7439 alphabetically through "sort lilypond.words"
7441 2003-04-22 Juergen Reuter <reuter@ipd.uka.de>
7443 * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
7444 scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
7447 2003-04-21 Juergen Reuter <reuter@ipd.uka.de>
7449 * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
7450 prevent TeX from interpreting them as long dash
7452 * input/test/vaticana.ly: updated
7454 * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
7455 mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
7456 mf/parmesan-heads.mf, mf/parmesan-rests.mf,
7457 mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
7460 * mf/parmesan-heads.mf: ledger endings: removed dead code
7462 2003-04-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7464 * VERSION: 1.7.17 released
7466 * Documentation/user/GNUmakefile
7467 ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
7470 * scm/document-markup.scm: new file: document all markup
7473 * scm/documentation-generate.scm: rename all documentation modules
7476 * scripts/lilypond-book.py: generate link to .ly file iso. link to
7479 * input/test/divisiones.ly: added
7481 * input/regression/output-property.ly: new file
7483 * lily/cluster.cc: change cluster-interface to use style property
7485 2003-04-20 Rune Zedeler <rune@zedeler.dk>
7487 * input/test/chord-names-german.ly: modified.
7489 * scm/chords-ignatzek.scm:
7490 chord-name->german-markup: Added
7491 note-name->german-markup: Changed (now producing lowercase notenames)
7493 * lily/chord-name-engraver.cc: Reads property chordNoteNamer
7495 2003-04-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7497 * scripts/convert-ly.py (FatalConversionError.conv):
7498 divisiominima -> divisioMinima, etc.
7500 * ly/engraver-init.ly (FiguredBassContext): add
7501 Separating_line_group_engraver to Figured bass context.
7503 * ly/german-chords-init.ly: remove file
7505 * input/test/chord-names-german.ly (scm): new file.
7507 * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
7509 * lily/chord-name-engraver.cc: move New_chord_name_engraver to
7512 * Documentation/user/refman.itely: lots of updates.
7514 * input/regression/chord-name-exceptions.ly (chExceptionMusic):
7517 * input/test/bar-number-every-5-reset.ly: new file.
7519 2003-04-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7521 * input/regression/chord-name-major7.ly: new file
7523 * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
7524 if specced explicitly.
7526 * input/regression/chord-name-entry-11.ly: new file.
7528 * input/test/slur-beautiful.ly: new file.
7530 * Documentation/user/refman.itely: updates.
7532 * input/regression/collisions.ly (threevoice): cleanup.
7534 * scripts/convert-ly.py: linewidth = -1 -> raggedright = ##t.
7536 2003-04-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7538 * Documentation/user/*.itely: various updates.
7540 * ly/spanners-init.ly: enddecr/ endcr.
7542 * Documentation/user/tutorial.itely (Fine tuning a piece): editing
7545 2003-04-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7547 * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
7549 * lily/new-chord-name-engraver.cc (process_music): use octavation
7550 (a number) instead of original-pitch to store inversions. This
7551 fixes a problem with transposed chords with inversions.
7553 2003-04-14 Jan Nieuwenhuizen <janneke@gnu.org>
7555 * stepmake/aclocal.m4: Include compile fix for broken flex, as
7556 used in includable-lexer.hh.
7558 * lily/includable-lexer.cc: Bugfix: include config.h.
7560 * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
7561 circumvention of Debian packaging bug.
7563 2003-04-13 Jan Nieuwenhuizen <janneke@gnu.org>
7565 * flex-2.5.31 hits Debian/unstable. Fixes below.
7567 * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
7569 * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
7570 (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
7572 * lily/include/includable-lexer.hh:
7573 * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
7575 * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
7577 * aclocal.m4: Regenerate.
7579 * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
7580 yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
7582 * scm/pdf.scm (use-modules): Include lily.
7584 * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
7586 (use-modules): Include lily.
7587 (lily-def): Bugfix: include tex-val in let.
7589 2003-04-12 Heikki Junes <hjunes@cc.hut.fi>
7591 * lilypond-mode.el: sensible error if lilypond.words not found.
7593 * lilypond.words: add few words.
7595 2003-04-11 Juergen Reuter <reuter@ipd.uka.de>
7597 * mf/parmesan-clefs.mf: bugfix: char boxes corrected
7599 * mf/parmesan-scripts.mf: fixed typo in char name
7601 2003-04-11 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7603 * VERSION: 1.7.16 released
7605 * python/lilylib.py (setup_temp): temporary directories are mode 700.
7606 (this is a security vulnerability).
7608 * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
7610 * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
7613 2003-04-10 Juergen Reuter <reuter@ipd.uka.de>
7615 * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
7616 ly/script-init.ly, scm/script.scm: bugfix: renamed
7617 fermata->signumcongruentiae to fix naming clash with feta font
7619 2003-04-10 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7621 * input/regression/multi-measure-rest-grace.ly (texidoc): new file
7623 * lily/multi-measure-rest-engraver.cc
7624 (start_translation_timestep): use grace timing too for determining
7625 when to make mmrest.
7626 (start_translation_timestep): clear numbers too.
7628 2003-04-09 Juergen Reuter <reuter@ipd.uka.de>
7630 * scm/music-types.scm: compile fix: escape braces
7632 * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
7633 work around font selection problem
7635 * Documentation/user/refman.itely: BreathingSign: added docu for
7638 2003-04-09 Mats Bengtsson <mats.bengtsson@s3.kth.se>
7640 * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
7643 2003-04-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7645 * lily/multi-measure-rest-engraver.cc (class
7646 Multi_measure_rest_engraver): make multiple Number objects, one
7647 for each MultiMeasureTextEvent.
7649 * scm/music-functions.scm (glue-mm-rest-texts): use
7650 MultiMeasureTextEvent
7652 * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
7654 * Documentation/user/refman.itely (Multi measure rests): update.
7656 2003-04-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7658 * lily/ly-module.cc (ly_copy_module_variables): use
7659 scm_internal_hash_fold() for iterating modules.
7661 2003-04-08 Juergen Reuter <reuter@ipd.uka.de>
7663 * Documentation/user/refman.itely: Section Custodes: added more
7666 * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
7667 neo-mensural rests to parmesan font
7669 * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
7672 2003-04-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7674 * Documentation/user/macros.itexi: @fileref macro.
7676 * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
7679 2003-04-04 Juergen Reuter <reuter@ipd.uka.de>
7681 * lily/include/custos.hh, make/lilypond.suse.spec.in,
7682 Documentation/topdocs/AUTHORS.texi: updated my email address
7684 * Documentation/user/refman.itely: updated custos documentation;
7685 beautified divisiones example; beautified articulations table
7687 * lily/breathing-sign.cc: bugfix: finalis molecule
7689 2003-04-03 Juergen Reuter <reuter@ipd.uka.de>
7691 * Documentation/user/refman.itely: added docu for
7692 contemporary fermata symbols, gregorian breathing signs; small fixes
7694 * ly/gregorian-init.ly: removed obsolete #'type props
7696 2003-04-01 Mats Bengtsson <mats.bengtsson@s3.kth.se>
7698 * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
7699 minimum-length property correctly.
7701 2003-03-31 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7703 * scm/music-functions.scm (make-multi-measure-rest): set input
7704 locations for multimeasure rests.
7706 2003-03-31 Juergen Reuter <reuter@ipd.uka.de>
7708 * input/regression/breathing-sign.ly: updated to for ancient
7711 2003-03-31 Jan Nieuwenhuizen <janneke@gnu.org>
7713 * scripts/ly2dvi.py: Add newline.
7715 2003-03-30 Jan Nieuwenhuizen <janneke@gnu.org>
7717 * scripts/ly2dvi.py (dependency_files): Compile fix.
7719 2003-03-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7721 * scripts/ly2dvi.py (find_pfa_fonts): add --png option
7722 (make_html_menu_file): --html menu.
7724 2003-03-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7726 * scripts/ly2dvi.py (run_dvips): +add the .map file
7728 2003-03-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7730 * input/screech-boink.ly: new file.
7732 2003-03-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7734 * scripts/lilypond-book.py (make_lilypond_file): convert
7735 lilypond-file to lilypond block directly, without going through
7736 begin/end lilypond text.
7739 2003-03-21 Juergen Reuter <reuter@ipd.uka.de>
7741 * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
7742 scm/grob-description.scm: moved Michael's original breathing sign
7743 code in brew_molecule() to divisio_minima(); provided new
7744 brew_molecule() that effectively replaces the
7745 Text_item::brew_molecule callback (with additional fallback to
7746 Michael's original code); added callbacks for brewing divisio
7747 maior/maxima and finalis
7749 * gregorian-init.ly: added breathing sign shortcuts for virgula,
7750 caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
7752 * script-init.ly: added shortfermata, longfermata,
7753 verylongfermata, varcoda
7755 * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
7756 longfermata, verylongfermata, varcomma, varcoda
7758 2003-03-19 Mats Bengtsson <mats.bengtsson@s3.kth.se>
7760 * Documentation/user/{tutorial.itely,refman.itely,internals.itely}:
7761 Remove all noquote and insert a few quote.
7763 * Documentation/user/lilypond-book.itely (Music fragment options),
7764 scripts/lilypond-book.py: Don't include quotation blocks by
7765 default. Introduce option quote instead of noquote
7767 2003-03-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7769 * VERSION: 1.7.15 released
7771 * Documentation/user/lilypond.tely: omf updates.
7773 * buildscripts/texi2omf.py (omf_vars): include version.date
7775 * make/lilypond.redhat.spec.in: fixes for spec file.
7777 * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): replace var
7778 by function definition: lily now requires a recent GNU Make.
7780 * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
7782 * make/ly-rules.make: remove .ly -> .tex rule
7784 * Documentation/user/refman.itely (Figured bass): revised figured
7787 2003-03-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7789 * stepmake/stepmake/omf-targets.make (local-install): add
7790 scrollkeeper-update message.
7792 * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
7793 (TexiPaper.process_ly2dvi_block): idem for ly2dvi
7795 * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
7797 * Documentation/user/converters.itely (Invoking midi2ly): add
7798 track/channel notice.
7800 2003-03-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7802 * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
7804 * lily/parser.yy (scalar): DIGIT is also a scalar.
7806 * Documentation/user/music-glossary.tely: add @omf tags
7808 * Documentation/user/lilypond.tely: add @omf tags
7810 * scm/generate-documentation.scm (string-append): add @omf tags.
7812 * stepmake/stepmake/omf-*: new files
7814 * input/regression/multi-measure-rest.ly (texidoc): add doco
7816 * GNUmakefile.in (web-doc-install): add web-doc-install target
7818 * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
7819 fixes crashes while dumping MIDI.
7821 * ly/performer-init.ly (FiguredBassContext): add Figured bass for
7824 2003-03-11 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7826 * buildscripts/texi2omf.py: new file.
7828 * mf/feta-beugel.mf: include font count, not staffsize (16) in
7831 2003-03-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7833 * input/regression/beam-manual-beaming.ly (texidoc): new file.
7835 * lily/sequential-iterator.cc (descend_to_child): call
7836 descend_to_child() for all types of music.
7838 2003-03-08 Jan Nieuwenhuizen <janneke@gnu.org>
7840 * scm/translator-property-description.scm: Add
7841 bassFigureFormatFunction. Replace some entries.
7843 2003-03-04 Jan Nieuwenhuizen <janneke@gnu.org>
7845 * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
7848 2003-03-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7850 * scripts/midi2ly.py (Note.dump): never dump duration for
7853 * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
7856 * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
7857 figures using new markups. Much simpler, and should improve layout
7860 * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
7862 2003-03-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7864 * ly/engraver-init.ly: use Hara kiri by default for
7865 ChordNames, FiguredBass and Lyrics(Voice) context.
7867 * lily/axis-group-engraver.cc (acknowledge_grob): use
7868 rhythmic-grob-interface for selecting items not to hara-kiri'd
7870 * scm/new-markup.scm (markup-function-list): add bracket,
7873 * ly/engraver-init.ly (ChordNamesContext): set
7874 minimumVerticalExtent
7876 2003-03-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7878 * input/test/time-signature-double.ly: new file
7880 * input/regression/collision-head-chords.ly (texidoc): new file.
7882 * lily/type-swallow-translator.cc: add note swallow translator
7884 * input/test/time-signature-double.ly: new file.
7886 * lily/type-swallow-translator.cc: add Rest_swallow_translator
7888 * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
7889 (FiguredBassContext): idem.
7891 * VERSION (MY_PATCH_LEVEL): 1.7.14 released
7893 * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates.
7895 * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
7897 * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
7900 * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
7902 * python/lilylib.py (make_page_images): add function.
7904 * scripts/ly2dvi.py (run_latex): include title in preview image.
7906 * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
7907 from lilypond-book for <ly2dvifile> tags in HTML.
7909 * scripts/ly2dvi.py (option_definitions): add --debug option to
7910 print out environment.
7912 * input/regression/tie-chord-partial.ly: new file.
7914 2003-03-05 Heikki Junes <hjunes@cc.hut.fi>
7916 * lilypond.words: add 3
7918 2003-03-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7920 * scm/new-markup.scm (markup-function-list): add finger-markup
7922 * input/tutorial/brahms-tweaked.ly: new markup
7924 * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures
7926 * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
7927 crash when processing '() markup
7929 * input/regression/breathing-sign.ly (texidoc): add caesura example.
7931 * lily/breathing-sign.cc (railtracks): another caesura.
7933 * mf/feta-schrift.mf: caesura symbol.
7935 2003-03-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7937 * scripts/convert-ly.py (FatalConversionError.conv): add
7938 ly:molecule-XXX conversions.
7940 * lily/molecule-scheme.cc: change names to ly:molecule-XXX
7942 * input/regression/multi-measure-rest-text.ly: new file.
7944 * scm/music-functions.scm (glue-mm-rest-texts): automatically
7945 convert MMREST-TEXT to MultiMeasureRestNumber settings.
7947 * ly/engraver-init.ly (ScoreContext): move tablature settings to
7950 * scm/new-markup.scm (center-markup): \center markup.
7952 * scm/music-functions.scm: remove pitchify scripts.
7954 * lily/music.cc (print_smob): display music name if available
7956 2003-03-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7958 * Documentation/user/refman.itely (Instrument names): remove
7961 2003-03-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7963 * lily/score.cc (mark_smob): bugfix.
7965 * input/regression/rehearsal-mark.ly: new file.
7967 * lily/my-lily-parser.cc (here_input): revert reporting of errors:
7968 report error at the current token again.
7970 2003-02-26 Jan Nieuwenhuizen <janneke@gnu.org>
7972 * cygwin/mknetrel: Exit if doc build fails.
7974 * lily/GNUmakefile: Add hack for .deps and --srcdir build.
7976 2003-02-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7978 * scm/music-types.scm (music-descriptions): add doc strings
7980 2003-02-25 Jan Nieuwenhuizen <janneke@gnu.org>
7983 * lily/include/my-lily-lexer.hh:
7984 * lily/include/includable-lexer.hh: Add flex kludge.
7988 * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
7991 * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
7994 2003-02-24 Jan Nieuwenhuizen <janneke@gnu.org>
7996 * ly/spanners-init.ly (cresc, dim): Update to new markup text.
7998 * lily/parser.yy (new_chord): Compile fix.
8000 2003-02-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8002 * Documentation/user/refman.itely (Tuning groups of objects):
8003 remove documentation for \turnOff.
8005 * lily/percent-repeat-engraver.cc (try_music): add correct
8006 processing moments for double-measure percents as well.
8008 * input/regression/percent-repeat-skipbars.ly (texidoc): new file
8010 * lily/lily-guile.cc (ly:dimension?): add dimension as separate
8013 * Documentation/user/refman.itely (Printing named chords): add
8014 chord name tweak doco.
8016 * input/template/gregorian-transcription.ly: new file.
8018 2003-02-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8020 * VERSION: 1.7.13 released
8022 * input/test/*: lots of cleanups/comment-outs/removals in chord
8025 * input/regression/*: lots of cleanups/comment-outs/removals in
8028 * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
8031 * lily/new-chord-name-engraver.cc (process_music): give original
8032 inversion pitch to chord name routine.
8034 * input/tutorial/os-score.ly: update to new markup
8036 * Documentation/user/appendices.itely: simply include
8039 * Documentation/user/refman.itely (Chords mode): add documentation
8042 * scm/chord-entry.scm (construct-chord): mark inversion as bass if
8043 not present in chord.
8044 (construct-chord): add inversion and bass support.
8046 * lily/chord.cc: junk contents.
8048 2003-02-17 Heikki Junes <hjunes@cc.hut.fi>
8050 * Documentation/user/refman.itely:
8051 * Documentation/user/music-glossary.tely: fix.
8053 2003-02-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8055 * scm/chord-entry.scm (construct-chord): move chord construction
8058 * lily/parser.yy (new_chord): new setup for chord entry.
8060 2003-02-16 Heikki Junes <hjunes@cc.hut.fi>
8063 * Documentation/user/music-glossary.tely: add ambitus.
8065 2003-02-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8067 * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
8069 * lily/include/*.hh: string() -> to_string()
8071 * scm/chords-ignatzek.scm: new file.
8073 * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
8074 standard chord name exceptions.
8076 * scm/translator-property-description.scm (chordNameSeparator):
8078 (majorSevenSymbol): add property
8080 * lily/translator-scheme.cc (ly:context-properties): new function
8081 (ly:context-parent): new function.
8082 (print_smob): print context name.
8084 * lily/music.cc (ly:get-music-length): new function
8085 (print_smob): don't print properties.
8087 * lily/duration.cc (duration<?): new function
8089 * input/regression/chords-funky-ignatzek.ly: new file.
8091 * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
8094 * lily/pitch.cc (ly:pitch-diff): new function.
8096 * input/regression/chords-ignatzek.ly: new file.
8098 2003-02-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8100 * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
8101 pitches for jazz chords.
8103 2003-02-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8105 * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
8107 2003-02-05 Heikki Junes <hjunes@cc.hut.fi>
8109 * lilypond.words: add 1
8111 2003-02-04 Heikki Junes <hjunes@cc.hut.fi>
8113 * Documentation/topdocs/AUTHORS.texi: refine.
8115 2003-01-25 Heikki Junes <hjunes@cc.hut.fi>
8117 * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
8119 * lilypond.words: add one.
8121 2003-01-23 Heikki Junes <hjunes@cc.hut.fi>
8123 * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
8124 Fontify bass note in chords, e.g., e in c1/e.
8126 2003-01-19 Jan Nieuwenhuizen <janneke@gnu.org>
8128 * Documentation/user/music-glossary.tely: Dutch updates and
8129 additions (Arent Storm).
8131 2003-01-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8133 * input/regression/ambitus.ly: move file.
8135 * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
8137 * lily/event.cc (transpose): add tonic property to Key_change_req
8138 and to Key_engraver.
8140 2003-01-17 Heikki Junes <hjunes@cc.hut.fi>
8142 * Documentation/user/refman.itely: fix typo.
8144 * lilypond.words: removed wrong identifiers.
8146 2003-01-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8148 * mf/feta-toevallig.mf: make flat stem shorter
8150 2003-01-16 Heikki Junes <hjunes@cc.hut.fi>
8152 * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
8154 * lilypond.words: add from Phrasing slur.
8156 2003-01-15 Heikki Junes <hjunes@cc.hut.fi>
8158 * lilypond-mode.el: allow launching multiple ViewPS processes.
8160 * lilypond.words: add from Text markup.
8162 2003-01-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8164 * input/test/ossia.ly (texidoc): add comment.
8166 * input/regression/voice-follower.ly: new file.
8168 * mf/feta-toevallig.mf: make flat heavier.
8170 * lily/cluster-engraver.cc: clean up Cluster engraver
8172 * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
8173 Engraver. Use Note_column to compute Y positions and deal with
8176 2003-01-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8178 * lily/stem.cc: move french-beaming to stem.
8180 2003-01-13 Heikki Junes <hjunes@cc.hut.fi>
8182 * lilypond-font-lock.el: fontify all durations in chords.
8184 * lilypond.words: add from lily/my-lily-lexer.cc
8186 2003-01-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8188 * VERSION: release 1.7.12
8190 * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
8192 * lily/gregorian-ligature.cc: new file
8194 * lily/*: the Great 2003 search & replace.
8196 * Documentation/user/refman.itely (Manual repeat commands): add
8197 note about font selection.
8199 2003-01-12 Heikki Junes <hjunes@cc.hut.fi>
8201 * lilypond-mode.el: propose recompiling midi while invoking playing,
8202 not while stopping playing.
8204 2003-01-11 Heikki Junes <hjunes@cc.hut.fi>
8206 * lilypond.words: add one.
8208 * lilypond-font-lock.el: add colour groups for horizontal, vertical
8209 and expressional note grouping. Fontify chord modes.
8211 2003-01-09 Heikki Junes <hjunes@cc.hut.fi>
8213 * Documentation/user/music-glossary.tely (Top): translate melisma.
8215 2003-01-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8217 * Documentation/user/music-glossary.tely (Top): add melisma.
8219 2002-01-08 Juergen Reuter <reuter@ipd.uka.de>
8221 * lily/gregorian-ligature-engraver.cc: bugfix: added missing
8222 interfaces for (abstract) grob GregorianLigature
8224 * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
8225 renamed head* -> glyph_name*, x-shift* -> x-offset*
8227 * scm/grob-property-description.scm: bugfix: added missing descriptions
8229 2003-01-07 Jan Nieuwenhuizen <janneke@gnu.org>
8231 * input/test/chord-names-dpnj.ly: New file.
8233 * scm/double-plus-new-chord-name.scm: Implement full and partial
8236 * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
8238 * scm/double-plus-new-chord-name.scm
8239 (double-plus-new-chord->markup): Fix sub->markup.
8242 2003-01-07 Juergen Reuter <reuter@ipd.uka.de>
8244 * lily/custos-engraver.cc: added TODO; editorial changes
8246 * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
8247 consistency with other ligature engravers; removed access on (now)
8248 private variable _ligature of Ligature_engraver
8250 * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
8251 renamed last_bound -> last_bound_; issue programming_error on
8252 abstract method calls; moved primitives code from
8253 Mensural_bracket_engraver to here (because almost ligature
8254 engravers will need it); renamed try_stop_ligature () ->
8255 typeset_ligature (); bugfix: store primitives of finished ligature
8256 in separate variable finished_primitives_ to avoid clash on input
8257 like "\] \["; added current_ligature () to enable access on
8258 private variable _ligature
8260 * lily/mensural-ligature-engraver.cc: removed primitives_ code
8261 (now in super class); renamed try_stop_ligature () ->
8264 * lily/mensural-ligature.cc: issue programming_error on abstract
8267 * lily/note-heads-engraver.cc: added TODO comment upon bool
8270 * mf/parmesan-heads.mf: fixed some of set_char_box()
8272 * scm/grob-description.scm: added VaticanaLigature
8274 * scm/grob-property-description.scm: added neume prefix properties
8276 * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
8277 lily/include/gregorian-ligature-engraver.hh,
8278 lily/include/gregorian-ligature.hh: new files; framework for
8279 gregorian ligature engravers such as vaticana
8281 * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
8282 lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
8283 vaticana style ligature implementation (still somewhat uncomplete)
8285 2003-01-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8287 * VERSION: release 1.7.11
8289 * scripts/convert-ly.py: add ly:pitch-transpose rule
8291 2003-01-06 Jan Nieuwenhuizen <janneke@gnu.org>
8293 * input/test/dpncnt.ly: New file.
8295 * lily/my-lily-lexer.cc: Add chordnames keyword.
8297 * lily/parser.yy (chordnames_block): Parse chord name exception
8298 lists, see input/test/dpncnt.ly.
8300 * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
8303 * scm/lily.scm (filter-out-list): Bugfix: filter rest using
8306 * lily/pitch.cc (ly_pitch_transpose): Scheme name now
8307 ly:pitch-transpose (was ly:transpose-pitch), in conformance with
8308 pitch functions (except for ly:make-pitch, but that's apparently
8309 some sort of scheme naming standard?).
8311 * scm/lily.scm (!=): define-public.
8313 * scm/new-markup.scm (make-markup-maker): define-public make-markups.
8315 2003-01-05 Jan Nieuwenhuizen <janneke@gnu.org>
8317 * scm/double-plus-new-chord-name.scm
8318 (double-plus-new-chord-name->markup): New file.
8320 2003-01-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8322 * python/lilylib.py (make_preview): don't suppress progress for
8325 2003-01-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8327 * Documentation/user/appendices.itely (scheme): update for new syntax.
8329 * input/regression/chord-name-styles.ly: new file
8331 * lily/instrument-name-engraver.cc: create instrument names
8332 without barline too. Allows instrument name on ChordNames
8334 * scm/new-markup.scm (interpret-markup): allow simple strings as
8337 2003-01-04 Jan Nieuwenhuizen <janneke@gnu.org>
8339 * scm/chord-name.scm: Super/raise changes and fixes for Banter.
8340 (step->markup-accidental): Fix: add accidental.
8341 (chord::inner-name-american):
8342 (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
8343 append stray '/' if last superscript addition was 'o'.
8345 * scm/new-markup.scm (normal-size-sub-markup)
8346 (normal-size-super-markup): New function.
8348 * lily/source-file.cc (Source_file): Add warning for possibly
8349 intentional but suspicious initialization.
8351 * scm/chord-name.scm: Small rewrites, layout fixes. Identify and
8352 add comments about cut-and-paste programming.
8354 * flower/rational.cc (lcm): Not used; comment out.
8356 2003-01-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8358 * lily/new-fingering-engraver.cc (position_scripts): use
8359 fingerHorizontalDirection to determine fingering horizontal
8362 * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
8365 * scripts/convert-ly.py (FatalConversionError.conv): add style
8368 * scm/chord-name.scm (set-chord-name-style): new function.
8369 (new-chord-name-brew-molecule): revise to interpret markup only
8370 (new-chord->markup): cleanuppish rewrite. To be called from the
8373 * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
8374 Markup earlier, during interpreting.
8376 * input/test/{banter,jazz,american}-chords.ly (scheme): update
8377 style settings. Rename to chord-names-*.ly
8379 2003-01-03 Jan Nieuwenhuizen <janneke@gnu.org>
8381 * scm/chord-name.scm: Painful merge of Amy's patch to old-style
8382 markup code and update to new markup. Most probably broke some of
8385 2002-12-30 Juergen Reuter <reuter@ipd.uka.de>
8387 * Documentation/user/refman.itely: added docu for ambitus and
8390 * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
8391 ly_quote_scm() in lookup.cc
8393 * mf/parmesan-clefs.mf: set_char_box fix
8395 * lily/cluster-engraver.cc: junk implicit protection; use
8396 Protected_scm instead
8398 2002-12-29 Jan Nieuwenhuizen <janneke@gnu.org>
8400 * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
8403 * scm/new-markup.scm: Turn-off error-triggering test code.
8405 2002-12-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8407 * scm/new-markup.scm (markup-thrower-typecheck)
8408 (markup-typecheck?): add full typechecking functions.
8409 (make-markup-maker): add make-FOO-markup functions.
8410 (markup-argument-list-error): nice error checking messages.
8411 (make-markup): better function: less quoting escapades.
8413 2002-12-29 Jan Nieuwenhuizen <janneke@gnu.org>
8415 * scm/chord-name.scm: Remove fixme's. Jazz chords still broken.
8417 2002-12-28 Jan Nieuwenhuizen <janneke@gnu.org>
8419 * cygwin/lilypond.hint (requires): Add cygwin.
8421 * .cvsignore: Remove stepmake (huh!?!), add lib.
8423 * GNUmakefile.in: Add libdir links for builddir runs.
8425 * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
8428 * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
8429 local_lilypond_libdir.
8431 * config.make.in (lilypond_libdir): Add.
8433 * stepmake/stepmake/substitute-rules.make:
8434 * stepmake/stepmake/script-rules.make:
8435 * stepmake/stepmake/python-module-rules.make:
8436 * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
8437 lilypond-python-module patch.
8439 2002-12-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8441 * Documentation/user/refman.itely (Graphical interfaces): add note
8444 2002-12-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8446 * scripts/ly2dvi.py (run_dvips): remove trailing newline
8448 2002-12-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8450 * VERSION: released 1.7.10
8452 * scripts/musedata2ly.py (): idem
8454 * scripts/midi2ly.py (dump_chord): idem
8456 * scripts/etf2ly.py (version): idem
8458 * scripts/pmx2ly.py (Slur.calculate): new chord syntax
8460 * scripts/mup2ly.py (pre_processor_commands): new chord syntax
8462 * scm/tex.scm (tex-output-expression): remove eval compat
8463 glut. Other output files too.
8465 * scm/chord-name.scm: don't export anything from chord module.
8467 * input/test/american-chords.ly: idem
8469 * input/test/banter-chords.ly (texidoc): idem
8471 * input/test/Cc-chords.ly: add breakage notes.
8473 * Documentation/user/refman.itely (Text markup): rewrite manual section.
8475 * lily/parser.yy (scalar): allow \markup { } as property value.
8477 * scm/chord-name.scm: complete new markup usage
8479 * scm/grob-description.scm (all-grob-descriptions): use new markup
8482 2002-12-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8484 * scm/chord-name.scm: partial move to new markup texts.
8486 2002-12-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8488 * scm/grob-description.scm (all-grob-descriptions): small bass figures.
8490 * scm/bass-figure.scm (brew-bass-figure): make stack direction
8493 2002-12-18 Heikki Junes <hjunes@cc.hut.fi>
8495 * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
8496 invoked for old midi, wait for killing.
8498 2002-12-16 Heikki Junes <hjunes@cc.hut.fi>
8500 * Documentation/user/music-glossary.tely: Finnishing.
8502 2002-12-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8504 * mf/feta-nummer-code.mf: some kerning pairs.
8506 2002-12-14 Rune Zedeler <rz@localhost.localdomain>
8508 * scm/output-lib.scm (set-bar-number-visibility): Context-function
8511 * Documentation/user/refman.itely (Bar numbers):
8512 set-bar-number-visibility added, modulo-bar-number removed again
8515 2002-12-14 Heikki Junes <hjunes@cc.hut.fi>
8517 * scm/output-lib.scm (modulo-bar-number-visible): add function.
8519 * Documentation/user/refman.itely: add modulo-bar-number-visible.
8521 * Documentation/user/music-glossary.tely: translate into Finnish.
8523 2002-12-10 Heikki Junes <hjunes@cc.hut.fi>
8525 * lilypond-mode.el: add shortcut for 2midi
8527 * lilypond-font-lock.el: fontify lyrics
8529 2002-12-10 Rune Zedeler <rz@daimi.au.dk>
8531 * scm/drums.scm : use 1.7.x names.
8533 * input/regression/drums.ly : Don't use << chords >>
8535 2002-12-10 Heikki Junes <hjunes@cc.hut.fi>
8537 * lilypond-mode.el: tidy, add TODO
8539 * make/lilypond.mandrake.spec.in: install-info quietly.
8541 2002-12-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8543 * input/test/markup.ly: use new syntax.
8545 2002-12-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8547 * ly/params-init.ly (interscoreline): add word-space
8549 * input/test/metronome.ly (eighthNote): idem.
8551 * input/test/script-priority.ly: use new markup
8553 * lily/parser.yy (markup): allow HEAD markup0 markup1
8555 * lily/molecule-scheme.cc (ly:molecule-translate): new function.
8557 * lily/parser.yy (gen_text_def): bugfix.
8558 (full_markup): allow markup identifier.
8560 2002-12-09 Heikki Junes <hjunes@cc.hut.fi>
8562 * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
8563 jobs at the same time. Add horizontal lines to Command menu.
8564 Allow one compiling job -- propose killing others before a new one.
8566 * lilypond.words: add markup, teeny, etc.
8568 2002-12-08 Heikki Junes <hjunes@cc.hut.fi>
8570 * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
8571 Allow only one type of midi process; launching Midi either stops
8572 midis or plays the current midi and launching MidiAll stops midis
8573 and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return
8574 to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
8576 2002-12-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8578 * lily/text-engraver.cc (process_acknowledged_grobs): use new
8579 markup for new markup texts.
8581 * lily/mark-engraver.cc (process_music): idem
8583 * lily/instrument-name-engraver.cc (create_text): idem
8585 * scm/new-markup.scm (magnify-markup): new function.
8587 * scm/molecule.scm (stack-lines): bugfix.
8589 * lily/font-interface.cc (get_font): take font-magnification from
8592 2002-12-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8594 * lily/molecule-scheme.cc: move scheme functions to separate file.
8596 * lily/font-metric.cc (ly_get_glyph): new function.
8598 * scm/new-markup.scm (column-markup): use baseline-skip for columns.
8599 (italic-markup, dynamic-markup): new functions
8600 (font-markup): new function
8602 * lily/molecule.cc (ly_molecule_combined_at_edge): optional
8605 2002-12-07 Rune Zedeler <rz@daimi.au.dk>
8607 * lily/accidental-engraver.cc:
8608 Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
8610 2002-12-06 Heikki Junes <hjunes@cc.hut.fi>
8613 * lilypond-font-lock.el: Put \longa as duration. Accept only
8614 [a-zA-Z] for user defined identifiers. Separate note cases
8615 with and without a duration (allow cis\longaX).
8617 * lilypond.words: Add words from Info.
8619 2002-12-06 Mats Bengtsson <mats.bengtsson@s3.kth.se>
8621 * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
8623 2002-12-05 Heikki Junes <hjunes@cc.hut.fi>
8625 * lilypond-mode.el: Propose reverting buffer before a command if
8626 it was edited with an another editor.
8628 2002-12-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8630 * lily/molecule.cc (ly_translate_molecule): new function
8632 * python/GNUmakefile (INSTALLATION_DIR1): install Python module
8635 * autogen.sh (srcdir): copy aclocal.m4 if newer.
8637 * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
8639 2002-12-04 Heikki Junes <hjunes@cc.hut.fi>
8641 * lilypond.words: take \words from Info-index.
8643 2002-12-04 Jan Nieuwenhuizen <janneke@gnu.org>
8645 * scm/sodipodi.scm: Add instruction for generating pfa fonts.
8647 2002-12-02 Heikki Junes <hjunes@cc.hut.fi>
8649 * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
8651 2002-12-01 Heikki Junes <hjunes@cc.hut.fi>
8653 * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info
8654 and lilypond-documentation.
8656 2002-12-02 Jan Nieuwenhuizen <janneke@gnu.org>
8658 * lily/parser.yy: Compile fix (bison 1.75).
8660 2002-12-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8662 * VERSION: 1.7.9 released
8664 * scm/music-functions.scm (shift-one-duration-log): refactor.
8667 * input/regression/chord-tremolo.ly (texidoc): add dot test.
8671 * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
8674 * scm/music-functions.scm (display-music): new function
8675 (music-map): change arg order.
8677 * input/regression/new-markup-syntax.scm: new file
8679 * lily/parser.yy (markup): add \markup { .. } syntax.
8681 * scm/new-markup.scm (override-markup): new function
8682 (lookup-markup): new function
8683 (music-markup): new function
8684 (lookup-markup-command): use markup-signature to store argument
8687 * lily/lexer.ll: preliminary \markup syntax.
8689 2002-11-30 Heikki Junes <hjunes@cc.hut.fi>
8691 * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
8692 add pre/post-dependencies and menus with icons from source.
8694 * Documentation/pictures/lilypond-48x48.xpm:
8695 * Documentation/pictures/lilypond-32x32.xpm:
8696 * Documentation/pictures/lilypond-16x16.xpm: new files, background
8699 * stepmake/stepmake/generic-targets.make:
8700 * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
8702 2002-11-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8704 * input/regression/music-map.ly (texidoc): new file.
8706 * scm/music-functions.scm (music-map): new function
8708 2002-11-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8710 * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
8712 2002-11-28 Heikki Junes <hjunes@cc.hut.fi>
8714 * input/test/to-xml.ly:
8715 * lily/ligature-engraver.cc: Fixes documentation.
8717 * lilypond.mandrake.spec.in:
8718 * lilypond.redhat.spec.in: Add lilypond.words.
8720 * Documentation/user/refman.itely: Mention Info inside emacs.
8722 * lilypond.suse.spec.in:
8723 * lilypond.redhat.spec.in:
8724 * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se).
8726 2002-11-27 Jan Nieuwenhuizen <janneke@gnu.org>
8728 * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
8731 2002-11-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8733 * scripts/ly2dvi.py (include_path): print warning if failing anything.
8735 * python/lilylib.py (error): add space
8737 2002-11-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8739 * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
8742 2002-11-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8744 * lily/paper-outputter.cc (Paper_outputter): close port when
8747 2002-11-26 Jan Nieuwenhuizen <janneke@gnu.org>
8749 * scm/sodipodi.scm: Fixes.
8751 2002-11-26 Heikki Junes <hjunes@cc.hut.fi>
8753 * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
8755 * buildscripts/make-font-dir.py: Fix.
8757 2002-11-25 Heikki Junes <hjunes@cc.hut.fi>
8759 * lilypond-mode.el: Add support for Info inside Emacs.
8761 2002-11-24 Jan Nieuwenhuizen <janneke@gnu.org>
8763 * buildscripts/make-font-dir.py:
8764 * mf/GNUmakefile: Make sodipodi font map.
8766 * scm/sodipodi.scm: Add more output functions.
8768 * mf/feta-nummer.mf:
8769 * mf/feta-beugel.mf: Add font_coding_scheme.
8771 * lily/paper-outputter.cc (output_header): Fix creator string.
8773 2002-11-23 Heikki Junes <hjunes@cc.hut.fi>
8775 * lilypond-mode.el (LilyPond-autocompletion): invoked with
8776 [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
8778 * lilypond.words: add two (Everybody can add/remove words now!).
8781 * make/lilypond.suse.spec.in:
8782 * make/lilypond.mandrake.spec.in:
8783 * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
8785 * Documentation/user/refman.itely: Mention autocompletion.
8787 2002-11-23 Jan Nieuwenhuizen <janneke@gnu.org>
8789 * scripts/ly2dvi.py: Add paper sizes.
8791 * lily/timing-engraver.cc:
8792 * lily/time-signature.cc:
8794 * lily/grob-scheme.cc: Code formatting fixes.
8798 * buildscripts/mf-to-table.py:
8799 * buildscripts/make-font-dir.py: Font testing.
8801 2002-11-23 Heikki Junes <hjunes@cc.hut.fi>
8803 * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
8804 inserts try-completion and shows all-completions.
8806 * lilypond.words: '\' -> '\\'
8808 * lilypond-mode.el: load libraries in the end, lilypond.words defines
8809 LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
8811 * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
8812 and LilyPond-reserved-words.
8814 2002-11-22 Heikki Junes <hjunes@cc.hut.fi>
8816 * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
8819 * lilypond-mode.el (LilyPond-autocompletion): shows completions in
8820 the mini-buffer with Control-Shift-c.
8822 2002-11-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8824 * lily/parser.yy (tempo_event): use tempo-unit for \tempo
8825 duration. This fixes \tempo taking time.
8827 2002-11-21 Mats Bengtsson <mats.bengtsson@s3.kth.se>
8829 * lily/volta-engraver.cc (process_acknowledged_grobs):
8830 Allow for text markup in repeatCommands.
8832 2002-11-21 Heikki Junes <hjunes@cc.hut.fi>
8834 * lilypond-mode.el (LilyPond-insert-string): new function, use it
8835 in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
8836 Get rid of skeleton.el-dependency.
8838 * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
8840 2002-11-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8842 * lily/beam-engraver.cc (stop_translation_timestep): reset
8845 * lily/scm-option.cc: add parse-protect to ly:set-option
8847 * lily/lexer.ll: set errorlevel if GUILE fails during parse.
8849 2002-11-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8851 * lily/include/ligature-bracket.hh: removed
8852 * lily/ligature-bracket.cc: removed
8854 * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
8857 * lily/beam.cc (set_beaming): don't change beam count on rests.
8858 (brew_molecule): always set flag-width > 0.
8860 2002-11-19 Heikki Junes <hjunes@cc.hut.fi>
8862 * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
8863 chars, remove instructions; instead, refer to lilypond-init.el and
8864 Documentation/topdocs/INSTALL.texi.
8866 * lilypond.words: add identifiers and reserved words.
8868 * Documentation/topdocs/INSTALL.texi: separate sections for installing
8869 files and adding a load-path.
8871 * lilypond-init.el: Instructions, extracted from
8872 Documentation/topdocs/INSTALL.texi.
8874 2002-11-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8876 * VERSION: 1.7.8 released
8878 * lily/grob.cc (warning): better robustness fix.
8880 2002-11-19 Juergen Reuter <reuter@ipd.uka.de>
8882 * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
8884 * lily/cluster-engraver.cc: stick better to variable naming
8887 * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
8888 until stop_translation_timestep()
8890 * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
8891 min/max coordinates to backend, but no musical info such as
8894 * lily/cluster.cc: robustness fix: do not crash upon empty cluster
8896 * lily/grob.cc: robustness fix: warning(): do not crash if
8899 * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
8900 the much more elaborated tuplet brackets than the very naive and
8901 simple ligature bracket grob
8903 2002-11-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8905 * Documentation/user/refman.itely (Analysis brackets): add
8906 horizontal bracket doco.
8908 * ly/property-init.ly (setMmRestFermata): added.
8910 * Documentation/user/refman.itely (Multi measure rests): fermatas
8913 * input/regression/apply-context.ly (texidoc): new file
8915 * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
8916 code to be executed during interpretation. Possible applications:
8917 smart octavation, more advanced bar checks.
8919 * lily/apply-context-iterator.cc: new file.
8921 2002-11-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8923 * input/test/new-markup.ly: new file.
8925 * lily/text-item.cc (text_to_molecule): new function
8927 * scm/new-markup.scm (lambda): new file
8929 * lily/function-documentation.cc (ly_add_function_documentation):
8930 add proc property as well
8932 2002-11-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8934 * Documentation/user/music-glossary.tely (Top): add custos.
8936 2002-11-18 Heikki Junes <hjunes@cc.hut.fi>
8938 * Documentation/topdocs/INSTALL.texi: advise how to include source
8939 path to Emacs load-path and improve language.
8941 2002-11-16 Jan Nieuwenhuizen <janneke@gnu.org>
8943 * GNUmakefile.in: config.h message fix.
8946 * aclocal.m4: Regenerate.
8950 * stepmake/config.make.in:
8951 * stepmake/configure.in:
8952 * stepmake/autogen.sh:
8953 * stepmake/aclocal.m4: Update for autoconf 2.56.
8955 2002-11-16 Heikki Junes <hjunes@cc.hut.fi>
8957 * Documentation/topdocs/INSTALL.texi: instructions for an user how
8958 to install Emacs-mode. Instructions how to use vim-mode.
8960 2002-11-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8962 * scm/music-types.scm (music-descriptions): no length for tempo event.
8964 * input/*.ly: add \version everywhere.
8966 * input/*.ly: update syntax to 1.7 + new-chords.
8968 * VERSION: 1.7.7 released.
8970 * Documentation/user/*.tely: new chord syntax.
8972 * input/regression/[bc]*.ly (texidoc): syntax updates.
8974 2002-11-13 Heikki Junes <hjunes@cc.hut.fi>
8976 * lilypond.words: add vocabulary to be used in auto-completion
8978 * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
8980 * lilypond.vim: allow note name at EOF
8982 2002-11-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8984 * buildscripts/new-chords.py (edit): -e option: inline editing.
8986 * input/regression/a*.ly (texidoc): syntax updates.
8988 * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
8989 music): elucidations.
8991 2002-11-11 Juergen Reuter <reuter@ipd.uka.de>
8993 * lily/include/lily-proto.hh, ly/engraver-init.ly,
8994 ly/spanners-init.ly, scm/grob-description.scm,
8995 scm/grob-property-description.scm, scm/music-types.scm,
8996 lily/cluster-engraver.cc, lily/cluster.cc,
8997 lily/include/cluster.hh, input/test/cluster.ly: cluster
9000 * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
9001 ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
9002 scm/sketch.scm, scm/tex.scm: support for dots and polygons added
9004 * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
9006 * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
9008 * scm/grob-description.scm: bugfix: by default, use default note
9009 head style when engraving ligatures
9011 * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
9013 * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
9016 * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
9018 * input/test/ancient-font.ly: bugfix: style -> flag-style
9020 * lily/ligature-engraver.cc: indentation fix
9022 * lily/parser.yy: indentation fixes
9024 2002-11-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9026 * input/regression/measure-grouping.ly: more elaborate example.
9028 * lily/moment.cc: ly:add-moment, ly:mul-moment,
9029 ly:div-moment. New functions
9031 * scm/music-functions.scm (set-time-signature): new function,
9032 allow inline time sig settings with measure grouping.
9034 * lily/parser.yy (command_element): move time sig construction
9037 * lily/side-position-interface.cc (out_of_staff): new function,
9038 like padding, but keep minimum distance from staff. Easier than
9039 linespanners (dynamics, pedals), but roughly the same effect.
9041 2002-11-10 Heikki Junes <hjunes@cc.hut.fi>
9043 * emacs-mode.el: Added spanish-note-replacements
9044 (Carlos Betancourt, <carlos.betancourt@chello.be>).
9046 * vimrc: (Un)commenting with <(S-)F12>, tidy.
9048 2002-11-08 Heikki Junes <hjunes@cc.hut.fi>
9050 * lilypond.vim: Do not fontify cises, desis, etc.
9052 * vimrc: view dvi with <S-F6>
9054 2002-11-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9056 * lily/lookup.cc (triangle): new function.
9058 * input/regression/measure-grouping.ly (texidoc): new file: show
9059 triangles and brackets for beat groups of 3 and 2.
9061 * lily/include/measure-grouping-spanner.hh (class
9062 Measure_grouping): new file.
9064 * lily/measure-grouping-spanner.cc (brew_molecule): new file
9066 * lily/measure-grouping-engraver.cc (class
9067 Measure_grouping_engraver): new file.
9069 2002-11-06 Jan Nieuwenhuizen <janneke@gnu.org>
9071 * Merge from stable:
9073 cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
9075 * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
9078 * ly/paper19.ly: Include paper19-init.ly.
9080 * ly/paper19-init.ly: New file.
9082 * Documentation/user/tutorial.itely (First steps): Fix first
9083 example for font test.
9085 * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
9087 * ChangeLog: Add 1.7.6 release marker (see below).
9089 * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
9092 2002-11-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9094 * input/tutorial/sammartini.ly (bassvoices): to new syntax.
9096 * input/tutorial/*.ly: update to new syntax.
9098 * lily/parser.yy (Composite_music): new transpose syntax,
9099 \transpose FROM TO MUSIC.
9101 2002-11-04 Jan Nieuwenhuizen <janneke@gnu.org>
9103 * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
9104 latex progress/error output to stderr (by default this goes to
9105 stdout). Show lilypond progress, even when not verbose.
9107 * python/lilylib.py (system): New optional parameter to control
9108 showing of progress.
9110 * scm/backend-documentation-lib.scm (check-dangling-properties):
9113 * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify. Add
9116 * scm/grob-property-description.scm (magnify): Remove.
9117 (extent, axis): Add.
9119 2002-11-03 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9121 * VERSION: Release 1.7.6.
9123 * scripts/convert-ly.py: more uniformization substitutions.
9125 * buildscripts/new-chords.py (sub_chords): new file.
9127 2002-11-03 Jan Nieuwenhuizen <janneke@gnu.org>
9129 * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
9130 lilypond.map. Include sauter fonts too. Cleanups.
9132 2002-11-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9134 * Documentation/user/tutorial.itely (First steps): change to new
9135 chord/tie/slur/beam notation.
9137 * lily/parser.yy (event_that_take_dir): allow postfix notation for
9140 * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
9141 engraver. Process ties in postfix notation, i.e. c8-~ c
9143 * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
9145 * input/regression/beam-postfix-notation.ly (texidoc): new file.
9147 * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
9149 * lily/beam-engraver.cc (try_music): accept new-beam-events
9151 * input/regression/chord-scripts.ly (texidoc): new file
9153 * lily/new-fingering-engraver.cc (acknowledge_grob): also handle
9156 * scm/script.scm (default-script-alist): cleanup.
9158 * lily/script-engraver.cc (make_script_from_event): cleanup.
9160 * lily/lyric-combine-music-iterator.cc
9161 (Lyric_combine_music_iterator): remove superfluous events.
9162 (melisma_busy): new function. Fix broken melismas.
9164 2002-10-31 Heikki Junes <hjunes@cc.hut.fi>
9166 * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
9167 Remove nonvalid settings. Use descriptive key names.
9168 Use <Return> to indicate the pressing of that key.
9170 2002-10-30 Jan Nieuwenhuizen <janneke@gnu.org>
9172 * scripts/lilypond-book.py (option_definitions): Typo.
9174 * scripts/ly2dvi.py: Updates.
9176 * python/lilylib.py (setup_environment, print_environment)
9177 (get_bbox, make_preview): Merge and remove from ly2dvi and
9180 * scripts/lilypond-book.py: Use lilylib. Cleanups.
9182 * .cvsignore: Remove some cruft.
9184 * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
9187 * scripts/ly2dvi.py: Use lilylib as module. Fail gracefully if
9188 kpsexpand, kpsewhich, ps2pdf exit with error. Cleanups and fixes
9191 * python/lilylib.py (quiet_system): Junk
9192 (system): Display error log upon failure.
9193 (read_pipe): New function. Cleanups and fixes.
9195 * python/*.py: Rename from *.py.in.
9197 * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
9199 * GNUmakefile.in (SUBDIRS): Move python before scripts.
9201 2002-10-30 Jan Nieuwenhuizen <janneke@gnu.org>
9203 * python/GNUmakefile: Bugfix: handle modules.
9205 * stepmake/stepmake/python-module-targets.make (default): Add
9208 * stepmake/stepmake/python-module-rules.make: Add rule for byte
9211 * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
9212 Bugfix. (OUT_PYC_MODULES): Add.
9214 2002-10-30 Heikki Junes <hjunes@cc.hut.fi>
9216 * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
9217 Use default paths. Refresh description.
9219 2002-10-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9221 * VERSION: 1.7.5 released
9223 * input/regression/finger-chords.ly (texidoc): new file.
9225 * lily/script-engraver.cc (process_music): remove scriptHorizontal
9228 * lily/fingering-engraver.cc (process_music): remove kludgy
9229 scriptHorizontal stuff.
9231 * lily/script.cc: remove staff-support property.
9233 * lily/new-fingering-engraver.cc (add_fingering): new
9234 file. Fingering engraver for new style chords.
9236 2002-10-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9238 * lily/parser.yy (bare_number): allow 4 \cm (without
9239 decimal dot). (should backport to 1.6?)
9241 * ly/declarations-init.ly: use Scheme for dimension defs.
9243 * lily/parser.yy (TODO): remove hard coded dimensions, add
9244 REAL NUMBER_IDENTIFIER production.
9246 * lily/rest-collision.cc (force_shift_callback): rewrite using
9249 * scm/grob-property-description.scm (rest-collision-done): add
9252 * lilypond.vim: add file (<hjunes@cc.hut.fi>)
9254 2002-10-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9256 * input/regression/multi-measure-rest-center.ly: new file.
9258 * lily/multi-measure-rest.cc (big_rest): multi measure rest was
9259 off horizontally by 0.05 ss. Fixed.
9261 2002-10-22 Jan Nieuwenhuizen <janneke@gnu.org>
9263 * scm/pdftex.scm: Rename ly-number to ly:number->string.
9265 * Documentation/topdocs/index.tely: Remove duplicate from merge.
9267 2002-10-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9269 * lily/tie.cc (get_control_points): also avoid staff lines on the
9270 just outside the outer staff lines
9272 2002-10-21 Jan Nieuwenhuizen <janneke@gnu.org>
9274 * ly/params-init.ly: Just define style-alist, no need to
9277 * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
9280 * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
9281 (FET_FILES): = FONT_FILES.
9283 * Merge from stable:
9285 cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
9287 2002-10-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9289 * VERSION: 1.7.4 released.
9291 * scm/generate-documentation.scm (string-append): add macro
9294 * lily/text-item.cc (lookup_text): don't use virtual fonts for
9297 * lily/multi-measure-rest-engraver.cc: make separate
9298 MultiMeasureRestNumber grob. Introduce restNumberThreshold.
9300 * lily/multi-measure-rest.cc: remove text handling. Remove
9303 2002-10-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9305 * scm/music-types.scm: doc patch by Graham Percival
9307 2002-10-19 Jan Nieuwenhuizen <janneke@gnu.org>
9309 * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
9311 (Font_info.set_defaults): pixelsize now also defauts to '0'.
9312 (sketch_p): Sketch wants only first four elements of X11 font spec.
9314 * buildscripts/mf-to-table.py (parse_logfile): Bugfix.
9316 * mf/feta-autometric.mf: Write foundry and family to log.
9318 * mf/GNUmakefile: Fixes for pfx builds. Also write sketch
9319 font translation table.
9321 * buildscripts/mf-to-table.py: Better font info into afm.
9323 * buildscripts/make-font-dir.py: Use font info from afm. Mftrace
9326 * configure.in: Whine for mftrace 1.0.9.
9328 2002-10-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9330 * lily/parser.yy (chord_body): allow <<c e>>4 notation.
9332 * lily/main.cc (main_prog): don't try to load init.EXT when
9335 2002-10-15 Rune Zedeler <rune@zedeler.dk>
9337 * scm/tex.scm (zigzig-line): added.
9339 * scm/ps.scm (zigzag-line): added.
9341 * ps/music-drawing-routines.ps (subvec): added.
9342 (draw_zigzag_line): added.
9344 * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
9345 grob properties zigzag-width and zigzag-length.
9347 * input/regression/glissando.ly: Add some zig-zagged glissandi.
9349 2002-10-15 Jan Nieuwenhuizen <janneke@gnu.org>
9351 * scm/sodipodi.scm: Some fixes. Sketch also groks this bare-bones
9352 svg output, including font.
9354 2002-10-14 Jan Nieuwenhuizen <janneke@gnu.org>
9356 * scm/lily.scm: Register sodipodi output module.
9358 * scm/sodipodi.scm: New file.
9360 * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
9362 * buildscripts/mf-to-table.py (base): Write TfmChecksum in
9363 comment, after header.
9364 (parse_logfile): Remove invalid key FontFamily. Add mandatory key
9365 FullName. Fix FontName key.
9367 2002-10-14 Rune Zedeler <rune@zedeler.dk>
9369 * lily/rest.cc (after_line_breaking): bugfix: dots after half
9372 * input/test/blank-notes.ly: bugfix
9374 * lily/rest.cc (after_line_breaking): bugfix: dots after whole
9377 * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
9379 2002-10-14 Jan Nieuwenhuizen <janneke@gnu.org>
9382 * scm/ps.scm: Cleanup and remove obsolete junk.
9384 * Documentation/user/internals.itely:
9385 * Documentation/user/refman.itely: Run texinfo-all-menus-update.
9387 * lily/parser.yy: Identify shift/reduce problems.
9389 * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
9390 make-style-sheet. Too specific for convert-ly?
9392 2002-10-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9394 * po/cs.po: added czech translation, courtesy Tomas Kopecek.
9396 * input/test/*.ly: various fixes.
9398 * lily/music.cc (name): bugfix
9400 * lily/piano-pedal-engraver.cc (try_music): fix pedals.
9402 * lily/input-file-results.cc (code): set-point-and-click! ->
9405 2002-10-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9407 * Use uniform ly: prefix for exported scheme primitive functions.
9409 * scm/music-types.scm: junk compat glue
9411 * scripts/convert-ly.py: add rules for stuff below, junk
9412 compatibility glue for spanrequest.
9414 * lily/parser.yy (verbose_event): remove \spanrequest,
9415 \commandspanrequest, \script.
9417 * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
9419 * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
9420 for \penalty, \glissando.
9422 * VERSION: release 1.7.3
9424 2002-10-13 Rune Zedeler <rune@zedeler.dk>
9426 * lily/accidental-engraver.cc: Fix
9427 grace-in-the-beginning-of-measure bug caused by the resent
9428 partial-measure fix.
9430 * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
9431 overlap looks too crowded)
9433 2002-10-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9435 * lily/parser.yy (assignment): allow SCM expression as assignment.
9437 * lily/include/music-output-def.hh (class Music_output_def):
9438 * lily/music-output-def.cc:
9439 * lily/paper-def.cc:
9440 * scm/font.scm (markup-to-properties):
9441 * lily/parser.yy (music_output_def_body):
9444 2002-10-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9446 * ly/grace-init.ly (startGraceMusic): shorten default grace stem
9449 * input/regression/spacing-to-grace.ly: new file.
9451 * input/regression/spacing-end-of-line.ly: new file.
9453 * lily/note-spacing.cc (get_spacing): take into account breakable
9454 stuff sticking out at the left (time sig change at line break).
9456 * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
9459 * scm/music-functions.scm (make-voice-props-set): add
9460 staff-position for mm rests.
9462 * lily/spacing-spanner.cc (musical_column_spacing): shrink space
9463 before grace notes a little.
9465 * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
9467 * lily/break-align-interface.cc (do_alignment): right-edge spacing
9468 key adds space at the end of line.
9470 2002-10-11 Jan Nieuwenhuizen <janneke@gnu.org>
9472 * scm/sketch.scm: Fix beams.
9474 * buildscripts/mf-to-table.py: Add EncodingScheme.
9476 * scm/sketch.scm: Resurrect.
9478 2002-10-11 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9480 * lily/multi-measure-rest.cc: use breve rests for measure lengths
9481 longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
9483 2002-10-10 Jan Nieuwenhuizen <janneke@gnu.org>
9485 * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
9487 * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
9489 2002-10-11 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9491 * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
9492 token for origin information.
9494 * lily/parser.yy (My_lily_lexer): do identifier location and
9497 * scm/music-functions.scm (make-multi-measure-rest): move mmrest
9498 logic out of the parser. Add bar checks on both ends.
9500 * Documentation/user/refman.itely (Multi measure rests): add more
9501 notes about mm rests.
9503 2002-10-10 Jan Nieuwenhuizen <janneke@gnu.org>
9505 * input/regression/bar-scripts.ly: Re-enable.
9508 * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
9509 released rsn. Bison 1.50 has a crucial bug and won't work.
9511 * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
9514 2002-10-07 Jan Nieuwenhuizen <janneke@gnu.org>
9516 * input/regression/bar-scripts.ly: Blunt documentation build fix.
9518 2002-10-05 Jan Nieuwenhuizen <janneke@gnu.org>
9520 * Actually merge changes since 1.6.4 besides ChangeLog, and
9521 resolve conflicts. Lots of updates, hope all is well.
9523 * cygwin/lilypond.hint (requires): Add ghostscript.
9525 * scm: Update some (c).
9527 2002-10-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9529 * input/test/{various}.ly: add \header fields and texidoc strings.
9531 2002-10-05 Werner Lemberg <wl@gnu.org>
9533 * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
9534 renamed to `output_latex_quoted'.
9535 Added `output_latex_noquote'.
9536 (schedule_lilypond_block): Implement `noquote' option for LaTeX
9539 2002-11-03 Jan Nieuwenhuizen <janneke@gnu.org>
9541 * ChangeLog: Add 1.6.6 release marker. See below.
9543 * stepmake/stepmake/po-targets.make: Remove --c++ option.
9545 * scripts/midi2ly.py: Fix global syntax warnings.
9547 * GNUmakefile.in: Generate builddir locale tree too.
9549 * scripts/ly2dvi.py:
9550 * scripts/midi2ly.py:
9551 * scripts/mup2ly.py:
9552 * scripts/update-lily.py:
9553 * lily/main.cc (setup_paths): Fix for locales setup.
9555 2002-10-29 Jan Nieuwenhuizen <janneke@gnu.org>
9557 * Documentation/windows/installing.texi: Soften wording about
9558 necessity of becoming Administrator. tommie@iae.nl reports this
9559 does not seem to be necessary for his flavour of Windows 2000.
9560 Explicitely discourage text mode mounts.
9562 2002-10-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9564 * lily/rest.cc (after_line_breaking): backport dot position fix.
9566 * lily/rest-collision.cc (do_shift): also remove dots for suicided
9567 rests. Thanks to Klaus Zimmermann for finding this bug.
9569 2002-10-24 Jan Nieuwenhuizen <janneke@gnu.org>
9571 * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
9573 2002-10-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9575 * Documentation/user/music-glossary.tely: fix links.
9577 2002-10-21 Werner Lemberg <wl@gnu.org>
9579 * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
9580 (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
9581 scaling factor) only once and use them in the definition of
9583 * ps/music-drawing-routines.ps (skeel): Removed.
9585 2002-10-21 Jan Nieuwenhuizen <janneke@gnu.org>
9587 * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
9588 Solaris7, as we don't use nested $( ) constructs.
9590 2002-10-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9592 * VERSION: Release 1.6.6.
9594 2002-10-21 Jan Nieuwenhuizen <janneke@gnu.org>
9596 * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
9597 as workaround for /bin/sh problems on Solaris7.
9599 2002-10-19 Werner Lemberg <wl@gnu.org>
9601 * GNUmakefile.in (web-doc): Fix typos.
9602 * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
9603 `music-drawing-routines.ps' but emit \special{header=...} once.
9604 * scm/tex.scm (header-end): Updated.
9606 2002-10-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9608 * lily/stem-engraver.cc (acknowledge_grob): don't crash on
9611 2002-10-15 Werner Lemberg <wl@gnu.org>
9613 * scripts/lilypond-book.py (g_make_html): New global variable.
9614 (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
9615 if `g_make_html' isn't set.
9616 [main]: Add format `texi-html'.
9617 (option_definitions): Updated.
9618 * Documentation/user/lilypond-book.itely: Updated.
9620 * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
9621 * make/ly-rules.make (%.texi, %.nexi): Use it.
9622 * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
9623 format to lilypond-book.
9624 * GNUmakefile.in (web-doc): Ditto.
9626 2002-10-14 Werner Lemberg <wl@gnu.org>
9628 Further improve TeX output. The produced files are about 40%
9629 smaller. `lilyponddefs.tex' is now read only once.
9631 * tex/lilyponddefs.tex: Remove footer stuff.
9632 (\ifundefined): Renamed to...
9633 (\lilypondundefined): This. Use LaTeX's definition to
9634 make it nestable and make it global.
9635 (\lilypondstart, \lilypondend): New macro to initialize LilyPond
9637 (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
9638 (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
9640 (\placebox): Renamed to...
9642 Make it global and call \outputscale by itself.
9643 (\lybox, \lyvrule): New macros to reduce input data.
9644 (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
9645 New auxiliary macros.
9646 (\SkipLilydefs, \EndLilyPondOutput): Removed.
9647 * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
9649 (\lilypondspace): This and made it global.
9650 (\turnOnPostScript): Renamed to...
9651 (\lilypondpostscript): This and made it global.
9652 (\turnOnExperimentalFeatures): Renamed to...
9653 (\lilypondexperimentalfeatures): This and made it global.
9654 * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
9655 (\lilypondsetdimen): This and made it global.
9656 * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
9657 * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
9658 (all, $(outdir)/music-drawing-routines.ps): New rules.
9659 * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
9660 * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
9661 start-system, stop-system, stop-last-system, filledbox): Updated to
9662 use the changed macros from lilyponddefs.tex.
9663 * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
9665 2002-10-07 Jan Nieuwenhuizen <janneke@gnu.org>
9667 * Documentation/windows/installing.texi: Update.
9669 2002-09-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9671 * VERSION: 1.6.5 released
9673 * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
9675 2002-09-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9677 * scm/translator-property-description.scm (voltaOnThisStaff): add
9680 2002-09-28 Werner Lemberg <wl@gnu.org>
9682 * scm/tex.scm (header-end): Suppress page numbering.
9684 * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
9685 Fix quotation for HTML output.
9687 2002-09-28 Graham Percival <gperciva@sfu.ca>
9689 * Documentation/user/refman.itely: grammar and phrasing
9690 fixes to "Note Entry" section. Also adds a few new examples.
9692 2002-09-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9694 * flower/include/string-data.icc: include string.h
9696 2002-09-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9698 * scm/chord-name.scm (chord::inner-name-banter): remove space.
9700 2002-09-27 Jan Nieuwenhuizen <janneke@gnu.org>
9702 * Documentation/user/GNUmakefile (extra-local-help): Add.
9704 * stepmake/stepmake/www-targets.make (local-help): Add.
9706 2002-09-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9708 * Documentation/topdocs/INSTALL.texi (Top): recommend binary
9711 * Documentation/topdocs/README.texi (Top): building documentation
9714 2002-09-26 Jan Nieuwenhuizen <janneke@gnu.org>
9716 * Documentation/user/refman.itely:
9717 * Documentation/user/tutorial.itely:
9718 * Documentation/user/music-glossary.tely: Merge changes.
9720 * Documentation/user/glossary.html.in:
9721 * Documentation/index.texi:
9722 * Documentation/header.html.in: Accomodate renaming of glossary.
9724 * Documentation/user/tutorial.itely: Add some glossary references.
9726 * Documentation/user/refman.itely: Minor fixes.
9728 * Documentation/user/lilypond.tely: Add glossary do direntry.
9730 * Documentation/user/music-glossary.tely: Rename (previously:
9731 glossary.tely). Fix anchor placement.
9733 * Documentation/user/GNUmakefile: Make music-glossary.info too.
9735 2002-09-23 Werner Lemberg <wl@gnu.org>
9737 * scripts/lilypond-book.py (output_dict): Fix handling of
9738 various environments by avoid extraneous newlines.
9739 Rename `output-all' regexp for html to `output-html'.
9740 Replace `output-all' regexp for texi with `output-texi-quote'
9741 and `output-texi-noquote'.
9742 (compose_full_body): Don't override `linewidth' user option
9744 (schedule_lilypond_block): Don't indent text specified with
9746 Add new option `noquote'.
9747 (compile_all_files): Use latex instead of tex to compile ly
9750 * Documentation/user/lilypond-book.itely: Updated and revised.
9753 * Documentation/user/glossary.tely,
9754 Documentation/user/introduction.itely,
9755 Documentation/user/tutorial.itely,
9756 Documentation/user/refman.itely,
9757 Documentation/user/appendices.itely: Fix overfull LilyPond
9758 boxes caused by the new lilypond-book code. Other minor
9761 * Documentation/user/macros.itexi (@texiflat): Don't emit
9764 * scm/tex.scm (end-output, header-end): Add preamble and
9765 postamble to make lilypond output directly compilable with
9769 2002-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9771 * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
9774 2002-09-25 Jan Nieuwenhuizen <janneke@gnu.org>
9776 * Documentation/user/glossary.tely: Add titling and hyperlinks.
9778 2002-09-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9780 * lily/beam.cc (connect_beams): don't crash if there are quarter
9783 2002-09-24 Juergen Reuter <reuter@ipd.uka.de>
9785 * Documentation/user/refman.itely: corrected ancient clef
9786 docu; added docu on ligatures
9788 2002-09-21 Juergen Reuter <reuter@ipd.uka.de>
9790 * Documentation/user/glossary.tely,
9791 Documentation/user/refman.itely, input/les-nereides.ly,
9792 input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
9793 input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
9794 scm/grob-property-description.scm, scripts/convert-ly.py: renamed
9795 Stem properties: flag-style -> stroke-style, style -> flag-style.
9798 2002-09-22 Werner Lemberg <wl@gnu.org>
9800 * scripts/lilypond-book.py: Add option `notime' to suppress
9801 printing of a time signature. Specify default indentation of 0pt
9802 if single line fragment. Don't emit redundant `\paper{ }'.
9804 * Documentation/user/lilypond-book.itely: Updated.
9806 * Documentation/user/glossary.tely: Completely reformatting.
9808 2002-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9810 * GNUmakefile.in (top-web): generate (possibly empty) examples.html
9812 2002-09-22 Jan Nieuwenhuizen <janneke@gnu.org>
9814 * Documentation/user/tutorial.itely: Fix links.
9816 * Documentation/topdocs/index.tely:
9817 * Documentation/index.texi:
9818 * Documentation/header.html.in: Small website fixes and updates.
9820 * debian/: Debian patch by Anthony Fok.
9822 2002-09-21 Jan Nieuwenhuizen <janneke@gnu.org>
9824 * Documentation/footer.html.in: How time flies: It's already 2002!
9826 * Documentation/topdocs/index.tely: Stable/development fix. Use
9827 more descriptive link names than 'here'.
9829 2002-09-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9831 * VERSION: 1.7.2 released
9832 * VERSION: 1.6.4 released
9834 * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
9836 * scripts/convert-ly.py (FatalConversionError.conv): add rule for
9837 (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
9839 * mf/feta-din.mf (test): add x-height and space.
9841 * lily/dynamic-engraver.cc (process_music): take dynamic direction
9842 from ^_ for crescendi. Idem for slurs and phrasing slurs.
9844 * ly/grace-init.ly: add-to-grace-init: function to portably add
9847 * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
9848 if we get an absolute dynamic event.
9850 * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
9852 * lily/source-file.cc (get_line): oops. All line numbers were off
9855 * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
9856 be after the note, combined with -_^, i.e. c4-(-\)-\>
9858 * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
9860 * lily/parser.yy (number_factor): remove (number) as number
9861 expression. ("Let them eat Lisp").
9863 2002-10-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9865 * lily/horizontal-bracket.cc: new file.
9867 * lily/horizontal-bracket-engraver.cc: new file.
9869 * input/regression/note-group-bracket.ly: new file. Support
9870 horizontal note brackets for music analysis.
9872 * lily/stem.cc (flag): new flag-style: no-flag.
9874 * input/test/stem-cross-staff.ly: new file
9876 * Documentation/user/internals.itely: Improved formatting, fixing
9877 typos. Added a section `Output details' to describe how the TeX
9880 * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
9882 * lily/parser.yy: remove \dynamicscript.
9884 * ly/dynamic-scripts-init.ly: redo the dynamic scripts
9887 * python/midi.c (midi_error): take two arguments.
9889 * Merge 1.6.5 changes:
9891 2002-10-04 Jan Nieuwenhuizen <janneke@gnu.org>
9893 * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
9894 staff-space. Previous 1.5 was probably meant as half-spaces.
9895 (cautionary-style): parentheses (was: smaller). This is what doco
9896 says, and it seems more logical.
9898 * Documentation/user/refman.itely (Chromatic alterations): Bugfix
9901 2002-10-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9903 * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
9905 2002-10-03 Jan Nieuwenhuizen <janneke@gnu.org>
9907 * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
9909 2002-09-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9911 * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
9913 2002-09-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9915 * scm/translator-property-description.scm (voltaOnThisStaff): add
9918 2002-09-28 Werner Lemberg <wl@gnu.org>
9920 * scm/tex.scm (header-end): Suppress page numbering.
9922 * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
9923 Fix quotation for HTML output.
9925 2002-09-28 Graham Percival <gperciva@sfu.ca>
9927 * Documentation/user/refman.itely: grammar and phrasing
9928 fixes to "Note Entry" section. Also adds a few new examples.
9930 2002-09-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9932 * flower/include/string-data.icc: include string.h
9934 2002-09-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9936 * scm/chord-name.scm (chord::inner-name-banter): remove space.
9938 2002-09-27 Jan Nieuwenhuizen <janneke@gnu.org>
9940 * Documentation/user/GNUmakefile (extra-local-help): Add.
9942 * stepmake/stepmake/www-targets.make (local-help): Add.
9944 2002-09-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9946 * Documentation/topdocs/INSTALL.texi (Top): recommend binary
9949 * Documentation/topdocs/README.texi (Top): building documentation
9952 2002-09-26 Jan Nieuwenhuizen <janneke@gnu.org>
9954 * Documentation/user/refman.itely:
9955 * Documentation/user/tutorial.itely:
9956 * Documentation/user/music-glossary.tely: Merge changes.
9958 * Documentation/user/glossary.html.in:
9959 * Documentation/index.texi:
9960 * Documentation/header.html.in: Accomodate renaming of glossary.
9962 * Documentation/user/tutorial.itely: Add some glossary references.
9964 * Documentation/user/refman.itely: Minor fixes.
9966 * Documentation/user/lilypond.tely: Add glossary do direntry.
9968 * Documentation/user/music-glossary.tely: Rename (previously:
9969 glossary.tely). Fix anchor placement.
9971 * Documentation/user/GNUmakefile: Make music-glossary.info too.
9973 2002-09-23 Werner Lemberg <wl@gnu.org>
9975 * scripts/lilypond-book.py (output_dict): Fix handling of
9976 various environments by avoid extraneous newlines.
9977 Rename `output-all' regexp for html to `output-html'.
9978 Replace `output-all' regexp for texi with `output-texi-quote'
9979 and `output-texi-noquote'.
9980 (compose_full_body): Don't override `linewidth' user option
9982 (schedule_lilypond_block): Don't indent text specified with
9984 Add new option `noquote'.
9985 (compile_all_files): Use latex instead of tex to compile ly
9988 * Documentation/user/lilypond-book.itely: Updated and revised.
9991 * Documentation/user/glossary.tely,
9992 Documentation/user/introduction.itely,
9993 Documentation/user/tutorial.itely,
9994 Documentation/user/refman.itely,
9995 Documentation/user/appendices.itely: Fix overfull LilyPond
9996 boxes caused by the new lilypond-book code. Other minor
9999 * Documentation/user/macros.itexi (@texiflat): Don't emit
10002 * scm/tex.scm (end-output, header-end): Add preamble and
10003 postamble to make lilypond output directly compilable with
10007 2002-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10009 * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
10012 2002-09-25 Jan Nieuwenhuizen <janneke@gnu.org>
10014 * Documentation/user/glossary.tely: Add titling and hyperlinks.
10016 2002-09-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10018 * lily/beam.cc (connect_beams): don't crash if there are quarter
10021 2002-09-24 Juergen Reuter <reuter@ipd.uka.de>
10023 * Documentation/user/refman.itely: corrected ancient clef
10024 docu; added docu on ligatures
10026 2002-09-21 Juergen Reuter <reuter@ipd.uka.de>
10028 * Documentation/user/glossary.tely,
10029 Documentation/user/refman.itely, input/les-nereides.ly,
10030 input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
10031 input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
10032 scm/grob-property-description.scm, scripts/convert-ly.py: renamed
10033 Stem properties: flag-style -> stroke-style, style -> flag-style.
10035 2002-09-22 Werner Lemberg <wl@gnu.org>
10037 * scripts/lilypond-book.py: Add option `notime' to suppress
10038 printing of a time signature. Specify default indentation of 0pt
10039 if single line fragment. Don't emit redundant `\paper{ }'.
10041 * Documentation/user/lilypond-book.itely: Updated.
10043 * Documentation/user/glossary.tely: Completely reformatting.
10045 2002-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10047 * GNUmakefile.in (top-web): generate (possibly empty) examples.html
10049 2002-09-22 Jan Nieuwenhuizen <janneke@gnu.org>
10051 * Documentation/user/tutorial.itely: Fix links.
10053 * Documentation/topdocs/index.tely:
10054 * Documentation/index.texi:
10055 * Documentation/header.html.in: Small website fixes and updates.
10057 * debian/: Debian patch by Anthony Fok.
10059 2002-09-21 Jan Nieuwenhuizen <janneke@gnu.org>
10061 * Documentation/footer.html.in: How time flies: It's already 2002!
10063 * Documentation/topdocs/index.tely: Stable/development fix. Use
10064 more descriptive link names than 'here'.
10066 2002-10-03 Jan Nieuwenhuizen <janneke@gnu.org>
10068 * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
10070 2002-10-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10072 * lily/part-combine-music-iterator.cc (get_state): cleanup
10073 (get_music_info): cleanup.
10075 2002-10-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10077 * scm/backend-documentation-lib.scm (interface-doc-string):
10078 crosslinks between interfaces and grobs. Headings for interfaces
10079 in grob explanation.
10081 2002-09-30 Jan Nieuwenhuizen <janneke@gnu.org>
10083 * scm/to-xml.scm: Fixes. input/trip.ly now parses as xml (without
10084 dtd). Add preliminary dtd.
10085 (re-sub-alist): Robustify.
10087 2002-09-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10089 * lily/include/event-chord-iterator.hh,
10090 lily/context-specced-music-iterator.cc,
10091 lily/event.cc, lily/event-chord-iterator.cc: add
10093 2002-09-29 Jan Nieuwenhuizen <janneke@gnu.org>
10095 * lily/: some (c) header fixes.
10097 * lily/request-chord.cc: Remove.
10099 * lily/include/event-chord-iterator.hh:
10100 * lily/include/event.hh:
10101 * lily/event-chord.cc: New file.
10103 * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
10106 2002-09-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10108 * lily/ : rename Request to Event
10110 * lily/parser.yy (command_element): move clef stuff into Scheme.
10112 * lily/: rename length_mom () to get_length()
10114 * lily/part-combine-music.cc: removed file and class.
10116 * lily/context-specced-music-iterator.cc (class
10117 Context_specced_music_iterator): new file. Obsoletes the
10118 Context_specced_music type.
10120 * scm/music-types.scm (make-repeated-music): put different kinds
10121 of repeated music into music-type table.
10123 * VERSION: 1.7.1 released.
10125 * scm/to-xml.scm: new file.
10127 * input/test/to-xml.ly (fooBar): demo of what is possible with the
10128 new Input representation: dump music as XML.
10130 * scm/engraver-documentation-lib.scm
10131 (engraver-accepts-music-types?): add links from music to engraver,
10132 from music-type to engraver.
10134 * lily/include/command-request.hh: removed
10135 lily/include/musical-request.hh: removed. Removed all _req classes
10136 except Key_change_req. Changes throughout.
10138 2002-09-28 Jan Nieuwenhuizen <janneke@gnu.org>
10140 * lily/tuplet-engraver.cc (try_music): Compile kludge.
10142 2002-09-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10144 * lily/*.cc: specify accepts for many engravers.
10146 * scm/music-documentation-lib.scm: dump music expressions and
10149 * scm/documentation-lib.scm: complete revision.
10150 Use GOOPS objects to store document tree explicitly. Cleaned up and
10151 sped up doco generation a lot.
10153 2002-09-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10155 * input/trip.ly (fugaIILeft): add arpeggio
10157 * lily/translator-group.cc (try_music_on_nongroup_children):
10158 oops. The name symbol is in the cdr of the assoc handle.
10160 * lily/: remove Arpeggio_req, Breathing_sign_req, Extender_req,
10161 Hyphen_req, Glissando_req, Break_req, Mark_req
10163 2002-09-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10165 * lily/musical-request.cc (music-duration-length,
10166 music-duration-compress): new functions.
10168 * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
10169 throughout. Warning doesn't work yet.
10171 * lily/translator-group.cc (try_music_on_nongroup_children):
10172 new implementation: store candidate acceptors in a hashTable.
10174 2002-09-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10176 * scm/music-types.scm (music-descriptions): change name to
10177 internal-class-name
10179 * scm/chord-name.scm (chord::inner-name-banter): remove space.
10181 2002-09-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10183 * lily/beam.cc (connect_beams): don't crash if there are quarter
10186 2002-09-24 Juergen Reuter <reuter@ipd.uka.de>
10188 * Documentation/user/refman.itely: corrected ancient clef
10189 docu; added docu on ligatures
10191 2002-09-21 Juergen Reuter <reuter@ipd.uka.de>
10193 * Documentation/user/glossary.tely,
10194 Documentation/user/refman.itely, input/les-nereides.ly,
10195 input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
10196 input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
10197 scm/grob-property-description.scm, scripts/convert-ly.py: renamed
10198 Stem properties: flag-style -> stroke-style, style -> flag-style.
10200 2002-09-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10202 * scm/music-functions.scm (music-separator?): don't use name music
10205 2002-09-24 Jan Nieuwenhuizen <janneke@gnu.org>
10207 * stepmake/stepmake/generic-targets.make (help): Document check
10210 * lily/new-accidental-engraver.cc: Compile fix.
10212 2002-09-23 Jan Nieuwenhuizen <janneke@gnu.org>
10214 * scripts/convert-ly.py: Add rule.
10216 * input/test/music-creation.ly:
10217 * input/test/add-staccato.ly:
10218 * input/test/add-text-script.ly: ly-make-music.
10220 * scm/drums.scm (make-head-type-elem, make-articulation-script):
10221 More ly-make-music renamings.
10223 * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
10225 * lily/music-constructor.cc (make_music): Add debugging info.
10227 * scm/music-functions.scm (make-simultaneous-music,
10228 (make-sequential-music, context-spec-music):
10229 * scm/music-types.scm (music-descriptions): Get lily to run.
10231 2002-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10233 * lily/command-request.cc (transpose_key_alist): new function.
10235 * lily/key-performer.cc (create_audio_elements): cleanup.
10237 2002-09-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10239 * lily/parser.yy: remove TYPED_MAKE_MUSIC().
10241 * lily/include/translator.hh (ENTER_DESCRIPTION): add
10242 events-accepted field.
10244 * scm/music-types.scm: new file.
10246 * lily/parser.yy: put music type initialization into scheme,
10247 similar to grob initialization. Changes throughout.
10249 2002-09-22 Jan Nieuwenhuizen <janneke@gnu.org>
10251 * Documentation/user/tutorial.itely: Fix links.
10253 * Documentation/index.texi:
10254 * Documentation/header.html.in:
10255 * Documentation/topdocs/index.tely: Small website fixes and updates.
10257 * debian/: Debian patch by Anthony Fok.
10259 2002-09-21 Jan Nieuwenhuizen <janneke@gnu.org>
10261 * Documentation/footer.html.in: How time flies: It's already 2002!
10263 * Documentation/topdocs/index.tely: Stable/development fix. Use
10264 more descriptive link names than 'here'.
10266 * ROADMAP: Remove test stuff.
10268 * scripts/update-lily.py: Allow auto-building of stable and
10269 development versions. Bugfixes.
10271 2002-09-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10273 * VERSION: released 1.7.0
10275 * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
10277 * tex/lilyponddefs.tex: set hsize for plain tex, but only for
10278 positive line widths.
10280 2002-09-20 Jan Nieuwenhuizen <janneke@gnu.org>
10282 * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
10285 * cygwin: Cygwin updates.
10287 2002-09-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10289 * Documentation/windows/installing.texi (Top): version for python,
10290 urls for ghostscript (thanks to John Potelle)
10292 * lily/simultaneous-music-iterator.cc
10293 (Simultaneous_music_iterator): init children_list_ before
10296 * lily/*-iterator.cc: be even more careful with smobbed copy
10299 * lily/break-align-engraver.cc (acknowledge_grob): also typeset
10302 2002-09-15 Werner Lemberg <wl@gnu.org>
10304 Improving LilyPond's output to make them ordinary TeX boxes with
10305 predictable dimensions. System boxes are now vertically centered on
10306 the baseline; this offset can be further controlled with
10307 \lilypondscoreshift.
10309 * lily/system.cc (System::post_processing): Pass length of current
10310 system to `start-system' (including any horizontal indentation).
10312 * scm/tex.scm, scm/pdftex.scm: Make output of various functions
10314 (lily-def): Append `%'.
10315 (start-system): Add parameter `wd'. Output more TeX code to specify
10317 (stop-system, stop-last-system): Complement changes in
10319 * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
10322 * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
10323 * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
10324 Write final `\endinput'.
10326 * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
10327 tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
10328 tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code. Assure that
10329 files and macro definitions don't produce spurious spaces and
10330 paragraphs (using \endlinechar).
10331 * tex/lilyponddefs.tex: New dimension `\scoreshift'.
10333 * Documentation/user/internals.itely: Improved formatting, fixing
10334 typos. Added a section `Output details' to describe how the TeX
10337 2002-09-17 Rune Zedeler <rune@zedeler.dk>
10339 * lily/accidental-engraver.cc: Also work with partial measures.
10341 2002-09-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10343 * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
10346 2002-09-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10348 * lily/identifier-smob.cc (unpack_identifier): new file.
10350 * lily/lexer.ll (identifier_type): new function. use ly-id to
10351 pass off scheme expressions as music identifiers.
10353 * scm/lily.scm: reorganisation, cleanups.
10355 * lily/main.cc: small cleanups.
10357 2002-09-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10359 * lily/ly-module.{cc,hh}: new file.
10361 2002-09-17 Rune Zedeler <rune@zedeler.dk>
10363 * lily/accidental-engraver.cc: Also work with partial measures.
10365 2002-09-16 Jan Nieuwenhuizen <janneke@gnu.org>
10367 * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
10369 2002-09-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10371 * lily/my-lily-lexer.cc: use SCM module in stead of
10372 Scheme_hash_table. Changes throughout.
10374 2002-09-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10376 * VERSION (MY_PATCH_LEVEL): make 1.7.0