]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* Documentation/user/introduction.itely:
[lilypond.git] / ChangeLog
1 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * Documentation/user/introduction.itely: 
4         * Documentation/user/notation.itely:
5         * Documentation/user/tutorial.itely: Up all relative examples.
6         Enclose @lilypond displays in @quotation.  Typos and corrections.
7
8         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
9
10 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11
12         * scm/music-functions.scm (make-voice-props-revert): Revert also
13         MultiMeasureRest staff-position in oneVoice.
14
15 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
16
17         * Documentation/user/changing-defaults.itely, 
18         Documentation/user/lilypond.tely: few fixes. Place no comma between
19         two options: a and b, but commas between three options: a, b, and c.
20         By this manner, grouping is possible: a and b, and c and d.
21
22 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
23
24         * Documentation/user/GNUmakefile: add rule for .nexi
25
26 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
27
28         * Documentation/user/music-glossary.tely: move glossary direntry
29
30         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
31         only do mkdir/install-info if INFO_INSTALL_FILES != "".
32
33 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
34
35         * stepmake/aclocal.m4: Verify that gettext configure check with
36         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
37
38 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
39
40         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
41         glob.glob for .png filenames. This catches multipage pngs.  
42
43         * Documentation/user/changing-defaults.itely (Determining the grob
44         property): fix references.
45
46         * lily/staff-symbol.cc (print): only add extent if non empty.
47         This fixes staff-container.ly.
48
49         * lily/timing-engraver.cc (initialize): init whichBar, so a score
50         starting with a mmrest also works.
51
52         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
53         PNG for texinfo too.
54
55         * po/lilypond.pot: update translation strings.
56
57         * VERSION: 2.1.35 released
58         
59         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
60         context argument too.
61
62         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
63
64         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
65
66         * python/lilylib.py (command_name): don't return 1st path
67         component.
68
69         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
70         .png case separately.
71
72         * python/lilylib.py (system): typo.
73         
74 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
75
76         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
77         run indent-region.
78
79         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
80         Fixes compile.
81
82         * lily/function-documentation.cc: Compile fix: Include <string.h>.
83         Add header.
84
85 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
86
87         * vim/lilypond-indent.vim: small fixes.
88
89 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
90
91         * Documentation/user/notation.itely (Entering lyrics): Add example
92         with correct english double quotes (at least for LaTeX output,
93         maybe not a good idea if we switch to PS as the default output
94         format).
95
96 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
97
98         * lily/staff-performer.cc (create_audio_elements): play instrument
99         changes before notes arrive. This fixes instrument of the first
100         note in a score.
101
102         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
103         to 1.9.0 conversion.
104
105         * lily/mark-engraver.cc: doc string.
106
107         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
108
109         * Documentation/user/introduction.itely (Introduction): new node.
110
111 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
112
113         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
114
115         * input/regression/spacing-ragged-last.ly: new file.
116
117         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
118         spacing.
119
120         * scm/font.scm: rewrite using GOOPS.
121         
122         * lily/context-def.cc (filter_engravers): derefence pointer.
123
124         * lily/lily-guile.cc (type_check_assignment): use
125         ly_scheme_function iso. scm_primitive_eval where possible.
126
127         * lily/performance.cc (output): limit channels at 15. This fixes
128         percussion inadvertently showing up in large scores.
129
130 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
131
132         * input/regression/tuplet-gap.ly: new file.
133
134         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
135         (print): compute gap length from number size, include italic
136         correction.
137
138         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
139         tuplet-bracket
140
141         * scm/paper.scm (set-default-paper-size): new function, to be
142         called at toplevel.
143         (set-paper-size): new function, to be called inside \paper {}
144         (set-default-paper-size): new function, to be called at toplevel.
145
146         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
147
148         * lily/beam-performer.cc (process_music): idem.
149
150         * lily/slur-performer.cc (process_music): stop melisma for stop event.
151         
152         * tex/titledefs.tex: remove scshape for piece.
153
154         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
155         font-family
156
157         * lily/time-signature.cc (special_time_signature): font-encoding
158         not family.
159
160         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
161         dynamic to head. This fixes p placement in morgenlied.
162
163 2004-03-23  Werner Lemberg  <wl@gnu.org>
164
165         * stepmake/stepmake/generic-targets.make (help): Improve text.
166
167 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
168
169         * VERSION: 2.1.34 released
170         
171         * lily/main.cc (main_with_guile): switch debugging.
172
173         * lily/system.cc (get_line): plug leak.
174
175         * lily/paper-book.cc (pages): plug memory leaks: delete page array
176         and contents.
177         (stencil2line): plug leak.
178
179         * Documentation/user/changing-defaults.itely (Determining a grob
180         property):  new node.
181         (Layout interfaces): new node.
182         (Navigating the program reference): new node.
183
184         * lily/accidental-engraver.cc (acknowledge_grob): add property
185         harmonicAccidentals
186
187         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
188         general cleanups.
189         
190         * input/les-nereides.ly (middleDynamics): resurrect Les
191         nereides. Remove pedal hack.
192
193 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
194
195         * input/regression/property-grace-polyphony.ly: new file.
196
197         * lily/translator-property.cc (execute_pushpop_property): only pop
198         one instance of the property. This fixes << \\ >> together with
199         \grace.
200
201         * lily/break-align-interface.cc (ordered_elements): we cannot
202         modify the #'elements property, so return reordered array.
203
204 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
205
206         * buildscripts/lilypond.words.py: remove.
207         * buildscripts/lilypond-words.py: add new, renamed file. 
208         Give generated targets and dirs explicitly in arguments.
209
210         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
211         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
212         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
213         
214         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
215
216         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
217
218         * Documentation/topdocs/INSTALL.texi: update vim-mode installing orders.
219
220         * vim/GNUmakefile: add local-uninstall target.
221
222         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
223         
224         * vim/vimrc: add a one-liner file.
225
226         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
227         vimrc in EXTRA_DIST_FILES.
228
229         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
230
231 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
232
233         * config.make.in: add vimdir.
234
235         * vim/GNUmakefile: add local-install.
236
237 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
238
239         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
240         with \lilypondifundefined{blabla}. Solves problem with multiple
241         titles in the same lilypond-book document.
242
243 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
244
245         * scm/document-backend.scm (interface-doc): sort grob list for interface.
246
247         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
248         pre/post break align-order.
249
250         * spelling patch courtesy Edward Sutton.
251
252         * Documentation/user/changing-defaults.itely (Changing context
253         default settings): new node.
254         (Defining new  contexts): new node.
255
256         * scripts/lilypond-book.py (is_derived_class): use numbers
257         iso. booleans.
258
259         * python/lilylib.py (make_ps_images): add margin to PS images.
260
261         * scripts/lilypond-book.py (is_derived_class): new function. Take
262         class arg iso. object.
263         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
264         for bug in GS/dvips.
265
266         * lily/text-item.cc (interpret_markup): idem.
267
268         * scm/define-markup-commands.scm: remove split around-space hack.
269
270         * lily/staff-symbol-referencer.cc (get_rounded_position): new
271         function, fold WL's fixes into one function.
272
273 2004-03-22  Werner Lemberg  <wl@gnu.org>
274
275         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
276         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
277         (Note_column::head_position_interval): Do proper rounding for
278         calls to Staff_symbol_referencer::get_position.
279
280 2004-03-21  Werner Lemberg  <wl@gnu.org>
281
282         * lily/score.cc (ly_run_translator), lily/paper-def.cc
283         (Paper_def::get_paper_outputter), lily/input-file-results.cc
284         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
285         (My_lily_parser::parse_file): Improve formatting progress indication
286         sent to stdout.
287
288 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
289
290         * VERSION: 2.1.33 released.
291
292         * scripts/lilypond-book.py (do_file): reinstate --filter support.
293
294         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
295
296         * stepmake/stepmake/generic-targets.make: rewrite hack so no
297         warning is issued about dummy.dep.
298
299         * scm/new-font.scm: fix design sizes of nummer
300
301 2004-03-21  Werner Lemberg  <wl@gnu.org>
302
303         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
304         some annoying warnings from mkdir during `make install'.
305
306 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
307
308         * lily/performer-group-performer.cc (do_announces): call
309         Performer_group_performer::create_audio_elements () too.
310
311         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
312
313         * scm/define-grobs.scm (all-grob-descriptions): add  property break-align-orders
314
315         * lily/global-context.cc (get_default_interpreter): new
316         function. Override from base class, so no new Score contexts are
317         created.
318
319         * lily/include/stencil.hh (class Stencil): document origin field.
320
321         * lily/staff-symbol.cc (print): span staff-symbol on column
322         extents for non-broken columns. 
323
324         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind key-signature.
325
326         * tex/titledefs.tex: don't use smallcaps for piece.
327
328         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
329         translated stencils in the output.
330
331         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
332
333 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
334
335         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
336         and init ties_created_
337
338         * VERSION: release 2.1.32
339
340         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
341         doc string from IMPLEMENT_CTOR_CALLBACK().
342
343         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
344         that engraver is in a performer hierarchy.
345
346 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
347
348         * vim/lilypond-ftdetect.vim: new file.
349
350 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
351
352         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
353         (compose_ly): default octave should be middle C.
354
355         * Documentation/user/changing-defaults.itely (Layout tunings
356         within contexts): new node.
357
358         * lily/include/smobs.hh: document C++ smob interface.
359
360         * lily/function-documentation.cc: don't doc functions without
361         docstring.
362
363 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
364
365         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
366         direntry, so that `info lilypond' goes to Top.
367
368         * scm/output-ps.scm (polygon): Fix: add spaces.
369
370         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
371         solutions are now optimal too.
372
373         * input/test/page-breaks.ly: New file.
374
375         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
376         functions into safe module.
377
378         * lily/lily-guile.cc (ly:number->string): Do not leave space at
379         end, prepend zeros.
380
381         * scm/output-*.scm: Use ly:number->string rather than
382         number->string.  Makes for saner output.
383
384         * scm/output-ps.scm (define-fonts): Always scale by designsize.
385         Fixes feta-nummer, feta-din scaling.
386
387 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
388
389         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
390
391         * scm/music-functions.scm (descend-to-context): new
392         function. Similar to context-spec-music.
393         (make-time-signature-set): specify Score as descend-only. This
394         fixes the polymetric.ly example.
395
396         * lily/context-specced-music-iterator.cc (construct_children): add
397         support for descend-only context spec.
398
399         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
400         determine ez-notation letter. 
401
402         * lily/system.cc (get_line): start with dumping layer 3. This
403         fixes ez notation.
404
405 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
406
407         * input/test/title-markup.ly: Stress breaking harder.
408
409         * scm/page-layout.scm (height-score): Overfull page scores twice
410         as bad as underfull (was: by a power).
411         (walk-lines): Omit first walk-path round (breaking after new node,
412         without lines).
413
414         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
415         diff values are negative.
416         (output): Bugfix: treat negative vfill differently.
417
418         * Documentation/user/lilypond.tely (direntry): Add note about why
419         `info lilypond' brings up `Invoking LilyPond' node.
420
421 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
422
423         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
424
425         * lily/paper-book.cc: Remove cruft.
426         (output): Bugfix: put vfill between lines.
427         (pages): Bugfix: set page vars needed for filling.
428
429         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
430         (was: @ar).
431
432         * scm/page-layout.scm: Further development.
433
434         * ly/declarations-init.ly (paper): Define page-breaking.
435
436 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
437
438         * lily/note-head.cc (brew_ez_stencil): add note-names
439         property. Provides internationalization for note names.
440
441         * Documentation/user/changing-defaults.itely (Creating contexts):
442         new node.
443
444         * lily/grace-iterator.cc (process): descend to child for \grace.
445
446         * lily/timing-translator.cc (initialize): Timing_translator adds
447         Timing alias by itself.
448
449         * lily/context.cc (add_alias): new function.
450
451         * scm/lily.scm (tex-output-expression): new function, eval within
452         drawing API. Guards against eval vulnerabilities.
453
454         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
455
456         * scm/output-ps.scm (scm): export lily drawing API.
457
458         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
459         throughout.
460
461 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
462
463         * scm/page-layout.scm (optimal-page-breaking): New function.
464         
465         * lily/paper-book.cc (pages): Use it.
466
467 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
468
469         * lily/include/paper-line.hh (class Paper_line): Full smob.
470
471 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
472
473         * lily/global-context.cc (run_iterator_on_me): fix grace note
474         nesting by initting measurePosition.
475
476         * lily/timing-translator.cc (initialize): do no init
477         measurePosition
478         
479         * lily/include/music-output-def.hh (class Music_output_def): add
480         input_origin_ field.
481
482         * Documentation/user/changing-defaults.itely (Changing context
483         properties on the fly): new node.
484
485         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
486         function. Only have smobbed_copy (), and do not provide
487         smobbed_copy() for non-simple smobs. Changes throughout.
488
489 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
490
491         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
492         start_moment_. Fix by Doug A. Linhardt.
493
494 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
495
496         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
497         accidentals for harmonic notes.
498
499         * lily/note-collision.cc (check_meshing_chords): don't merge heads
500         of different style. (Thanks to Doug Linhardt).
501
502         * Documentation/user/changing-defaults.itely (Scheme tutorial):
503         new node.
504
505 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
506
507         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
508
509         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
510         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
511         vim/lilypond-indent.vim: doc targets and deps in comments.
512
513 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
514
515         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
516
517         * lily/system.cc (get_line): Return Paper_line.  Change all users.
518
519         * lily/include/paper-line.hh:
520         * lily/include/paper-line.cc: New file.
521
522 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
523
524         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
525
526         * GNUmakefile.in: remove stray make out=www
527
528         * input/test/bagpipe.ly (gcdg): octave fixes.
529
530         * scm/define-markup-commands.scm (number): use font-encoding
531         iso. font-family
532
533         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
534         font-encoding.
535         
536 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
537
538         * lily/parse-scm.cc: compile-bugfix: add missing header files for
539         `output_format_global' and `PAGE_LAYOUT'.
540
541 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
542
543         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
544         lily functions in safe mode.
545
546         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
547         Print filename for HTML, LATEX, before texidoc.
548
549         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
550         instructions in output-ps module.
551
552         * scm/lily.scm: Do not load output-ps module.
553
554         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
555         safe mode.
556
557 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
558
559         * lily/span-dynamic-performer.cc (process_music): remove spurious
560         warning.
561
562         * lily/context-def.cc (Context_def): init name to ""
563
564         * lily/font-interface.cc: add font-encoding property.
565
566         * scm/lily.scm (chain-assoc-get): bugfix.
567
568         * lily/paper-book.cc (stencil2line): protect static SCM.
569
570         * lily/font-interface.cc (text_font_alist_chain): rename function,
571         and use text-font-defaults. 
572
573         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
574
575         * scm/paper.scm (paper-set-staff-size): use new function.
576
577         * scm/new-font.scm (make-font-tree): new function.
578
579 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
580
581         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
582
583         * scm/lily.scm (get-output-module): New function.
584         (output-alist): Remove ,ps-output-expression.
585
586         * scm/output-tex.scm (ps-output-expression): New function.
587
588         * scm/output-ps.scm (ps-output-expression): Remove.
589         (header, start-page): Output page metadata.
590
591         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
592         initialise output_module_.  Do not write part of header.
593         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
594         (output_header): Output full header.
595
596         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
597         FIXME.
598
599 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
600
601         * scm/new-font.scm: new file. Tree based font lookup.
602
603         * scm/lily.scm (assoc-get): take default argument. Remove
604         assoc-get-default.
605         (chain-assoc-get): use chain-assoc-get everywhere.
606
607         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
608         autobeamsettings conversion bug.
609
610         * lily/include/global-context.hh (Context): clean-up data hiding.
611
612         * lily/include/music-iterator.hh (class Music_iterator): clean-up
613         data hiding.
614
615         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
616
617         * input/regression/stem-shorten.ly: add chord case.
618
619         * lily/stem.cc (get_default_stem_end_position): shorten stems
620         triggered by note-head positions, not by forced-direction. This
621         fixes a bug with too short stems.  
622  
623 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
624
625         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
626         Lilypond_snippet.output_latex): Always call output_print_filename.
627
628         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
629         expand pages.
630
631 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
632
633         * scm/part-combiner.scm (make-autochange-music): switch rests
634         before switched notes too.
635
636         * lily/figured-bass-engraver.cc (process_music): change calling
637         convention.
638
639         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
640
641         * scm/define-markup-commands.scm (bracketed-y-column): new markup
642         command.
643
644         * lily/include/stencil.hh (class Stencil): add origin field.
645
646         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
647         function.
648
649         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
650
651         * lily/lexer.ll: remove support for \$ and $ in identifiers
652
653         * lily/sequential-iterator.cc: remove copy_grace_fixups
654         (get_grace_fixup): slight abstraction of fixup code.
655
656         * input/test/title-markup.ly (spaceTest): vary staff sizes.
657
658 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
659
660         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
661         in insert-mode. add indenting rules.
662
663 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
664
665         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
666         protect hack.
667
668         * scm/page-layout.scm:
669         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
670         layout and titling should now match external latex based version.
671
672         * scm/output-tex.scm (output-scopes): Bugfix: only write string
673         header fields.
674
675         * ps/lilyponddefs.ps: Remove automatic page layout.
676
677         * scm/output-ps.scm (new-start-system): New interface function.
678
679         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
680
681         * lily/paper-book.cc (output): Bugfix.
682
683 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
684
685         * VERSION (MY_PATCH_LEVEL): release 2.1.30
686         
687 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
688
689         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
690         direntries.
691
692         * ps/lilyponddefs.ps: Bugfix.
693
694         * input/regression/multi-measure-rest-instr-name.ly: Typo.
695
696 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
697
698         * lily/auto-beam-engraver.cc (create_beam): add Stem as
699         cause. This should fix warnings.
700
701         * mf/feta-slag.mf (trill_ne): fix upmordent size.
702
703         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
704         prevent aligned 6ths.
705
706         * lily/custos.cc (print): remove adjust-if-on-staffline.
707
708 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
709
710         * lily/paper-book.cc: Do header and footer.
711
712 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
713
714         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
715
716         * scm/paper.scm (lineheight): Remove
717         (head-sep, foot-sep): Add.
718
719 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
720
721         * mf/feta-schrift.mf: reduce portato thickness.
722
723         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
724
725         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
726         programming_error ().
727
728         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
729         bracket to last command column.
730
731         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
732         continues on next/prev system.
733
734         * input/regression/pedal-end.ly: new file.
735
736 2004-03-10  Werner Lemberg  <wl@gnu.org>
737
738         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
739         Remove pmx2ly stuff.
740         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
741
742 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
743
744         * scm/page-layout.scm: New file.
745
746         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
747         settings.
748         (Lilypond_snippet.is_outdated): Also check for PNG file.
749         Workaround for interrupted (web) builds.
750
751         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
752
753         * ps/lilyponddefs.ps: Use only very small top-marging.
754         (init-paper): Also pop page size string.
755         (start-page, stop-page): New function.
756
757         * scm/output-ps.scm (header-end): Remove stray exec commands.
758
759 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
760
761         * lily/input-file-results.cc (do_one_file): use new Paper_book()
762
763         * lily/score.cc (default_rendering): clean protection.
764
765         * lily/paper-book.cc (mark_smob): implement smob marking.
766
767         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
768
769         * Documentation/user/*.itely: user manual edits. 
770
771 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
772
773         * Documentation/user/converters.itely (Invoking musedata2ly):
774         remove pmx2ly.
775
776         * scripts/pmx2ly: remove script.
777         
778 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
779
780         * lily/score.cc (default_rendering): Protect paper-book members.
781
782         * lily/paper-def.cc (smobbed_copy): New method.
783
784         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
785         switch runtime.
786
787         * lily/include/music-output.hh (process): Change signature to
788         return SCM.
789
790         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
791         method.
792
793         * lily/paper-score.cc (process): Return stencils rather than
794         outputting directly.  Remove paper-book kludge.  Delete grobs.
795         (output): Remove.
796
797         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
798
799         * lily/score-engraver.cc (get_output): Do not reset pscore_.
800
801         * lily/score.cc (default_rendering)
802         (ly_render_output): Move adding paper-score two levels up.
803
804         * lily/system.cc (get_line):
805         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
806
807 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
808
809         * scm/font.scm (paper20-font-vector): add more design sizes for
810         number.
811
812         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
813         feta-nummber{5,7,11,13}.
814
815         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
816         for 12pt design size. 
817
818 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
819
820         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
821
822 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
823
824         * lily/font-select.cc (properties_to_font_size_family): Fix
825         warning message.
826
827         * Experimental PostScript latin1 encoding:
828         
829         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
830
831         * scm/output-ps.scm: Experimental encoding using reencode-font.
832         * scm/font.scm: Add latin1 `font-shape'.
833         
834         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
835
836         * ps/lilyponddefs.ps (reencode-font): New function.
837
838         * lily/paper-book.cc (get_pages): Simplistic page breaking.
839
840         * scm/output-tex.scm (start-page):
841         (stop-page): New interface function.
842
843 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
844
845         * lily/paper-outputter.cc (output_expr):
846         (output_header):
847         (output_line): New method.
848
849         * lily/system.cc (get_line):
850         (get_lines): New method.
851         (output_scheme):
852         (output_line): Remove.
853
854         * scm/lily.scm (make-title): New function.
855
856         * lily/paper-book.cc: 
857         * lily/include/paper-book.hh: New file.
858
859         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
860         ly-modules.hh).
861
862         * lily/ly-module.cc (ly_modules_lookup): New function.
863
864         * lily/main.cc (main_with_guile): Move memory leak debug code back.
865
866         * scm/output-ps.scm (make-title): Remove.
867         (output-scopes): Junk header-title test.
868
869 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
870
871         * mf/feta-schrift.mf: thicker dot for portato.
872
873         * lily/accidental-placement.cc (position_accidentals): bugfix in
874         offset, this fixes right-padding of AccidentalPlacement.
875
876         * lily/[h-z]*.cc: () formatting.
877
878         * Documentation/user/tutorial.itely (An orchestral part): more
879         fixes for the tutorial.
880
881         * scm/translation-functions.scm (fraction-tuplet-formatter):
882         reverse fraction.
883
884         * lily/parser.yy (context_def_spec_block): use \context instead of
885         \translator.
886
887         * lily/[a-g].cc: () style cleanup.
888
889         * Documentation/user/tutorial.itely (Automatic and manual beams):
890         editing of tutorial.
891
892 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
893
894         * buildscripts/mf-to-table.py (base): write encoding name.
895
896 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
897
898         * Documentation/user/GNUmakefile (local-install-info): Issue
899         warning (for packager, ie, if not installing in /usr or /usr/local).
900
901         * lily/stencil-scheme.cc: 
902         * lily/staff-symbol-referencer.cc: 
903         * lily/script-column.cc: 
904         * lily/pitch.cc: 
905         * lily/music.cc: 
906         * lily/grob-pq-engraver.cc: 
907         * lily/font-interface.cc: 
908         * lily/music-output-def.cc: 
909         * lily/duration.cc: 
910         * lily/grob-scheme.cc:
911         * lily/context-scheme.cc: Put scheme name on first line in
912         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
913         style cleanups.
914
915         * stepmake/stepmake/scm-vars.make: 
916         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
917         Rename and split TAGS_FILES.
918
919         * GNUmakefile.in (ALL-TAGS): Remove.
920         
921         * stepmake/stepmake/generic-targets.make (TAGS): Also include
922         deeper TAGS files.  Fixes regexp tags in TOP dir.
923
924 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
925
926         * VERSION: 2.1.29 released.
927         
928         * Documentation/user/changing-defaults.itely (Changing defaults):
929         new file.
930
931         * Documentation/user/notation.itely (Notation manual): rename from 
932         refman.itely
933
934         * Documentation/user/notation-appendices.itely (The Feta font):
935         new file.
936
937         * Documentation/user/advanced.itely: add aborted attempt for
938         advanced topics manual.
939
940 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
941
942         * scm/new-markup.scm: display Markups in sane format. Patch by
943         Nicolas Sceaux.
944
945 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
946
947         * lily/main.cc: Cleanups.
948         (setup_localisation): New function.
949         (sane_putenv): Remove.
950         (main_with_guile): New name (Was: main_prog).  Remove musings
951         about possible preparation for GUILE heavy memory usage and
952         practical uselessness.  Do not set environment variables
953         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
954         name juggling.
955         (parse_argv): New function.
956         (copyright): New function.  It's 2004 already.
957
958         * lily/input-file-results.cc (do_one_file): Add file name juggling.
959         (distill_inname): Move from main.
960
961 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
962
963         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
964
965         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
966
967         * Documentation/user/running.itely: new file.
968
969         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
970
971         * lily/score-performer.cc (finish): call Translator::finalize ().
972
973 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
974
975         * lilypond-ftpplugin.vim: renamed to the following file.
976         * lilypond-ftplugin.vim: new file.
977
978         * GNUmakefile.in: update VIM_FILES.
979
980 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
981
982         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
983         props.
984
985         * input/test/tie-sparse.ly: remove.
986
987         * lily/tie-performer.cc (try_music): copy & paste from
988         Tie_engraver.
989
990         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
991         variable_ref twice.
992
993         * lily/key-performer.cc (create_audio_elements): use
994         alterations-in-key.
995
996         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
997
998 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
999
1000         * input/test/smart-transpose.ly: fix cases fes->e and similar.
1001         handle also quarter tones (not shown as tests). test also flats.
1002
1003         * Documentation/index.html.in: small fixes.
1004
1005 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1006
1007         * input/regression/new-markup-scheme.ly: Typo.
1008
1009         * scm/define-markup-commands.scm (fill-line): New markup.
1010
1011         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
1012         (output-paper-def): Fix alignment.
1013         (make-title): Fix height/width scaling.
1014
1015         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
1016
1017         * input/test/title-markup.ly: Add remaining titles.  Layout and
1018         font size fixes.  Add simplistic latin1 test.
1019
1020 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
1021
1022         * input/test/nested-groups.ly: remove. move content (to next). 
1023         * input/test/staff-bracket.ly: replace content (from prev), this 
1024         has been already in templates.
1025
1026 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1027
1028         * stepmake/autogen.sh: Only issue warning about running configure
1029         without arguments when autogen.sh will actually be running
1030         configure.
1031
1032 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1033
1034         * scm/new-markup.scm (stack-stencil-line): robustness.
1035
1036         * scm/define-markup-commands.scm (simple): robustification of
1037         simple-markup.
1038
1039         * Documentation/user/music-glossary.tely (Top): change central C
1040         to middle C.
1041
1042         * lily/text-item.cc (interpret_markup): cache make-simple-markup
1043
1044 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1045
1046         * input/test/title-markup.ly (spaceTest): Add.
1047
1048         * lily/text-item.cc (interpret_markup): Make line markup from
1049         multi word markup.
1050
1051         * scm/define-markup-commands.scm (word): New markup command.
1052         (simple): Use it.
1053
1054         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
1055
1056 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
1057
1058         * vim/ftplugin/lilypond.vim:
1059         * vim/syntax/lilypond.vim: use only local settings with setlocal.
1060         show matching paren in insert mode.
1061
1062 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1063
1064         * scm/output-ps.scm (make-title, output-scopes): Further
1065         development.
1066
1067         * input/test/title-markup.ly: New file.
1068
1069         * ps/lilyponddefs.ps: Disable PostScript titling.
1070
1071         * lily/paper-score.cc (process): Quote PORT argument to make-title.
1072
1073 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1074
1075         * lily/arpeggio.cc (width_callback): remove padding.
1076  
1077         * scm/define-grobs.scm (all-grob-descriptions): add padding.
1078
1079         * scm/define-music-types.scm: remove make-music-by-name.
1080
1081         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
1082
1083 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1084
1085         * lily/paper-score.cc (process): Output titles using make-title.
1086
1087         * scm/output-ps.scm (output-stencil): Display directly instead of
1088         constructing string.
1089         (make-title): New function.
1090
1091 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1092
1093         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
1094         music), Documentation/user/invoking.itexi (Invoking lilypond): 
1095         Move documentation of LaTeX packages for latin1 characters to the
1096         lilypond-book manual.
1097
1098 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
1099
1100         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
1101
1102         * vimrc: add menu in console and shortcut <F10> for it.
1103
1104         * vim/:
1105         * vim/compiler/:
1106         * vim/syntax/:
1107         * vim/indent/:
1108         * vim/ftplugin/: new directories.
1109         
1110         * vim/filetype.vim: new file.
1111
1112         * lilypond.vim: remove files (see next).
1113         * vim/syntax/lilypond.vim: new, renamed file (see prev).
1114
1115         * vimrc: remove file (see next).
1116         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
1117
1118         * vim/ftplugin/lilypond.vim: change dir for dictionary.
1119         add header. apply bindings only locally.
1120
1121         * vim/indent/lilypond.vim: new file.
1122
1123         * vim/ftplugin/lilypond.vim: remove errorformat.
1124         * vim/compiler/lilypond.vim: new file for errorformats.
1125
1126         * Documentation/topdocs/INSTALL.texi: give easier orders.
1127
1128         * ROADMAP: add vim/
1129
1130 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1131
1132         * Documentation/user/introduction.itely (Introduction): Use @image
1133         iso @html <img...>.  Add workaround for images in columns in info.
1134
1135         * stepmake/aclocal.m4: Store computed version in variable.
1136
1137         * configure.in: Export MAKEINFO_VERSION.
1138
1139         * config.make.in (MAKEINFO_VERSION): Add.
1140
1141         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
1142
1143         * Documentation/user/GNUmakefile: Only build info with images when
1144         building web.
1145
1146         * GNUmakefile.in (install-WWW): Visit Documentation/user.
1147
1148         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
1149         stuff from documentation-targets.make
1150
1151 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1152
1153         * VERSION: 2.1.28 released
1154         
1155         * scripts/convert-ly.py (conv): 
1156
1157 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
1158
1159         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
1160         \arpeggioBoth. redefine \arpeggioBracket.
1161
1162         * Documentation/user/refman.itely: document new arpeggio
1163         functions.
1164
1165         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
1166
1167         * input/regression/arpeggio-bracket.ly: apply convert-ly.
1168
1169         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
1170
1171 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1172
1173         * Documentation/user/introduction.itely (Automated engraving):
1174         rewrite introduction using website text.
1175
1176 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1177
1178         * scm/*.scm: make-music-by-name is replaced by make-music, which
1179         also accept music property settings, eg:
1180           (make-music 'TextScriptEvent 'direction DOWN 'text
1181               (make-simple-markup x))
1182
1183         Patch courtesy Nicolas Sceaux
1184
1185         * lily/beam-quanting.cc: cleanup, separate counts for left and
1186         right beam ends.
1187
1188         * lily/side-position-interface.cc (quantised_position): also
1189         quantize staccato position for forced stem directions. 
1190
1191 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1192
1193         * scm/*.scm: Patch by Nicolas Sceaux: 
1194
1195         * scm/music-functions.scm: ly:grob-property and ly:music-property
1196         are made procedure with setters.
1197
1198         * scm/*.scm: replace ..-set-property! with set! (..-property  )
1199         
1200 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
1201
1202         * input/test/[t-v]*.ly: finish rewriting texidocs.
1203
1204         * input/test/vaticana.ly: remove.
1205         * input/test/ligature-vaticana.ly: new, renamed file name.
1206
1207         * input/test/stem-centered.ly: remove.
1208         * input/test/mensural-note-heads.ly: new file. take content from
1209         removed file stem-centered.ly.
1210
1211         * input/test/scales-greek.ly: simplify.
1212
1213         * input/test/s*.ly: reformulate texidocs.
1214         
1215         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
1216         of missing features.
1217
1218 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
1219
1220         * input/test/[j-o]*.ly: update texidocs.
1221
1222 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1223
1224         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
1225
1226         * Documentation/topdocs/NEWS.texi: Add note about info docs with
1227         images.
1228
1229         * Documentation/user/lilypond.tely (@direntry): Update.
1230
1231         * stepmake/stepmake/documentation-targets.make
1232         (install-info,uninstall-info): Install into $(package_infodir).
1233         Install images.  Run install-info to update dir.
1234
1235         * config.make.in (package_infodir): Add.
1236
1237         * Documentation/user/GNUmakefile (info-with-images,
1238         local-install-info, local-uninstall-info): New target.
1239
1240 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1241
1242         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
1243         gap/threshold.
1244
1245         * lily/beam-quanting.cc (score_slopes_dy): remove
1246         ROUND_TO_ZERO_SLOPE kludge.
1247
1248         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
1249
1250         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
1251
1252         * lily/global-context.cc (Global_context): alway accept Score
1253         (run_iterator_on_me): cast Context to Score_context, not
1254         Context_def.
1255
1256         * Documentation/user/refman.itely: documentation patch by Edward
1257         Sanford Sutton.
1258
1259         * mf/GNUmakefile: unset sauter-fonts.
1260
1261 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1262
1263         * scripts/lilypond-book.py (output_texinfo): Output @image
1264         descriptions for info too.
1265
1266         * input/test/chord-names-jazz.ly: 
1267         * input/test/embedded-scm.ly: Clarify.
1268
1269         * input/test/cautionaries.ly: Typo.
1270
1271         * lily/input-smob.cc (ly_input_location): Compile fix.
1272
1273 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1274
1275         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
1276
1277         * ly/engraver-init.ly: move \grobdescriptions to Global. This
1278         fixes problems with system defaults being reverted with \override
1279         on Score level.
1280
1281         * lily/global-context.cc (Global_context): apply property-ops to
1282         Global_context too. 
1283
1284 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1285
1286         * scm/output-ps.scm (stencil->string): Rewrite.
1287
1288 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
1289
1290         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
1291         impersonal style.
1292
1293 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1294
1295         * lily/input-smob.cc (ly_input_location: New function.
1296
1297         * scm/define-markup-commands.scm (upright): New markup command.
1298
1299         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
1300
1301         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
1302
1303         * scm/output-ps.scm (output-stencil): New function.
1304
1305         * scripts/lilypond-book.py (do_file): Bugfix: change search order
1306         of snippet types; fixes @ignore and @verbatim blocks.
1307
1308 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
1309
1310         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
1311         to a file in printed documentation, instead, refer either to a 
1312         syntax or to an output.
1313
1314 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1315
1316         * input/regression/beam-center-slope.ly: Add test.
1317
1318 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1319
1320         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
1321         (SAUTER_FONTS): Reinstate.
1322
1323         * scm/define-markup-commands.scm (caps): New markup command.
1324
1325         * scm/output-ps.scm (output-scopes): Experimental markup output.
1326
1327         * scm/: Add missing headers.
1328
1329         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
1330
1331         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
1332
1333 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1334
1335         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
1336         Stray style cleanups.
1337
1338 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1339
1340         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
1341         no dot combination.
1342
1343         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
1344         substitute \override Staff.autoBeamSettings too
1345
1346         * Documentation/user/tutorial.itely: proofreading fixes by David
1347         Bobroff
1348
1349 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1350
1351         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
1352
1353         * ps/music-drawing-routines.ps: 
1354         * ps/lilyponddefs.ps: Add end markers.
1355
1356 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1357
1358         * VERSION: 2.1.27 released.
1359         
1360         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
1361
1362         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
1363         obey documentation.
1364
1365 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1366
1367         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
1368
1369         * scm/output-ps.scm: Resurrect.
1370         
1371         * scm/output-tex.scm: Minimal cleanups.
1372
1373         * scm/paper.scm (paper-set-staff-size): Add lineheight.
1374
1375         * make/ly-rules.make: Remove any broken lily-*.tex files before
1376         lilypond-book run.
1377
1378         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
1379         comment.
1380
1381         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
1382         Enabled by default, may save 10% compile time.
1383
1384 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1385
1386         * lily/lyric-phrasing-engraver.cc: remove
1387         
1388         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
1389         longer necessary. 
1390
1391         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
1392         so lyric-phrasing-engraver is no longer necessary.
1393
1394         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
1395         Grob_pq_engraver from Staff.
1396
1397         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
1398         busyGrobs directly.
1399
1400         * input/regression/quote-transposition.ly: new file.
1401
1402         * lily/recording-group-engraver.cc (stop_translation_timestep):
1403         store instrumentTuning too. 
1404
1405         * lily/quote-iterator.cc (process): transpose events using
1406         instrumentTuning.
1407
1408         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
1409         -> \tuning <pitch>
1410
1411         * lily/parser.yy (command_req): add \tuning command for setting
1412         instrument tuning of staff.
1413
1414         * Documentation/user/GNUmakefile
1415         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
1416
1417         * Documentation/user/refman.itely (Customized accidental rules):
1418         typo.
1419
1420 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
1421
1422         * Documentation/user/music-glossary.tely: remove the missing norwegian
1423         translation; they can be put in later properly.
1424
1425 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1426
1427         * lily/recording-group-engraver.cc (start_translation_timestep):
1428         init Recording_group_engraver twice.
1429
1430 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1431
1432         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
1433         stray style cleanups:
1434
1435         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
1436         -Wmissing-prototypes.
1437
1438         * flower/include/killing-cons.tcc (Killing_cons): Add template
1439         specifier for car_.
1440
1441         * flower/include/parray.hh (binsearchs): Add template specifier
1442         for maxkey.
1443
1444         * flower/include/interval.hh: Declare elem () with template specfier.
1445
1446 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
1447
1448         * elisp/lilypond-indent.el (get-buffer-size): add customization
1449         groups for several variables (Reuben Thomas).
1450
1451 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1452
1453         * Documentation/user/invoking.itexi (Point and click): add index
1454         entry.
1455
1456         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
1457         go under beam.
1458
1459         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
1460         sarabande beam. 
1461
1462         * flower/warn.cc (programming_error): cross fingers not thumbs.
1463
1464         * lily/rest.cc (polyphonic_offset_callback): return 0 when
1465         staff-position is set.
1466
1467         * VERSION: release 2.1.26 
1468         
1469         * scm/chord-entry.scm (construct-chord): process transposition
1470         after processing explicit-11.  
1471
1472 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1473
1474         * lily/parser.yy (add_quote): add syntax for adding quotes:
1475         \addquote "id-string" Music
1476
1477         * scripts/lilypond-book.py (do_file): do not overwrite input file.
1478
1479         * scripts/convert-ly.py (conv): add rules for name changes.
1480
1481         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
1482         music/context/grob property functions. Internally, use
1483         get_property() and set_property() for both.
1484
1485 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
1486
1487         * elisp/lilypond-mode.el (get-buffer-size): define new function,
1488         for Emacs <= 20 (Laurent Martelli).
1489
1490 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1491
1492         * lily/parser.yy (command_element): extract quoted vector in
1493         parser.
1494
1495         * input/regression/quote.ly: new file.
1496
1497         * lily/sequential-iterator.cc (process): only process if moment >= 0.
1498
1499         * lily/parser.yy (command_element): \quote DURATION NAME: support
1500         cue notes. 
1501
1502         * lily/quote-iterator.cc (class Quote_iterator): new file.
1503
1504 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1505
1506         * lily/auto-beam-engraver.cc (try_music): accept and process
1507         beam-forbid-event.
1508
1509         * input/regression/auto-beam-no-beam.ly: new file.
1510
1511 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1512
1513         * lily/accidental.cc (print): Change font-relative-size ->
1514         font-size. Fixes cautionary-style = smaller.
1515
1516 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1517
1518         * lily/system-start-delimiter.cc (staff_brace): remove
1519         font-relative-size
1520
1521         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
1522         forgotten with scm_list_n. Fixes spurious coredumps.
1523
1524         * lily/accidental-engraver.cc (stop_translation_timestep): move
1525         update of localKeySignature to stop_translation_timestep (). This
1526         makes sure that all ties are noticed at the right moment.
1527         (stop_translation_timestep): clear tie only when right-side
1528         notehead was seen.
1529         (number_accidentals_from_sig): cleanup. 
1530
1531         * input/regression/accidental-tie.ly (mus): new file
1532
1533         * input/regression/tie-accidental, tie-break-accidental.ly: remove
1534         these longish tests.
1535
1536 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1537
1538         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
1539
1540         * THANKS: update bugreporter list.
1541
1542         * lily/beam.cc (print): broken beams last until end of staff.
1543         (print): broken beams start from prefatory matter.
1544
1545         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
1546
1547         * lily/paper-score.cc (process): dump header only once.
1548
1549         * lily/paper-outputter.cc (Paper_outputter): move logic into
1550         Scheme.
1551
1552         * scm/output-tex.scm (output-scopes): new function.
1553         (output-paper-def): new function
1554         (tex-string-def): new function
1555         (symbol->tex-key): new function
1556
1557         * scripts/convert-ly.py (conv): add rule for | ~
1558
1559 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
1560
1561         * input/regression/{many}.ly: refresh, trying to guess how
1562         it was designed.
1563
1564 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1565
1566         * VERSION: release 2.1.25
1567
1568         * scm/define-translator-properties.scm
1569         (all-user-translation-properties): add printOctaveNames
1570
1571         * ly/engraver-init.ly: remove Note_event_swallower from
1572         NoteNamesContext.
1573
1574         * lily/note-name-engraver.cc (process_music): new property
1575         printOctaveNames
1576
1577         * lily/context.cc (find_existing_context): remove support for
1578         Current.
1579
1580         * scm/music-functions.scm (set-accidental-style): new function;
1581         duplicate accidental macros.
1582
1583         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
1584
1585         * lily/note-name-engraver.cc (process_music):
1586         process_acknowledged_grobs () -> process_music ()
1587
1588         * scm/part-combiner.scm (determine-split-list): robustification.
1589
1590 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1591
1592         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
1593         lines for falling into beam-gap.
1594         (score_forbidden_quants): check all staff lines for falling in
1595         beam gaps.
1596
1597         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
1598         key/clef/time signatures. 
1599
1600         * input/test/ossia.ly: revise example.
1601
1602         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
1603         cleanup.
1604         
1605         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
1606         comply to Scheme standard.  Remove ly:get-paper-variable
1607
1608 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1609
1610         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
1611
1612 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1613
1614         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
1615         properties from Voice context. This fixes accidental size for
1616         staff-switches during grace contexts.
1617
1618         * lily/note-collision.cc (check_meshing_chords): only wipe heads
1619         if necessary. Else, simply wipe dots.
1620
1621         * input/test/beam-alternate.ly: new file
1622
1623         * input/test/piano-staff-distance.ly: new file.
1624
1625         * lily/translator-group.cc (recurse_down_translators): use
1626         Direction for bottom-up/top-down.
1627
1628         * lily/include/translator.hh (class Translator): add
1629         process_music() and do_announces(). This obviates
1630         recurse_down_{engravers,performers}.
1631
1632         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
1633         \melisma and \melismaEnd
1634
1635         * lily/melisma-engraver.cc (process_music): change to
1636         Melisma_translator, unify with performer. Accept
1637         ManualMelismaEvent.
1638
1639         * ly/engraver-init.ly: add Font_size_engraver.
1640
1641 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
1642
1643         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
1644         it hara-kiri.
1645
1646         * input/regression/{many}.ly: improve descriptions trying to figure
1647         out what is tested.
1648
1649 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1650
1651         * lily/slur.cc (broken_trend_offset): robustness fix.
1652
1653         * VERSION: release 2.1.24
1654
1655         * lily/context.cc (find_create_context): go to Score if it exists.
1656
1657         * lily/context-scheme.cc: new file.
1658
1659         * lily/score-translator.cc (get_output): new file.
1660
1661         * lily/include/grob-info.hh: origin_contexts() now does not
1662         include the originating engraver
1663
1664         * lily/translator-group.cc (translator_each): clean up contents,
1665         remove superfluous stubs. Engraver_group_engraver and
1666         Performer_group_performer are the only classes using multiple
1667         inheritance.
1668
1669         * lily/include/score-context.hh (class Score_context): interface
1670         between Score_{engraver,performer} and Global_context.
1671
1672         * lily/include/global-context.hh (Context): change from
1673         global-translator. This is the entry point for contexts; it is not
1674         tweakable using \translator{}. Score is no longer the top context,
1675         but sits underneath Global.
1676
1677         * lily/include/context.hh (class Context): brain surgery: split
1678         out Context functionality from Translator_group. Context is now a
1679         separate type from Translator.
1680
1681 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1682
1683         * lily/include/translator.hh (class Translator): make
1684         get_score_context() and get_global_translator (), and use the one
1685         which is appropriate.
1686
1687         * lily/context.cc: partially put functionality of Translator_group
1688         into Context.
1689
1690         * lily/include/context.hh (Translator): new class: put between
1691         Translator and Translator_group. 
1692
1693         * lily/new-accidental-engraver.cc: remove file.
1694
1695 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
1696
1697         * input/regression/{many}.ly: improve descriptions: use complete 
1698         sentences, try to describe what is tested, avoid `we´, do not use 
1699         don't, ... 
1700
1701 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
1702
1703         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
1704         is at EOL.
1705
1706         * Documentation/user/lilypond.tely: declare the topmost node only
1707         once; removes empty line in @contents.
1708
1709         * Documentation/user/music-glossary.tely: really add Finnish author.
1710         Draw more beatiful `->´ arrow in html: &rarr;
1711
1712 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1713
1714         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
1715
1716         * scripts/convert-ly.py (conv): add ly:music-list  change.
1717
1718         * lily/grob.cc: edit doc string.
1719
1720         * scm/define-grob-properties.scm (all-user-grob-properties):
1721         proofreading, editing of doc strings.
1722
1723         * input/regression/tablature-string-tunings.ly: new file.
1724
1725         * lily/staff-symbol-engraver.cc (process_music): new engraver,
1726         listen to stringTunings
1727
1728         * lily/align-interface.cc (align_elements_to_extents): remove Grob
1729         for self-alignment-[XY] code.
1730  
1731 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1732
1733         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
1734         cond) into function. Cleanup.
1735
1736         * lily/text-spanner.cc: remove text-repeat-if-broken property.
1737         
1738         * VERSION (PACKAGE_NAME): 2.1.23 released
1739
1740 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
1741
1742         * Documentation/user/{refman,internals}.itely: small fixes.
1743
1744 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1745
1746         * lily/accidental-engraver.cc (acknowledge_grob): don't make
1747         accidentals for harmonic notes
1748
1749         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
1750         for harmonic notes.
1751
1752         * scm/document-backend.scm (interface-doc): prune Grob
1753         documentation: don't duplicate interface information.
1754
1755         * lily/*.cc: lots of updates of doc strings.
1756
1757 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1758
1759         * input/test/ac-extra-voice.ly (accompany): remove file.
1760
1761         * input/test/maximum-rest-count.ly: remove file.
1762
1763         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
1764         conversion rule for \translator { }. Apply everywhere.  
1765
1766         * lily/parser.yy (music_property_def): set property for \once in
1767         the PropertyMusic itself, not the ContextSpec.
1768         (property_operation): change syntax within \translator { }
1769
1770         * scm/define-music-properties.scm (all-music-properties): clean up.
1771
1772         * lily/auto-beam-engraver.cc (test_moment): use
1773         updated_grob_properties() to retrieve autoBeam settings.
1774
1775         * lily/spacing-spanner.cc: bound shortest_playing_len by
1776         measure_length
1777
1778         * lily/spacing-engraver.cc (acknowledge_grob): ignore
1779         multi-measure events for spacing computation.
1780
1781         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
1782         elliptical, to 1.49.
1783
1784         * lily/rest.cc (polyphonic_offset_callback): new function. Do
1785         vertical positioning for polyphony, without RestCollision object.
1786
1787         * lily/note-column.cc (add_head): prevent rests & note heads on
1788         one stem.
1789
1790         * lily/rest-collision.cc (do_shift): ignore rests with beams.
1791         (do_shift): rewrite only-rests case: use common refpoints: the
1792         routine will have sensible results when other rest-translations
1793         have taken place.
1794
1795         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
1796         < 0 case. 
1797
1798         * VERSION: 2.1.22 released
1799         
1800         * input/GNUmakefile (SUBDIRS): remove ascii-art
1801
1802 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1803
1804         * input/: Convert ly files that still had \property.  Fixes make
1805         web.  Remove exta spaces around '='. 
1806
1807         * scripts/convert-ly.py (conv): Redundant space fixes.
1808
1809         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
1810
1811 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1812
1813         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
1814         create scalable PS and PDFs  for input/{test,template,regression}.
1815
1816         * lily/context.cc (is_alias): move function.
1817         (is_alias): add Bottom as context alias. 
1818         (find_create_translator): add Bottom as a context alias for creation.
1819
1820         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
1821
1822         * lily/parser.yy (music_property_def): new syntax for property
1823         assignments:
1824
1825         \set A.B = #C , \unset A.B
1826         \override A.B #C = #D, \revert A.B #C 
1827
1828         * lily/my-lily-lexer.cc: remove \property
1829
1830 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
1831
1832         * Documentation/user/refman.itely: add dots after seealso refs.
1833
1834         * input/template/{many}.ly: harmonise descriptions.
1835
1836         * Documentation/user/music-glossary.itely: add Finnish author.
1837
1838 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1839
1840         * VERSION (PACKAGE_NAME): release 2.1.21
1841
1842 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1843
1844         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
1845
1846         * scripts/lilypond-book.py (snippet_res): @include filename must
1847         not be empty.
1848
1849 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1850
1851         * scm/documentation-generate.scm (markup-doc-string): dump
1852         markup-commands.tely
1853
1854         * scm/define-markup-commands.scm (override): new file.
1855         Move documentation from refman into doc-strings. 
1856
1857         * input/test/staff-container.ly: fix example.
1858
1859         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
1860         StaffContainer
1861
1862         * lily/grob.cc: remove point_dimension_callback
1863         (Grob): read forced dimensions from X-extent and Y-extent.
1864         (get_paper): remove preset_extent.
1865
1866         * scm/define-grobs.scm (all-grob-descriptions): remove
1867         point_dimension_callback. 
1868
1869         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
1870         textscript to head. This makes no-spacing-rods work on
1871         DynamicText.
1872
1873         * lily/chord-name.cc: remove props chord, bass, inversion.
1874
1875         * Documentation/user/appendices.itely: add Scheme functions,
1876         context-properties and layout properties to manual.
1877
1878         * scm/part-combiner.scm (determine-split-list): include rests in a
1879         solo1/2 sequence.
1880
1881         * lily/new-part-combine-iterator.cc (substitute_both): new
1882         function.
1883         (class New_pc_iterator): add separate Voice=solo context, fixes
1884         autobeams going from chords to solo.
1885
1886 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1887
1888         * Documentation/user/invoking.itexi (Editor support): Fix typo.
1889
1890         * Documentation/user/tutorial.itely:
1891         * Documentation/user/refman.itely: Add short note about being part
1892         of lilypond.tely.
1893
1894         * COPYING: Make note more clear with respect to files that are
1895         explicitely licenced otherwise (Documention/user/ comes to mind).
1896         
1897         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
1898         comment about barfing of @c,{}.
1899
1900         * Documentation/user/music-glossary.tely: Add list of authors.
1901
1902         * stepmake/stepmake/library-rules.make: Thank Nelson only in
1903         source (was: also in build log).
1904
1905 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1906
1907         * lily/side-position-interface.cc (general_side_position): if
1908         staff-padding is set, then include staff in support too.
1909
1910         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
1911         module workbook
1912
1913         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
1914
1915         * lily/tuplet-engraver.cc: remove tupletInvisible
1916
1917         * scm/define-translator-properties.scm: cleanup, separate in
1918         internal and user props. 
1919
1920         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
1921         LyricsVoice -> Lyrics
1922
1923         * lily/new-part-combine-iterator.cc (process): only print warning
1924         for symbols.
1925
1926 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1927
1928         * scm/part-combiner.scm: Add proper header.
1929
1930         * All but lily/*: The great --2003 --2004 replace; the missing
1931         `bits'.
1932
1933         * TODO: Fix outline mode.  Add book notes.
1934
1935         * ROADMAP: Update.
1936
1937 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1938
1939         * scm/part-combiner.scm (make-autochange-music): use
1940         accumulator. Fixes stack overflow.
1941
1942         * lily/*: rename brew_molecule -> print , molecule-callback ->
1943         print-function
1944
1945         * scm/define-grob-properties.scm: cleanup. Separate into internal
1946         and user properties.
1947
1948         * lily/translator-property.cc (updated_grob_properties): new
1949         function
1950         (execute_pushpop_property): change to new convention:
1951         object property inits are stored as (cons ALIST BASED-ON). This
1952         storage format allows concurrent tweaks in different contexts.
1953
1954 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1955
1956         * TODO: new file.
1957
1958 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1959
1960         * debian/: Late Debian update (sorry Anthony).
1961
1962         * scripts/lilypond-book.py (do_file): Look for input_file in
1963         include path, or ask kpathsea if LATEX.
1964
1965         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
1966         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
1967         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
1968         --header=texidoc.
1969
1970         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
1971         relative.
1972
1973         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
1974         only when filtering, default to input_base otherwise.  Coding
1975         style fixes.
1976
1977 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1978
1979         * lily/include/translator.hh (class Translator): add virtual
1980         qualifier.
1981
1982 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1983
1984         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
1985
1986 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1987
1988         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
1989
1990         * Documentation/user/refman.itely: Run texinfo-all-menus-update
1991         (fixes make web).
1992
1993         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
1994         live in $(out)-www).
1995
1996         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
1997         dependencies.  Add link to .ly source in HTML output.
1998         (Lilypond_snippet.output_html): Handle multiple page picture
1999         output.
2000         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
2001         Make usable for output_texinfo again.
2002
2003         * Documentation/user/GNUmakefile: Add static dependency for
2004         lilypond.tely includes.
2005
2006         * Documentation/user/tutorial.itely: Add some lost `relative'
2007         ly-options.
2008
2009 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2010
2011         * lily/include/translator-group.hh: move Music_output_def member
2012         to Global_translator.
2013
2014         * scripts/lilypond-book.py (do_file):  fix latex output.
2015
2016         * VERSION: release 2.1.20
2017         
2018         * scm/part-combiner.scm (determine-split-list): robustness fix 
2019
2020         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
2021
2022         * lily/parser.yy (music_output_def_body): plug memory leak.
2023
2024         * lily/translator-group.cc (add_fresh_group_translator): plug
2025         memory leak: unprotect Translator_group once added.   
2026
2027         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
2028
2029         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
2030         write .dep file.
2031         (Lilypond_snippet.ly): add \renameinput.
2032
2033 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2034
2035         * Documentation/user/refman.itely (Markup command definition): Doc
2036         by Nicolas Sceaux. Rewrite by Han-Wen
2037
2038         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
2039         thing of the line.
2040         (brew_molecule): only remove if hyphen is not at the end of line.
2041         (set_spacing_rods): new function: minimum-length specifies
2042         distance between syllables.
2043
2044         * scm/define-grobs.scm (all-grob-descriptions): add
2045         Hyphen_spanner::set_spacing_rods to LyricHyphen
2046
2047         * input/regression/lyric-hyphen-break.ly: new file.
2048
2049         * input/test/lyric-hyphen-retain.ly: new file.
2050
2051         * lily/new-part-combine-iterator.cc (construct_children):
2052         add Rest direction.
2053
2054 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2055
2056         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
2057
2058         * Documentation/bibliography/engraving.bib (donemus1982):
2059         update entry.
2060
2061 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2062
2063         * scripts/lilypond-book.py (Substring.__init__): new class.
2064         (Snippet.output_texinfo): add texidoc option.
2065         (Include_snippet.replacement_text): new class.
2066         (Lilypond_snippet.__init__): new class
2067         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
2068
2069         * Documentation/user/refman.itely (Sound): 
2070         note about number of channels.
2071
2072         * scm/music-functions.scm (voicify-music): add \context Staff for
2073         << \\ >> polyphony.
2074
2075         * lily/parser.yy (verbose_command_req): \skip now creates
2076         SkipMusic, and does not lead to spurious staves.
2077
2078         * scm/define-music-types.scm (music-descriptions): rename
2079         NonEventSkip to SkipMusic
2080
2081         * input/no-notation/midi-lyric-barcheck.ly: new file.
2082
2083         * input/regression/collision-dots-invert.ly: new file.
2084
2085         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
2086         case.
2087
2088         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
2089         die if melody died too.
2090
2091 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2092
2093         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
2094         with reading from stdin.
2095
2096         * lily/slur-performer.cc (try_music): new file.
2097
2098         * lily/melisma-performer.cc (try_music): new file. Handle
2099         melismata to help lyrics.
2100
2101         * lily/beam-performer.cc (try_music): new file. Handle beam events
2102         to help lyrics.
2103
2104         * lily/score-performer.cc (one_time_step): reinstate
2105         process_music().
2106
2107         * lily/performer.cc (process_music): add to interface.
2108
2109         * lily/performer-group-performer.cc (process_music): new function.
2110
2111         * lily/dot-column.cc (do_shifts): do collision resolution before
2112         dot positioning.
2113         
2114         * scripts/lilypond-book.py (Snippet.output_print_filename): new
2115         file, process printfilename option.
2116         (Snippet.__init__): rewrite: do not use global variables h or
2117         index.
2118         (main): really support -I option.
2119         (find_toplevel_snippets): new code.
2120         (find_toplevel_snippets): reinstate old version, without global
2121         variables.
2122
2123         * tex/texinfo.tex: really add file.
2124         
2125 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2126
2127         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
2128         compatibility.
2129
2130 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2131
2132         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
2133
2134         * scm/define-translator-properties.scm (drumPitchTable): add
2135         property.
2136
2137         * scripts/lilypond-book.py (simple_toplevel_snippets): new
2138         function.
2139         (help_summary): docstrings.
2140         (do_file): strip the dir of input_base too.
2141
2142 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2143
2144         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
2145
2146         * Documentation/user/lilypond-book.itely: Update.
2147
2148         * make/ly-rules.make: Update lilypond-book commands.
2149
2150         * Documentation/user/GNUmakefile: Update makeinfo commands,
2151         lilypond-book flags.
2152
2153         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
2154         
2155         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
2156
2157         * scripts/filter-lilypond-book.py: Remove.
2158
2159         * Documentation/user/*tely: Update options for new lilypond-book.
2160
2161         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
2162         with @macros in @includes.
2163
2164 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2165
2166         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
2167         make rest-collision only.
2168
2169         * lily/break-substitution.cc (substitute_one_mutable_property):
2170         clear all-elements using scm_assq_remove_x(). 
2171
2172         * lily/rest-collision.cc (do_shift): shift single rests
2173
2174         * flower/include/array.hh (class Array): rename to is_empty ()
2175
2176         * lily/drum-note-performer.cc: new file: perform drum notes.
2177
2178         * VERSION (PACKAGE_NAME): release 2.1.19.
2179         
2180 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2181
2182         * scripts/filter-lilypond-book.py
2183         (classic_lilypond_book_compatibility): New function.
2184
2185 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2186
2187         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
2188
2189         * Grand 2003 -> 2004 search replace. 
2190
2191         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
2192         (i.e. < > )
2193
2194         * ly/performer-init.ly: add DrumStaff
2195
2196         * lily/axis-group-engraver.cc (acknowledge_grob): also take
2197         lyric-interface; this prevents lines with only extender lines from
2198         being junked.
2199  
2200         * scm/define-grob-interfaces.scm (lyric-interface): new interface
2201
2202         * lily/lyric-extender.cc (brew_molecule): get line breaking and
2203         extenders right, for once and for all (hopefully).
2204         
2205         * lily/break-substitution.cc (substitute_one_mutable_property):
2206         clear old 'all-elements for System grobs.
2207
2208         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
2209         that associatedVoiceContext is always assigned when music & lyrics
2210         are found. 
2211
2212         * ly/engraver-init.ly: remove Lyrics context.
2213         (TabVoice): add noteheads engraver
2214
2215         * input/test/improv.ly: update: do not use Thread switching. 
2216
2217         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
2218         squashedPosition is a number  
2219
2220         * Documentation/user/refman.itely (Automatic note splitting):
2221         remove Thread references.
2222
2223         * input/no-notation/pc-direction.ly: remove file.
2224
2225         * ly/engraver-init.ly: remove Thread
2226
2227         * input/regression/tie-chord-partial.ly: remove file.
2228
2229         * scripts/convert-ly.py (conv): \harmonic rule
2230
2231         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
2232         notation for harmonic notes: <c' g''\harmonic>
2233
2234         * lily/lily-guile.cc (alist_to_hashq): new function
2235
2236         * scm/lily.scm (alist->hash-table): new function.
2237
2238         * Documentation/user/refman.itely (Percussion staves): update doco.
2239
2240         * input/regression/drums.ly (timb): updates
2241
2242         * lily/note-performer.cc (create_audio_elements): robustness fix.
2243
2244         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
2245
2246 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2247
2248         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
2249         discard valid matches.
2250
2251 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2252
2253         * lily/drum-note-engraver.cc: new file.
2254
2255         * ly/drumpitch-init.ly: move drum definitions
2256
2257         * scm/drums.scm: remove file.
2258
2259         * lily/*.cc: remove abort-event everywhere.
2260
2261         * lily/note-heads-engraver.cc (process_music): robustification.
2262
2263         * lily/accidental-engraver.cc (process_acknowledged_grobs):
2264         robustification.
2265
2266         * lily/parser.yy (simple_element): add \drums mode.
2267         (simple_element): remove \pitchnames , \chordmodifiers. Use
2268         variables to store this. 
2269
2270         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
2271         outside \notes.
2272
2273         * VERSION: release 2.1.18.
2274         
2275         * input/test: remove octave-duplicate.ly
2276
2277 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2278
2279         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
2280
2281 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2282
2283         * lily/simultaneous-music-iterator.cc: remove clone() and copy
2284         constructor from Music_iterator. Changes throughout.
2285
2286         * lily/include/music-iterator.hh (class Music_iterator): remove
2287         Music_iterator::skip and Music_iterator::get_pending_events from
2288         interface. Rename report_to -> get_outlet 
2289
2290         * lily/auto-change-iterator.cc: move contents from
2291         new-auto-change-iterator.cc from
2292
2293         * scm/part-combiner.scm: determine split-list from Scheme. 
2294
2295         * lily/new-auto-change-iterator.cc (process): new file.
2296
2297         * lily/parser.yy (part_combined_music): remove old PC cruft.
2298
2299         * ly/engraver-init.ly: remove old
2300         PC cruft.
2301
2302         * Documentation/user/refman.itely (The Lyrics context): note about
2303         extender lines.
2304
2305         * lily/multi-measure-rest-engraver.cc (process_music): extra check
2306         to allow 0-length mmrest events.
2307
2308         * scm/part-combiner.scm (determine-split-list): many bugfixes.
2309
2310         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
2311
2312         * lily/spacing-engraver.cc (finalize): robustifications.
2313
2314         * input/regression/new-part-combine-solo-global.ly: new file.
2315
2316         * scm/part-combiner.scm: rewrite.
2317
2318 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
2319
2320         * Documentation/user/refman.itely, input/puer-fragment.ly,
2321         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
2322         updated for proper use of lyricsto; replaced "(" and ")" ->
2323         "\melisma" and "\melismaEnd"
2324
2325         * input/test/ancient-font.ly: small updates to reduce compile
2326         warnings (TODO: junk this file)
2327
2328         * input/test/gregorian-scripts.ly: added comment about bug
2329
2330         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
2331         tiny robustness fix
2332
2333         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
2334         recent changes in the feta code); temporarily mapped mensural g
2335         clef to a copy of petrucci g clef until mensural g clef will have
2336         been rewritten
2337
2338         * mf/parmesan-heads.mf: bugfix: solved character name clashing
2339         between mensural and neo-mensural heads (this broke quite a while
2340         ago)
2341
2342         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
2343
2344 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2345
2346         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
2347         indication.  Fixes for verbatim, multi line comments.
2348
2349 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2350
2351         * input/regression/new-part-combine-solo.ly: more cases.
2352
2353         * lily/slur.cc (height): robustness fix.
2354
2355         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
2356
2357         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
2358         stemUp/stemDown.
2359
2360         * scm/music-functions.scm (determine-split-list): further analysis.
2361
2362         * lily/script-engraver.cc (try_music): discard duplicate
2363         articulations.
2364
2365         * input/regression/new-part-combine-solo.ly: new file
2366
2367         * input/regression/new-part-combine-a2.ly: new file.
2368
2369         * ly/performer-init.ly: add Devnull
2370
2371         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
2372         for \musicglyph #"accidental-*"
2373         (conv): \newpartcombine rule.
2374
2375 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2376
2377         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
2378
2379 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2380
2381         * scripts/filter-lilypond-book.py: Handle verbatim, latex
2382         textwidth, --output.
2383
2384 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2385
2386         * scm/new-markup.scm (doubleflat): add accidental markups.
2387
2388         * VERSION: release 2.1.17
2389         
2390         * Documentation/user/refman.itely (Automatic part combining):
2391         revise documentation of the part-combiner.
2392
2393         * input/regression/pc-switch-slur.ly (texidoc): remove file.
2394         
2395         * input/test/part-combine-{moment,staff}.ly: remove file.
2396
2397         * input/regression/pc-mmrest.ly (two): remove file.
2398
2399         * scm/define-music-types.scm (music-descriptions): add
2400         Solo{One,Two}Event and UnisonoEvent
2401
2402         * lily/new-part-combine-iterator.cc (unisono): add state_
2403         variable, signal changes with part-combine-event.
2404
2405         * input/regression/new-part-combine-text.ly: new file.
2406
2407         * lily/part-combine-engraver.cc: new file.
2408
2409 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2410
2411         * scripts/filter-lilypond-book.py: Handle snippet options.
2412
2413 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2414
2415         * scm/music-functions.scm (determine-split-list): detect solo1/2
2416         and unisono.
2417
2418         * lily/new-lyric-combine-music-iterator.cc (construct_children):
2419         revert fix, document why.
2420
2421         * lily/tie-performer.cc (process_music): new function. Set melisma
2422         property.
2423
2424         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
2425         always smaller than bracket size.
2426         (make_bracket): oops. Size of the gap was off by factor 2
2427
2428         * input/test/text-rotate.ly: new file.
2429
2430         * scm/new-markup.scm (markup): a macro that provides a
2431         LilyPond-like syntax in scheme for building markups, in order to
2432         help markup command definition. (Nicolas Sceaux)
2433
2434         * input/test/lyrics-skip-notes.ly: new example.
2435
2436         * lily/parser.yy (post_event): make HYPHEN into postfix event.
2437
2438         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
2439         use is_alias() iso. == . This fixes lyrics on
2440         GregorianTranscriptions. 
2441
2442 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2443
2444         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
2445         \thispagestyle{lastpage} to avoid that it's printed on the second
2446         last page when there's only a single score line on the last page.
2447         (The page breaking mechanism in TeX played some ugly tricks to us.)
2448
2449 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2450
2451         * scripts/filter-lilypond-book.py: Further development.
2452
2453         * input/regression/collision-dots-move.ly: New test.
2454
2455         * lily/note-collision.cc (check_meshing_chords): Move dots on left
2456         hand side note head of non-merged collision to the right.
2457
2458         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
2459         Construct children before accessing property from emtpy
2460         lyrics_context_.
2461         (construct_children): Find thread before finding LyricsVoice.
2462         Create LyricsVoice one if none found, fixes crash (thanks Erik
2463         Sandberg).
2464
2465 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2466
2467         * cygwin/: Forward port.
2468
2469 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2470
2471         * buildscripts/install-info-html.sh: Use Bash.
2472
2473         * cygwin/mknetrel: Patch from Bert.
2474
2475 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2476
2477         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
2478
2479         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
2480         try to copy *png, index.html (Bertalan Fodor).
2481
2482         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
2483
2484 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2485
2486         * lily/note-collision.cc (check_meshing_chords): Do not remove
2487         dots (from down head) when merging similar heads (thanks Matthias
2488         Kilian).  Simplify merge_possible tests and other cleanups
2489
2490         * input/regression/collision-merge-differently-dotted.ly: Add test
2491         for disappearing dots on similar heads for both voices.
2492
2493 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2494
2495         * Documentation/user/invoking.itexi (Invoking lilypond): Document
2496         that tagline overrides copyright for single page scores. Correct
2497         the default tagline value.
2498
2499 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2500
2501         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
2502
2503 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2504
2505         * buildscripts/lilypond-login.sh: Avoid warning about undefined
2506         TEXMF if it's previously unset.
2507
2508 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
2509
2510         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
2511
2512         * input/test/trills.ly: fix the unfolding of lineprall.
2513
2514         * input/test/figured-bass-alternative.ly: fix accidental.
2515
2516 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2517
2518         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
2519         
2520         * input/no-notation/dos-guile.ly: 
2521         * input/no-notation/dos-ps.ly: 
2522         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
2523         
2524         * input/no-notation/safe-include.ly:
2525         * input/no-notation/safe-guile.ly:
2526         * input/no-notation/safe-ps.ly: 
2527         * input/no-notation/safe-tex.ly: New file.
2528
2529         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
2530         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
2531         options now.
2532         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
2533         When in --safe-mode, set environment openout_any=p[aranoid].
2534
2535         * tex/ltest.tex: 
2536         * tex/lilyponddefs.tex: Add \nofiles.
2537
2538         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
2539         options.
2540
2541         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
2542         This allows building the user manual using a binary installation
2543         and a matching unpacked source tree.
2544
2545         * scm/lily.scm (safe-module): New variable. 
2546
2547         * lily/includable-lexer.cc (new_input): Fix error messages.
2548
2549         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
2550         If SAFE, evaluate in safe-module.  Change callers.
2551
2552         * lily/main.cc (Long_option_init): Reinstate safe-mode.
2553
2554         * lily/lexer.ll (embedded_scm): While processing main-input,
2555         invoke ly_parse_scm with safe mode if running in safe-mode.
2556         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
2557         in init.ly for safe-mode.
2558
2559 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2560
2561         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
2562         compatibility with old versions of geometry.sty (compat2
2563         already implied includehead).
2564         Change the page layout slightly so bottom + footskip = top +
2565         headheight + headsep = 16mm, the remaining paperheight-32mm
2566         are used for the music. Increase footskip to 5mm, so the top of
2567         the footer text doesn't touch the music.
2568
2569 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2570
2571         * VERSION: release 2.1.16
2572         
2573         * scm/music-functions.scm (determine-split-list): bugfix: only use
2574         new-active for both voices if both indexes advance. This fixes the
2575         biggest outstanding problem with new-pc. 
2576
2577         * lily/new-part-combine-iterator.cc (construct_children): set more
2578         directions.
2579
2580 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2581
2582         * scripts/convert-ly.py (conv): add instrument rule.
2583
2584         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
2585
2586         * lily/side-position-interface.cc: remove add_staff_support ()
2587         Change all callers to use staff-padding.
2588
2589         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
2590         make_spanner().
2591
2592         * lily/a2-engraver.cc (process_acknowledged_grobs): 
2593
2594         * lily/text-engraver.cc: remove scriptHorizontal property.
2595
2596         * lily/beam.cc (least_squares): also set least-squares-dy for
2597         special case of slanted 2-stem beam to center.
2598
2599         * lily/side-position-interface.cc (out_of_staff): move contents of
2600         out_of_staff into aligned_side.
2601         remove out_of_staff().
2602
2603         * input/regression/measure-grouping.ly: fix warning.
2604
2605         * lily/side-position-interface.cc: add staff-padding support to
2606         Side_position_interface::aligned_side.
2607
2608         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
2609         one get_property too many.
2610
2611         * flower/include/drul-array.hh (linear_combination): new function
2612         (scale_drul): new function
2613
2614         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
2615         operations on empty intervals are silly.
2616
2617 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2618
2619         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
2620         (iso gh_scm2int), fixes crash in new part-combiner.
2621
2622         * configure.in: Up mftrace to 1.0.27.
2623
2624 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2625
2626         * VERSION: release 2.1.15
2627         
2628         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
2629         align all stanza numbers.
2630
2631 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
2632
2633         * Documentation/user/{introduction.itely,refman.itely,
2634         converters.itely}: fix some text inside parentheses; text should
2635         be readable (even) if parentheses are either replaced with commas 
2636         or dropped out.
2637
2638 2004-01-25  Werner Lemberg  <wl@gnu.org>
2639
2640         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
2641         input/test/vaticana.ly, input/test/ancient-font.ly,
2642         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
2643         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
2644         ly/params-as-init.ly, scm/define-grobs.scm,
2645         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
2646
2647         * ly/params-as-init.ly: Removed.  Obsolete.
2648         * buildscripts/lilypond.words.py: Updated.
2649
2650 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2651
2652         * mf/parmesan-clefs.mf: switch off mensural G clefs.
2653
2654         * mf/feta-din{4,5,7,9}.mf: remove.
2655         
2656         * lily/engraver.cc (internal_make_item): centralize item/spanner
2657         factory.
2658
2659         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
2660         do correct chord conversion for ^"sim."  (backportme)
2661         (FatalConversionError.sub_articulations): substitute ^"foo" in
2662         chords too. (backportme)
2663
2664         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
2665         for Fingering.
2666
2667         * lily/side-position-interface.cc (out_of_staff): don't do
2668         anything if staff-padding not defined. 
2669
2670         * mf/feta-params.mf (stafflines): introduce linethickness as
2671         general blackness of the font.
2672
2673         * lily/stem.cc (position_noteheads): rounding error robustness.
2674
2675         * input/regression/rest-collision-beam.ly: move beam/rest stuff
2676         from beam-collision.ly 
2677
2678         * lily/beam.cc (rest_collision_callback): remove direction.
2679
2680         * scm/define-grobs.scm (all-grob-descriptions): remove
2681         enclose-bounds in OttavaBracket and PianoPedalBracket
2682
2683         * scm/new-markup.scm (def-markup-command) new macro, which takes
2684         care of defining the COMMAND-markup and make-COMMAND-markup
2685         procedures, setting markup-signature and keyword-signature object
2686         properties, and pushing the markup command in
2687         markup-function-list.
2688
2689         All markup commands are defined thanks to it.  Users may also use
2690         it to define their own markup commands. (Nicolas Sceaux)
2691
2692         * scm/new-markup.scm: Scheme style clean-up: there should be no
2693         parenthesis alone on a line; LET* should not be used where LET is
2694         enough. (Nicolas Sceaux)
2695
2696 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2697
2698         * scripts/filter-lilypond-book.py: Add script.
2699
2700 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2701
2702         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
2703
2704 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2705
2706         * Documentation/user/refman.itely (Fingering instructions): add
2707         single note chords. 
2708
2709         * lily/multi-measure-rest-engraver.cc: use a single
2710         MultiMeasureEvent for mm rests. This prevents problems with the
2711         new part combiner.
2712
2713         * scm/music-functions.scm (determine-split-list): analysis has
2714         global effect: a difference halfway a phrase makes the entire
2715         phrase be typeset as apart.
2716         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
2717
2718 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2719
2720         * ly/performer-init.ly: add Devnull.
2721
2722         * Documentation/user/refman.itely (Font selection): remove paper20
2723         ref.
2724         
2725 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2726
2727         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
2728
2729 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2730
2731         * scm/music-functions.scm (determine-split-list): bugfixes.
2732
2733         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
2734
2735         * input/test/scales-greek.ly: use C as base, results in different
2736         alterations at the clef.
2737
2738         * input/regression/pedal-ped.ly: new file.
2739
2740         * input/regression/pedal-bracket.ly: new file.
2741
2742         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
2743         replace after_line_breaking()
2744
2745         * lily/line-interface.cc (line): read thickness.
2746         (line): dash-fraction = 0 always for dotted-line style.
2747
2748         * input/test/staff-lines.ly (lower): bugfix.
2749
2750         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
2751         \accepts Devnull into Score.
2752
2753         * scm/lily.scm: remove bla.scm load.
2754
2755 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2756
2757         * VERSION: release 2.1.14
2758         
2759         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
2760
2761         * lily/side-position-interface.cc (general_side_position): add
2762         Staff_symbol_referencer::staff_space ().
2763
2764         * lily/include/context-def.hh: rename from translator-def.hh
2765
2766 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2767
2768         * input/template/piano-dynamics.ly (pedal): Updated definition of
2769         Dynamics such that \cresc works, for example.
2770
2771 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2772
2773         * lily/stem.cc (calc_stem_info): use
2774         Staff_symbol_referencer::staff_space
2775
2776         * lily/beam-quanting.cc (quanting): scale Stem_info 
2777
2778         * lily/beam.cc (rest_collision_callback): use minimum-distance
2779         property for rest/beam collisions.
2780         (rest_collision_callback): bugfixes.
2781
2782         * lily/system.cc (post_processing): extra-offset is now relative
2783         to the size of the current staff.
2784
2785         * scm/music-functions.scm (notice-the-events-for-pc): record all
2786         voices, only analyze "one" and "two".
2787
2788         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
2789         not parent. 
2790
2791         * lily/new-part-combine-iterator.cc (construct_children): create
2792         Devnull from Voice context
2793
2794         * scm/music-functions.scm (determine-split-list): bugfixes.
2795
2796         * lily/lily-guile.cc (robust_scm2int): new function
2797
2798         * lily/staff-symbol-referencer.cc (line_thickness): new
2799         function. Use throughout.
2800
2801         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
2802         in its own context.  Add to preset font-size.
2803
2804         * lily/stem.cc (thickness): new function.
2805
2806         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
2807         compute thickness from ledger-line-thickness.
2808
2809         * lily/note-head.cc (brew_ledger_lines): use
2810         Staff_symbol::get_ledger_line_thickness ().
2811
2812         * lily/beam.cc (rest_collision_callback): use
2813         Staff_symbol_referencer::staff_space().
2814
2815         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
2816         Mus1 Mus2
2817
2818         * lily/include/translator.hh (class Translator): add accepts_list_
2819         so  \with { \denies / \accepts } also works.
2820
2821         * scm/music-functions.scm (determine-split-list): determine split
2822         list from music events.
2823
2824         * lily/new-part-combine-iterator.cc: more states.
2825
2826         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
2827
2828 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2829
2830         * lily/system.cc (set_loose_columns): use the right prebroken cols
2831         for interpolating loose column position.
2832
2833         * lily/text-spanner.cc (brew_molecule): default to no vertical
2834         lines.
2835
2836         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
2837         take space.
2838
2839         * scm/define-grobs.scm (all-grob-descriptions): less padding.
2840
2841 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2842
2843         * scripts/convert-ly.py: Do not test filename when processing
2844         stdin.
2845
2846         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
2847
2848 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2849
2850         * lily/axis-group-engraver.cc (finalize): extra check; if
2851         process_music () is never called, then staffline_ == 0.
2852
2853         * lily/simultaneous-music-iterator.cc (pending_moment): don't
2854         check run_always ().
2855         
2856         * VERSION: release 2.1.13
2857
2858         * input/regression/note-head-style.ly (pattern): cleanup.
2859
2860         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
2861         downloading.
2862
2863         * scm/output-lib.scm (shift-right-at-line-begin): new function:
2864         kludge rehearsalmark placement.
2865
2866         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
2867         , ly:spanner?
2868
2869         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
2870         close to note head for accidentals.
2871
2872         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
2873         tuplet direction.
2874
2875         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
2876
2877 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2878
2879         * lily/include/music-iterator.hh (class Music_iterator): add
2880         substitute_outlet() to iterator API.
2881
2882         * lily/new-part-combine-iterator.cc (construct_children):
2883         New_pc_iterator: new class, better part combining.
2884
2885         * lily/tie-column.cc (werner_directions): new function
2886
2887         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
2888
2889         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
2890         empty objects group spanner as parent
2891
2892         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
2893         slope against graphical slope.
2894
2895         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
2896         for ottava bracket.
2897
2898         * lily/side-position-interface.cc (general_side_position):
2899         opps. reinstate *dir.
2900
2901         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
2902         parser run.
2903
2904         * lily/tuplet-bracket.cc: remove calc_dy ().
2905
2906         * Documentation/user/refman.itely (Balloon help): document balloon
2907         help
2908
2909 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2910
2911         * scm/document-backend.scm (check-dangling-properties): Grob
2912         properties are defined define-grob-properties.scm.
2913         
2914 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2915         
2916         * VERSION: release 2.1.12
2917
2918         * scm/define-grobs.scm (all-grob-descriptions): larger font for
2919         ChordName
2920
2921         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
2922         relation to surroundings.
2923
2924         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
2925         Y-extent to the note-extents: stay clear of the staff.
2926
2927 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2928
2929         * Documentation/user/GNUmakefile
2930         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
2931         iso. copy.
2932
2933         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
2934
2935         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
2936
2937         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
2938
2939         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
2940
2941         * lily/line-interface.cc (line): remove thickness from calling interface.
2942
2943         * lily/hairpin.cc: use Line_interface
2944
2945         * lily/line-interface.cc: new file. Line_interface for everything
2946         with dotted/dashed lines.
2947         
2948
2949         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
2950
2951         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
2952         for constructing ottava brackets.
2953         
2954         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
2955         the note heads.
2956
2957         * Documentation/user/internals.itely (Engravers and performers):
2958         fix broken link.
2959
2960         * scm/music-functions.scm (make-mark-set): new function.
2961
2962         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
2963         functionally identical to beam.
2964
2965         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
2966         () with beam (). 
2967
2968         * Documentation/user/refman.itely (Rehearsal marks): document new
2969         functionality.
2970
2971         * input/regression/rehearsal-mark-number.ly: new file.
2972
2973         * input/regression/rehearsal-mark-letter.ly: new file.
2974
2975         * scm/translation-functions.scm (number->mark-string): new function
2976         (format-mark-letters): new function
2977         (format-mark-numbers): new function
2978
2979         * lily/mark-engraver.cc (process_music): rehearsalMark is now
2980         integer; formatting is done through markFormatter property.
2981         
2982         * scm/define-translator-properties.scm: fold all *-done properties
2983         into positioning-done.
2984
2985         * lily/beam.cc (position_beam): new function
2986         (brew_molecule): make sure that positions are calced before making
2987         the molecule.
2988
2989         * scm/output*.scm (beam):  take 4th argument for function.
2990
2991         * ps/music-drawing-routines.ps: take blot as 4th argument.
2992
2993         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
2994         stem to avoid small dents.
2995         
2996
2997 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2998
2999         * VERSION: release 2.1.11
3000
3001         * input/regression/balloon.ly: new file.
3002
3003         * lily/balloon.cc (brew_molecule): new file: draw boxes around
3004         objects, and make help texts. 
3005
3006         * scm/new-markup.scm (parse-simple-duration): parse duration
3007         string to log & dots. (Thanks Nicolas!)
3008
3009         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note rule.
3010
3011 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
3012
3013         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
3014         Lemberg).
3015
3016         * THANKS: alphabetic order.
3017
3018 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3019
3020         * input/regression/note-head-harmonic.ly: new file.
3021
3022         * Documentation/user/internals.itely (Technical manual): explain
3023         difference between music, translation, layout.
3024
3025         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
3026
3027         * scm/output-ascii-script.scm (bracket): rounding bfs.
3028
3029         * scripts/convert-ly.py (conv): add \include "paper" rule. 
3030
3031         * ly/paper*.ly: remove files. 
3032         
3033         * scm/paper.scm (set-staff-size): new function: set default
3034         staff-size.
3035
3036         * scripts/convert-ly.py (conv): add conversion rule.
3037
3038         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
3039         function.
3040
3041         * scm/paper.scm: new file.
3042         (set-staff-size): new function 
3043         (set-paper-size): new function
3044
3045         * lily/parser.yy (music_output_def_body): restructure definition,
3046         so first Scheme statement in \paper also happens in new scope. 
3047
3048         * lily/system.cc (post_processing): move uniquify_list () to
3049         dumping molecule stage.
3050
3051         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
3052         this will mess up scores that use barchecks to shorten measures.
3053
3054         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
3055         at 20pt too.
3056
3057         * Documentation/user/tutorial.itely (Printing lyrics): document
3058         \lyricsto
3059
3060         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
3061
3062         * Documentation/user/refman.itely (Fermatas): document \lyricsto
3063
3064         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
3065         if Voice is not found.
3066
3067         * VERSION: release 2.1.10
3068         
3069         * input/{test,regression}/: remove old-relative 
3070
3071         * lily/lexer.ll: add empty markup signature. 
3072
3073         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
3074         strut markup
3075
3076         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
3077
3078         * scm/define-translator-properties.scm: update melismata property
3079         doco.
3080
3081         * lily/system.cc (output_lines): revert uniquify_list() patch,
3082         strange side effects seen.
3083         
3084         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
3085         dash-period < 0.
3086
3087         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
3088         for flute. 
3089
3090 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3091
3092         * input/regression/*.ly: use newaddlyrics iso. addlyrics
3093
3094         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
3095
3096         * lily/lyric-extender.cc (brew_molecule): behave decently in case
3097         of line breaks.
3098         (brew_molecule): add padding to left, not right.
3099
3100         * lily/system.cc (uniquify_list): new function
3101         (output_lines): uniquify_list () on all-elements. This fixes
3102         double symbols in the output.
3103
3104         * lily/beam.cc (rest_collision_callback): don't move anything if
3105         staff-position is set.
3106
3107         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
3108
3109         * lily/system.cc (typeset_grob): warn if adding twice.
3110
3111         * lily/sequential-iterator.cc (run_always): implement run_always().
3112         (also in other files.)
3113         
3114         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
3115
3116         * lily/event.cc (to_relative_octave): add octave-check.
3117
3118         * Documentation/user/refman.itely (Line breaking): add noBreak.
3119
3120         * scm/new-markup.scm (normalsize-markup): add function.
3121         (sans-markup): new function.
3122
3123         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
3124         come earlier nowadays.  This fixes beams on grace notes.
3125         
3126         * scm/music-functions.scm (direction-polyphonic-grobs): new
3127         variable, share between override and revert. This fixes script
3128         directions in polyphonic sections. (backportme)
3129
3130 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3131
3132         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
3133         breakpoints.
3134
3135         * lily/break-align-interface.cc: add doco
3136
3137         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
3138
3139 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3140
3141         * VERSION: release 2.1.9
3142
3143         * scm/document-markup.scm (markup-doc-node): add note about naming.
3144
3145         * scm/new-markup.scm (left-align-markup): bugfix. 
3146
3147         * Documentation/user/refman.itely (Ottava brackets): more doco for
3148         ottava.
3149
3150         * lily/side-position-interface.cc (out_of_staff): also do
3151         out_of_staff() correctly for d == DOWN.
3152
3153         * lily/text-spanner.cc (brew_molecule): only put vertical line and
3154         horizontal line if they move to the right.
3155         
3156         * scm/define-grobs.scm (all-grob-descriptions): set
3157         text-repeat-if-broken for ottava spanner
3158
3159         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
3160         property.
3161
3162         * mf/feta18.mf: design size is 18 not 22.5
3163
3164         * lily/new-lyric-combine-music-iterator.cc (process): new file.
3165         Add a single LyricsVoice to a melody. Melismata may be set
3166         individually.
3167
3168         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
3169
3170         * lily/dot-column.cc: add stdio.h
3171
3172 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3173
3174         * lily/item.cc: documentation for break-visibility (Thanks, John).
3175
3176 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3177
3178         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
3179
3180         * lily/translator-def.cc: rename Translator_def to Context_def.
3181
3182         * Documentation/user/internals.itely (Lexical details): clarify
3183         string def.
3184
3185         * Documentation/user/refman.itely (Rhythmic music): add link to
3186         RhythmicStaff 
3187
3188 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3189
3190         * lily/translator.cc: document start_translation_timestep()
3191
3192         * scm/output-tex.scm (tex-encoded-fontswitch): use
3193         round for rounding (inexact->exact yields rationals)
3194
3195         * lily/*.cc: remove superfluous start_translation_timestep() calls.
3196
3197         * lily/translator-group.cc (get_simple_trans_list): 
3198         new function; construct simple_trans_list_ lazily.
3199         
3200 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3201
3202         * lily/paper-outputter.cc (output_scope): Check if number before
3203         checking exact (guile cvs).
3204
3205         * scm/*: Escape backslashes in scheme strings (guile cvs).
3206
3207 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3208
3209         * Documentation/user/refman.itely (Tablatures basic): annotate
3210         seealso sections.
3211
3212         * lily/*.cc: cleanup of engraver initialize() functions.
3213
3214         * lily/repeat-acknowledge-engraver.cc
3215         (start_translation_timestep): remove first_b_
3216
3217         * lily/tab-note-heads-engraver.cc: listen to string number events
3218         inside < > too. (backportme).
3219
3220         * Documentation/user/refman.itely (Text scripts): add fatText to
3221         index.
3222
3223 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3224
3225         * VERSION: 2.1.8
3226
3227         * stepmake/bin/add-html-footer.py (built): add Wiki links to
3228         footer.
3229
3230         * lily/parser.yy (translator_mod): allow \with { \remove .. }
3231
3232         * lily/bar-check-iterator.cc (process): only warn if
3233         barCheckLastFail was changed.
3234
3235         * scm/define-translator-properties.scm (barCheckLastFail): add
3236         property.
3237
3238         * lily/main.cc (main_prog): print summary of failed files.
3239
3240         * lily/axis-group-engraver.cc: move all spanner creation to
3241         process_music (). Now staffs can be adjusted with \override too.
3242         (Jan, you are a brilliant programmer!)
3243         
3244         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
3245
3246 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3247
3248         * Documentation/user/tutorial.itely (Integrating text and music):
3249         Show the commands to produce a PDF as well.
3250
3251 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3252
3253         * lily/translator-def.cc (get_translator_names): accept user
3254         tweaks too. 
3255
3256         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
3257         as big as normal heads. 
3258
3259         * input/*ly: run convert-ly
3260         
3261         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
3262         () if dependencies are fluked.
3263
3264         * scm/document-translation.scm (engraver-doc-string): update on
3265         latest string/symbol conventions.
3266
3267         * lily/translator-ctors.cc: use Scheme_hash_table.
3268
3269         * lily/translator-def.cc (get_translator_names): new function
3270         (add_context_mod): new function
3271         (get_accepted): new function
3272
3273         * lily/parser.yy (context_mod): put all modifications of
3274         \translator { } in a single production, encode as SCM.
3275
3276         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
3277         to use read-only lists, so additions to the definition can be
3278         prepended easily.  
3279
3280         * Documentation/user/invoking.itexi (Editor support): add node on
3281         editor support.
3282
3283         * Documentation/user/refman.itely (Bar check): add lyrics example
3284         of bar checks. 
3285
3286         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
3287
3288         * scripts/convert-ly.py (conv): add conversion rule.
3289
3290         * lily/parser.yy: use \change iso. \translator for staff switch.
3291
3292         * lily/my-lily-lexer.cc: add \change.
3293
3294         * scm/define-translator-properties.scm
3295         (default-melisma-properties): add definition.
3296
3297 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3298
3299         * Documentation/user/refman.itely (Bar lines): clarification of
3300         systemStartDelimiter. 
3301
3302         * input/test/slur-shape.ly (x): remove file.
3303
3304         * lily/translator-group.cc (apply_property_operations): new function.
3305
3306 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3307
3308         * lily/parser.yy (optional_prop_ops): allow \with {
3309         PROPERTYSETTINGS } following \context or \new.
3310
3311         * lily/my-lily-lexer.cc: add \with.
3312
3313         * lily/parser.yy (property_operation): clean up definition of
3314         property operations.
3315         (property_op_to_music): new function.
3316         (context_spec_music): new function
3317
3318         * VERSION: 2.1.7 released.
3319         
3320         * input/regression/collision-merge-dots.ly: new file.
3321
3322         * lily/note-collision.cc (check_meshing_chords): if merging heads,
3323         then kill the dots too. 
3324
3325         * lily/separating-line-group-engraver.cc (acknowledge_grob):
3326         set/unset breakableSeparationItem
3327
3328         * lily/separation-item.cc (relative_width): add function.
3329
3330         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
3331         only-prebreak-interface
3332
3333         * lily/system.cc (output_lines): only junk only-prebreak-interface
3334         grobs.
3335
3336         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
3337         read breakableSeparationItem
3338
3339         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
3340
3341         * lily/system.cc (output_lines): don't suicide Spacing_items. 
3342
3343         * lily/dot-column.cc (dot_config_badness): new function:
3344         select the best scoring dot configuration: dots should go close to
3345         the note heads, but be shifted up or down according to conventions.
3346         (print_dot_configuration): idem.
3347         (shift_one): idem
3348         (remove_collision): idem.
3349
3350         * input/regression/dots.ly: add more test cases.
3351
3352 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3353
3354         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
3355
3356         * flower/include/interval.hh: rename elem_b to contains 
3357
3358         * lily/tie.cc: change 'heads to 'head-pair.
3359
3360         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
3361         fill in 'heads field.
3362
3363         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
3364         minimum-length for short ones, and shorten so collisions with the
3365         next syllable are avoided.
3366
3367         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
3368         near-zero slopes.
3369         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
3370
3371         * lily/dots.cc: remove quantized_position callback. All Y
3372         positioning is done by dot-column.cc
3373
3374         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
3375         exhaustive test of all dot positions. This fixes disappearing dots
3376         in dotted chords.
3377
3378 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3379
3380         * mf/feta-klef.mf (test_staff): fatten up G clef
3381         (test_staff): fatten up f clef.
3382         
3383
3384 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3385
3386         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
3387         * input/les-nereides.ly: Use latin1 characters for title, like
3388         Morgenlied.
3389
3390 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3391
3392         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
3393         cmb10).
3394
3395         * lily/lyric-extender.cc (brew_molecule): add little space before
3396         extender line.
3397
3398         * lily/beam-quanting.cc (score_forbidden_quants): check if
3399         outer stafflines fall in any beam gaps.
3400
3401         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
3402         for lyric texts.
3403
3404 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3405
3406         * VERSION: 2.1.6 released.
3407
3408         * lily/beam-quanting.cc (quanting): add inspect-quants property:
3409         this shows the demerits of a user-defined beam position pair.
3410
3411         * scm/define-grobs.scm (all-grob-descriptions): set
3412         beamed-extreme-minimum-free-lengths to a different value.
3413
3414         * lily/scm-option.cc: add debug-beam scm-option
3415
3416         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
3417
3418 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3419
3420         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
3421
3422         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
3423         space after barline.
3424
3425         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
3426
3427         * lily/spacing-spanner.cc (breakable_column_spacing): take average
3428         of spacing wishes, not maximum. Only do this for delta-t == 0. In
3429         the other case, take standard column-breakable spacing. Do not
3430         warn about "no spacing wishes".
3431
3432         This fixes wide spaces after barlines in very loose lines.
3433
3434         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
3435
3436 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3437
3438         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
3439         acknowledge_grob lyric-syllable, not lyric-text.
3440
3441         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
3442         dashes of length #'length separated by #'dash-period. 
3443
3444         * lily/lyric-extender.cc (brew_molecule): idem
3445
3446         * lily/multi-measure-rest.cc (big_rest): idem
3447
3448         * lily/system-start-delimiter.cc (simple_bar): idem
3449
3450         * lily/bar-line.cc (simple_barline): use rounded box
3451
3452         * VERSION: release 2.1.5
3453
3454         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
3455         music): move note about dvips to more visible place.
3456
3457         * lily/lyric-phrasing-engraver.cc: move from
3458         new-phrasing-engraver.cc, remove old cruft (syllable-group,
3459         lyric-phrasing-engraver.hh)
3460         
3461         * lyric-align.ly: remove file
3462         
3463         * scripts/convert-ly.py (FatalConversionError.func): add removal
3464         rule for automaticMelismata
3465
3466         * ly/engraver-init.ly (ScoreContext): switch on
3467         New_phrasing_engraver by default.
3468
3469         * lily/slur-engraver.cc (class Slur_engraver):
3470         process_acknowledged_grobs -> process_music.
3471         (try_music): signal melismata correctly.
3472
3473         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
3474         word-space, right-trim-amount, and extend past right bound only
3475         for note heads.
3476
3477         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
3478         lyric-extender support: add note-heads to the extender
3479         automatically.
3480
3481         * lily/parser.yy: extender is now post_event. 
3482
3483         * lily/accidental-engraver.cc (number_accidentals): remove
3484         spurious warning about non-parent contexts.
3485
3486         * lily/music-output-def.cc (assign_translator): \translator { }
3487         for a Foo context implicitly redefines \FooContext.
3488
3489         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
3490         fixes.
3491
3492         * lily/slur.cc (brew_molecule): don't use stafflinethickness
3493         doubly in slur weight. 
3494
3495         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
3496         combination.
3497
3498         * scm/define-grobs.scm (all-grob-descriptions): change clef -
3499         staffbar distance.
3500
3501         * scripts/lilypond.py (global_latex_preamble): crank down size of
3502         the margins. Now there is a 12 mm top and bottom margin, which
3503         should correspond with the printable area of modern printers.
3504
3505         This enlarges the music height of the printable page a little.
3506
3507         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
3508         signs. Use \markup instead.
3509         (accreg_pen): tweak for accordeon asterisk.
3510
3511 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3512
3513         * lily/melisma-engraver.cc (try_music): use melisma_busy()
3514
3515         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
3516
3517         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
3518
3519         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
3520
3521         * scm/define-grobs.scm (all-grob-descriptions): change
3522         StanzaNumber description: make side support, i.s.o. breakable.
3523         use Instrument_name_engraver for texts in the margin.
3524
3525         * scm/define-translator-properties.scm: remove
3526         melismaEngraverBusy, stz property.
3527
3528         * *.cc: naming: change empty_b () into is_empty ()
3529
3530         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
3531
3532         * input/regression/lyric-phrasing-new.ly: new file.
3533
3534         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
3535         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
3536         melismata are now left-aligned.
3537
3538 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3539
3540         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
3541
3542         * mf/feta19.mf: remove.
3543         
3544         * mf/feta-klef.mf (test_staff): more tweaks
3545
3546         * mf/feta-toevallig.mf: more small size tweaks.
3547
3548         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
3549         rests for smaller sizes.
3550
3551         * mf/feta-bolletjes.mf: fix cross heads.
3552
3553         * VERSION: release 2.1.4
3554         
3555         * scripts/convert-ly.py (FatalConversionError.func): add rule for
3556         deprecated #'ancient font family
3557
3558         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
3559         it is a string or number.
3560
3561         * scm/output-lib.scm (note-head-style->attachment-coordinates):
3562         change calling convention of stem-attachment function. 
3563
3564         * buildscripts/mf-to-table.py: read and dump WX/WY fields
3565
3566         * mf/feta-autometric.mf: dump WX/WY fields too
3567         
3568         * mf/parmesan-heads.mf: idem.
3569
3570         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
3571         attachment coordinates.
3572
3573         * lily/note-head.cc (stem_attachment_coordinate): read stem
3574         attachment from the notehead glyphs WX/WY fields.
3575
3576         * lily/include/font-metric.hh (struct Font_metric): add methods
3577         get_indexed_wxwy (), make a distinction between looking up by
3578         index and ASCII  
3579
3580         * mf/feta-bolletjes.mf: rewrite note head MF code.
3581         (test_outlines): make heads more rotund for smaller sizes. 
3582
3583 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3584
3585         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
3586         throughout. Font scaling fixes throughout.
3587
3588         * mf/feta-sleur,slur.mf: remove. 
3589
3590         * mf/feta-slag.mf: rewrite.
3591
3592 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3593
3594         * VERSION: release 2.1.3
3595
3596         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
3597
3598         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
3599
3600         * lily/mark-engraver.cc (process_music): fix mark
3601         \default. (backportme)
3602
3603         * stepmake/stepmake/automatically-generated.sub.make (default):
3604         use -n for head/tail commands. 
3605
3606         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
3607         heads with the same pitch.
3608
3609 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3610
3611         * lily/recording-group-engraver.cc (finalize): set protected_scm
3612         member to '() before finalizing.
3613
3614         * lily/translator-group.cc (finalize): remove removal_processing () 
3615
3616         * lily/recording-group-engraver.cc: new engraver: record
3617         synchronized start & end times for each music object.
3618
3619         * lily/parser.yy (toplevel_expression): execute score rendering
3620         during parsing. Cleanup output-filename handling; this is no
3621         longer done with global variables.
3622         (translator_spec_body): allow \type modification too.
3623
3624         * lily/score.cc:  ly:run-translator: new function
3625         (LY_DEFINE): ly:render-output new function.
3626
3627         Separate interpreting and rendering, and make available as
3628         functions at Scheme level.
3629
3630 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3631
3632         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
3633         (musicxml-node->string):
3634         (xml-node->string):
3635         (music-to-musicxml): New function.
3636
3637 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3638
3639         * VERSION: 2.1.2 released
3640
3641         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
3642
3643         * scm/font.scm (paper20-font-vector): discouple font design sizes
3644         from sizes specified in .ly file: store all design sizes of a font
3645         in a single vector.
3646
3647         * lily/font-select.cc (get_font_by_design_size): new function
3648
3649         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
3650         add parmesan,feta in sizes 14 and 18.
3651         
3652         * mf/feta-toevallig.mf: use blot diameter for double sharp.
3653
3654         * lily/font-size-engraver.cc (acknowledge_grob): change definition
3655         of fontSize: this now sets font-size
3656
3657 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3658
3659         * VERSION: 2.1.1 released
3660         
3661         * Documentation/user/refman.itely (Tuning objects): add note about
3662         concurrent tweaks in different contexts. 
3663
3664         * lily/tie-engraver.cc (acknowledge_grob): use
3665         Staff_symbol_referencer::get_position iso. reading staff-position
3666         directly.
3667
3668         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
3669         currentMusicalColumn as left span-point for bracket. The bracket
3670         is too long when there are accidentals.
3671
3672 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3673
3674         * buildscripts/lilypond-profile.sh,
3675         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
3676         Thanks to Reuben Thomas <rrt@mupsych.org>
3677
3678 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
3679
3680         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
3681         Wurbel <wurbel@univ-tln.fr>.
3682
3683 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3684
3685         * scripts/midi2ly.py: Add space after chords.
3686
3687 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
3688
3689         * input/regression/{many}: add few @code{ ... }.
3690
3691 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3692
3693         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
3694         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
3695         Removed cmbx5, cmbx6 (which are included in teTeX)
3696         and cmbxti14 which is not used in fonts.scm.
3697
3698 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
3699
3700         * lily/midi-item.cc: fine tune quarter tones.
3701
3702 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
3703
3704         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
3705         new function, warn how many cents are missing in fine tuning.
3706
3707 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
3708
3709         * input/bugs/rhytmicstaff-tie.ly: add file.
3710
3711         * THANKS: Create skeleton for 2.1.
3712
3713 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
3714
3715         * input/test/bar-lines.ly (TODO): dashed "|".
3716
3717 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
3718
3719         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
3720         input/regression/tie-chord.ly: Fix spell for tying.
3721
3722         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
3723
3724         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
3725         new file (renamed, see above).
3726
3727         * Documentation/user/lilypond-book.itely
3728         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
3729         * input/example-1.ly input/example-2.ly input/example-3.ly
3730         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
3731         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
3732         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
3733         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
3734         * scripts/lilypond-book.py scripts/lilypond.py
3735         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
3736         * vimrc: replace ly2dvi with lilypond and remove silly comments.
3737
3738         * Documentation/user/lilypond.tely: update version.
3739
3740         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
3741         Remove extra spaces in each @node, fixes spaces.
3742
3743 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3744
3745         * scripts/lilypond-book.py (output_dict): Add definition of
3746         \lilypondbook also for LaTeX output. Solves several bug reports.
3747
3748 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
3749
3750         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
3751
3752 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
3753
3754         * input/test/transposition.ly: Fix key signatures, given in comments.
3755
3756 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3757
3758         * scm/midi.scm (instrument-names-alist),
3759         Documentation/user/appendices.itely: Correct spelling of shakuhachi
3760
3761 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3762
3763         * input/test/temporary-stave.ly (texidoc): New example based on an
3764         email question from Ralph Little.
3765
3766 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3767
3768         * VERSION: release 2.1.0
3769         
3770         * lily/note-performer.cc (try_music): accept busy-playing-event.
3771
3772         * lily/swallow-perf.cc (try_music): return false for
3773         busy-playing-event and melisma-playing-event.
3774
3775 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3776
3777         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
3778         >> in \score.
3779
3780 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3781
3782         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
3783         that articulation_substitute will not move beam start again.
3784         (articulation_substitute): Bugfix: remove stray space so that new
3785         old chords ending '>>' does not get broken up.
3786         (sub_chord): Use TAB for indentation (not spaces).
3787         
3788         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
3789         Bugfix for startup: Use ?^ instead of ?\^.
3790
3791 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3792
3793         * lily/lyric-combine-music-iterator.cc
3794         (Lyric_combine_music_iterator): change init order, to prevent GC
3795         segfaults.
3796
3797         * lily/context-specced-music-iterator.cc (construct_children): 
3798         only change  translator if found. This fixes a core dump problem.
3799
3800 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3801
3802         * scm/slur.scm (default-slur-extremity-rules): use equal? for
3803         comparison.
3804
3805         * mf/feta-bolletjes.mf: make hole in half note little
3806         smaller for stem attachment.
3807
3808         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
3809
3810         * mf/feta-banier.mf: don't draw stem with flag, just small square
3811         attachment.
3812
3813         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
3814
3815         * mf/feta-banier.mf: remove upstem/downstem characters.
3816
3817         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
3818
3819         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
3820         stafflinethickness (in the default)
3821
3822         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
3823
3824         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
3825
3826         * Documentation/topdocs/INSTALL.texi (Top): reorder.
3827
3828         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
3829
3830         * lily/include/directional-element-interface.hh:
3831         junk class, make {get,set}_grob_direction functions.
3832
3833         * lily/slur.cc (get_attachment): do something sensible when
3834         attaching to stem without heads (eg. a rest).
3835
3836         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
3837         forcing up to staff.  remove #'support-head property
3838         (brew_molecule): small cleanup.
3839         (flag): remove #'grace property.
3840
3841 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3842
3843         * cygwin/postinstall-lilypond.sh: 
3844         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
3845         (Volker Zell).
3846
3847 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3848
3849         * scripts/lilypond-book.py: resurrect 'eps' option. 
3850         (TexiPaper.to_eps): use -Ppdf for EPS files.
3851
3852         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
3853
3854         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
3855
3856         * VERSION: release 2.0.1
3857
3858         * lily/bezier.cc (get_other_coordinate): change assert into
3859         warning.
3860
3861         * lily/note-head.cc (internal_brew_molecule): make left protusion
3862         smaller, to accomodate for natural sign.
3863         (internal_brew_molecule): only do this when the accidental is
3864         close enough.
3865         (extent): new function
3866
3867         * lily/skyline.cc (merge_skyline): new function
3868         (heighten_skyline): new function
3869
3870         * lily/accidental-placement.cc (position_accidentals) 
3871         (position_accidentals): fix todo.
3872
3873 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3874
3875         * input/test/+.ly (texidoc): put version number inline.
3876
3877         * GNUmakefile.in: remove rsync-web target.
3878         
3879         * input/regression/bar-scripts.ly (onestaff): raggedright
3880
3881 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3882
3883         * lily/*.cc: remove #if 0'd code in couple of places.
3884
3885         * lily/midi-stream.cc (operator <<): rewrite.
3886
3887         * lily/note-head.cc (internal_brew_molecule): 
3888         only make ledgers when the Staff symbol has lines.
3889
3890         * ly/property-init.ly (arpeggioBracket): simplify
3891
3892         * lily/translator-group.cc (execute_pushpop_property): use
3893         SCM_EQ_P for comparing keys. This fixes reverting
3894         auto-beam-settings.
3895
3896 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3897 *
3898         * lily/midi-stream.cc (operator <<): Also write MIDI string when
3899         midi_debug_global_b.
3900         (operator <<): Normalise loop.
3901
3902 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3903
3904         * scripts/lilypond.py (escape_path): revise.
3905
3906         * scm/music-functions.scm (set-output-property): new function.
3907         
3908 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3909
3910         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
3911         use addmakeflags again.
3912
3913         * cygwin/lily-wins.py (escape_shell): New function; use it.
3914
3915         * scripts/lilypond.py (escape_shell): Escape quotes and other
3916         spaces too.  Do not escape escaping backslashes.
3917
3918         * make/srcdir.make.in (web-install): Must call install-WWW now.
3919
3920         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
3921         dependency
3922
3923 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3924
3925         * scripts/lilypond.py (escape_path): escape quotes too. 
3926
3927         * Documentation/user/lilypond.tely (Unified index): rename Index
3928         to accomodate Windows breakage.
3929
3930         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
3931
3932         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
3933         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
3934         target not a source.
3935
3936 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3937
3938         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
3939         addmakeflags.  Build and install doc and web also when building on
3940         Cygwin.
3941
3942         * mf/GNUmakefile: Bugfix.
3943
3944         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
3945         target web.
3946
3947         * cygwin/lily-wins.py: Quote filename.
3948
3949 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3950
3951         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
3952
3953 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3954
3955         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
3956         settings.
3957
3958         * configure.in: Require g++ > 3.0.4.
3959
3960         * mf/GNUmakefile: Bugfix: Add list.ly target.
3961         
3962         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
3963
3964         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
3965         make omf directory, add uninstall targets.
3966
3967 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3968
3969         * lily/tie-performer.cc (initialize): init prev_event
3970
3971         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
3972
3973         * lily/script-engraver.cc (make_script_from_event): don't crash on
3974         non-string articulation-type.
3975
3976         * lily/new-fingering-engraver.cc (add_script): don't crash on
3977         0 scripts 
3978         (acknowledge_grob): warn about text script events.
3979
3980 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
3981
3982         * buildscript/lilypond.words: fix path for drums.scm.
3983
3984 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3985
3986         * lily/spacing-spanner.cc (note_spacing): don't make longer
3987         durations than measure-length.
3988
3989         * VERSION: release 2.0.0
3990
3991         * GNUmakefile.in (rsync-web): version independent rsync target.
3992
3993         * input/test/+.ly (texidoc): idem.
3994
3995         * input/regression/+.ly: print version number.
3996
3997         * input/regression/accidentals.ly (mel): shorten.
3998
3999         * input/regression/accidental-octave.ly (texidoc): shorten.
4000
4001         * input/regression/hairpin-dashed.ly (texidoc): docstring.
4002
4003         * input/regression/completion-heads-polyphony.ly: octave
4004
4005         * input/regression/beam-manual.ly: remove
4006
4007         * input/regression/beam-chord.ly: remove
4008
4009         * input/regression/grace-dynamic.ly: remove
4010         
4011         * input/regression/grace-volta-repeat.ly: octave fixes.
4012
4013         * input/regression/hairpin-dashed.ly (texidoc): doc string.
4014
4015         * lily/parser.yy (step_number): semitones for chord entry too.
4016         (make_chord_step): more robust code, semitones. 
4017
4018         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
4019
4020         * input/regression/breathing-sign.ly (texidoc): split ancient and
4021         normal breathing signs.
4022
4023         * scm/define-grobs.scm (all-grob-descriptions): swap
4024         beamed-extreme-minimum-free-lengths and
4025         beamed-minimum-free-lengths; the 'extreme' case should allow
4026         shorter stems. This fixes forced directions on beamed 32nd and
4027         shorter notes.
4028
4029         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
4030         quartertones, not semitones.
4031         (NoteNamesContext): swallow more event types
4032
4033         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
4034
4035         * VERSION (PACKAGE_NAME): release 1.9.10
4036
4037 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4038
4039         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
4040         set note head as cause of note-column.  This gives a better error
4041         message.
4042
4043 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4044
4045         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
4046
4047 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4048
4049         * mf/GNUmakefile (pfa_warning): instruct 
4050
4051         * stepmake/aclocal.m4: typo.
4052
4053         * Documentation/user/cheatsheet.itely: more verbose examples.
4054
4055         * input/regression/clefs.ly: remove bogus docstring.
4056
4057 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4058
4059         * GNUmakefile.in (SUBDIRS): Add elisp.
4060
4061         * elisp/lilypond-mode.el: 
4062         * elisp/lilypond-init.el: 
4063         * elisp/lilypond-indent.el: 
4064         * elisp/lilypond-font-lock.el: Move from top dir.
4065
4066         * stepmake/stepmake/elisp-vars.make: New file.
4067
4068         * config.make.in (elispdir): Add.
4069
4070         * Documentation/topdocs/INSTALL.texi: Typo.
4071
4072         * make/ly-rules.make: Test for files instead of touching void and
4073         ignoring errors.
4074
4075         * GNUmakefile.in:
4076         * make/lilypond.redhat.spec.in:
4077         * debian/rules: Fix lilypond.words stuff a bit.  For running from
4078         <builddir>, adding
4079         
4080              (push "<builddir>/share/lilypond/elisp" load-path)
4081
4082         to your ~/.emacs.el should give you LilyPond-mode again.
4083
4084         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
4085         regexp for DOS/Windows, we are too paranoid to fix others.
4086
4087 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4088
4089         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
4090
4091         * input/test/chord-names-jazz.ly (banterProperties): fix
4092
4093         * lily/parser.yy (bass_mod): bass figure alterations are semi
4094         tones, not quarter tones
4095
4096         * lily/beam.cc (set_stem_lengths): only lengthen stems
4097         for gapped beams.
4098
4099         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
4100         by beamcount.
4101
4102         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
4103         a warning that the warning may erroneous.
4104
4105         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
4106         target.
4107
4108         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
4109         targets.
4110
4111         * GNUmakefile.in ($(config_h)): config.h should depend on
4112         config.hh.in .
4113         (lilypond.words): remove fontball stuff.
4114
4115         * stepmake/aclocal.m4: only print config.cache warning if it exists.
4116
4117         * configure.in: remove pktrace reference.
4118
4119         * GNUmakefile.in (rsync-web): permissions and ownership for
4120         website.
4121
4122         * lily/volta-engraver.cc (staff_eligible): new function.
4123         (stop_translation_timestep): kill off spanners if not eligible.
4124
4125         * VERSION (PATCH_LEVEL): release 1.9.9
4126
4127         * input/regression/beam-quanting-32nd.ly (texidoc): new file
4128
4129         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
4130         length is more important than forbidden quants.
4131         
4132 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
4133
4134         * buildscripts/lilypond.words: order words in search order,
4135         add lilypond.words.vim to be generated.
4136
4137         * lilypond.vim: use lilypond.words.vim for keyword matching.
4138
4139         * lilypond-mode.el: use search order. fix word selection rules.
4140
4141         * lilypond-font-lock.el: fix fontifying long durations.
4142
4143         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
4144
4145 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4146
4147         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
4148
4149         * stepmake/stepmake/generic-targets.make:
4150         * stepmake/stepmake/bin/make-version.py: 
4151         * stepmake/aclocal.m4:
4152         * make/stepmake.make:
4153         * make/toplevel-version.make: Build fixes: remove last traces of
4154           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
4155
4156         * lily/beam.cc: Add gap-count property.
4157
4158 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4159
4160         * scm/define-grob-properties.scm (gap-count): add gap-count
4161
4162         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
4163
4164 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4165
4166         * cygwin/mknetrel.doc: Typo.
4167
4168         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
4169
4170         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
4171
4172 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4173
4174         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
4175         sizes. Remove support for 'ledger'(=tabloid+landscape).
4176
4177 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4178
4179         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
4180         sauter PFAs.
4181
4182         * configure.in: remove VERSION stuff once again.
4183
4184         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
4185
4186         * scm/define-grobs.scm (all-grob-descriptions): use sans family
4187         for chord names.
4188
4189         * mf/GNUmakefile: always trace pfa fonts.
4190         (SAUTER_FONTS): add cmss[567] too fonts
4191
4192         * configure.in: require mftrace. 
4193
4194         * lily/staff-performer.cc (new_instrument_string): don't look at
4195         instrument property.
4196
4197         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
4198         is_direction is the C++ one. Similar for ly_axis_p and
4199         ly_number_pair_p
4200
4201 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4202
4203         * lily/beam.cc (brew_molecule): read gap-count to determine
4204         number of tremolo (gapped) beams.
4205
4206         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
4207         shorter than 1/8
4208
4209         * flower/include/array.hh (default_compare): new function
4210
4211         * cygwin/mknetrel: Native fixes.
4212
4213         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
4214
4215 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4216
4217         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
4218         feature for Windows.
4219
4220         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
4221
4222         * cygwin/mknetrel: Updates for native use on Cygwin.
4223
4224         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
4225
4226         * stepmake/stepmake/help2man-rules.make: 
4227         * cygwin/mknetrel: Bugfix for manpages.
4228
4229         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
4230         $(builddir).  Stepmake is a normal subdirectory now, that is not
4231         configured.  Another srcdir build fix.
4232
4233         * Documentation/topdocs/INSTALL.texi,
4234         buildscripts/lilypond.words.py, lilypond-font-lock.el,
4235         lilypond-init.el, lilypond-mode.el, debian/rules,
4236         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
4237         rename generated file lilypond.words to lilypond.words.el.
4238
4239 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
4240
4241         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
4242
4243         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
4244         GNUmakefile.in.
4245
4246 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4247
4248         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
4249         when cross building.
4250
4251         * configure.in: srcdir build fix.
4252
4253         * cygwin/GNUmakefile:
4254         * cygwin/lily-wins.py:
4255         * cygwin/postremove-lilypond.sh: 
4256         * cygwin/postinstall-lilypond.sh: Merge from stable.
4257
4258         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
4259         s/ly2dvi/lilypond/.
4260
4261 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4262
4263         * lily/slur.cc (after_line_breaking): only set control points if
4264         none supplied yet.
4265
4266         * input/test/slur-manual.ly: new file.
4267
4268         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
4269         <<  >> chords too.
4270
4271         * VERSION (PACKAGE_NAME): release 1.9.8
4272
4273         * scripts/lilypond.py (escape_path): escape spaces in directory names
4274
4275         * input/test/text-spanner.ly: fixes.
4276
4277 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
4278
4279         * buildscripts/lilypond.words.py: add drum names as note names to
4280         Emacs-mode.
4281
4282 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4283
4284         * input/regression/hairpin-dashed.ly: new file.
4285
4286         * scripts/convert-ly.py (conv): warn about dash-length.
4287
4288         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
4289         automatically if we get a new one.
4290
4291         * lily/lookup.cc (dashed_line): new function
4292
4293         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
4294         dash-fraction.
4295
4296 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
4297
4298         * buildscripts/lilypond.words.py: extract note names.
4299
4300         * lilypond-mode.el: take note names from lilypond.words -file.
4301         small fix in the use of string-match.
4302
4303         * lilypond-font-lock.el: use lilypond.words for note names, add 
4304         maxima to note a duration.
4305
4306 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4307
4308         * lily/breathing-sign.cc: remove railtracks() function. 
4309
4310         * input/regression/arpeggio-bracket.ly (texidoc): add file.
4311
4312         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
4313         (brew_molecule): bugfix don't make arpeggio shorter when
4314         arpeggio-direction is set.
4315
4316         *  debian/rules: small corrections in the (Pedro K)
4317
4318         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
4319         examples.
4320
4321         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
4322         special (repeat) bar comes along.
4323
4324         * input/regression/auto-beam-bar.ly: update.
4325
4326         * scripts/lilypond-book.py (output_dict): remove support for the
4327         EPS option.
4328
4329         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
4330         VerticalAlignment and VerticalAxisGroup this fixes the size
4331         computations for the entire system.
4332  
4333         * input/les-nereides.ly (bass): remove superfluous fontSize.
4334
4335         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
4336         causes directory of file to be added to include path.
4337
4338         * input/regression/beam-break.ly: test single stem beams.
4339
4340         * input/regression/system-start-bracket.ly: fix.
4341
4342         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
4343
4344         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
4345
4346         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
4347         (score_stem_lengths): do something sensible for single stem beams.
4348
4349         * lily/beam.cc (least_squares): add kludge for single stem beams.
4350
4351         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
4352         keySignature to list of broken things.
4353
4354         * input/regression/keys.ly: fix.
4355
4356         * VERSION (PACKAGE_NAME): release 1.9.7
4357
4358         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
4359
4360         * Documentation/user/refman.itely (Pitches): doc quarter tones.
4361
4362         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
4363         (quartertone_pitch): new function
4364
4365         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
4366         flat. WARNING: FONT CHANGED.
4367
4368         * ly/nederlands.ly: add -eh and -ih for quarter tones.
4369
4370         * lily/accidental-placement.cc (add_accidental): support for
4371         quarter tones.
4372
4373         * ly/LANGUAGEs.ly: use symbols for alterations.
4374
4375         * mf/feta-toevallig.mf: change accidental codes. 
4376
4377         * scm/lily.scm (ly:get-option): switch on debugging only for
4378         --verbose.
4379
4380         * lily/lily-guile.cc: remove ly:verbose?
4381
4382         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
4383
4384         * lily/parser.yy (TODO): only do gh_call() for apply with
4385         procedure argument.
4386
4387         * lily/tie-engraver.cc (start_translation_timestep): move melisma
4388         stuff in accordance with new timing of tie-events.
4389
4390         * lily/my-lily-lexer.cc: remove \outputproperty
4391
4392         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
4393
4394         * scm/define-translator-properties.scm (melismaBusyProperties):
4395         add melismaBusyProperties property.
4396
4397 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4398
4399         * input/test/ambitus-mixed.ly (texidoc): new file.
4400
4401         * buildscripts/mutopia-index.py (find): prune debugging
4402
4403         * lily/side-position-interface.cc: doc updates
4404
4405         * Documentation/user/refman.itely: updates, tweaks.
4406
4407         * lily/parser.yy (Simple_music): remove outputproperty
4408
4409         * make/stepmake.make: use VERSION again; importing VERSION via
4410         autoconf dependencies is too hairy.
4411
4412 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
4413
4414         * lilypond-mode.el: allow `-' for keywords and identifiers.
4415
4416 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4417
4418         * VERSION: release 1.9.6
4419         
4420         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
4421         iso. ly2dvi.
4422
4423         * Documentation/user/*.itely: fixes everywhere
4424
4425         * lily/completion-note-heads-engraver.cc: rewrite engraver:
4426         produce ties from the engraver itself, do not broadcast TieEvent.
4427
4428         * lily/my-lily-lexer.cc: remove pitch & duration.
4429
4430         * lily/parser.yy (TODO): remove \pitch and \duration
4431
4432         * input/test/explicit.ly: remove file.
4433
4434         * Documentation/user/refman.itely (Pitches): remove \pitch 
4435         \duration command.
4436
4437 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
4438
4439         * buildscripts/lilypond.words.py: add all slur types to Emacs
4440         insertion menu, suppose everything is postfixed by dropping 
4441         unnecessary `-' -marks.
4442
4443 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4444
4445         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
4446         tremoloed stems.
4447
4448         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
4449         head for flagged stems.
4450
4451         * lily/stem.cc (get_default_stem_end_position): futz with extra
4452         stem length if there is a stem tremolo.
4453
4454         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
4455         it would be too small.
4456
4457         * lily/font-metric.cc: return #f for non-existent glyph.
4458         
4459         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
4460         exported through config.make.
4461
4462         * input/regression/clef-oct.ly: new file.
4463
4464         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
4465         transposition.
4466
4467         * input/template/*.ly: remove old relative.
4468
4469         * ly/english.ly: add X names for double sharp.
4470
4471 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4472
4473         * lily/font-select.cc: new file handle font selection routines.
4474
4475         * lily/parser.yy: add ; (Patrick Atamaniuk)
4476
4477         * input/test/time-signature-double.ly: use markups for double time
4478         sigs.
4479
4480         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
4481         ChordNames.SeparationItem #'padding for adjusting space after chords.
4482         
4483         * lily/music-output-def.cc (LY_DEFINE): 
4484         new function ly:paper-lookup.
4485         
4486         * mf/parmesan-clefs.mf: use # quantities for char_box
4487         offsets. Fixes overflow errors in the PFA. 
4488
4489         * scm/new-markup.scm (strut-markup): change calling interface for
4490         markup. Pass paper-def, not grob. This would allow \markup to be
4491         used separately from grobs.
4492
4493         * lily/paper-def.cc: new function ly:paper-font; this function
4494         replaces ly:get-font.
4495
4496         * lily/include/font-interface.hh (struct Font_interface): take
4497         Paper_def iso. Grob for get_font().
4498
4499 2003-09-14  Graham Percival  <gperlist@shaw.ca>
4500
4501         * Documentation/user/ tutorial.itely, refman.itely: add warning
4502         about \key and accidentals.
4503
4504 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4505
4506         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
4507
4508         * Documentation/user/*.itely: manual tweaks
4509
4510 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
4511
4512         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
4513         cleanup; bugfix: exact_center
4514
4515         * Documentation/user/refman.itely: added more documentation on
4516         ambitus according to recent questions on lilypond-user list
4517
4518 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4519
4520         * input/regression/ottava.ly (texidoc): demo 15ma too.
4521
4522         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
4523
4524         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
4525         octave fixes.
4526
4527 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4528
4529         * lily/lexer.ll: add \r to the rules for newlines; this fixes
4530         problems on older Mac editors.
4531
4532 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
4533
4534         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
4535
4536 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
4537
4538         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
4539         mf/parmesan-clefs.mf: added comments on character alignment and
4540         set_char_box() conventions
4541
4542         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
4543         set_char_box()'s
4544
4545         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
4546
4547 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
4548
4549         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
4550
4551 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
4552
4553         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
4554         shortened to avoid almost-collision with staff line; code cleanup;
4555         other custodes: fixed char boxes; code cleanup
4556
4557 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4558
4559         * configure.in: release 1.9.5
4560         
4561         * scripts/lilypond.py (global_latex_preamble): only set
4562         twosideshift if 'twoside' is in latexoptions 
4563
4564         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
4565
4566         * VERSION: remove
4567
4568         * scripts/*2ly.py: update <> syntax
4569
4570 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4571
4572         * lily/chord-name-engraver.cc (process_music): add origin for
4573         chord name.
4574
4575         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
4576
4577         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
4578         bass notes for exceptions too.
4579
4580         * scm/define-grobs.scm (all-grob-descriptions): rename
4581         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
4582
4583         * scm/define-grob-properties.scm (remove-first): add remove-first
4584         property for orchestral scores.
4585
4586         * Documentation/user/*.itely: switch <<>> and <> 
4587
4588         * lily/glissando-engraver.cc (process_music): bugfix: move line to
4589         last_line only once. This fixes the two consecutive glissandi problem.
4590
4591 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
4592
4593         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
4594         error message "flexa-width undefined"
4595
4596         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
4597         lily/include/gregorian-ligature.hh: print warning when ignoring
4598         head prefixes on flexa shapes
4599
4600         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
4601         space before a series of inclinatum heads
4602
4603         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
4604         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
4605         cleanups
4606
4607         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
4608         and char_box
4609
4610 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
4611
4612         * input/regression/breathing-sign.ly: tiny fixes
4613
4614         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
4615         semantical collision with vaticana ligatures
4616
4617         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
4618         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
4619         now consistent with mensural ligatures
4620
4621         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
4622         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
4623         context pitches and staff position; dto. for virga stem; removed
4624         obsolete virga and clivis characters from parmesan font (WARNING:
4625         font changed)
4626
4627         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
4628         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
4629
4630         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
4631         scm/define-grob-properties.scm: consistency fix: renamed
4632         join_left->add_cauda
4633
4634         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
4635         appendix length; bugfix: yoffs_bt for reverse direction punctum
4636         characters
4637
4638         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
4639         small cleanups; added more docu
4640
4641         * lily/mensural-ligature-engraver.cc, lily/vaticana-ligature-engraver.cc,
4642         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
4643         computation to CoherentLigatureEngraver
4644
4645         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
4646         scm/define-grob-properties.scm: bugfix: added missing linea and
4647         cavum properties; bugfix: removed dead semivocalis property
4648
4649         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
4650         length; redesigned quilisma, stropha and auctum
4651
4652         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
4653         line thickness
4654
4655         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
4656         Documentation/user/refman.itely: bugfix: introduced shifted
4657         epiphonus head to avoid collision with adjacent plica
4658
4659 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4660
4661         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
4662
4663         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
4664
4665 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4666
4667         * Documentation/user/tutorial.itely (A lead sheet): remove
4668         duplicate chords.
4669
4670         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
4671
4672 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4673
4674         * Documentation/bibliography/computer-notation.bib (isbn): add
4675         xivcim publication.
4676
4677 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
4678
4679         * GNUmakefile.in: drop lilypond.words for generation.
4680
4681 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
4682
4683         * buildscripts/lilypond.words.py: take filename (also) from an arg.
4684
4685         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
4686
4687 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4688
4689         * input/test/figured-bass-alternate.ly (fl): new file.
4690
4691         * Documentation/topdocs/README.texi (Top): clarifications.
4692
4693         * Documentation/bibliography/computer-notation.bib (isbn): add phd
4694         theses of Gieseking and Renz.
4695
4696         * GNUmakefile.in (README_FILES): remove README.mandrake.
4697
4698 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
4699
4700         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
4701         from source files and search patterns listed in the script.
4702
4703         * GNUmakefile.in: add target `lilypond.words'.
4704
4705         * lilypond.words: remove file, generated by `make lilypond.words'.
4706
4707         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
4708
4709 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
4710
4711         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
4712
4713 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4714
4715         * VERSION: 1.9.4 released
4716
4717         * scripts/convert-ly.py (FatalConversionError.figures_replace):
4718         rule for < > <-> << >> substitution
4719
4720         * lily/lexer.ll: exchange meaning of << >> and < > 
4721
4722         * VERSION (PACKAGE_NAME): 1.9.3 released
4723
4724         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
4725         pages unconditionally.
4726
4727 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4728
4729         * Documentation/user/music-glossary.tely (Top): small syntax
4730         fixes.
4731
4732         * scm/music-functions.scm (remove-tag): filter \tagged music
4733         expressions.
4734
4735         * input/regression/tag-filter.ly (texidoc): new file.
4736
4737         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
4738         symbol2 .. ) etc. 
4739
4740         * scripts/convert-ly.py (FatalConversionError.conv): fingering
4741         convert rule.
4742
4743         * Documentation/user/refman.itely (Fingering instructions): adjust manual.
4744
4745         * lily/new-fingering-engraver.cc (position_scripts): don't crash
4746         for borderline cases (e.g. 1 fingering.)
4747         (position_scripts): revise interface, use fingerOrientations to
4748         set fingering positions.
4749
4750         * scm/document-translation.scm (context-doc): add aliases to
4751         automated documentation.
4752
4753         * make/lilypond-vars.make: remove stepmake compat glue.
4754
4755         * make/generic-vars.make: remove cruft.
4756
4757         * lily/main.cc (main): don't identify binary.
4758
4759 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4760
4761         * lily/include/translator.hh (class Translator): remove
4762         type_string_ , use symbol for context name throughout.
4763         Changes through whole source tree.
4764
4765         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
4766         set PDF as default, and always make PDF.
4767
4768         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
4769
4770 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
4771
4772         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
4773         Documentation/user/refman.itely input/regression/allfontstyle.ly
4774         input/regression/grace-types.ly:
4775         fix spelling for acciaccatura (Webster's 1913).
4776
4777 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4778
4779         * lily/main.cc (usage): adjust blurb, include url.
4780
4781         * input/regression/breathing-sign.ly (texidoc): transpose up
4782
4783 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
4784
4785         * input/regression/breathing-sign.ly: changed ancient examples to
4786         be relevant (by request of Han-Wen); updated BreathingSign text
4787         property according to new syntax.
4788
4789         * ly/gregorian-init.ly: updated BreathingSign text property
4790         according to new syntax
4791
4792 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4793
4794         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
4795         (Clef): index entries for clefs.
4796
4797         * python/lilylib.py (system): remove errorlog files.
4798         
4799 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
4800
4801         * lilypond.words: add \new and new graces. Add dynamics to menus
4802         keeping 1.8.x compatibility; after all the engraving relating to 
4803         notes becomes postfixed `-' marks will be removed.
4804
4805 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4806
4807         * lily/molecule.cc (align_to): idem.
4808
4809         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
4810         
4811         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
4812         accacciatura everywhere.
4813
4814         * VERSION (PACKAGE_NAME): released 1.9.2
4815
4816         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
4817
4818         * scm/document-markup.scm (markup-doc-node): sort markup function
4819         list.
4820
4821         * lily/paper-outputter.cc (output_version): change "Lily was here"
4822         into  "Engraved by LilyPond"
4823
4824         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
4825         on unquoted strings before \notenames.
4826
4827         * lily/parser.yy (lyric_element): allow markup as lyric text. This
4828         increases the number of s/r reductions to 4.
4829
4830         * scm/new-markup.scm (fraction-markup): \fraction command.
4831
4832         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
4833         mode
4834
4835         * lily/lookup.cc (round_filled_box): rename function.
4836         (LY_DEFINE): round-filled-box: change signature.
4837
4838         * Documentation/user/refman.itely: revise section explaining grace
4839         notes.
4840
4841         * lily/translator-scheme.cc (LY_DEFINE): add ! to
4842         ly:set-context-property
4843
4844         * input/*/*.ly (vmus): use \new everywhere.
4845
4846         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
4847
4848         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
4849         default
4850
4851         * scm/music-functions.scm (set-stop-grace-properties)
4852         (set-start-grace-properties, add-grace-property): new functions
4853         for modular grace tweak control.
4854
4855         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
4856         
4857 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4858
4859         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
4860
4861         * GNUmakefile.in (install-pfa-fonts):
4862         (get-pfa-fonts): New target.
4863
4864         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
4865         install-pfa-fonts help.
4866
4867 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4868
4869         * lily/translator-scheme.cc (LY_DEFINE):
4870         ly:context-pushpop-property new function.
4871         (LY_DEFINE): new function ly:translator-find  
4872         new function ly:translator?
4873         (LY_DEFINE): new function ly:context?
4874
4875         * lily/translator-def.cc: remove Translator_def::apply_pushpop_property().
4876
4877         * python/lilylib.py (read_pipe): only store and display error log
4878         if verbose not set.
4879         (read_pipe): only display log if it contains something.
4880
4881 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4882
4883         * Documentation/misc/GNUmakefile: Re-add.
4884         (TEXTS): Add CHANGES.
4885
4886 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
4887
4888         * lilypond.words: add \newcontext.
4889
4890 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4891
4892         * lily/tie-performer.cc (stop_translation_timestep): only flush
4893         tied_notes when we have actually made a tie. Fixes bugs with ties
4894         in polyphonic scores.
4895
4896 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4897
4898         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
4899         they do not exist.
4900
4901 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4902
4903         * VERSION (PACKAGE_NAME): released 1.9.1 
4904
4905         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
4906         Instrument_name_engraver
4907
4908         * lily/tie-performer.cc (create_audio_elements): bugfix
4909
4910         * Documentation/user/music-glossary.tely (Top): comment out
4911         font-style statements.
4912
4913         * input/test/force-hshift.ly: revise example.
4914
4915         * Documentation/bibliography/engraving.bib (note): typos.
4916
4917         * configure.in: bump GCC requirements to 3.x
4918
4919         * lily/include/audio-item.hh (class Audio_tie): rename
4920         note_l_drul_ to note_drul_
4921
4922         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
4923
4924         * lily/parser.yy (relative_music): whoops. All \relative were off
4925         by ...  a lot .... Ahem.
4926
4927         * scm/define-music-types.scm (music-descriptions): idem.
4928
4929         * lily/beam-engraver.cc: move new-beam-event to beam-event
4930
4931         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
4932         to Tie_engraver
4933
4934         * input/regression/bar-number.ly: remove unnecessary old-relative
4935         options.
4936         
4937         * Documentation/user/internals.itely (Creating contexts): document
4938         \newcontext
4939
4940         * lily/parser.yy (Composite_music): add \newcontext
4941
4942         * Documentation/user/refman.itely (MIDI block): add note about
4943         dotted tempos.
4944
4945         * scm/font.scm: remove old markup legacy
4946
4947         * GNUmakefile.in (web-clean): remake share/ after web-clean.
4948
4949         * lily/breathing-sign.cc (brew_molecule): remove function
4950
4951         * lily/text-item.cc: remove old-style markups.
4952         (interpret_markup): C++ version of markup function
4953         (brew_molecule): idem.
4954
4955         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
4956         as Scheme variable.
4957
4958         * scripts/convert-ly.py (conv): dashes rule.
4959         Apply rule.
4960
4961         * Documentation/user/lilypond-book.itely: syntax fixes. 
4962
4963 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4964
4965         * VERSION (PACKAGE_NAME): release 1.9.0
4966
4967         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
4968         note about dvips. (Should backport.)
4969
4970         * scripts/convert-ly.py
4971         (FatalConversionError.articulation_substitute): add
4972         convert-new-chords code. Remove convert-new-chords.py
4973
4974         * Documentation/user/refman.itely (Octave check): document
4975         \octave.
4976
4977         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
4978         \relative changes.
4979
4980         * lily/parser.yy (command_element): octave check:
4981
4982            \octave PITCH
4983
4984         checks that PITCH (without octave) yields PITCH (with octave) in
4985         \relative
4986
4987         * lily/relative-octave-music.cc (to_relative_octave): octave check.
4988
4989         * lily/scm-option.cc: ly:set-option now has the default argument
4990         #t.
4991
4992         * lily/lexer.ll: add \renameinput
4993
4994         * python/lilylib.py (command_name): robustifications.
4995
4996         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
4997         /dev/stderr. This is ash compatible.
4998
4999         * ly/init.ly: add warning if compatibility was not necessary.
5000
5001         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
5002
5003         * flower/include/string-handle.icc: formatting cleanups, rename
5004         references by ref_count_.
5005
5006 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
5007
5008         * make/lilypond.mandrake.spec.in: syncronize the spec file with
5009         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
5010         package libs separately, fix conflicting php variable out=/dev/vc/
5011         invoking `unset out', declare menus, use only one icon-file, fix
5012         doc-path in menu.
5013
5014 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5015
5016         * scripts/convert-ly.py (FatalConversionError.conv): typo
5017
5018         * Documentation/misc/GNUmakefile: restore misc directory.
5019
5020         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
5021
5022         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
5023         Petites-Preludes 
5024
5025         * input/test/partial-blank.ly (quickmeasure): syntax
5026
5027         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
5028         attachment property.
5029
5030         * Documentation/user/refman.itely: remove superfluous -'s 
5031         (Grace notes): ) fixes.
5032
5033         * lily/music.cc: generic compress(), transpose() functions. Remove
5034         others.
5035
5036         * lily/parser.yy (gen_text_def): remove support for #'(italic )
5037         style markup entry.
5038
5039         * lily/parser.yy: all articulations postfix; remove obligatory -
5040         for [,  ) and \!
5041         
5042         * lily/music.cc (to_relative_octave): write generic
5043         to_relative_octave function; various relative cleanups.
5044         Hmmm.
5045
5046         * lily/scm-option.cc: add options new-relative and old-relative
5047
5048         * po/sv.po: new po file.
5049
5050         * Documentation/user/refman.itely (Dynamics): website
5051         fixes. (should backport!)
5052
5053 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
5054
5055         * make/lilypond.mandrake.spec.in: declare version only once.
5056
5057 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5058
5059         * lily/simultaneous-music.cc (to_relative_octave): undo relative
5060         meaning for now.
5061
5062 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5063
5064         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
5065
5066         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
5067
5068         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
5069
5070         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
5071
5072         * lily/music.cc (var): add ly:music-transpose function.
5073
5074         * lily/parser.yy (pre_events): remove prefix articulations.
5075
5076         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
5077
5078         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
5079
5080         * Documentation/user/refman.itely (Text markup): add comment about
5081         markup in header.
5082
5083 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5084
5085         * lily/paper-outputter.cc (write_header_fields_to_file): 
5086         only dump value if it is a string.
5087
5088         * flower/include/dictionary.hh: remove.
5089         
5090         * Documentation/ChangeLog-1.5: add back old log.
5091
5092         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
5093         .pfas from a .deb.
5094
5095 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5096
5097         * Documentation/bibliography/engraving.bib: add entry for
5098         Jaschinski's Notation
5099
5100 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5101
5102         * Documentation/user/refman.itely (Beaming): add note about
5103         allowBeamBreak
5104
5105 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
5106
5107         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
5108         GregorianTranscription contexts
5109
5110         * ly/engraver-init.ly: vaticana contexts: minor fixes
5111
5112         * Documentation/user/refman.itely (Ancient notation): added note
5113         on appendix length bug
5114
5115         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
5116         input/test/vaticana.ly: use vaticana contexts; small fixes
5117
5118 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5119
5120         * flower/hash.cc: Remove.
5121
5122         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
5123         to (nonexistent?) hash_func_ identifier.
5124
5125         * python/midi.c (midi_error, midi_warning): Use char const* for
5126         __FUNCTION__ argument.
5127
5128         * python/gettext.py: Remove.  We already require python 2.1, which
5129         includes gettext.py.
5130
5131         * configure.in: Require python 2.1, as INSTALL.texi says.
5132         it.
5133
5134         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
5135         versions 1.50 and 1.75.  Remove note about lexer patch.
5136
5137 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5138
5139         * Documentation/topdocs/INSTALL.texi: Update type1 font
5140         description to actual situation.  Add comment about new font ball
5141         layout.
5142
5143         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
5144         in $LILYPONDPREFIX suffices for installation.
5145
5146 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5147
5148         * debian/control (Build-Depends): Add flex-old as alternative to
5149         flex.  Deprecate bison 1.75.
5150
5151 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
5152
5153         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
5154         Vaticana contexts
5155
5156         * Documentation/user/refman.itely (Ancient notation): documented
5157         some bugs; tiny fixes; added docu on Vaticana contexts
5158
5159         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
5160         scripts
5161
5162 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
5163
5164         * Documentation/user/refman.itely (Ancient notation): added some
5165         introductory words; added section on ancient time signatures;
5166         added some @seealso and @refcommands; small fixes and
5167         beautifications
5168
5169 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
5170
5171         * input/regression/note-head-style.ly: many fixes and updates
5172
5173         * Documentation/user/refman.itely: added small sections on ancient
5174         accidentals, rests and flags; revised ancient note head section;
5175         small wording/spelling fixes
5176
5177         * input/test/rests.ly: layout fixes
5178
5179 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
5180
5181         * input/puer-fragment.ly: bugfix: central C position of do clef
5182
5183         * ly/gregorian-init.ly: workaround: add small padding space before
5184         divisiones (the correct fix would be the spacing engine to handle
5185         this)
5186
5187 2003-08-13  Graham Percival  <gperlist@shaw.ca>
5188
5189         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
5190         cue-notes.ly: minor fixes.
5191
5192 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
5193
5194         * Documentation/user/refman.itely: bugfix: remove obsolete link to
5195         input/test/custos-style.ly
5196
5197         * Documentation/index.html.in: bugfix: link to Tutorial.html
5198
5199         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
5200         to neumes; bugfix: "et": epiphonus, not just a simple pes
5201
5202 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
5203
5204         * lilypond-mode.el: split `Insert Tag' if it is long enough.
5205
5206         * lilypond.words: add new features: markup, column, center, \[ \].
5207         
5208 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
5209
5210         * Documentation/topdocs/NEWS.texi, DEDICATION,
5211         stepmake/bin/add-html-footer.py
5212         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
5213         input/mutopia/J.S.Bach/wtk1-fugue1.ly
5214         input/mutopia/J.S.Bach/wtk1-prelude1.ly
5215         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
5216         added (only) after a sentence which is complete; if the sentence is 
5217         not ended a comma `,' or nothing is used. fix also spaces.
5218
5219 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5220
5221         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
5222         requirements to plain 1.6.
5223
5224         * buildscripts/mutopia-index.py (read_lilypond_header): update
5225         mutopia-index.py to 1.4 syntax [sic]
5226
5227 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
5228
5229         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
5230
5231 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5232
5233         * Documentation/index.html.in: url for regression pdf
5234
5235         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
5236
5237         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
5238
5239         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
5240
5241         * VERSION: 1.8.0 released
5242         
5243         * GNUmakefile.in (local-WWW-post): footify build fix.
5244
5245         * configure.in: require GUILE 1.6.4
5246
5247         * Documentation/user/GNUmakefile: don't copy *.png for
5248         lilypond-internals
5249
5250         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
5251         local-WWW-post target.
5252         (rsync-web): add rsync-web target
5253
5254         * Documentation/user/introduction.itely (Music notation and
5255         engraving): add neume example
5256
5257         * input/puer-fragment.ly (cantus): add puer-fragment
5258
5259 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5260
5261         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
5262         to notes, so that equalizer is actualy being used.
5263
5264         * scm/midi.scm (instrument-equalizer-alist):
5265         (absolute-volume-alist): Define public, so that user can copy or
5266         override.
5267
5268         * lily/key-performer.cc (create_audio_elements): Check for minor
5269         key.  Only if key is minor, set MIDI key to minor.
5270
5271 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5272
5273         * Documentation/user/refman.itely (Hiding staffs): fixes.
5274
5275         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
5276
5277         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
5278         vertical extents to deal with Hara kiri correctly.
5279
5280         * input/regression/hara-kiri-short.ly: remove
5281
5282         * input/regression/hara-kiri-pianostaff.ly: update test.
5283
5284         * Documentation/user/*.tely: remove WEBTITLE
5285
5286         * scm/output-tex.scm (comment): idem.
5287
5288         * scm/output-pdftex.scm: remove GUILE 1.4 glue
5289
5290         * scm/music-functions.scm (make-lyric-event): new function
5291
5292         * scm/lily.scm (lilypond-version): new function
5293
5294         * input/test/version-output.ly: new file.
5295
5296         * Documentation/user/lilypond.tely: add version number to
5297         front-page.
5298
5299 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5300
5301         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
5302
5303 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5304
5305         * input/template/gregorian-transcription.ly (barTwo): syntax update.
5306
5307         * Documentation/user/refman.itely (Hiding staffs): rename node.
5308
5309 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5310
5311         * input/regression/new-markup-syntax.ly (texidoc): remove
5312         molecule-callback override.
5313
5314 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5315
5316         * input/les-nereides.ly: Mark tweaks with %tweak.
5317
5318         * Debian patch, see debian/changelog (Anthony Fok).
5319
5320 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5321
5322         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
5323         problem.
5324
5325 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
5326
5327         * Documentation/user/refman.itely (Text markup): Fix language bug.
5328
5329 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5330
5331         * input/* : postfix syntax fixes.
5332
5333         * Documentation/user/refman.itely (Text markup): add note about
5334         raise/lower with ^ or _ .
5335         
5336         * po/fi.po: fix \\apply strings.
5337
5338         * lily/parser.yy (open_event): warn for prefix articulations.
5339
5340 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
5341
5342         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
5343         fix also on parmesan font.
5344
5345 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5346
5347         * VERSION 1.7.30 released
5348         
5349         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
5350
5351         * buildscripts/mutopia-index.py (headertext): rewording
5352
5353 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5354
5355         * scm/new-markup.scm (strut-markup): new markup function.
5356
5357         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
5358         space also when no accidental is there.
5359
5360 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5361
5362         * input/les-nereides.ly: Updates.
5363
5364 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
5365
5366         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
5367         which repeats the tag insertion selected from "Insert tag" menu.
5368
5369 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5370
5371         * lily/all-font-metrics.cc (find_font): load AFM files first only
5372         for feta fonts. This fixes problems with TeXlive and other TeX
5373         distros that include AFM files for the CM fonts. 
5374
5375         * scm/font.scm (qualifiers-to-font-name): remove.
5376
5377         * lily/paper-def.cc: remove get_var.
5378
5379         * input/trip.ly: remove file.
5380         
5381         * input/regression/spacing-note-flags.ly (raggedright): remove
5382         stafflinethickness
5383
5384         * input/les-nereides.ly: update to new syntax, cleanups.
5385
5386 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5387
5388         * Documentation/user/refman.itely: Clarify shortest-note problem
5389         of autobeamer.
5390
5391 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
5392
5393         * lilypond-mode.el: Add each word to regexps only once.
5394
5395         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
5396         is based on the syntax definitions in lilypond.words. Remove all 
5397         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
5398         LilyPond->Insert menu is generated by the entries in lilypond.words 
5399         to which have been given a syntax definition.
5400
5401         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
5402         \notes, \relative, \score, \simultaneous, \transpose.
5403
5404         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
5405
5406         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
5407         
5408         * lilypond-mode.el: add menu keywords separately.
5409
5410         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
5411
5412 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
5413
5414         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
5415         current ugly installation method for PFA fonts.
5416
5417 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
5418
5419         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
5420         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
5421
5422         * Documentation/user/music-glossary.tely: update legato.
5423
5424 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5425
5426         * lexer-gcc-3.0.patch: Remove.
5427
5428         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
5429
5430 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5431
5432         * debian/rules (binary-arch): remove NEWS.
5433
5434 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
5435
5436         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
5437         stepmake/bin{ many }: polish the `--help's of different scripts;
5438         model taken from the core-utils of Linux.
5439
5440         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
5441
5442 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5443
5444         * flower/parse-afm.cc (parseCharMetrics): add warnings.
5445
5446         * flower/libc-extension.cc: idem.
5447
5448         * flower/include/libc-extension.hh: protect against isinf macros.
5449
5450 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
5451
5452         * { many }: Use two uppercase letters in LilyPond.
5453
5454         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
5455
5456         * VERSION: 1.7.29 released.
5457         
5458 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5459
5460         * lily/tie.cc: add TODO comment.
5461
5462         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
5463
5464         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
5465         linejoins and linecaps. This fixes problems with occasional spikes
5466         on slur/tie endings.
5467         
5468         * input/regression/font-name.ly: don't use PS fonts for
5469         compatibility reasons. 
5470
5471         * mutopia/claop.py (accents): update to 1.8
5472
5473         * Documentation/user/music-glossary.tely (Top): remove 13pt.
5474
5475         * Documentation/user/macros.itexi: don't color glossary links.
5476
5477         * Documentation/user/invoking.itexi (Error messages): new section
5478
5479 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5480
5481         * input/regression/font-name.ly: add file.
5482
5483         * scm/document-backend.scm (grob-doc): remove <hr> from
5484         lilypond-internals
5485
5486         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
5487         reqd version to 1.6.4 
5488
5489         * lily/font-interface.cc (get_font): bugfix: take font-name from
5490         alist chain too. This fixes font-name override for \markup.
5491
5492 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5493
5494         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
5495
5496         * input/test/polymetric-differing-notes.ly: Compile fix.
5497
5498 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
5499
5500         * Documentation/user/refman.itely: fixed typo
5501
5502         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
5503         before flexa
5504
5505 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
5506
5507         * input/test/{ many }: search & fix some typos.
5508
5509 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5510
5511         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
5512         images.
5513
5514         * scm/music-functions.scm (make-voice-props-set): set Script /
5515         TextScript dir for polyphony too.
5516
5517         * scm/define-grobs.scm (all-grob-descriptions): decrease space
5518         before clef.
5519
5520         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
5521
5522 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
5523
5524         * Documentation/user/refman.itely (Percussion): Small
5525         clarifications and fixes.
5526
5527         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
5528         threads. This fixes different heads playing simultaneously.
5529
5530 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
5531
5532         * Documentation/user/{ many }: increase readability (read through 
5533         User manual from `one big page').
5534
5535 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5536
5537         * input/test/polymetric-differing-notes.ly: add example with
5538         disparate note values.
5539
5540         * input/test/polymetric.ly: rename from poly-metric
5541
5542         * scripts/ly2dvi.py (include_path): bugfix: use outbase
5543         iso. outname.
5544
5545         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
5546         G-clef bbox to real char extents. This fixes the G-clef being
5547         offset too much to the right.
5548         document perc clef offset.
5549
5550         WARNING: FONT CHANGED.
5551
5552         * Documentation/user/tutorial.itely (Tutorial): move menu.
5553
5554 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5555
5556         * buildscripts/lilypond-profile.sh (Error): trim error message.
5557
5558         * Documentation/user/invoking.itexi (Invoking the lilypond
5559         binary): add note about path.
5560
5561         * Documentation/user/macros.itexi: add @c at EOL, hopefully
5562         suppresses superfluous spaces.
5563
5564 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5565
5566         * buildscripts/lilypond-profile.sh: Add documentation to error
5567         message.
5568
5569         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
5570
5571 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5572
5573         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
5574         <mike@ossmann.com>)
5575
5576         * Documentation/bibliography/computer-notation.bib (pages): prune
5577         unscientific language.
5578
5579         * Documentation/user/GNUmakefile: copy unsplit file to
5580         lilypond.html (idem for lilypond-internals).
5581
5582         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
5583
5584         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
5585
5586         * python/lilylib.py (lilypond_version): 2.1 proof version check.
5587
5588         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
5589         fix.
5590         
5591 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
5592
5593         * Documentation/user/{ various }: bind text snippets with their
5594         examples, e.g. by punctuation: This is an example.
5595
5596 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5597
5598         * ly/performer-init.ly (VoiceContext): Typos.
5599
5600         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
5601         builds, leave final-install to toplevel srcdir makefile.
5602
5603         * make/srcdir.make.in (install): New target.
5604
5605 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5606
5607         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
5608         This fixes core dump on MIDI output (Simon Weatherill).
5609
5610         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
5611         on local-WWW-post.
5612
5613 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5614
5615         * make/lilypond.redhat.spec.in: add dvips to reqs.
5616
5617 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5618
5619         * make/srcdir.make.in (web): Add special web target.
5620
5621         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
5622         from inner $(LOOP).
5623
5624         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
5625
5626         * stepmake/stepmake/generic-targets.make (www-targets-help):
5627         * GNUmakefile.in (web-install): Install in $(webdir).
5628
5629         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
5630
5631         * cygwin/changelog: 
5632         * cygwin/mknetrel: Update.
5633
5634         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
5635         (html-doc): Remove (use: web).
5636
5637         * stepmake/stepmake/script-rules.make: 
5638         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
5639         Fix $(config_make) dependencies for srcdir build.
5640
5641         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
5642         target for srcdir build.
5643
5644         * stepmake/make/stepmake.make: 
5645         * make/srcdir.make.in: 
5646         * GNUmakefile.in:
5647         * make/stepmake.make (config_make): Rename variable (was:
5648         configuration).
5649
5650 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5651
5652         * Documentation/user/internals.itely (Manipulating music
5653         expressions): run lilypond on example too.
5654
5655         * flower/include/libc-extension.hh: move lrint define to
5656         header. bugfix.
5657         
5658 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5659
5660         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
5661         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
5662         do we recurse whole tree?).
5663
5664         * GNUmakefile.in (html-doc): Resurrect.
5665
5666         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
5667         obsolete $(package-icon) dependency.
5668
5669 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5670
5671         * Documentation/user/refman.itely (Automatic staff changes):
5672         add seealso 
5673
5674         * Documentation/index.html.in: link to bigpage.
5675
5676         * Documentation/user/tutorial.itely (Tutorial): streamline.
5677
5678         * Documentation/index.html.in: url typo.
5679
5680         * VERSION (PACKAGE_NAME): release 1.7.28
5681
5682         * python/lilylib.py (error_log): remove '/' from name.
5683
5684         * input/regression/pedal.ly: remove; dups input/test/
5685         
5686         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
5687
5688         * Documentation/index.html.in: python style doco index.
5689
5690         * Documentation/{footer,header}.html.in (src): remove, 
5691
5692         * Documentation/pictures: remove all but lelie-logo.xpm.
5693
5694         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
5695         before running makeinfo.
5696
5697         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
5698         @code{}
5699
5700 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5701
5702         * input/test/bar-number-regular-interval.ly: rename.
5703
5704         * Documentation/user/*: various fixes. 
5705
5706 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
5707
5708         * Documentation/{ many }: polish for update-all-menus. typos.
5709
5710         * po/fi.po: fixes.
5711
5712         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
5713
5714         * buildscripts/mutopia-index.py: polish.
5715
5716         * input/regression/{ many }, input/test{ many }: polish texidocs.
5717
5718 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5719
5720         * scripts/convert-ly.py (FatalConversionError.conv): rule for pedal-style  
5721
5722         * lily/text-spanner.cc (brew_molecule): use bracket-flare
5723         iso. edge-widen.
5724
5725         * lily/piano-pedal-engraver.cc (process_music): change from
5726         process_acknowledged ()
5727
5728         * lily/piano-pedal-bracket.cc: new file. Change
5729         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
5730         cleaned up.
5731
5732         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
5733
5734         * input/regression/tuplets.ly (texidoc): rename file.
5735
5736         * po/fr.po: update
5737
5738         * buildscripts/lilypond-profile.sh: error message if script is not
5739         sourced.
5740
5741         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
5742         bracket-flare
5743         (make_bracket): simplify code.
5744
5745         * lily/parser.yy (verbose_command_req): catch typos in \key scale
5746         argument.
5747
5748         * python/lilylib.py (lilypond_version_check): new function
5749
5750         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
5751
5752         * scripts/ly2dvi.py (run_lilypond): add version check.
5753
5754         * scripts/lilypond-book.py (option_definitions): typo
5755
5756         * scripts/ly2dvi.py (include_path): typo
5757
5758         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
5759
5760         * lily/parse-scm.cc (parse_handler): typo
5761
5762         * Documentation/user/macros.itexi: use @heading for headings.
5763
5764         * Documentation/user/refman.itely: updates, fixes.
5765
5766 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
5767
5768         * po/fi.po: add Finnish translations. fixes.
5769
5770         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
5771
5772         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
5773         from lily/glissando-engraver.cc.
5774
5775 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5776
5777         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
5778         for non-first _broken_ bracket.
5779
5780         * Documentation/user/refman.itely: corrections.
5781
5782 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5783
5784         * lily/new-fingering-engraver.cc (position_scripts): add heads to
5785         support of the fingerings.
5786
5787         * po/fr.po: French translation update.
5788
5789         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
5790         strings.
5791
5792 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5793
5794         * Documentation/user/introduction.itely: Small fixes.
5795
5796 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
5797
5798         * Documentation/topdocs/AUTHORS.texi: polish.
5799
5800 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5801
5802         * Documentation/user/introduction.itely: revise
5803
5804         * Documentation/user/tutorial.itely: reorganise.
5805
5806         * Documentation/topdocs/index.tely: remove.
5807
5808         * Documentation/header.html.in: prune.
5809
5810         * GNUmakefile.in: clean up web building.
5811
5812         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
5813         target.
5814
5815 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
5816
5817         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
5818
5819         * lilypond-mode.el: turn on blink-matching-paren.
5820
5821 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5822
5823         * scm/output-sodipodi.scm (svg-header): Fix typo.
5824
5825 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5826
5827         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
5828         fixes a security hole.
5829
5830         * scripts/lilypond-book.py (original_dir): remove temp_dir
5831
5832         * scm/document-translation.scm: use @code tags.
5833
5834 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
5835
5836         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
5837
5838         * lilypond-mode.el: add a buffer-local post-command-hook to set
5839         context dependent syntax-table after each cursor event. Remove old
5840         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
5841
5842         * lilypond-indent.el: update comments.
5843
5844         * Documentation/footer.html.in: add period.
5845
5846 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5847
5848         * make/lilypond.redhat.spec.in (Group): don't strip binary.
5849
5850         * scm/document-translation.scm (document-property-operation): add
5851         @code{} tags.
5852
5853         * VERSION (PACKAGE_NAME): release 1.7.27
5854
5855         * config.make.in: add PAPER variable
5856
5857         * buildscripts/new-chords.py (help): add help text
5858
5859         * Documentation/user/introduction.itely (Typography and program
5860         architecture):  fixes.
5861
5862         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
5863         for texinfo and dvips. This fixes problems with PDF output of the
5864         wrong size.
5865
5866         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
5867         DVIPS_PAPERSIZE variable
5868
5869         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
5870         TEXINFO_PAPERSIZE variable 
5871
5872 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5873
5874         * mf/feta-macros.mf: whoops: only draw lines for test situations.
5875
5876         * mf/feta-toevallig.mf: lowres fixes.
5877
5878 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5879
5880         * NEWS: Typo and fill-paragraph fixes.
5881
5882         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
5883         cast #define.
5884
5885         * configure.in: 
5886         * config.hh.in: Check for lrint.
5887
5888 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5889
5890         * VERSION: 1.7.26 released
5891
5892         * lily/separation-item.cc: add padding property.
5893
5894         * input/test/*.ly: various fixes, remove solo-a2.ly
5895
5896         * scm/new-markup.scm (brew-new-markup-molecule): arg order
5897         bugfix. Fixes old-style markup compatibility.
5898
5899         * Documentation/user/introduction.itely (Introduction): historical
5900         elucidations
5901
5902         * Documentation/user/music-glossary.tely (Top): linewidth fix.
5903
5904         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
5905
5906         * Documentation/index.texi (Top): cleanup.
5907
5908         * Documentation/user/introduction.itely (Introduction): rewrite
5909         introduction, 
5910         (Music notation and  engraving): about notation. Add flat-picture
5911
5912 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5913
5914         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
5915         separation items. This keeps lyrics from bumping into each other.
5916
5917 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5918
5919         * GNUmakefile.in (topdocs-web): New target.
5920         (local-web): Depend on topdocs-web; fixes html-doc.
5921
5922 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5923
5924         * po/lilypond.pot: run po-replace
5925
5926         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
5927
5928         * scm/drums.scm (reset-drum-kit): new function.
5929
5930         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
5931
5932         * scripts/update-lily.py: remove
5933         
5934         * VERSION: release 1.7.25
5935         
5936         * Documentation/user/introduction.itely (Introduction): rewrite
5937         start of introduction.
5938
5939 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
5940
5941         * lily/all-font-metrics.cc: fixed typo
5942
5943 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
5944
5945         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
5946         LilyPond-mode-context-set-syntax-table): new functions to define
5947         the syntax table according to context.
5948
5949         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
5950
5951 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5952
5953         * Documentation/user/refman.itely (Figured bass): 
5954         language nit courtesy http://www.vocabula.com
5955
5956         * GNUmakefile.in: remove no kpathsea hack.
5957
5958         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
5959         doco.
5960
5961         * GNUmakefile.in: remove web-doc target.
5962
5963         * lily/all-font-metrics.cc (find_afm): add message about
5964         buildscripts/clean-fonts.sh 
5965
5966         * scm/define-music-properties.scm (figure): use string for 'figure
5967
5968         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
5969
5970         * input/regression/ : add raggedright = ##t where applicable. 
5971         
5972         * scm/bass-figure.scm (make-bass-figure-markup): add
5973         alignBassFigureAccidentals property.
5974
5975         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
5976         bracket.
5977
5978         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
5979         syllables widths into account for minimum-length.
5980
5981         * input/test/staff-container.ly: update file
5982
5983         * input/test/stem.ly: remove
5984
5985         * lily/event.cc (LY_DEFINE): add ly: prefix.
5986
5987         * input/test/clef-manual-control.ly: from manual-clef
5988
5989         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
5990
5991         * input/test/different-time-signatures.ly: move to poly-metric.ly
5992
5993         * input/test/hara-kiri*,scales.ly: remove
5994         
5995         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
5996         with chord-names-jazz.ly)
5997
5998         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
5999         get scalable cm fonts too.
6000
6001         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
6002         --encoding for mftrace if present.
6003
6004         * input/regression/slur-area.ly: move from test/
6005
6006         * input/test/: remove simple-slur-endings slur-attachment
6007         slur-broken-cross-staff slur-broken.ly slur-damping.ly
6008         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
6009         slur-symmetry slur-symmetry tie-broken.ly
6010
6011         * scm/drums.scm (set-drum-kit): add function.
6012
6013         * Documentation/user/refman.itely (Percussion staves): use
6014         set-drum-kit
6015
6016         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
6017         too
6018         (Global_measure.set_timesig): handle 3/8 time sig too.
6019
6020         * scm/output-lib.scm (note-head-style->attachment-coordinates):
6021         note about triangle note heads.
6022
6023         * scm/drums.scm: use alist for instrument-settings. This fixes the
6024         bug with assigning to drums in the .ly file.
6025
6026         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
6027         CHANGED.
6028
6029         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
6030         cluster-beacon-interface
6031
6032         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
6033
6034         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
6035
6036         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
6037
6038         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
6039         to get positions.
6040
6041         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
6042         make ClusterSpannerBeacon to record Y positions. This removes the
6043         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
6044         make cluster-note-events.
6045
6046 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6047
6048         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
6049
6050         * configure.in: Use lily/main.cc as identifying source file.
6051
6052         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
6053
6054         * config.hh.in: 
6055         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
6056
6057         * configure.in: Require PYTHON >= 2.0.
6058
6059         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
6060           $PYTHON for include dir location.
6061         (STEPMAKE_PYTHON): New function.  Use
6062         
6063             PYTHON=foo ./configure
6064
6065           to override.
6066
6067 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6068
6069         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
6070         something.
6071
6072         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
6073         ftp.lilypond.org everywhere.
6074
6075 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6076
6077         * lily/text-item.cc (interpret_new_markup): do only if new-markup
6078         detected.
6079
6080         * Documentation/user/refman.itely (Grace notes): note on explicit
6081         contexts
6082
6083 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
6084
6085         * lilypond-font-lock.el: add a comment about LilyPond specific
6086         escape characters: ^, - and _, in the syntax table.
6087
6088         * Documentation/user/appendices.itely: a majuscule fix.
6089
6090 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6091
6092         * input/test/trills.ly (endHorizScript): fixes.
6093
6094         * input/test/chord-names-jazz.ly: merge in alternate Jazz
6095         notation, move from regression.
6096
6097         * input/test/script-stack.ly: change name from stacked-scripts
6098
6099         * input/test/ossia.ly: octave errors.
6100
6101         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
6102         for midi-volume-equaliser
6103
6104 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6105
6106         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
6107         cm fonts.
6108
6109         * mf/feta-beugel.mf: don't multiply font_count by 10.
6110
6111         * lily/lookup.cc (horizontal_line): new function. Use
6112         horizontal-line in output backends.
6113
6114         * Documentation/user/tutorial.itely (An orchestral part): new
6115         section on orchestral stuff and identifiers.
6116
6117 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
6118
6119         * lilypond-mode.el: comment-out paren-highlighting, it still causes
6120         some interference to other modes.
6121
6122 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6123
6124         * lily/spacing-spanner.cc (musical_column_spacing): use average,
6125         not maximum of spacing wishes in polyphonic situations.
6126
6127         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
6128         number
6129
6130         * lilypond-indent.el: remove paren matching. 
6131
6132         * lily/text-item.cc (interpret_new_markup): new function
6133         use iso. text2molecule.
6134
6135         * lily/main.cc (notice): change FSF address 
6136
6137         * po/de.po: update PO file to 1.6.
6138
6139 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
6140
6141         * Documentation/user/ {many}: Add periods and remove spaces.
6142         
6143 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
6144
6145         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
6146         Disable buffer-locally default paren hook and make a new one. 
6147
6148         * lilypond-mode.el: Turn off locally paren-mode, but turn on
6149         locally LilyPond-paren-mode. Add todo for mouse double-click.
6150
6151 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
6152
6153         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
6154         Disable buffer-locally default paren idle timer and make a new one. 
6155
6156         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
6157         locally LilyPond-show-paren-mode. Add to menu a toggle for
6158         LilyPond-show-paren-function.
6159
6160 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6161
6162         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
6163
6164 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
6165
6166         * Documentation/user/refman.itely: spelling fix.
6167
6168         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
6169         paren highlight function definitions. add todo for
6170         LilyPond-show-paren-mode.
6171
6172 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6173
6174         * input/template/jazz-combo.ly: new file.
6175
6176 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6177
6178         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
6179         lo-res fixes.
6180
6181         * mf/feta-schrift.mf: bugfix in varcoda sign.
6182         WARNING: FONT CHANGED
6183
6184         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
6185         in accordance with lexer.ll.   
6186
6187 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6188
6189         * Documentation/user/tutorial.itely: Edit introduction.
6190
6191 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6192
6193         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
6194         ly:grob-staff-position
6195
6196 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6197
6198         * scm/to-xml.scm: import srfi-1
6199
6200         * VERSION (MAJOR_VERSION):  release 1.7.24
6201
6202         * python/lilylib.py (make_ps_images): make multipage _really_ work.
6203
6204         * scripts/lilypond-book.py (do_file): put texidoc before image.
6205         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
6206
6207         * input/regression/*.ly: fix snippet octaves 
6208
6209         * input/test/spanner-after-break-tweak.ly: import
6210         broken-spanner-adjustment
6211
6212         * input/no-notation/midi-transposing.ly: move from input/test/
6213
6214         * input/test/: remove chord-markup
6215
6216         * input/regression/instrument-name-partial.ly: move from input/test.
6217
6218         * input/test/vertical-text.ly: remove
6219
6220         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
6221         space above lyrics lines.
6222
6223         * input/test/uniform-breaking.ly: remove file.
6224
6225         * lily/gourlay-breaking.cc (combine_demerits): add comment about
6226         uniform spacing density. 
6227
6228         * input/test/chords.ly (keys): remove file.
6229
6230         * scm/documentation-lib.scm (oop): use srfi-1 too.
6231
6232         * input/regression/*.ly: add \version
6233
6234         * Documentation/user/*.itely: various fixes.
6235
6236         * buildscripts/mf-to-table.py (base): break table every three
6237         symbols.
6238
6239         * input/:  remove %% new-chords-done %% .
6240
6241         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
6242         os-music.ly
6243         
6244 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6245
6246         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
6247
6248         * scm/new-markup.scm (box-markup): new function.
6249         (box-markup): new function. Contributed by Dick Schoeller
6250         <schoeller@attbi.com>
6251
6252         * scm/lily.scm: remove reduce-no-unit 
6253         (list-insert-separator): use fold-right
6254
6255         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
6256         of arguments. 
6257
6258         * NEWS: more neutral language for ancient notation 
6259
6260         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
6261         inside pointing beaming for chord tremolo.
6262
6263         * Documentation/user/lilypond-book.itely: minor editing
6264
6265 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
6266
6267         * NEWS: added news for 1.8 regarding ancient notation
6268
6269         * Documentation/user/refman.itely (Gregorian square neumes
6270         ligatures): fixed typo
6271
6272         * lily/vaticana-ligature-engraver.cc,
6273         lily/include/vaticana-ligature.hh: bugfix: use special heads for
6274         lower/upper head of Pes only when heads are stacked
6275
6276         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6277         scm/define-grob-properties.scm: cleanup: make "join-left" a
6278         boolean grob property and save delta pitch in grob property
6279         "delta-pitch" instead
6280
6281         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
6282
6283 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6284
6285         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
6286         completely borked
6287
6288         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
6289         (try_music): bug fix: beam multiplicity was completely borked.
6290
6291         * scm/lily.scm: remove tail, filter-list, filter-out-list,
6292         first-n, butfirst-n in favor of srfi-1 functions.
6293         remove string-join, string-pad in favor of srfi-13 functions.
6294
6295         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
6296
6297         * NEWS: use complete sentences.
6298
6299         * Documentation/user/introduction.itely (Example applications):
6300         add note about databases and lilypond-book.
6301
6302         * input/test/volta.ly: remove file
6303
6304         * input/regression/volta-broken-left-edge.ly: simplify file
6305
6306 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6307
6308         * Documentation/user/refman.itely (Constructing a tweak): new
6309         subsection.
6310
6311         * Documentation/user/tutorial.itely (Fine tuning layout): add
6312         common tweaks.
6313
6314         * scm/define-grobs.scm (TextScript): use new brewer.
6315
6316 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6317
6318         * VERSION: release 1.7.23
6319
6320         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
6321
6322         * python/lilylib.py (make_ps_images): bugfixes.
6323
6324         * input/regression/volta-multi-staff.ly: new file.
6325
6326         * Documentation/user/macros.itexi: refcommands, refcommand macros.
6327
6328         * Documentation/user/tutorial.itely (Piano staffs): new section.
6329         (Setting variables): new section
6330         (Fine tuning layout): new section
6331
6332         * input/just-friends.ly: remove file. Superseeded by
6333         input/test/chords-without-melody.ly
6334
6335         * ly/property-init.ly: add all commands to refman.
6336
6337         * scm/define-translator-properties.scm: remove
6338         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
6339
6340         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
6341         name. Underscores botch up PS output.
6342
6343         * scm/define-translator-properties.scm: remove
6344         textNonEmpty, oneBeat, regularSpacingDelta
6345
6346         * scripts/convert-ly.py (FatalConversionError.conv): conversion
6347         rule for automaticBars.
6348
6349         * lily/timing-engraver.cc (start_translation_timestep): change
6350         barNonAuto to automaticBars
6351
6352 2003-06-30  Graham Percival  <gperlist@shaw.ca>
6353
6354         * input/test/perform-tie.ly: delete file.
6355
6356 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
6357
6358         * Documentation/user/refman.itely (Gregorian square neumes
6359         ligatures): bugfix: do not show ledger lines in neumes table
6360         (fixed by setting staff symbol to transparent rather than removing
6361         it from staff context)
6362
6363 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6364
6365         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
6366         glue into brew-new-markup-molecule.
6367
6368         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
6369
6370         * Documentation/user/introduction.itely (Computerized typography):
6371         new section
6372
6373         * Documentation/user/tutorial.itely (An orchestral part): remove
6374         pc example from tutorial.
6375
6376         * input/tutorial/lilbook.tex: use screech-boink
6377
6378         * scripts/lilypond-book.py (compile_all_files): split formatting
6379         output body and scheduling lilypond compilation.
6380         (format_lilypond_output_bodies): new function
6381         (format_lilypond_block): new function
6382         (html_pages): allow multi-page images in HTML
6383
6384         * python/lilylib.py (make_ps_images): rename function from
6385         make_preview, merge with make_page_images
6386
6387 2003-06-28  Graham Percival  <gperlist@shaw.ca>
6388
6389         * input/test/key-clefs.ly: moved to regression.
6390
6391         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
6392
6393         * input/no-notation/README: added note about midi-*.ly files.
6394
6395         * input/test/two-key.ly: moved to no-notation/parse5.ly
6396
6397         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
6398         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
6399
6400         * input/test/ {various}: modified comments, marked some for deletion.
6401
6402         * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
6403
6404         * input/test/mmrest-collision: moved to regression.
6405
6406 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6407
6408         * scm/chord-name.scm (note-name->markup): don't superscript root
6409         alterations in chordnames.
6410
6411 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6412
6413         * Documentation/user/refman.itely (Multi measure rests): more
6414         index/cross-referencing.
6415
6416         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
6417
6418         * scm/font.scm: remove properties-to-font-name code.
6419
6420         * scm/define-grob-properties.scm: remove 'type
6421
6422         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
6423         conversion
6424
6425         * lily/text-spanner.cc: change 'type grob prop to 'style 
6426
6427         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
6428         "first" flag to decide whether to make a start-repeat
6429
6430         * input/regression/grace-volta-repeat-2.ly: new file.
6431
6432 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6433
6434         * lilypond-indent.el: rename generic functions to LilyPond-*
6435
6436 2003-06-22  Graham Percival  <gperlist@shaw.ca>
6437
6438         * input/test/thumb.ly: delete, merged into refman.
6439
6440         * Documentation/user/refman.itely: added thumb info to Fingering.
6441
6442         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
6443         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
6444         vertical-align.ly : deleted files.
6445
6446 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6447
6448         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
6449
6450         * lily/line-spanner.cc (broken_trend_offset): remove function.
6451         (get_broken_offset): idem.
6452         (brew_molecule): rewrite the line-break case.
6453
6454         * input/regression/follow-voice-break.ly:  new file.
6455
6456         * lily/line-spanner.cc (after_line_breaking): remove lines at the
6457         start of a system.
6458
6459 2003-06-20  Graham Percival  <gperlist@shaw.ca>
6460
6461         * input/test/tuplet-rest.ly: moved to regression.
6462
6463         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
6464         deleted file.
6465
6466         * input/test/ {many} : marked file for possible deletion.
6467
6468 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6469
6470         * input/regression/beam-funky.ly: add note about (disputed)
6471         correct beaming.
6472
6473         * ly/engraver-init.ly (ScoreContext): put key-signature after
6474         staff-bar
6475         
6476 2003-06-20  Graham Percival  <gperlist@shaw.ca>
6477
6478         * input/test/ broken.ly lyric-phrasing.ly: deleted.
6479
6480         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
6481
6482         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
6483
6484         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
6485         stem-extend was deleted (it was duplicate example, and not as
6486         good).
6487
6488         * input/test/[s-z]*.ly: add texidoc index.
6489
6490 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6491
6492         * lily/slur.cc (get_boundary_notecolumn_y): change name from
6493         get_first_notecolumn_y
6494
6495         * lily/spanner.cc (broken_spanner_index): new function.
6496
6497 2003-06-19  Graham Percival  <gperlist@shaw.ca>
6498
6499         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
6500         lyric-hyphen.ly : moved to regression.
6501
6502         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
6503         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
6504
6505         * input/test/instrument-name-mmrest.ly: moved to
6506         ../regression/multi-measure-rest-instr-name.ly
6507
6508         * input/test/knee-sym.ly: moved to
6509         ../regression/beam-knee-symmetry.ly.
6510
6511         * input/test/hymn.ly: change comments.
6512
6513         * input/test/[p-r]*.ly: add texidoc index.
6514
6515 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6516
6517         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
6518         to postfix syntax
6519         
6520         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
6521         syntax.
6522
6523         * VERSION: release 1.7.22
6524
6525 2003-06-18  Graham Percival  <gperlist@shaw.ca>
6526
6527         * input/test/[h-k]*.ly: added texidoc index.
6528
6529         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
6530
6531         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
6532
6533         * input/test/ various : mark files for deletion or moving to regression.
6534
6535         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
6536
6537         * input/test/[l-o]*.ly: added texidoc index.
6538
6539 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6540
6541         * scm/music-functions.scm (make-ottava-set): 
6542         only do ottavation if centralCPosition is set.
6543
6544         * lily/translator-scheme.cc (ly:context-property-where-defined):
6545         return '() if not found.
6546
6547 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
6548
6549         * lilypond-mode.el (LilyPond-un-comment-region): removed.
6550         Use one command for both commenting and uncommenting.
6551
6552         * lilypond-indent.el (LilyPond-comment-region): new function,
6553         (un)comments each line separately.
6554
6555         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
6556         
6557         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
6558         imenu is not added by default; adapted from f90.el,
6559         makes Help-menu, which does not fit, visible in XEmacs.
6560         
6561 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
6562
6563         * lilypond-mode.el: Set show-paren-mode local; minor-mode
6564         show-paren-mode sets blink-matching-paren-on-screen local.
6565         Try to make show-paren-function to paren-highlight local.
6566
6567         * lilypond-indent.el (LilyPond-scan-sexps): new function.
6568         Copy definitions of Emacs' show-paren-function and
6569         XEmacs' paren-highlight and make minimal changes;
6570         add comments about locality. 
6571         Fix matching first open-paren-char in '<< .. >>'.
6572
6573 2003-06-16  Graham Percival  <gperlist@shaw.ca>
6574
6575         * input/test/g*: added texidoc index.
6576
6577         * input/test/[a-g]*: added raggedright==#t when it
6578          seemed appropiate.
6579
6580         * input/test/ fake-grace.ly figured-bass.ly : removed file.
6581
6582         * Documentation/topdoc/INSTALL.texi: removed false warnings
6583         about gcc 3.3.
6584
6585 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6586
6587         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
6588
6589         * input/test/chords-without-melody.ly (texidoc): add from
6590         input/just-friends.ly
6591
6592         * input/regression/size{13--26}.ly: move from input/
6593
6594         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
6595         input/{star-spangled-banner,twinkle}.ly: remove 
6596         
6597         * lily/slur.cc: remove slur over rest warnings.
6598
6599         * lily/note-spacing.cc (get_spacing): include left part of right
6600         object in fixed space. This fixes stretched space before
6601         accidentals.
6602
6603         * input/regression/spacing-accidental-stretch.ly: new file.
6604
6605 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
6606
6607         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
6608         Reduce to 16pt.
6609
6610 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6611
6612         * input/regression/spacing-knee.ly: docstring
6613
6614         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
6615
6616         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
6617         input/tutorial/{test,solar,flowing}.ly: remove
6618
6619         * input/rhythm.ly: remove
6620
6621         * input/mutopia/F.Schubert/standchen.ly: update syntax.
6622
6623         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
6624         update syntax. 
6625
6626         * scm/define-grobs.scm (all-grob-descriptions): set
6627         knee-spacing-correction to 1.0
6628
6629         * lily/note-spacing.cc (stem_dir_correction): compute knee
6630         correction using stem-thickness and head width.
6631
6632         * input/regression/beam-quanting-horizontal.ly: update texidoc
6633
6634         * scm/define-grobs.scm (all-grob-descriptions): set
6635         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
6636         This fixes 32nd beams for noteheads in spaces quants.
6637
6638         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
6639
6640 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
6641
6642         * README.mandrake: Change lilypond-extras to lilypond-documentation.
6643
6644 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6645
6646         * input/test/dpncnt.ly,part-combine-score.ly: remove.
6647
6648         * VERSION (PACKAGE_NAME): release 1.7.21
6649
6650         * input/regression/stem-shorten.ly: new file.
6651
6652         * lily/stem.cc (get_default_stem_end_position): revise stem
6653         shortening code.
6654
6655         * input/regression/spacing-multi-tuplet.ly: move from input/test/
6656
6657         * input/test/{scripts,volta-start,sleur}.ly: remove
6658         
6659         * input/regression/span-bar.ly: smaller file.
6660
6661         * input/regression/spacing-{natural,tight,loose}.ly: remove
6662
6663         * input/test/markup.ly: remove
6664
6665         * scripts/lilypond-book.py: put printfilename in separate chunk,
6666         so texidoc is printed after the filename.  
6667
6668 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
6669
6670         * make/lilypond.mandrake.spec.in: fix docdirs.
6671
6672 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6673
6674         * input/regression/beam-french.ly: bugfix.
6675
6676         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
6677
6678         * input/regression/(various).ly: add raggedright = #t.
6679
6680         * input/regression/auto-beam.ly: move from abe.ly
6681
6682 2003-06-13  Graham Percival  <gperlist@shaw.ca>
6683
6684         * input/test/f*.ly: added texinfo index.
6685         
6686         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
6687
6688 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6689
6690         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
6691         quant penalty for beam just outside staff.
6692
6693         * input/regression/beam-quanting-horizontal.ly (texidoc): move
6694         from beam-pos.ly,  remove non-horizontal tests. 
6695
6696         * input/test/(various): cleanup header info. 
6697
6698         * input/test/tchaikovsky.ly: remove file.
6699
6700         * scm/chord-generic-names.scm: move from
6701         double-plus-new-chord-name.scm
6702
6703         * input/test/orchestscore.ly: remove file
6704
6705         * Documentation/user/refman.itely (Vocal music): update documentation.
6706
6707         * scm/define-translator-properties.scm (chordNoteNamer): remove
6708         chordNameStyle, use chordNameFunction
6709
6710         * scm/chord-name.scm (set-chord-name-style): remove
6711         set-chord-name-style. Use \property chordNameFunction.
6712
6713 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6714
6715         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
6716         music): remove @TeX{} command.
6717
6718 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6719
6720         * lilypond-indent.el (scan-sexps): Renamed to
6721         aargh-this-breaks-other-emacs-modes-scan-sexps.
6722
6723 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
6724
6725         * lilypond-indent.el: Fix: match concurrent one-char opening and 
6726         closing slurs: '()', etc. Add comments.
6727
6728         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
6729
6730         * lilypond-font-lock.el: match unending string at eof.
6731
6732         * make/lilypond.mandrake.spec.in: refreshed packed file list.
6733         
6734 2003-06-10  Graham Percival  <gperlist@shaw.ca>
6735
6736         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
6737         input/test/beam-dir.ly input/test/beam-position.ly    
6738         input/test/beam-suspect.ly input/test/beam-trend.ly    
6739         input/test/beams.ly input/test/crescendo-text.ly : deleted
6740         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
6741         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
6742         * input/test/default-bars.ly: moved to bar-always.ly
6743         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
6744
6745 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6746
6747         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
6748
6749 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6750
6751         * scm/chord-ignatzek-names.scm (remove-step): rename file.
6752
6753 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
6754
6755         * lilypond-indent.el: Match better slurs in scheme expressions.
6756         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
6757
6758         * Documentation/user/invoking.itexi: document Emacs' paren matching.
6759
6760 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6761
6762         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
6763
6764         * input/ac-extra-voice.ly: Add texidoc.
6765
6766         * ly/chord-modifiers-init.ly: 
6767         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
6768         and chordNameExceptionsPartial for new chord names.
6769
6770         * input/test/chord-names-dpnj.ly: 
6771         * input/test/dpncnt.ly: Update.
6772
6773         * scm/chord-name.scm: 
6774         * scm/double-plus-new-chord-name.scm: Add compatibility for new
6775         chord selection and options.
6776
6777         * ly/chord-modifiers-init.ly: Add exceptions 
6778
6779         * scm/define-translator-properties.scm (chordNameStyle) 
6780         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
6781
6782 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
6783
6784         * ly/property-init.ly (germanChords): Added.
6785         (semiGermanChords): Added.
6786         
6787         * input/test/chord-names-german.ly: Use new macros
6788         
6789 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
6790
6791         * lilypond-indent.el: Use similar parenthesis highlighting for 
6792         Emacs and XEmacs through redefinitions of parenthesis highlighting 
6793         functions; removed LilyPond-show-paren-function. Fix indenting.
6794         Turn paren-matching on also in XEmacs.
6795
6796         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
6797         as needed by parenthesis highlighting functions (in scan-sexp).
6798
6799 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6800
6801         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
6802         function.
6803         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
6804
6805 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
6806
6807         * lilypond-indent.el: tune regexp for show-paren-function.
6808
6809 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6810
6811         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
6812         for all LilyPond-produced tex snippets.
6813
6814         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
6815         fixes one line --preview output of ly2dvi.
6816
6817 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
6818
6819         * lilypond-indent.el: match only one type of slurs in
6820         LilyPond-show-paren-function.
6821
6822 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6823
6824         * debian/GNUmakefile (EXTRA_DIST_FILES): 
6825         * debian/lilypond1.7.dirs: 
6826         * debian/lilypond1.7-doc.dirs: New file.
6827
6828         * input/regression/chord-name-exceptions.ly: Add parameter for
6829         ignatzekExceptions.  Quote hash in docstring.
6830
6831 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
6832
6833         * lilypond-indent.el (show-paren-function): define show-paren-function
6834         as LilyPond-blink-matching-open and use it for closing parens.
6835         Let LilyPond-blink-matching-open know whether a bracket was inserted.
6836
6837         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
6838         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
6839         LilyPond-blink-matching-paren in order to match both open and close
6840         brackets.
6841         
6842 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
6843
6844         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
6845         testing by modifying the code from FSF Emacs paren.el. Add comments.
6846
6847 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6848
6849         * input/test/dpncnt.ly: Transpose example to match new
6850         default \chords octave.  Add comment.
6851         
6852         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
6853         comment about octave change.
6854
6855 2003-06-04  Graham Percival  <gperlist@shaw.ca>
6856
6857         * input/test/[d,e]: added texinfo index tags.
6858         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
6859
6860 2003-06-04  Graham Percival  <gperlist@shaw.ca>
6861
6862         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
6863
6864 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
6865
6866         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
6867         as in blink-matching-open.
6868
6869 2003-06-03  Graham Percival  <gperlist@shaw.ca>
6870
6871         * input/test/[a-c]: more comments in files.
6872         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
6873         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
6874         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
6875         mark file for proposed deletion.
6876         * input/test: renaming files:
6877         auto-beam-4-8.ly to beam-auto-4-8.ly
6878         auto-beam-override.ly to beam-auto-override.ly
6879         auto-beam.ly to beam-auto.ly
6880         blank.ly to blank-paper.ly
6881         absolute-volume.ly to dynamic-absolute-volume.ly
6882
6883 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6884
6885         * input/test/dpncnt.ly: 
6886         * input/test/chord-names-dpnj.ly: Resurrect.
6887
6888         * lily/my-lily-lexer.cc: Remove chordnames keyword.
6889
6890         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
6891
6892         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
6893         Better docstring, add parameter OMIT-ROOT, tidy up.
6894
6895 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
6896
6897         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
6898
6899 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6900
6901         * scm/output-ascii-script.scm (as-font-alist-alist):
6902         (as-properties-to-font-name):
6903         (as-make-style-sheet): Remove.
6904
6905         * scm/font.scm (as-make-font-list): New function.
6906         (as-font-sheet-alist): New variable.
6907
6908         * ly/paper-as9-init.ly: 
6909         * ly/paper-as5-init.ly: Update.
6910
6911         * ly/paper-as5.ly:
6912         * ly/paper-as9.ly: New file.
6913
6914 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6915
6916         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
6917
6918 2003-05-28  Graham Percival  <gperlist@shaw.ca>
6919         * input/sondag-morgen/*: removed due to copyright concerns.
6920         * input/[a,b]*.ly: added a newline at the end of the texinfo
6921         doc string (produces better output in HTML version).
6922         * input/c*.ly: added texinfo index and added comments to
6923         aid in future changes to input/test/ files.
6924
6925 2003-05-28  Graham Percival  <gperlist@shaw.ca>
6926         
6927         * Documentation/user/refman.itely: fixed build problem (missing
6928         file) caused by previous renaming.
6929
6930 2003-05-28  Graham Percival  <gperlist@shaw.ca>
6931         
6932         * input/test/[a,b]*.ly: added texinfo index and added comments to
6933         aid in future changes to input/test/ files.
6934         * input/test/bar-number-every-5-reset.ly: renamed to
6935         bar-number-every-five-reset.ly
6936         * input/test/bar-script-visibility.ly: renamed to
6937         bar-number-show-all.ly
6938
6939 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6940
6941         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
6942         to Voice.
6943
6944         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
6945         out note-line and glissando functionality.
6946         
6947         * lily/line-spanner.cc (brew_molecule): cleanup.
6948
6949 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6950
6951         * scripts/as2text.scm: Use rdelim module.
6952         (start-system): Rename from start-line.
6953         (stop-system): Rename from stop-line.
6954         (af-gulp-file): Use string iso symbol for getenv.
6955
6956         * scm/output-ascii-script.scm: Add guile and lily modules.
6957         (font-name-alist): New variable.
6958         (draw-line): New function.
6959
6960         * scm/output-lib.scm (func, arg->string): Re-add from archive.
6961         (Were these silently removed, without ChangeLog entry?)
6962
6963 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6964
6965         * scm/music-functions.scm (make-ottava-set): bugfixes: also
6966         process 2nd ottava correctly.
6967
6968 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
6969
6970         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
6971
6972 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6973
6974         * Documentation/user/converters.itely (Invoking midi2ly): Update.
6975
6976 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6977
6978         * VERSION: release 1.7.20
6979         
6980         * lily/text-spanner.cc (brew_molecule): clean up function. This
6981         fixes bugs with broken 8va spanners.
6982
6983         * lily/simple-spacer.cc (solve): also compute force for raggedright.
6984         This prevents spurious line-breaks with raggedright
6985         
6986 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6987
6988         * lily/key-performer.cc (create_audio_elements): always use major
6989         key
6990
6991         * Documentation/user/internals.itely: updates
6992
6993         * input/regression/beam-break.ly: new file.
6994
6995         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
6996         beams if starting or terminating stems have 'beaming set.)
6997
6998         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
6999         property.
7000
7001         * lily/parser.yy (verbose_command_req): add comment about scales.
7002
7003 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
7004
7005         * lilypond-indent.el: adjust regexps in bracket-matching.
7006
7007 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
7008
7009         * Documentation/user/refman.itely: more tiny fixes
7010
7011         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
7012         "Chord names"; added table with input syntax for solesmes neumes
7013         table; added some words about rationale on input syntax design
7014
7015         * lily/gregorian-ligature-engraver.cc,
7016         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7017         lily/include/gregorian-ligature.hh: bugfix: horizontal head
7018         alignment of Pes Initio Debilis
7019
7020         * Documentation/user/refman.itely,
7021         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7022         mf/parmesan-heads.mf: fixed most of the head selection/alignment
7023         bugs in the solesmes neumes table
7024
7025 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
7026
7027         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
7028         Similarly, match '[' and ']' by skipping '\[' and '\]'.
7029
7030         * lilypond-mode.el: fix tag-score. small improvements.
7031
7032 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7033
7034         * .cvsignore: Add aclocal.m4.
7035
7036         * lily/music-constructor.cc: Include <assert.h>.
7037
7038 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7039
7040         * ly/engraver-init.ly (HaraKiriStaffContext): use
7041         RemoveEmptyStaffContext instead.
7042
7043         * Documentation/user/refman.itely: updates
7044
7045 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
7046
7047         * Documentation/user/refman.itely: added solesmes neumes table;
7048         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
7049         bugfix: "Ornaments" -> "Articulations"
7050
7051         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
7052
7053 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
7054
7055         * lilypond-indent.el: Add a message about trying to match \] or \).
7056         
7057 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
7058         
7059         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
7060         obsolete "arithmetic_*"
7061
7062         * input/bugs/ligatures.ly: removed (will be put into a different
7063         directory later)
7064
7065 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7066
7067         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
7068         libkpathsea (Maurizio Tomasi).
7069
7070 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7071
7072         * input/regression/repeat-slash.ly (texidoc): new file
7073
7074         * lily/slash-repeat-engraver.cc (try_music): new file, handle
7075         slash repeats separately. Slash repeats and %
7076         repeats can now be nested.
7077
7078 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
7079
7080         * lilypond-indent.el: Add preliminary test for closing \] and \).
7081         
7082 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
7083
7084         * lily/gregorian-ligature-engraver.cc,
7085         lily/vaticana-ligature-engraver.cc,
7086         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
7087         mf/parmesan-heads.mf: various semivocalis related bugfixes
7088
7089         * input/bugs/ligatures.ly: new file demonstrating problems with
7090         ligatures
7091         
7092 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
7093
7094         * lilypond-mode.el,
7095         lilypond-font-lock.el,
7096         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
7097
7098 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
7099
7100         * lilypond-mode.el: Remove outdated code. Stress the difference 
7101         between Emacs and XEmacs definitions.
7102
7103         * lilypond-mode.el,
7104         lilypond-indent.el: Define a function interactive only when necessary.
7105
7106 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
7107
7108         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
7109         Use inactive regions also in XEmacs.
7110
7111 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7112
7113         * Documentation/user/refman.itely (Repeat syntax): more updates
7114
7115         * lily/simple-spacer.cc (solve): move solution process into
7116         solve(). This fixes a bug with collisions and raggedright = ##t.
7117  
7118         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
7119
7120         * ly/engraver-init.ly: remove GraceContext. Update examples.
7121
7122 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7123
7124         * GNUmakefile.in (fonts): Also make fontball.
7125
7126         * Website fixes:
7127
7128         * ly/engraver-init.ly (GraceContext): Add.
7129
7130         * run:
7131
7132             convert-ly $(find . -name *.ly)
7133
7134         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
7135         new chords.
7136
7137 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7138
7139         * VERSION: 1.7.19 released
7140         
7141         * scm/music-functions.scm (set-octavation): new function.
7142
7143         * input/regression/ottava.ly: new file
7144
7145         * lily/translator-scheme.cc (LY_DEFINE): new function
7146         ly:unset-context-property
7147         (LY_DEFINE) new function ly:context-property-where-defined: 
7148
7149 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
7150
7151         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
7152
7153         * lilypond.words: add few.
7154
7155         * input/test/script-chart.ly: fix typo.
7156
7157 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7158
7159         * scm/define-grobs.scm: uniform naming for definitions and output
7160         routine files. 
7161
7162         * ly/engraver-init.ly (ChoirStaffContext): add \description from
7163         scm/context-description.scm
7164
7165         * lily/parser.yy (translator_spec_body): add \description to the
7166         \translator{} body syntax.
7167
7168         * lily/ottava-engraver.cc: new file.
7169
7170         * scm/chord-name.scm (natural-chord-alteration): replace old
7171         chord stuff. 
7172
7173         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
7174
7175         * Documentation/user/refman.itely (Metronome marks): update doco.
7176
7177         * input/regression/markup-note.ly: new file
7178
7179         * input/regression/metronome-marking.ly: new file
7180
7181         * lily/metronome-engraver.cc: new file. Print \tempo markings.
7182
7183         * scm/new-markup.scm (note-markup): make a note glyph, useful for
7184         metronome marks.
7185
7186 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7187
7188         * Documentation/user/GNUmakefile: Compatibility fix for new
7189         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
7190         for making binary packages; info splitting bug has been fixed.
7191
7192         * Documentation/user/refman.itely: Compile fixes.
7193
7194 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
7195
7196         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
7197         Count \midi -keywords also for a region.
7198
7199 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7200
7201         * lily/lookup.cc (LY_DEFINE): new function
7202
7203         * Documentation/user/tutorial.itely: updates
7204
7205 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
7206
7207         * lilypond-mode.el: Allow Midi on buffer.
7208         Use only '.ly'-extension, remove '.sly' and '.fly'.
7209         Allow use of inactive regions. Invoke next Command on Master file, 
7210         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
7211
7212 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7213
7214         * Documentation/user/tutorial.itely: updates.
7215
7216 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
7217
7218         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
7219
7220 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
7221
7222         * lily/coherent-ligature-engraver.cc: fixed typo
7223
7224         * lily/coherent-ligature-engraver.cc,
7225         lily/gregorian-ligature-engraver.cc,
7226         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
7227         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
7228         lily/vaticana-ligature-engraver.cc,
7229         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
7230         scm/grob-description.scm: cleanup: junked LigatureHead grob and
7231         removed all ligature specific stuff from NoteHead code
7232
7233         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
7234         ligatures now use regular noteheads
7235
7236         * lily/vaticana-ligature.cc: tiny code cleanups
7237
7238         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
7239         space between two adjacent noteheads of the same pitch
7240
7241         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
7242         description; cleanup: removed obsolete font-family settings
7243
7244 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
7245
7246         * lily/coherent-ligature-engraver.cc,
7247         lily/gregorian-ligature-engraver.cc,
7248         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
7249         lily/mensural-ligature-engraver.cc,
7250         lily/vaticana-ligature-engraver.cc,
7251         lily/include/gregorian-ligature-engraver.hh: updated for new
7252         Coherent_ligature_engraver; added comments that describe the basic
7253         design ideas of the ligature implementation
7254
7255         * lily/coherent-ligature-engraver.cc,
7256         lily/include/coherent-ligature-engraver.hh: new file: shared code
7257         between mensural ligatures and Gregorian chant notation ligatures
7258
7259 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
7260
7261         * lilypond-mode.el: XEmacs fixes: include two definitions for the
7262         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
7263         use only two arguments in sit-for, use no arguments in
7264         read-char-exclusive, backspace is not a character (127) in XEmacs.
7265
7266         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
7267
7268 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
7269
7270         * lilypond-mode.el: un-commenting works after syntax-table fix.
7271
7272         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
7273         group, verbose commenting for syntax table.
7274
7275         * lilypond-indent.el: add TODO for ligature slurs.
7276
7277 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
7278
7279         * lilypond-mode.el: Move comments of parenthesis matching away,
7280         (blink-matching-paren-on-screen) fix blinking in Emacs.
7281
7282         * lilypond-font-lock.el: Fix parent-matching for Emacs:
7283         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
7284
7285         * lilypond-indent.el: Add TODO for parenthesis matching.
7286
7287 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
7288
7289         * lilypond-mode.el: Fix XEmacs: 
7290         changed [S-iso-lefttab] to [(shift iso-lefttab)],
7291         invoke explicitly easy-menu-add (in Emacs done automatically).
7292         
7293         * lilypond.words: Add few words from input/*/*.ly.
7294
7295 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7296
7297         * VERSION (PATCH_LEVEL): release 1.7.18
7298
7299         * scripts/lilypond-book.py: only print basename for printfilename
7300         option
7301
7302         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
7303         and syntax updates.
7304
7305 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7306
7307         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
7308         better parametrisation. Move fatness of bulb downward.
7309
7310         * mf/parmesan-custodes.mf (dir_down): remove underscores from
7311         glyph names. Underscores are not allowed .ps encoding files.
7312
7313 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
7314
7315         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
7316         variable "packed" for packed right-ragged mode
7317
7318         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
7319         unused variable ragged; fixed indentation
7320
7321         * Documentation/user/refman.itely: tiny cleanups in ancient
7322         clef and custos section
7323
7324 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7325
7326         * lily/parser.yy (Simple_music): add \applyoutput, syntax
7327         \applyoutput PROCEDURE
7328
7329         * lily/my-lily-lexer.cc: add \applyoutput.
7330
7331         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
7332
7333         * lily/text-item.cc: clean text-interface description
7334
7335 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7336
7337         * input/{regression,test}/: use postfix for slur endings and beam
7338         begins.
7339
7340         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
7341         style beams too. 
7342
7343         * input/regression/lyrics-melisma-beam.ly: new file.
7344
7345         * lily/lyric-engraver.cc (process_music): change from
7346         process_acknowledged_grobs()
7347
7348         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
7349         functions to set and revert auto-beam settings.
7350
7351 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7352
7353         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
7354
7355 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
7356
7357         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
7358         Documentation/user/lilypond.tely: fixed some typos; updated author
7359         info
7360
7361         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
7362         #"" -> #'flag-style = #'()
7363
7364         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
7365         cleanup: removed dead #includes
7366
7367         * lily/gregorian-ligature-engraver.cc,
7368         lily/include/gregorian-ligature.hh,
7369         scm/grob-property-description.scm: small cleanups, small spacing
7370         fixes
7371
7372         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
7373         lily/vaticana-ligature.cc,
7374         lily/include/gregorian-ligature-engraver.hh,
7375         scm/grob-property-description.scm, scm/music-types.scm:
7376         "porrectus" -> "pes or flexa"
7377
7378         * ly/engraver-init.ly, scm/grob-description.scm,
7379         scm/grob-property-description.scm: junked porrectus, now handled
7380         by ligature code
7381
7382         * scm/grob-description.scm: bugfix: added space-alist entry for
7383         breathing sign/custos
7384
7385 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7386
7387         * Another grand 2003 update.
7388         
7389         * Remove mentioning of `mudela'; There's no such thing.
7390
7391 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7392
7393         * Documentation/user/preface.itely (Preface to version 1.8): update
7394
7395         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
7396
7397         * Documentation/user/converters.itely (Invoking convert-ly): revise
7398
7399         * scripts/convert-ly.py (outfile_name): remove --assume-old.
7400
7401         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
7402
7403 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7404
7405         * Documentation/user/internals.itely: more updates.
7406
7407 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7408
7409         * Documentation/user/refman.itely: revise 
7410
7411         * Documentation/user/internals.itely: revise
7412
7413         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
7414
7415 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
7416
7417         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
7418         beautification: reformatted ancient clefs section; cleanup: small
7419         wording fixes
7420
7421 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
7422
7423         * lilypond.words: added words for chant notation, sorted
7424         alphabetically through "sort lilypond.words"
7425
7426 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
7427
7428         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
7429         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
7430         chant notation
7431
7432 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
7433
7434         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
7435         prevent TeX from interpreting them as long dash
7436
7437         * input/test/vaticana.ly: updated
7438
7439         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
7440         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
7441         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
7442         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
7443         fixes
7444
7445         * mf/parmesan-heads.mf: ledger endings: removed dead code
7446
7447 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7448
7449         * VERSION: 1.7.17 released
7450         
7451         * Documentation/user/GNUmakefile
7452         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
7453         files too.
7454
7455         * scm/document-markup.scm: new file: document all markup
7456         functions.
7457
7458         * scm/documentation-generate.scm: rename all documentation modules
7459         to document-*.scm
7460
7461         * scripts/lilypond-book.py: generate link to .ly file iso. link to
7462         .png
7463
7464         * input/test/divisiones.ly: added
7465
7466         * input/regression/output-property.ly: new file
7467
7468         * lily/cluster.cc: change cluster-interface to use style property
7469
7470 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
7471
7472         * input/test/chord-names-german.ly: modified.
7473
7474         * scm/chords-ignatzek.scm:
7475           chord-name->german-markup: Added
7476           note-name->german-markup: Changed (now producing lowercase notenames)
7477
7478         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
7479         
7480 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7481
7482         * scripts/convert-ly.py (FatalConversionError.conv):
7483         divisiominima -> divisioMinima, etc.
7484
7485         * ly/engraver-init.ly (FiguredBassContext): add
7486         Separating_line_group_engraver to Figured bass context.
7487
7488         * ly/german-chords-init.ly: remove file
7489
7490         * input/test/chord-names-german.ly (scm): new file.
7491
7492         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
7493
7494         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
7495         Chord_name_engraver
7496
7497         * Documentation/user/refman.itely: lots of updates.
7498
7499         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
7500         new file
7501
7502         * input/test/bar-number-every-5-reset.ly: new file.
7503
7504 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7505
7506         * input/regression/chord-name-major7.ly: new file
7507
7508         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
7509         if specced explicitly.
7510
7511         * input/regression/chord-name-entry-11.ly: new file.
7512
7513         * input/test/slur-beautiful.ly: new file.
7514
7515         * Documentation/user/refman.itely: updates.
7516
7517         * input/regression/collisions.ly (threevoice): cleanup.
7518
7519         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
7520
7521 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7522
7523         * Documentation/user/*.itely: various updates.
7524
7525         * ly/spanners-init.ly: enddecr/ endcr.
7526
7527         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
7528         of tutorial
7529
7530 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7531
7532         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
7533
7534         * lily/new-chord-name-engraver.cc (process_music): use octavation
7535         (a number) instead of original-pitch to store inversions. This
7536         fixes a problem with transposed chords with inversions.  
7537
7538 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7539
7540         * stepmake/aclocal.m4: Include compile fix for broken flex, as
7541         used in includable-lexer.hh.
7542
7543         * lily/includable-lexer.cc: Bugfix: include config.h.
7544
7545         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
7546         circumvention of Debian packaging bug.
7547
7548 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7549
7550         * flex-2.5.31 hits Debian/unstable.  Fixes below.
7551         
7552         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
7553
7554         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
7555         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
7556
7557         * lily/include/includable-lexer.hh: 
7558         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
7559
7560         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
7561
7562         * aclocal.m4: Regenerate.
7563
7564         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
7565         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
7566
7567         * scm/pdf.scm (use-modules): Include lily.
7568
7569         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
7570         Noordkamp).
7571         (use-modules): Include lily.
7572         (lily-def): Bugfix: include tex-val in let.
7573
7574 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
7575
7576         * lilypond-mode.el: sensible error if lilypond.words not found.
7577
7578         * lilypond.words: add few words.
7579
7580 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
7581
7582         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
7583
7584         * mf/parmesan-scripts.mf: fixed typo in char name
7585
7586 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7587
7588         * VERSION: 1.7.16 released
7589
7590         * python/lilylib.py (setup_temp): temporary directories are mode 700.
7591         (this is a security vulnerability).
7592
7593         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
7594
7595         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
7596         add staff support.
7597
7598 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
7599
7600         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
7601         ly/script-init.ly, scm/script.scm: bugfix: renamed
7602         fermata->signumcongruentiae to fix naming clash with feta font
7603
7604 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7605
7606         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
7607
7608         * lily/multi-measure-rest-engraver.cc
7609         (start_translation_timestep): use grace timing too for determining
7610         when to make mmrest.
7611         (start_translation_timestep): clear numbers too.
7612
7613 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
7614
7615         * scm/music-types.scm: compile fix: escape braces
7616
7617         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
7618         work around font selection problem
7619
7620         * Documentation/user/refman.itely: BreathingSign: added docu for
7621         property "text"
7622
7623 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7624
7625         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
7626         information.
7627
7628 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7629
7630         * lily/multi-measure-rest-engraver.cc (class
7631         Multi_measure_rest_engraver): make multiple Number objects, one
7632         for each MultiMeasureTextEvent.
7633
7634         * scm/music-functions.scm (glue-mm-rest-texts): use
7635         MultiMeasureTextEvent
7636
7637         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
7638
7639         * Documentation/user/refman.itely (Multi measure rests): update.
7640
7641 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7642
7643         * lily/ly-module.cc (ly_copy_module_variables): use
7644         scm_internal_hash_fold() for iterating modules.
7645
7646 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
7647
7648         * Documentation/user/refman.itely: Section Custodes: added more
7649         example code
7650
7651         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
7652         neo-mensural rests to parmesan font
7653
7654         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
7655         header
7656
7657 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7658
7659         * Documentation/user/macros.itexi: @fileref macro.
7660
7661         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
7662         each file. 
7663
7664 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
7665
7666         * lily/include/custos.hh, make/lilypond.suse.spec.in,
7667         Documentation/topdocs/AUTHORS.texi: updated my email address
7668
7669         * Documentation/user/refman.itely: updated custos documentation;
7670         beautified divisiones example; beautified articulations table
7671
7672         * lily/breathing-sign.cc: bugfix: finalis molecule
7673
7674 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
7675
7676         * Documentation/user/refman.itely: added docu for
7677         contemporary fermata symbols, gregorian breathing signs; small fixes
7678
7679         * ly/gregorian-init.ly: removed obsolete #'type props
7680
7681 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7682
7683         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
7684         minimum-length property correctly.
7685
7686 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7687
7688         * scm/music-functions.scm (make-multi-measure-rest): set input
7689         locations for multimeasure rests.
7690
7691 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
7692
7693         * input/regression/breathing-sign.ly: updated to for ancient
7694         notation
7695
7696 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
7697
7698         * scripts/ly2dvi.py: Add newline.
7699
7700 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7701
7702         * scripts/ly2dvi.py (dependency_files): Compile fix.
7703
7704 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7705
7706         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
7707         (make_html_menu_file): --html menu. 
7708
7709 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7710
7711         * scripts/ly2dvi.py (run_dvips): +add the .map file 
7712
7713 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7714
7715         * input/screech-boink.ly: new file.
7716
7717 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7718
7719         * scripts/lilypond-book.py (make_lilypond_file): convert
7720         lilypond-file to lilypond block directly, without going through
7721         begin/end lilypond text.
7722         
7723
7724 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
7725
7726         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
7727         scm/grob-description.scm: moved Michael's original breathing sign
7728         code in brew_molecule() to divisio_minima(); provided new
7729         brew_molecule() that effectively replaces the
7730         Text_item::brew_molecule callback (with additional fallback to
7731         Michael's original code); added callbacks for brewing divisio
7732         maior/maxima and finalis
7733
7734         * gregorian-init.ly: added breathing sign shortcuts for virgula,
7735         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
7736
7737         * script-init.ly: added shortfermata, longfermata,
7738         verylongfermata, varcoda
7739
7740         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
7741         longfermata, verylongfermata, varcomma, varcoda
7742
7743 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7744
7745         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
7746           Remove all noquote and insert a few quote.
7747         
7748         * Documentation/user/lilypond-book.itely (Music fragment options),
7749           scripts/lilypond-book.py: Don't include quotation blocks by
7750           default. Introduce option quote instead of noquote
7751
7752 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7753
7754         * VERSION: 1.7.15 released
7755         
7756         * Documentation/user/lilypond.tely: omf updates.
7757
7758         * buildscripts/texi2omf.py (omf_vars): include version.date
7759
7760         * make/lilypond.redhat.spec.in: fixes for spec file. 
7761
7762         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
7763         by function definition: lily now requires a recent GNU Make.
7764
7765         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
7766
7767         * make/ly-rules.make: remove .ly -> .tex rule
7768
7769         * Documentation/user/refman.itely (Figured bass): revised figured
7770         bass example.
7771
7772 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7773
7774         * stepmake/stepmake/omf-targets.make (local-install): add
7775         scrollkeeper-update message.
7776
7777         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
7778         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
7779
7780         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
7781
7782         * Documentation/user/converters.itely (Invoking midi2ly): add
7783         track/channel notice.
7784
7785 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7786
7787         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
7788
7789         * lily/parser.yy (scalar): DIGIT is also a scalar.
7790
7791         * Documentation/user/music-glossary.tely: add @omf tags
7792
7793         * Documentation/user/lilypond.tely: add @omf tags
7794
7795         * scm/generate-documentation.scm (string-append): add @omf tags.
7796
7797         * stepmake/stepmake/omf-*: new files 
7798
7799         * input/regression/multi-measure-rest.ly (texidoc): add doco
7800
7801         * GNUmakefile.in (web-doc-install): add web-doc-install target
7802
7803         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
7804         fixes crashes while dumping MIDI.
7805
7806         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
7807         midi
7808
7809 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7810
7811         * buildscripts/texi2omf.py: new file.
7812
7813         * mf/feta-beugel.mf: include font count, not staffsize (16) in
7814         font-name
7815
7816 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7817
7818         * input/regression/beam-manual-beaming.ly (texidoc): new file.
7819
7820         * lily/sequential-iterator.cc (descend_to_child): call
7821         descend_to_child() for all types of music.
7822
7823 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7824
7825         * scm/translator-property-description.scm: Add
7826         bassFigureFormatFunction.  Replace some entries.
7827
7828 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7829
7830         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
7831         clean out.
7832
7833 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7834
7835         * scripts/midi2ly.py (Note.dump): never dump duration for
7836         dump_dur=0.
7837
7838         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
7839         new function
7840
7841         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
7842         figures using new markups. Much simpler, and should improve layout
7843         a little.
7844
7845         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
7846
7847 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7848
7849         * ly/engraver-init.ly: use Hara kiri by default for 
7850         ChordNames, FiguredBass and Lyrics(Voice) context. 
7851
7852         * lily/axis-group-engraver.cc (acknowledge_grob): use
7853         rhythmic-grob-interface for selecting items not to hara-kiri'd 
7854
7855         * scm/new-markup.scm (markup-function-list): add bracket,
7856         vbracket.
7857
7858         * ly/engraver-init.ly (ChordNamesContext): set
7859         minimumVerticalExtent
7860
7861 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7862
7863         * input/test/time-signature-double.ly: new file 
7864
7865         * input/regression/collision-head-chords.ly (texidoc): new file.
7866
7867         * lily/type-swallow-translator.cc: add note swallow translator 
7868
7869         * input/test/time-signature-double.ly: new file.
7870
7871         * lily/type-swallow-translator.cc: add Rest_swallow_translator
7872
7873         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
7874         (FiguredBassContext): idem.
7875
7876         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
7877
7878         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
7879
7880         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
7881
7882         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
7883         .afm dependency
7884
7885         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
7886
7887         * python/lilylib.py (make_page_images): add function.
7888
7889         * scripts/ly2dvi.py (run_latex): include title in preview image.
7890
7891         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
7892         from lilypond-book for <ly2dvifile> tags in HTML.
7893
7894         * scripts/ly2dvi.py (option_definitions): add --debug option to
7895         print out environment.
7896
7897         * input/regression/tie-chord-partial.ly: new file.
7898
7899 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
7900
7901         * lilypond.words: add 3
7902
7903 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7904
7905         * scm/new-markup.scm (markup-function-list): add finger-markup
7906
7907         * input/tutorial/brahms-tweaked.ly: new markup 
7908
7909         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
7910
7911         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
7912         crash when processing '() markup
7913
7914         * input/regression/breathing-sign.ly (texidoc): add caesura example.
7915
7916         * lily/breathing-sign.cc (railtracks): another caesura.
7917
7918         * mf/feta-schrift.mf: caesura symbol. 
7919
7920 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7921
7922         * scripts/convert-ly.py (FatalConversionError.conv): add
7923         ly:molecule-XXX conversions.
7924
7925         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
7926
7927         * input/regression/multi-measure-rest-text.ly: new file.
7928
7929         * scm/music-functions.scm (glue-mm-rest-texts): automatically
7930         convert MMREST-TEXT to MultiMeasureRestNumber settings.
7931
7932         * ly/engraver-init.ly (ScoreContext): move tablature settings to
7933         ScoreContext
7934
7935         * scm/new-markup.scm (center-markup): \center markup.
7936
7937         * scm/music-functions.scm: remove pitchify scripts.
7938
7939         * lily/music.cc (print_smob): display music name if available 
7940
7941 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7942
7943         * Documentation/user/refman.itely (Instrument names): remove
7944         \turnOff doco.
7945
7946 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7947
7948         * lily/score.cc (mark_smob): bugfix.
7949
7950         * input/regression/rehearsal-mark.ly: new file.
7951
7952         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
7953         report error at the current token again.
7954
7955 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7956
7957         * cygwin/mknetrel: Exit if doc build fails.
7958
7959         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
7960
7961 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7962
7963         * scm/music-types.scm (music-descriptions): add doc strings
7964
7965 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7966
7967         * lily/lexer.ll: 
7968         * lily/include/my-lily-lexer.hh: 
7969         * lily/include/includable-lexer.hh: Add flex kludge.
7970
7971         * config.hh.in: 
7972         * config.make.in: 
7973         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
7974         cruft.
7975         
7976         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
7977         code.
7978
7979 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7980
7981         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
7982
7983         * lily/parser.yy (new_chord): Compile fix.
7984
7985 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7986
7987         * Documentation/user/refman.itely (Tuning groups of objects):
7988         remove documentation for \turnOff. 
7989
7990         * lily/percent-repeat-engraver.cc (try_music): add correct
7991         processing moments for double-measure percents as well.
7992
7993         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
7994
7995         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
7996         grob prop type. 
7997
7998         * Documentation/user/refman.itely (Printing named chords): add
7999         chord name tweak doco.
8000
8001         * input/template/gregorian-transcription.ly: new file.
8002
8003 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8004
8005         * VERSION: 1.7.13 released
8006         
8007         * input/test/*: lots of cleanups/comment-outs/removals in chord
8008         examples
8009         
8010         * input/regression/*: lots of cleanups/comment-outs/removals in
8011         chord examples
8012         
8013         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
8014         options
8015
8016         * lily/new-chord-name-engraver.cc (process_music): give original
8017         inversion pitch to chord name routine.
8018
8019         * input/tutorial/os-score.ly: update to new markup
8020
8021         * Documentation/user/appendices.itely: simply include
8022         chords-ignatzek. 
8023
8024         * Documentation/user/refman.itely (Chords mode): add documentation
8025         for chord mode.
8026
8027         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
8028         not present in chord.
8029         (construct-chord): add inversion and bass support.
8030
8031         * lily/chord.cc: junk contents.
8032
8033 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
8034
8035         * Documentation/user/refman.itely:
8036         * Documentation/user/music-glossary.tely: fix. 
8037
8038 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8039
8040         * scm/chord-entry.scm (construct-chord): move chord construction
8041         to Scheme.
8042
8043         * lily/parser.yy (new_chord): new setup for chord entry.
8044
8045 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
8046
8047         * lilypond.words:
8048         * Documentation/user/music-glossary.tely: add ambitus.
8049
8050 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8051
8052         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
8053
8054         * lily/include/*.hh: string() -> to_string()
8055
8056         * scm/chords-ignatzek.scm: new file.
8057
8058         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
8059         standard chord name exceptions.
8060
8061         * scm/translator-property-description.scm (chordNameSeparator):
8062         add property.
8063         (majorSevenSymbol): add property
8064
8065         * lily/translator-scheme.cc (ly:context-properties): new function
8066         (ly:context-parent): new function.
8067         (print_smob): print context name.
8068
8069         * lily/music.cc (ly:get-music-length): new function
8070         (print_smob): don't print properties.
8071
8072         * lily/duration.cc (duration<?): new function
8073
8074         * input/regression/chords-funky-ignatzek.ly: new file.
8075
8076         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
8077         jazz chords.
8078
8079         * lily/pitch.cc (ly:pitch-diff): new function.
8080
8081         * input/regression/chords-ignatzek.ly: new file.
8082
8083 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8084
8085         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
8086         pitches for jazz chords.
8087
8088 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8089
8090         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
8091
8092 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
8093
8094         * lilypond.words: add 1
8095
8096 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
8097
8098         * Documentation/topdocs/AUTHORS.texi: refine.
8099
8100 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
8101
8102         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
8103         
8104         * lilypond.words: add one.
8105
8106 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
8107
8108         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
8109         Fontify bass note in chords, e.g., e in c1/e.
8110         
8111 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8112
8113         * Documentation/user/music-glossary.tely: Dutch updates and
8114         additions (Arent Storm).
8115
8116 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8117
8118         * input/regression/ambitus.ly:  move file.      
8119
8120         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
8121
8122         * lily/event.cc (transpose): add tonic property to Key_change_req
8123         and to Key_engraver.
8124
8125 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
8126
8127         * Documentation/user/refman.itely: fix typo.
8128
8129         * lilypond.words: removed wrong identifiers.
8130
8131 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8132
8133         * mf/feta-toevallig.mf: make flat stem shorter 
8134
8135 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
8136
8137         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
8138
8139         * lilypond.words: add from Phrasing slur.
8140         
8141 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
8142
8143         * lilypond-mode.el: allow launching multiple ViewPS processes.
8144         
8145         * lilypond.words: add from Text markup.
8146
8147 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8148
8149         * input/test/ossia.ly (texidoc): add comment.
8150
8151         * input/regression/voice-follower.ly: new file.
8152
8153         * mf/feta-toevallig.mf: make flat heavier.
8154
8155         * lily/cluster-engraver.cc: clean up Cluster engraver
8156
8157         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
8158         Engraver. Use Note_column to compute Y positions and deal with
8159         line break stuff.
8160
8161 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8162
8163         * lily/stem.cc: move french-beaming to stem.
8164
8165 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
8166
8167         * lilypond-font-lock.el: fontify all durations in chords.
8168
8169         * lilypond.words: add from lily/my-lily-lexer.cc
8170
8171 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8172
8173         * VERSION: release 1.7.12
8174
8175         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
8176
8177         * lily/gregorian-ligature.cc: new file
8178
8179         * lily/*: the Great 2003 search & replace.
8180
8181         * Documentation/user/refman.itely (Manual repeat commands): add
8182         note about font selection.
8183
8184 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
8185
8186         * lilypond-mode.el: propose recompiling midi while invoking playing,
8187         not while stopping playing.
8188
8189 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
8190
8191         * lilypond.words: add one.
8192
8193         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
8194         and expressional note grouping. Fontify chord modes.
8195
8196 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
8197
8198         * Documentation/user/music-glossary.tely (Top): translate melisma.
8199
8200 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8201
8202         * Documentation/user/music-glossary.tely (Top): add melisma.
8203
8204 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
8205
8206         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
8207         interfaces for (abstract) grob GregorianLigature
8208
8209         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
8210         renamed head* -> glyph_name*, x-shift* -> x-offset*
8211
8212         * scm/grob-property-description.scm: bugfix: added missing descriptions
8213
8214 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8215
8216         * input/test/chord-names-dpnj.ly: New file.
8217
8218         * scm/double-plus-new-chord-name.scm: Implement full and partial
8219         exceptions.
8220
8221         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
8222
8223         * scm/double-plus-new-chord-name.scm
8224         (double-plus-new-chord->markup): Fix sub->markup.
8225
8226
8227 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
8228
8229         * lily/custos-engraver.cc: added TODO; editorial changes
8230
8231         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
8232         consistency with other ligature engravers; removed access on (now)
8233         private variable _ligature of Ligature_engraver
8234
8235         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
8236         renamed last_bound -> last_bound_; issue programming_error on
8237         abstract method calls; moved primitives code from
8238         Mensural_bracket_engraver to here (because almost ligature
8239         engravers will need it); renamed try_stop_ligature () ->
8240         typeset_ligature (); bugfix: store primitives of finished ligature
8241         in separate variable finished_primitives_ to avoid clash on input
8242         like "\] \["; added current_ligature () to enable access on
8243         private variable _ligature
8244
8245         * lily/mensural-ligature-engraver.cc: removed primitives_ code
8246         (now in super class); renamed try_stop_ligature () ->
8247         typeset_ligature ()
8248
8249         * lily/mensural-ligature.cc: issue programming_error on abstract
8250         method calls
8251
8252         * lily/note-heads-engraver.cc: added TODO comment upon bool
8253         in_ligature
8254
8255         * mf/parmesan-heads.mf: fixed some of set_char_box()
8256
8257         * scm/grob-description.scm: added VaticanaLigature
8258
8259         * scm/grob-property-description.scm: added neume prefix properties
8260
8261         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
8262         lily/include/gregorian-ligature-engraver.hh,
8263         lily/include/gregorian-ligature.hh: new files; framework for
8264         gregorian ligature engravers such as vaticana
8265
8266         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
8267         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
8268         vaticana style ligature implementation (still somewhat uncomplete)
8269
8270 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8271
8272         * VERSION: release 1.7.11
8273
8274         * scripts/convert-ly.py: add ly:pitch-transpose rule
8275
8276 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8277
8278         * input/test/dpncnt.ly: New file.
8279
8280         * lily/my-lily-lexer.cc: Add chordnames keyword.
8281
8282         * lily/parser.yy (chordnames_block): Parse chord name exception
8283         lists, see input/test/dpncnt.ly.
8284
8285         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
8286         function.
8287
8288         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
8289         filter-out too.
8290
8291         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
8292         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
8293         pitch functions (except for ly:make-pitch, but that's apparently
8294         some sort of scheme naming standard?).
8295
8296         * scm/lily.scm (!=): define-public.
8297
8298         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
8299
8300 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8301
8302         * scm/double-plus-new-chord-name.scm
8303         (double-plus-new-chord-name->markup): New file.
8304
8305 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8306
8307         * python/lilylib.py (make_preview): don't suppress progress for
8308         bbox extraction.
8309
8310 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8311
8312         * Documentation/user/appendices.itely (scheme): update for new syntax.
8313
8314         * input/regression/chord-name-styles.ly: new file
8315
8316         * lily/instrument-name-engraver.cc: create instrument names
8317         without barline too.  Allows instrument name on ChordNames  
8318
8319         * scm/new-markup.scm (interpret-markup): allow simple strings as
8320         markup too.
8321
8322 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8323
8324         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
8325         (step->markup-accidental): Fix: add accidental.
8326         (chord::inner-name-american): 
8327         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
8328         append stray '/' if last superscript addition was 'o'.
8329
8330         * scm/new-markup.scm (normal-size-sub-markup) 
8331         (normal-size-super-markup): New function.
8332
8333         * lily/source-file.cc (Source_file): Add warning for possibly
8334         intentional but suspicious initialization.
8335
8336         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
8337         add comments about cut-and-paste programming.
8338
8339         * flower/rational.cc (lcm): Not used; comment out.
8340
8341 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8342
8343         * lily/new-fingering-engraver.cc (position_scripts): use
8344         fingerHorizontalDirection to determine fingering horizontal
8345         directions.
8346  
8347         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
8348         fingering support.
8349
8350         * scripts/convert-ly.py (FatalConversionError.conv): add style
8351         conversion rule. 
8352
8353         * scm/chord-name.scm (set-chord-name-style): new function.
8354         (new-chord-name-brew-molecule): revise to interpret markup only
8355         (new-chord->markup): cleanuppish rewrite. To be called from the
8356         new engraver.
8357
8358         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
8359         Markup earlier, during interpreting.
8360
8361         * input/test/{banter,jazz,american}-chords.ly (scheme): update
8362         style settings. Rename to chord-names-*.ly
8363
8364 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8365
8366         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
8367         markup code and update to new markup.  Most probably broke some of
8368         it.
8369         
8370 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
8371
8372         * Documentation/user/refman.itely: added docu for ambitus and
8373         clusters
8374
8375         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
8376         ly_quote_scm() in lookup.cc
8377
8378         * mf/parmesan-clefs.mf: set_char_box fix
8379
8380         * lily/cluster-engraver.cc: junk implicit protection; use
8381         Protected_scm instead
8382
8383 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8384
8385         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
8386         throughout.
8387
8388         * scm/new-markup.scm: Turn-off error-triggering test code.
8389
8390 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8391
8392         * scm/new-markup.scm (markup-thrower-typecheck) 
8393         (markup-typecheck?):  add full typechecking functions.
8394         (make-markup-maker): add make-FOO-markup functions.
8395         (markup-argument-list-error): nice error checking messages.
8396         (make-markup): better function: less quoting escapades.
8397
8398 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8399
8400         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
8401
8402 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8403
8404         * cygwin/lilypond.hint (requires): Add cygwin.
8405
8406         * .cvsignore: Remove stepmake (huh!?!), add lib.
8407
8408         * GNUmakefile.in: Add libdir links for builddir runs.
8409
8410         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
8411         instead of datadir.
8412
8413         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
8414         local_lilypond_libdir.
8415
8416         * config.make.in (lilypond_libdir): Add.
8417
8418         * stepmake/stepmake/substitute-rules.make: 
8419         * stepmake/stepmake/script-rules.make: 
8420         * stepmake/stepmake/python-module-rules.make:
8421         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
8422         lilypond-python-module patch.
8423
8424 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8425
8426         * Documentation/user/refman.itely (Graphical interfaces): add note
8427         about xml2ly.
8428
8429 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8430
8431         * scripts/ly2dvi.py (run_dvips): remove trailing newline
8432
8433 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8434
8435         * VERSION: released 1.7.10
8436
8437         * scripts/musedata2ly.py (): idem
8438
8439         * scripts/midi2ly.py (dump_chord): idem
8440
8441         * scripts/etf2ly.py (version): idem 
8442
8443         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
8444
8445         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
8446
8447         * scm/tex.scm (tex-output-expression): remove eval compat
8448         glut. Other output files too.
8449
8450         * scm/chord-name.scm: don't export anything from chord module.
8451
8452         * input/test/american-chords.ly: idem
8453
8454         * input/test/banter-chords.ly (texidoc): idem
8455
8456         * input/test/Cc-chords.ly: add breakage notes.
8457
8458         * Documentation/user/refman.itely (Text markup): rewrite manual section.
8459
8460         * lily/parser.yy (scalar): allow \markup { } as property value. 
8461
8462         * scm/chord-name.scm: complete new markup usage
8463
8464         * scm/grob-description.scm (all-grob-descriptions): use new markup
8465         texts by default
8466
8467 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8468
8469         * scm/chord-name.scm: partial move to new markup texts.
8470
8471 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8472
8473         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
8474
8475         * scm/bass-figure.scm (brew-bass-figure): make stack direction
8476         settable.
8477
8478 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
8479
8480         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
8481         invoked for old midi, wait for killing.
8482
8483 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
8484
8485         * Documentation/user/music-glossary.tely: Finnishing.
8486
8487 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8488
8489         * mf/feta-nummer-code.mf: some kerning pairs.
8490
8491 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
8492
8493         * scm/output-lib.scm (set-bar-number-visibility): Context-function
8494         Added.
8495
8496         * Documentation/user/refman.itely (Bar numbers):
8497         set-bar-number-visibility added, modulo-bar-number removed again
8498         (sorry).
8499
8500 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
8501
8502         * scm/output-lib.scm (modulo-bar-number-visible): add function.
8503
8504         * Documentation/user/refman.itely: add modulo-bar-number-visible.
8505
8506         * Documentation/user/music-glossary.tely: translate into Finnish.
8507
8508 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
8509
8510         * lilypond-mode.el: add shortcut for 2midi
8511
8512         * lilypond-font-lock.el: fontify lyrics
8513
8514 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
8515
8516         * scm/drums.scm : use 1.7.x names.
8517
8518         * input/regression/drums.ly : Don't use << chords >>
8519
8520 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
8521
8522         * lilypond-mode.el: tidy, add TODO
8523
8524         * make/lilypond.mandrake.spec.in: install-info quietly.
8525
8526 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8527
8528         * input/test/markup.ly: use new syntax.
8529
8530 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8531
8532         * ly/params-init.ly (interscoreline): add word-space
8533
8534         * input/test/metronome.ly (eighthNote): idem.
8535
8536         * input/test/script-priority.ly: use new markup
8537
8538         * lily/parser.yy (markup): allow HEAD markup0 markup1 
8539
8540         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
8541
8542         * lily/parser.yy (gen_text_def): bugfix.
8543         (full_markup): allow markup identifier.
8544
8545 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
8546
8547         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
8548         jobs at the same time. Add horizontal lines to Command menu.
8549         Allow one compiling job -- propose killing others before a new one.
8550
8551         * lilypond.words: add markup, teeny, etc.
8552
8553 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
8554
8555         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
8556         Allow only one type of midi process; launching Midi either stops
8557         midis or plays the current midi and launching MidiAll stops midis
8558         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
8559         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
8560
8561 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8562
8563         * lily/text-engraver.cc (process_acknowledged_grobs): use new
8564         markup  for new markup texts.
8565
8566         * lily/mark-engraver.cc (process_music): idem
8567         
8568         * lily/instrument-name-engraver.cc (create_text): idem
8569
8570         * scm/new-markup.scm (magnify-markup): new function.
8571
8572         * scm/molecule.scm (stack-lines): bugfix.
8573
8574         * lily/font-interface.cc (get_font): take font-magnification from
8575         alist chain.
8576
8577 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8578
8579         * lily/molecule-scheme.cc: move scheme functions to separate file.
8580
8581         * lily/font-metric.cc  (ly_get_glyph): new function. 
8582         
8583         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
8584         (italic-markup, dynamic-markup): new functions
8585         (font-markup): new function
8586
8587         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
8588         padding and minimum
8589
8590 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
8591
8592         * lily/accidental-engraver.cc:
8593         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
8594
8595 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
8596
8597         * lilypond.vim:
8598         * lilypond-font-lock.el: Put \longa as duration. Accept only 
8599         [a-zA-Z] for user defined identifiers. Separate note cases 
8600         with and without a duration (allow cis\longaX).
8601
8602         * lilypond.words: Add words from Info.
8603
8604 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8605
8606         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
8607
8608 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
8609
8610         * lilypond-mode.el: Propose reverting buffer before a command if
8611         it was edited with an another editor.
8612
8613 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8614
8615         * lily/molecule.cc (ly_translate_molecule): new function
8616
8617         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
8618         into libdir
8619
8620         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
8621
8622         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
8623
8624 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
8625
8626         * lilypond.words: take \words from Info-index.
8627
8628 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8629
8630         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
8631
8632 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
8633
8634         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
8635
8636 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
8637
8638         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
8639         and lilypond-documentation.
8640
8641 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8642
8643         * lily/parser.yy: Compile fix (bison 1.75).
8644
8645 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8646
8647         * VERSION: 1.7.9 released
8648
8649         * scm/music-functions.scm (shift-one-duration-log): refactor.
8650         Use music-map.
8651
8652         * input/regression/chord-tremolo.ly (texidoc): add dot test.
8653
8654         * NEWS: update.
8655
8656         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
8657         argument
8658         
8659         * scm/music-functions.scm (display-music): new function
8660         (music-map): change arg order.
8661
8662         * input/regression/new-markup-syntax.scm: new file
8663
8664         * lily/parser.yy (markup): add \markup { .. } syntax.
8665
8666         * scm/new-markup.scm (override-markup): new function
8667         (lookup-markup): new function
8668         (music-markup): new function
8669         (lookup-markup-command): use markup-signature to store argument
8670         format for parser.
8671
8672         * lily/lexer.ll: preliminary \markup syntax. 
8673
8674 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
8675
8676         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
8677         add pre/post-dependencies and menus with icons from source.
8678
8679         * Documentation/pictures/lilypond-48x48.xpm:
8680         * Documentation/pictures/lilypond-32x32.xpm:
8681         * Documentation/pictures/lilypond-16x16.xpm: new files, background
8682         transparent.
8683
8684         * stepmake/stepmake/generic-targets.make:
8685         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
8686
8687 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8688
8689         * input/regression/music-map.ly (texidoc): new file.
8690
8691         * scm/music-functions.scm (music-map): new function
8692
8693 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8694
8695         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
8696
8697 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
8698
8699         * input/test/to-xml.ly:
8700         * lily/ligature-engraver.cc: Fixes documentation.
8701
8702         * lilypond.mandrake.spec.in:
8703         * lilypond.redhat.spec.in: Add lilypond.words.
8704
8705         * Documentation/user/refman.itely: Mention Info inside emacs.
8706         
8707         * lilypond.suse.spec.in:
8708         * lilypond.redhat.spec.in: 
8709         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
8710
8711 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8712
8713         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
8714         os.popen.read ().
8715
8716 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8717
8718         * scripts/ly2dvi.py (include_path): print warning if failing anything.
8719
8720         * python/lilylib.py (error): add space
8721
8722 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8723
8724         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
8725         distribution.
8726
8727 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8728
8729         * lily/paper-outputter.cc (Paper_outputter): close port when
8730         finishing score.
8731
8732 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8733
8734         * scm/sodipodi.scm: Fixes.
8735
8736 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
8737
8738         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
8739
8740         * buildscripts/make-font-dir.py: Fix. 
8741
8742 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
8743
8744         * lilypond-mode.el: Add support for Info inside Emacs.
8745
8746 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8747
8748         * buildscripts/make-font-dir.py: 
8749         * mf/GNUmakefile: Make sodipodi font map.
8750
8751         * scm/sodipodi.scm: Add more output functions.
8752
8753         * mf/feta-nummer.mf: 
8754         * mf/feta-beugel.mf: Add font_coding_scheme.
8755
8756         * lily/paper-outputter.cc (output_header): Fix creator string.
8757
8758 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
8759
8760         * lilypond-mode.el (LilyPond-autocompletion): invoked with
8761         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
8762
8763         * lilypond.words: add two (Everybody can add/remove words now!).
8764
8765         * debian/rules:
8766         * make/lilypond.suse.spec.in:
8767         * make/lilypond.mandrake.spec.in:
8768         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
8769
8770         * Documentation/user/refman.itely: Mention autocompletion.
8771
8772 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8773
8774         * scripts/ly2dvi.py: Add paper sizes.
8775
8776         * lily/timing-engraver.cc: 
8777         * lily/time-signature.cc: 
8778         * lily/span-bar.cc: 
8779         * lily/grob-scheme.cc: Code formatting fixes.
8780
8781         * scm/sodipodi.scm: 
8782         * scm/sketch.scm:
8783         * buildscripts/mf-to-table.py: 
8784         * buildscripts/make-font-dir.py: Font testing.
8785
8786 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
8787
8788         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
8789         inserts try-completion and shows all-completions.
8790
8791         * lilypond.words: '\' -> '\\'
8792
8793         * lilypond-mode.el: load libraries in the end, lilypond.words defines
8794         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
8795         
8796         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
8797         and LilyPond-reserved-words.
8798         
8799 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
8800
8801         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
8802         from load-path.
8803         
8804         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
8805         the mini-buffer with Control-Shift-c.
8806         
8807 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8808
8809         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
8810         duration. This fixes \tempo taking time.
8811
8812 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8813
8814         * lily/volta-engraver.cc (process_acknowledged_grobs): 
8815         Allow for text markup in repeatCommands. 
8816
8817 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
8818
8819         * lilypond-mode.el (LilyPond-insert-string): new function, use it
8820         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
8821         Get rid of skeleton.el-dependency.
8822
8823         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
8824
8825 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8826
8827         * lily/beam-engraver.cc (stop_translation_timestep): reset
8828         now_stop_ev_
8829
8830         * lily/scm-option.cc: add parse-protect to ly:set-option
8831
8832         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
8833
8834 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8835
8836         * lily/include/ligature-bracket.hh: removed
8837         * lily/ligature-bracket.cc: removed
8838
8839         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
8840         .tex
8841
8842         * lily/beam.cc (set_beaming): don't change beam count on rests.
8843         (brew_molecule): always set flag-width > 0.
8844
8845 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
8846
8847         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
8848         chars, remove instructions; instead, refer to lilypond-init.el and
8849         Documentation/topdocs/INSTALL.texi.
8850
8851         * lilypond.words: add identifiers and reserved words.
8852
8853         * Documentation/topdocs/INSTALL.texi: separate sections for installing
8854         files and adding a load-path.
8855
8856         * lilypond-init.el: Instructions, extracted from 
8857         Documentation/topdocs/INSTALL.texi. 
8858         
8859 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8860
8861         * VERSION: 1.7.8 released 
8862
8863         * lily/grob.cc (warning): better robustness fix.
8864
8865 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
8866
8867         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
8868
8869         * lily/cluster-engraver.cc: stick better to variable naming
8870         conventions
8871
8872         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
8873         until stop_translation_timestep()
8874
8875         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
8876         min/max coordinates to backend, but no musical info such as
8877         pitches
8878
8879         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
8880
8881         * lily/grob.cc: robustness fix: warning(): do not crash if
8882         cause is not set
8883
8884         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
8885         the much more elaborated tuplet brackets than the very naive and
8886         simple ligature bracket grob
8887
8888 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8889
8890         * Documentation/user/refman.itely (Analysis brackets): add
8891         horizontal bracket doco.
8892
8893         * ly/property-init.ly (setMmRestFermata): added.
8894
8895         * Documentation/user/refman.itely (Multi measure rests): fermatas
8896         on mm rests.
8897
8898         * input/regression/apply-context.ly (texidoc): new file
8899
8900         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
8901         code to be executed during interpretation. Possible applications:
8902         smart octavation, more advanced bar checks. 
8903
8904         * lily/apply-context-iterator.cc: new file.
8905
8906 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8907
8908         * input/test/new-markup.ly: new file.
8909
8910         * lily/text-item.cc (text_to_molecule): new function
8911
8912         * scm/new-markup.scm (lambda): new file
8913
8914         * lily/function-documentation.cc (ly_add_function_documentation):
8915         add proc property as well
8916
8917 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8918
8919         * Documentation/user/music-glossary.tely (Top): add custos.
8920
8921 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
8922
8923         * Documentation/topdocs/INSTALL.texi: advise how to include source
8924         path to Emacs load-path and improve language.
8925
8926 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8927
8928         * GNUmakefile.in: config.h message fix.
8929
8930         * autogen.sh:
8931         * aclocal.m4: Regenerate.
8932
8933         * configure.in: 
8934         * config.make.in: 
8935         * stepmake/config.make.in: 
8936         * stepmake/configure.in: 
8937         * stepmake/autogen.sh: 
8938         * stepmake/aclocal.m4: Update for autoconf 2.56.
8939
8940 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
8941
8942         * Documentation/topdocs/INSTALL.texi: instructions for an user how
8943         to install Emacs-mode. Instructions how to use vim-mode.
8944
8945 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8946
8947         * scm/music-types.scm (music-descriptions): no length for tempo event.
8948
8949         * input/*.ly: add \version everywhere.
8950         
8951         * input/*.ly: update syntax to 1.7 + new-chords.
8952
8953         * VERSION: 1.7.7 released.
8954         
8955         * Documentation/user/*.tely: new chord syntax.
8956
8957         * input/regression/[bc]*.ly (texidoc): syntax updates.
8958         
8959 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
8960
8961         * lilypond.words: add vocabulary to be used in auto-completion
8962
8963         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
8964
8965         * lilypond.vim: allow note name at EOF
8966
8967 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8968
8969         * buildscripts/new-chords.py (edit): -e option: inline editing.
8970
8971         * input/regression/a*.ly (texidoc): syntax updates.
8972
8973         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
8974         music): elucidations. 
8975
8976 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
8977
8978         * lily/include/lily-proto.hh, ly/engraver-init.ly,
8979         ly/spanners-init.ly, scm/grob-description.scm,
8980         scm/grob-property-description.scm, scm/music-types.scm,
8981         lily/cluster-engraver.cc, lily/cluster.cc,
8982         lily/include/cluster.hh, input/test/cluster.ly: cluster
8983         implementation
8984
8985         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
8986         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
8987         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
8988
8989         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
8990
8991         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
8992
8993         * scm/grob-description.scm: bugfix: by default, use default note
8994         head style when engraving ligatures
8995
8996         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
8997
8998         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
8999         events
9000
9001         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
9002
9003         * input/test/ancient-font.ly: bugfix: style -> flag-style
9004
9005         * lily/ligature-engraver.cc: indentation fix
9006
9007         * lily/parser.yy: indentation fixes
9008         
9009 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9010
9011         * input/regression/measure-grouping.ly: more elaborate example.
9012
9013         * lily/moment.cc: ly:add-moment, ly:mul-moment,
9014         ly:div-moment. New functions 
9015
9016         * scm/music-functions.scm (set-time-signature): new function,
9017         allow inline time sig settings with measure grouping.
9018
9019         * lily/parser.yy (command_element): move time sig construction
9020         into Scheme.
9021
9022         * lily/side-position-interface.cc (out_of_staff): new function,
9023         like padding, but keep minimum distance from staff. Easier than
9024         linespanners (dynamics, pedals), but roughly the same effect.
9025
9026 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
9027
9028         * emacs-mode.el: Added spanish-note-replacements 
9029         (Carlos Betancourt, <carlos.betancourt@chello.be>).
9030
9031         * vimrc: (Un)commenting with <(S-)F12>, tidy.
9032
9033 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
9034
9035         * lilypond.vim: Do not fontify cises, desis, etc.
9036
9037         * vimrc: view dvi with <S-F6>
9038
9039 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9040
9041         * lily/lookup.cc (triangle): new function.
9042
9043         * input/regression/measure-grouping.ly (texidoc): new file: show
9044         triangles and brackets for beat groups of 3 and 2.
9045
9046         * lily/include/measure-grouping-spanner.hh (class
9047         Measure_grouping): new file.
9048
9049         * lily/measure-grouping-spanner.cc (brew_molecule): new file
9050
9051         * lily/measure-grouping-engraver.cc (class
9052         Measure_grouping_engraver): new file.
9053
9054 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9055
9056         * Merge from stable:
9057
9058             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
9059         
9060         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
9061         stylesheet.
9062
9063         * ly/paper19.ly: Include paper19-init.ly.
9064
9065         * ly/paper19-init.ly: New file.
9066
9067         * Documentation/user/tutorial.itely (First steps): Fix first
9068         example for font test.
9069
9070         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
9071
9072         * ChangeLog: Add 1.7.6 release marker (see below).
9073
9074         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
9075         Add .py files.
9076
9077 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9078
9079         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
9080
9081         * input/tutorial/*.ly: update to new syntax.
9082
9083         * lily/parser.yy (Composite_music): new transpose syntax,
9084         \transpose FROM TO MUSIC. 
9085
9086 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9087
9088         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
9089         latex progress/error output to stderr (by default this goes to
9090         stdout).  Show lilypond progress, even when not verbose.
9091
9092         * python/lilylib.py (system): New optional parameter to control
9093         showing of progress.
9094
9095         * scm/backend-documentation-lib.scm (check-dangling-properties):
9096         Fix error message.
9097
9098         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
9099         axis, extent.
9100
9101         * scm/grob-property-description.scm (magnify): Remove.
9102         (extent, axis): Add.
9103
9104 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9105
9106         * VERSION: Release 1.7.6.
9107
9108         * scripts/convert-ly.py: more uniformization substitutions.
9109
9110         * buildscripts/new-chords.py (sub_chords): new file.
9111
9112 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9113
9114         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
9115         lilypond.map.  Include sauter fonts too.  Cleanups.
9116
9117 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9118
9119         * Documentation/user/tutorial.itely (First steps): change to new
9120         chord/tie/slur/beam notation.
9121
9122         * lily/parser.yy (event_that_take_dir): allow postfix notation for
9123         ties.
9124
9125         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
9126         engraver. Process ties in postfix notation, i.e. c8-~ c
9127
9128         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
9129
9130         * input/regression/beam-postfix-notation.ly (texidoc): new file.
9131
9132         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
9133
9134         * lily/beam-engraver.cc (try_music): accept new-beam-events
9135
9136         * input/regression/chord-scripts.ly (texidoc): new file
9137
9138         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
9139         script-events.
9140
9141         * scm/script.scm (default-script-alist): cleanup.
9142
9143         * lily/script-engraver.cc (make_script_from_event): cleanup.
9144
9145         * lily/lyric-combine-music-iterator.cc
9146         (Lyric_combine_music_iterator): remove superfluous events.
9147         (melisma_busy): new function. Fix broken melismas.
9148
9149 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
9150
9151         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
9152         Remove nonvalid settings. Use descriptive key names.
9153         Use <Return> to indicate the pressing of that key.
9154
9155 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9156
9157         * scripts/lilypond-book.py (option_definitions): Typo.
9158
9159         * scripts/ly2dvi.py: Updates.
9160
9161         * python/lilylib.py (setup_environment, print_environment)
9162         (get_bbox, make_preview): Merge and remove from ly2dvi and
9163         lilypond-book.
9164
9165         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
9166
9167         * .cvsignore: Remove some cruft.
9168
9169         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
9170         path.
9171
9172         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
9173         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
9174         throughout.
9175
9176         * python/lilylib.py (quiet_system): Junk
9177         (system): Display error log upon failure.
9178         (read_pipe): New function.  Cleanups and fixes.
9179
9180         * python/*.py: Rename from *.py.in.
9181         
9182         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
9183
9184         * GNUmakefile.in (SUBDIRS): Move python before scripts.
9185
9186 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9187
9188         * python/GNUmakefile: Bugfix: handle modules.
9189
9190         * stepmake/stepmake/python-module-targets.make (default): Add
9191         compiled modules. 
9192
9193         * stepmake/stepmake/python-module-rules.make: Add rule for byte
9194         compiling modules.
9195
9196         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
9197         Bugfix.  (OUT_PYC_MODULES): Add.
9198
9199 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
9200
9201         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
9202         Use default paths. Refresh description.
9203
9204 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9205
9206         * VERSION: 1.7.5 released
9207
9208         * input/regression/finger-chords.ly (texidoc): new file.
9209
9210         * lily/script-engraver.cc (process_music): remove scriptHorizontal
9211         support
9212
9213         * lily/fingering-engraver.cc (process_music): remove kludgy
9214         scriptHorizontal stuff.
9215
9216         * lily/script.cc: remove staff-support property.
9217
9218         * lily/new-fingering-engraver.cc (add_fingering): new
9219         file. Fingering engraver for new style chords.
9220
9221 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9222
9223         * lily/parser.yy (bare_number): allow 4 \cm (without
9224         decimal dot). (should backport to 1.6?)
9225
9226         * ly/declarations-init.ly: use Scheme for dimension defs.
9227
9228         * lily/parser.yy (TODO): remove hard coded dimensions, add
9229         REAL NUMBER_IDENTIFIER production.
9230
9231         * lily/rest-collision.cc (force_shift_callback): rewrite using
9232         -done property.
9233
9234         * scm/grob-property-description.scm (rest-collision-done): add
9235         property.
9236         
9237         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
9238
9239 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9240
9241         * input/regression/multi-measure-rest-center.ly: new file.
9242
9243         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
9244         off horizontally by 0.05 ss. Fixed.
9245
9246 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9247
9248         * scm/pdftex.scm: Rename ly-number to ly:number->string.
9249
9250         * Documentation/topdocs/index.tely: Remove duplicate from merge.
9251
9252 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9253
9254         * lily/tie.cc (get_control_points): also avoid staff lines on the
9255         just outside the outer staff lines
9256
9257 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9258
9259         * ly/params-init.ly: Just define style-alist, no need to
9260         define-public.
9261
9262         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
9263         (thanks Han-Wen).
9264
9265         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
9266         (FET_FILES): = FONT_FILES.
9267
9268         * Merge from stable:
9269
9270             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
9271
9272 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9273
9274         * VERSION: 1.7.4 released.  
9275         
9276         * scm/generate-documentation.scm (string-append): add macro
9277         definitions.
9278
9279         * lily/text-item.cc (lookup_text): don't use virtual fonts for
9280         normal texts.
9281
9282         * lily/multi-measure-rest-engraver.cc: make separate
9283         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
9284
9285         * lily/multi-measure-rest.cc: remove text handling. Remove
9286         number-threshold.
9287
9288 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9289
9290         * scm/music-types.scm: doc patch by Graham Percival
9291
9292 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9293
9294         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
9295         encoding part.
9296         (Font_info.set_defaults): pixelsize now also defauts to '0'.
9297         (sketch_p): Sketch wants only first four elements of X11 font spec.
9298
9299         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
9300
9301         * mf/feta-autometric.mf: Write foundry and family to log.
9302
9303         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
9304         font translation table.
9305
9306         * buildscripts/mf-to-table.py: Better font info into afm.
9307
9308         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
9309         1.0.9 required.
9310
9311         * configure.in: Whine for mftrace 1.0.9.
9312
9313 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9314
9315         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
9316
9317         * lily/main.cc (main_prog): don't try to load init.EXT when
9318         processing foo.EXT.
9319
9320 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
9321
9322         * scm/tex.scm (zigzig-line): added.
9323
9324         * scm/ps.scm (zigzag-line): added.
9325
9326         * ps/music-drawing-routines.ps (subvec): added.
9327         (draw_zigzag_line): added.
9328         
9329         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
9330         grob properties zigzag-width and zigzag-length.
9331
9332         * input/regression/glissando.ly: Add some zig-zagged glissandi.
9333
9334 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9335
9336         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
9337         svg output, including font.
9338
9339 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9340
9341         * scm/lily.scm: Register sodipodi output module.
9342
9343         * scm/sodipodi.scm: New file.
9344
9345         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
9346
9347         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
9348         comment, after header.
9349         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
9350         FullName.  Fix FontName key.
9351
9352 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
9353
9354         * lily/rest.cc (after_line_breaking): bugfix: dots after half
9355         and breve rests.
9356         
9357         * input/test/blank-notes.ly: bugfix
9358
9359         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
9360         rests. (Kim Shrier)
9361
9362         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
9363         
9364 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9365
9366         * scm/tex.scm: 
9367         * scm/ps.scm: Cleanup and remove obsolete junk.
9368
9369         * Documentation/user/internals.itely:
9370         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
9371
9372         * lily/parser.yy: Identify shift/reduce problems.
9373
9374         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
9375         make-style-sheet.  Too specific for convert-ly?
9376
9377 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9378
9379         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
9380
9381         * input/test/*.ly: various fixes.
9382
9383         * lily/music.cc (name): bugfix
9384
9385         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
9386
9387         * lily/input-file-results.cc (code): set-point-and-click! ->
9388         set-point-and-click
9389         
9390 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9391
9392         * Use uniform ly: prefix for exported scheme primitive functions.
9393
9394         * scm/music-types.scm: junk compat glue
9395
9396         * scripts/convert-ly.py: add rules for stuff below, junk
9397         compatibility glue for spanrequest.
9398
9399         * lily/parser.yy (verbose_event): remove \spanrequest,
9400         \commandspanrequest, \script. 
9401         
9402         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
9403
9404         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
9405         for \penalty, \glissando.
9406
9407         * VERSION: release 1.7.3
9408         
9409 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
9410
9411         * lily/accidental-engraver.cc: Fix
9412         grace-in-the-beginning-of-measure bug caused by the resent
9413         partial-measure fix.
9414
9415         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
9416         overlap looks too crowded)
9417         
9418 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9419
9420         * lily/parser.yy (assignment): allow SCM expression as assignment.
9421
9422         * lily/include/music-output-def.hh (class Music_output_def):
9423         * lily/music-output-def.cc: 
9424         * lily/paper-def.cc: 
9425         * scm/font.scm (markup-to-properties):
9426         * lily/parser.yy (music_output_def_body): 
9427         remove style_sheet_
9428
9429 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9430
9431         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
9432         length.
9433
9434         * input/regression/spacing-to-grace.ly: new file.
9435
9436         * input/regression/spacing-end-of-line.ly: new file.
9437
9438         * lily/note-spacing.cc (get_spacing): take into account breakable
9439         stuff sticking out at the left (time sig change at line break).
9440
9441         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
9442         raggedright code.
9443
9444         * scm/music-functions.scm (make-voice-props-set): add
9445         staff-position for mm rests.
9446  
9447         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
9448         before grace notes a little.
9449
9450         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
9451
9452         * lily/break-align-interface.cc (do_alignment): right-edge spacing
9453         key adds space at the end of line. 
9454
9455 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9456
9457         * scm/sketch.scm: Fix beams.
9458
9459         * buildscripts/mf-to-table.py: Add EncodingScheme.
9460
9461         * scm/sketch.scm: Resurrect.
9462
9463 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9464
9465         * lily/multi-measure-rest.cc: use breve rests for measure lengths
9466         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
9467
9468 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9469
9470         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
9471
9472         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
9473
9474 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9475
9476         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
9477         token for origin information.
9478
9479         * lily/parser.yy (My_lily_lexer): do identifier location and
9480         cloning from lexer.
9481
9482         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
9483         logic out of the parser. Add bar checks on both ends.
9484
9485         * Documentation/user/refman.itely (Multi measure rests): add more
9486         notes about mm rests.
9487
9488 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9489
9490         * input/regression/bar-scripts.ly: Re-enable.
9491
9492         * lily/parser.yy:
9493         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
9494         released rsn.  Bison 1.50 has a crucial bug and won't work.
9495
9496         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
9497
9498
9499 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9500
9501         * input/regression/bar-scripts.ly: Blunt documentation build fix.
9502
9503 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9504
9505         * Actually merge changes since 1.6.4 besides ChangeLog, and
9506         resolve conflicts.  Lots of updates, hope all is well.
9507         
9508         * cygwin/lilypond.hint (requires): Add ghostscript.
9509
9510         * scm: Update some (c).
9511         
9512 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9513
9514         * input/test/{various}.ly: add \header fields and texidoc strings.
9515
9516 2002-10-05  Werner Lemberg  <wl@gnu.org>
9517
9518         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
9519         renamed to `output_latex_quoted'.
9520         Added `output_latex_noquote'.
9521         (schedule_lilypond_block): Implement `noquote' option for LaTeX
9522         mode.
9523
9524 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9525
9526         * ChangeLog: Add 1.6.6 release marker.  See below.
9527
9528         * stepmake/stepmake/po-targets.make: Remove --c++ option.
9529
9530         * scripts/midi2ly.py: Fix global syntax warnings.
9531
9532         * GNUmakefile.in: Generate builddir locale tree too.
9533
9534         * scripts/ly2dvi.py:
9535         * scripts/midi2ly.py: 
9536         * scripts/mup2ly.py: 
9537         * scripts/update-lily.py:
9538         * lily/main.cc (setup_paths): Fix for locales setup.
9539
9540 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9541
9542         * Documentation/windows/installing.texi: Soften wording about
9543         necessity of becoming Administrator.  tommie@iae.nl reports this
9544         does not seem to be necessary for his flavour of Windows 2000.
9545         Explicitely discourage text mode mounts.
9546
9547 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9548
9549         * lily/rest.cc (after_line_breaking): backport dot position fix.
9550
9551         * lily/rest-collision.cc (do_shift): also remove dots for suicided
9552         rests. Thanks to Klaus Zimmermann for finding this bug.
9553
9554 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9555
9556         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
9557
9558 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9559
9560         * Documentation/user/music-glossary.tely: fix links.
9561
9562 2002-10-21  Werner Lemberg  <wl@gnu.org>
9563
9564         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
9565         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
9566         scaling factor) only once and use them in the definition of
9567         \embeddedps.
9568         * ps/music-drawing-routines.ps (skeel): Removed.
9569
9570 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9571
9572         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
9573         Solaris7, as we don't use nested $( ) constructs.
9574
9575 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9576
9577         * VERSION: Release 1.6.6.
9578         
9579 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9580
9581         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
9582         as workaround for /bin/sh problems on Solaris7.
9583
9584 2002-10-19  Werner Lemberg  <wl@gnu.org>
9585
9586         * GNUmakefile.in (web-doc): Fix typos.
9587         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
9588         `music-drawing-routines.ps' but emit \special{header=...} once.
9589         * scm/tex.scm (header-end): Updated.
9590
9591 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9592
9593         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
9594         undefined tremolo. 
9595
9596 2002-10-15  Werner Lemberg  <wl@gnu.org>
9597
9598         * scripts/lilypond-book.py (g_make_html): New global variable.
9599         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
9600         if `g_make_html' isn't set.
9601         [main]: Add format `texi-html'.
9602         (option_definitions): Updated.
9603         * Documentation/user/lilypond-book.itely: Updated.
9604
9605         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
9606         * make/ly-rules.make (%.texi, %.nexi): Use it.
9607         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
9608         format to lilypond-book.
9609         * GNUmakefile.in (web-doc): Ditto.
9610
9611 2002-10-14  Werner Lemberg  <wl@gnu.org>
9612
9613         Further improve TeX output.  The produced files are about 40%
9614         smaller.  `lilyponddefs.tex' is now read only once.
9615
9616         * tex/lilyponddefs.tex: Remove footer stuff.
9617         (\ifundefined): Renamed to...
9618         (\lilypondundefined): This.  Use LaTeX's definition to
9619         make it nestable and make it global.
9620         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
9621         output.
9622         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
9623         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
9624         them global.
9625         (\placebox): Renamed to...
9626         (\lyitem): This.
9627         Make it global and call \outputscale by itself.
9628         (\lybox, \lyvrule): New macros to reduce input data.
9629         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
9630         New auxiliary macros.
9631         (\SkipLilydefs, \EndLilyPondOutput): Removed.
9632         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
9633         to...
9634         (\lilypondspace): This and made it global.
9635         (\turnOnPostScript): Renamed to...
9636         (\lilypondpostscript): This and made it global.
9637         (\turnOnExperimentalFeatures): Renamed to...
9638         (\lilypondexperimentalfeatures): This and made it global.
9639         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
9640         (\lilypondsetdimen): This and made it global.
9641         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
9642         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
9643         (all, $(outdir)/music-drawing-routines.ps): New rules.
9644         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
9645         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
9646         start-system, stop-system, stop-last-system, filledbox): Updated to
9647         use the changed macros from lilyponddefs.tex.
9648         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
9649
9650 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9651
9652         * Documentation/windows/installing.texi: Update.
9653
9654 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9655
9656         * VERSION: 1.6.5 released
9657
9658         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
9659
9660 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9661
9662         * scm/translator-property-description.scm (voltaOnThisStaff): add
9663         property.
9664
9665 2002-09-28  Werner Lemberg  <wl@gnu.org>
9666
9667         * scm/tex.scm (header-end): Suppress page numbering.
9668
9669         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
9670         Fix quotation for HTML output.
9671
9672 2002-09-28   Graham Percival   <gperciva@sfu.ca>
9673         
9674         * Documentation/user/refman.itely: grammar and phrasing
9675           fixes to "Note Entry" section.  Also adds a few new examples.
9676
9677 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9678
9679         * flower/include/string-data.icc: include string.h
9680
9681 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9682
9683         * scm/chord-name.scm (chord::inner-name-banter): remove space.
9684
9685 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9686
9687         * Documentation/user/GNUmakefile (extra-local-help): Add.
9688
9689         * stepmake/stepmake/www-targets.make (local-help): Add.
9690
9691 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9692
9693         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
9694         packages.
9695
9696         * Documentation/topdocs/README.texi (Top): building documentation
9697         (not website.)
9698
9699 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9700
9701         * Documentation/user/refman.itely: 
9702         * Documentation/user/tutorial.itely: 
9703         * Documentation/user/music-glossary.tely: Merge changes.
9704
9705         * Documentation/user/glossary.html.in: 
9706         * Documentation/index.texi: 
9707         * Documentation/header.html.in: Accomodate renaming of glossary.
9708         
9709         * Documentation/user/tutorial.itely: Add some glossary references.
9710         
9711         * Documentation/user/refman.itely: Minor fixes.
9712         
9713         * Documentation/user/lilypond.tely: Add glossary do direntry.
9714
9715         * Documentation/user/music-glossary.tely: Rename (previously:
9716         glossary.tely).  Fix anchor placement.
9717
9718         * Documentation/user/GNUmakefile: Make music-glossary.info too.
9719
9720 2002-09-23  Werner Lemberg  <wl@gnu.org>
9721
9722         * scripts/lilypond-book.py (output_dict): Fix handling of
9723         various environments by avoid extraneous newlines.
9724         Rename `output-all' regexp for html to `output-html'.
9725         Replace `output-all' regexp for texi with `output-texi-quote'
9726         and `output-texi-noquote'.
9727         (compose_full_body): Don't override `linewidth' user option
9728         for `singleline'.
9729         (schedule_lilypond_block): Don't indent text specified with
9730         `intertext' option.
9731         Add new option `noquote'.
9732         (compile_all_files): Use latex instead of tex to compile ly
9733         files directly.
9734
9735         * Documentation/user/lilypond-book.itely: Updated and revised.
9736         Improve layout.
9737
9738         * Documentation/user/glossary.tely,
9739         Documentation/user/introduction.itely,
9740         Documentation/user/tutorial.itely,
9741         Documentation/user/refman.itely,
9742         Documentation/user/appendices.itely: Fix overfull LilyPond
9743         boxes caused by the new lilypond-book code.  Other minor
9744         fixes.
9745
9746         * Documentation/user/macros.itexi (@texiflat): Don't emit
9747         trailing space.
9748
9749         * scm/tex.scm (end-output, header-end): Add preamble and
9750         postamble to make lilypond output directly compilable with
9751         latex.
9752
9753         
9754 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9755
9756         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
9757         instructions.
9758
9759 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9760
9761         * Documentation/user/glossary.tely: Add titling and hyperlinks.
9762
9763 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9764
9765         * lily/beam.cc (connect_beams): don't crash if there are quarter
9766         notes in beams.
9767
9768 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
9769
9770         * Documentation/user/refman.itely: corrected ancient clef
9771         docu; added docu on ligatures
9772
9773 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
9774
9775         * Documentation/user/glossary.tely,
9776         Documentation/user/refman.itely, input/les-nereides.ly,
9777         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
9778         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
9779         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
9780         Stem properties: flag-style -> stroke-style, style -> flag-style.
9781
9782
9783 2002-09-22  Werner Lemberg  <wl@gnu.org>
9784
9785         * scripts/lilypond-book.py: Add option `notime' to suppress
9786         printing of a time signature.  Specify default indentation of 0pt
9787         if single line fragment.  Don't emit redundant `\paper{ }'.
9788
9789         * Documentation/user/lilypond-book.itely: Updated.
9790
9791         * Documentation/user/glossary.tely: Completely reformatting.
9792
9793 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9794
9795         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
9796
9797 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9798
9799         * Documentation/user/tutorial.itely: Fix links.
9800         
9801         * Documentation/topdocs/index.tely:
9802         * Documentation/index.texi:
9803         * Documentation/header.html.in: Small website fixes and updates.
9804
9805         * debian/: Debian patch by Anthony Fok.
9806
9807 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9808
9809         * Documentation/footer.html.in: How time flies: It's already 2002!
9810
9811         * Documentation/topdocs/index.tely: Stable/development fix.  Use
9812         more descriptive link names than 'here'.
9813
9814 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9815
9816         * VERSION: 1.7.2 released
9817         * VERSION: 1.6.4 released
9818         
9819         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
9820
9821         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
9822         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
9823
9824         * mf/feta-din.mf (test): add x-height and space.
9825
9826         * lily/dynamic-engraver.cc (process_music): take dynamic direction
9827         from ^_ for crescendi. Idem for slurs and phrasing slurs.
9828
9829         * ly/grace-init.ly: add-to-grace-init: function to portably add
9830         settings to \grace. 
9831
9832         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
9833         if we get an absolute dynamic event.
9834  
9835         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
9836
9837         * lily/source-file.cc (get_line): oops. All line numbers were off
9838         by 2. Fix that. 
9839
9840         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
9841         be after the note, combined with -_^, i.e. c4-(-\)-\>  
9842
9843         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
9844
9845         * lily/parser.yy (number_factor): remove (number) as number
9846         expression. ("Let them eat Lisp").
9847
9848 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9849
9850         * lily/horizontal-bracket.cc: new file.
9851
9852         * lily/horizontal-bracket-engraver.cc: new file.
9853
9854         * input/regression/note-group-bracket.ly: new file. Support
9855         horizontal note brackets for music analysis.
9856
9857         * lily/stem.cc (flag): new flag-style: no-flag.
9858
9859         * input/test/stem-cross-staff.ly: new file
9860         
9861         * Documentation/user/internals.itely: Improved formatting, fixing
9862         typos.  Added a section `Output details' to describe how the TeX
9863         code looks like.
9864
9865         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
9866
9867         * lily/parser.yy: remove \dynamicscript.
9868
9869         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
9870         definitions. 
9871
9872         * python/midi.c (midi_error): take two arguments.
9873
9874         * Merge 1.6.5 changes:
9875         
9876 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9877
9878         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
9879         staff-space.  Previous 1.5 was probably meant as half-spaces.
9880         (cautionary-style): parentheses (was: smaller).  This is what doco
9881         says, and it seems more logical.
9882
9883         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
9884         for 2nd sentence.
9885
9886 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9887
9888         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
9889
9890 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9891
9892         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
9893
9894 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9895
9896         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
9897
9898 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9899
9900         * scm/translator-property-description.scm (voltaOnThisStaff): add
9901         property.
9902
9903 2002-09-28  Werner Lemberg  <wl@gnu.org>
9904
9905         * scm/tex.scm (header-end): Suppress page numbering.
9906
9907         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
9908         Fix quotation for HTML output.
9909
9910 2002-09-28   Graham Percival   <gperciva@sfu.ca>
9911         
9912         * Documentation/user/refman.itely: grammar and phrasing
9913           fixes to "Note Entry" section.  Also adds a few new examples.
9914
9915 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9916
9917         * flower/include/string-data.icc: include string.h
9918
9919 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9920
9921         * scm/chord-name.scm (chord::inner-name-banter): remove space.
9922
9923 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9924
9925         * Documentation/user/GNUmakefile (extra-local-help): Add.
9926
9927         * stepmake/stepmake/www-targets.make (local-help): Add.
9928
9929 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9930
9931         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
9932         packages.
9933
9934         * Documentation/topdocs/README.texi (Top): building documentation
9935         (not website.)
9936
9937 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9938
9939         * Documentation/user/refman.itely: 
9940         * Documentation/user/tutorial.itely: 
9941         * Documentation/user/music-glossary.tely: Merge changes.
9942
9943         * Documentation/user/glossary.html.in: 
9944         * Documentation/index.texi: 
9945         * Documentation/header.html.in: Accomodate renaming of glossary.
9946         
9947         * Documentation/user/tutorial.itely: Add some glossary references.
9948         
9949         * Documentation/user/refman.itely: Minor fixes.
9950         
9951         * Documentation/user/lilypond.tely: Add glossary do direntry.
9952
9953         * Documentation/user/music-glossary.tely: Rename (previously:
9954         glossary.tely).  Fix anchor placement.
9955
9956         * Documentation/user/GNUmakefile: Make music-glossary.info too.
9957
9958 2002-09-23  Werner Lemberg  <wl@gnu.org>
9959
9960         * scripts/lilypond-book.py (output_dict): Fix handling of
9961         various environments by avoid extraneous newlines.
9962         Rename `output-all' regexp for html to `output-html'.
9963         Replace `output-all' regexp for texi with `output-texi-quote'
9964         and `output-texi-noquote'.
9965         (compose_full_body): Don't override `linewidth' user option
9966         for `singleline'.
9967         (schedule_lilypond_block): Don't indent text specified with
9968         `intertext' option.
9969         Add new option `noquote'.
9970         (compile_all_files): Use latex instead of tex to compile ly
9971         files directly.
9972
9973         * Documentation/user/lilypond-book.itely: Updated and revised.
9974         Improve layout.
9975
9976         * Documentation/user/glossary.tely,
9977         Documentation/user/introduction.itely,
9978         Documentation/user/tutorial.itely,
9979         Documentation/user/refman.itely,
9980         Documentation/user/appendices.itely: Fix overfull LilyPond
9981         boxes caused by the new lilypond-book code.  Other minor
9982         fixes.
9983
9984         * Documentation/user/macros.itexi (@texiflat): Don't emit
9985         trailing space.
9986
9987         * scm/tex.scm (end-output, header-end): Add preamble and
9988         postamble to make lilypond output directly compilable with
9989         latex.
9990
9991         
9992 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9993
9994         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
9995         instructions.
9996
9997 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9998
9999         * Documentation/user/glossary.tely: Add titling and hyperlinks.
10000
10001 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10002
10003         * lily/beam.cc (connect_beams): don't crash if there are quarter
10004         notes in beams.
10005
10006 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
10007
10008         * Documentation/user/refman.itely: corrected ancient clef
10009         docu; added docu on ligatures
10010
10011 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
10012
10013         * Documentation/user/glossary.tely,
10014         Documentation/user/refman.itely, input/les-nereides.ly,
10015         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
10016         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
10017         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
10018         Stem properties: flag-style -> stroke-style, style -> flag-style.
10019
10020 2002-09-22  Werner Lemberg  <wl@gnu.org>
10021
10022         * scripts/lilypond-book.py: Add option `notime' to suppress
10023         printing of a time signature.  Specify default indentation of 0pt
10024         if single line fragment.  Don't emit redundant `\paper{ }'.
10025
10026         * Documentation/user/lilypond-book.itely: Updated.
10027
10028         * Documentation/user/glossary.tely: Completely reformatting.
10029
10030 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10031
10032         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
10033
10034 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10035
10036         * Documentation/user/tutorial.itely: Fix links.
10037         
10038         * Documentation/topdocs/index.tely:
10039         * Documentation/index.texi:
10040         * Documentation/header.html.in: Small website fixes and updates.
10041
10042         * debian/: Debian patch by Anthony Fok.
10043
10044 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10045
10046         * Documentation/footer.html.in: How time flies: It's already 2002!
10047
10048         * Documentation/topdocs/index.tely: Stable/development fix.  Use
10049         more descriptive link names than 'here'.
10050
10051 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10052
10053         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
10054
10055 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10056
10057         * lily/part-combine-music-iterator.cc (get_state): cleanup
10058         (get_music_info): cleanup.
10059
10060 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10061
10062         * scm/backend-documentation-lib.scm (interface-doc-string):
10063         crosslinks between interfaces and grobs. Headings for interfaces
10064         in grob explanation.
10065
10066 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10067
10068         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
10069         dtd).  Add preliminary dtd.
10070         (re-sub-alist): Robustify.
10071
10072 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10073
10074         * lily/include/event-chord-iterator.hh,
10075         lily/context-specced-music-iterator.cc,
10076         lily/event.cc, lily/event-chord-iterator.cc: add
10077
10078 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10079
10080         * lily/: some (c) header fixes.
10081         
10082         * lily/request-chord.cc: Remove.
10083         
10084         * lily/include/event-chord-iterator.hh:
10085         * lily/include/event.hh:
10086         * lily/event-chord.cc: New file.
10087         
10088         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
10089         requested.
10090
10091 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10092
10093         * lily/ : rename Request to Event
10094
10095         * lily/parser.yy (command_element): move clef stuff into Scheme.
10096
10097         * lily/:  rename length_mom () to get_length()
10098
10099         * lily/part-combine-music.cc: removed file and class.
10100
10101         * lily/context-specced-music-iterator.cc (class
10102         Context_specced_music_iterator): new file. Obsoletes the
10103         Context_specced_music type.
10104
10105         * scm/music-types.scm (make-repeated-music): put different kinds
10106         of repeated music into music-type table.
10107
10108         * VERSION: 1.7.1 released.
10109
10110         * scm/to-xml.scm: new file.
10111
10112         * input/test/to-xml.ly (fooBar): demo of what is possible with the
10113         new Input representation: dump music as XML.
10114
10115         * scm/engraver-documentation-lib.scm
10116         (engraver-accepts-music-types?): add links from music to engraver,
10117         from music-type to engraver.
10118
10119         * lily/include/command-request.hh: removed
10120         lily/include/musical-request.hh: removed. Removed all _req classes
10121         except Key_change_req. Changes throughout.
10122
10123 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10124
10125         * lily/tuplet-engraver.cc (try_music): Compile kludge.
10126
10127 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10128
10129         * lily/*.cc: specify accepts for many engravers.
10130
10131         * scm/music-documentation-lib.scm: dump music expressions and
10132         music subtypes.
10133
10134         * scm/documentation-lib.scm: complete revision.
10135         Use GOOPS objects to store document tree explicitly. Cleaned up and
10136         sped up doco generation a lot.
10137
10138 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10139
10140         * input/trip.ly (fugaIILeft): add arpeggio
10141
10142         * lily/translator-group.cc (try_music_on_nongroup_children):
10143         oops. The name symbol is in the cdr of the assoc handle.
10144
10145         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
10146         Hyphen_req, Glissando_req, Break_req, Mark_req 
10147
10148 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10149
10150         * lily/musical-request.cc (music-duration-length,
10151         music-duration-compress): new functions.
10152
10153         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
10154         throughout. Warning doesn't work yet.
10155
10156         * lily/translator-group.cc (try_music_on_nongroup_children):
10157         new implementation: store candidate acceptors in a hashTable.
10158
10159 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10160
10161         * scm/music-types.scm (music-descriptions): change name to
10162         internal-class-name
10163
10164         * scm/chord-name.scm (chord::inner-name-banter): remove space.
10165
10166 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10167
10168         * lily/beam.cc (connect_beams): don't crash if there are quarter
10169         notes in beams.
10170
10171 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
10172
10173         * Documentation/user/refman.itely: corrected ancient clef
10174         docu; added docu on ligatures
10175
10176 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
10177
10178         * Documentation/user/glossary.tely,
10179         Documentation/user/refman.itely, input/les-nereides.ly,
10180         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
10181         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
10182         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
10183         Stem properties: flag-style -> stroke-style, style -> flag-style.
10184
10185 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10186
10187         * scm/music-functions.scm (music-separator?): don't use name music
10188         property.
10189
10190 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10191
10192         * stepmake/stepmake/generic-targets.make (help): Document check
10193         target.
10194
10195         * lily/new-accidental-engraver.cc: Compile fix.
10196
10197 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10198
10199         * scripts/convert-ly.py: Add rule.
10200
10201         * input/test/music-creation.ly:
10202         * input/test/add-staccato.ly:
10203         * input/test/add-text-script.ly: ly-make-music.
10204
10205         * scm/drums.scm (make-head-type-elem, make-articulation-script):
10206         More ly-make-music renamings.
10207
10208         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
10209
10210         * lily/music-constructor.cc (make_music): Add debugging info.
10211
10212         * scm/music-functions.scm (make-simultaneous-music,
10213         (make-sequential-music, context-spec-music):
10214         * scm/music-types.scm (music-descriptions): Get lily to run.
10215
10216 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10217
10218         * lily/command-request.cc (transpose_key_alist): new function.
10219
10220         * lily/key-performer.cc (create_audio_elements): cleanup. 
10221
10222 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10223
10224         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
10225
10226         * lily/include/translator.hh (ENTER_DESCRIPTION): add
10227         events-accepted field.
10228
10229         * scm/music-types.scm: new file.
10230
10231         * lily/parser.yy: put music type initialization into scheme,
10232         similar to grob initialization.  Changes throughout.
10233
10234 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10235
10236         * Documentation/user/tutorial.itely: Fix links.
10237         
10238         * Documentation/index.texi: 
10239         * Documentation/header.html.in: 
10240         * Documentation/topdocs/index.tely: Small website fixes and updates.
10241
10242         * debian/: Debian patch by Anthony Fok.
10243
10244 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10245
10246         * Documentation/footer.html.in: How time flies: It's already 2002!
10247
10248         * Documentation/topdocs/index.tely: Stable/development fix.  Use
10249         more descriptive link names than 'here'.
10250
10251         * ROADMAP: Remove test stuff.
10252
10253         * scripts/update-lily.py: Allow auto-building of stable and
10254         development versions.  Bugfixes.
10255
10256 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10257
10258         * VERSION: released 1.7.0
10259
10260         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
10261
10262         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
10263         positive line widths.
10264
10265 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10266
10267         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
10268         go.  Fix comments.
10269
10270         * cygwin: Cygwin updates.
10271
10272 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10273
10274         * Documentation/windows/installing.texi (Top): version for python,
10275         urls for ghostscript (thanks to John Potelle)
10276         
10277         * lily/simultaneous-music-iterator.cc
10278         (Simultaneous_music_iterator): init children_list_ before
10279         triggering GC.
10280
10281         * lily/*-iterator.cc: be even more careful with smobbed copy
10282         constructors. 
10283
10284         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
10285         LeftEdge item.
10286
10287 2002-09-15  Werner Lemberg  <wl@gnu.org>
10288
10289         Improving LilyPond's output to make them ordinary TeX boxes with
10290         predictable dimensions.  System boxes are now vertically centered on
10291         the baseline; this offset can be further controlled with
10292         \lilypondscoreshift.
10293
10294         * lily/system.cc (System::post_processing): Pass length of current
10295         system to `start-system' (including any horizontal indentation).
10296
10297         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
10298         prettier.
10299         (lily-def): Append `%'.
10300         (start-system): Add parameter `wd'.  Output more TeX code to specify
10301         box dimensions.
10302         (stop-system, stop-last-system): Complement changes in
10303         `start-system'.
10304         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
10305         Updated.
10306
10307         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
10308         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
10309         Write final `\endinput'.
10310
10311         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
10312         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
10313         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
10314         files and macro definitions don't produce spurious spaces and
10315         paragraphs (using \endlinechar).
10316         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
10317
10318         * Documentation/user/internals.itely: Improved formatting, fixing
10319         typos.  Added a section `Output details' to describe how the TeX
10320         code looks like.
10321
10322 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
10323
10324         * lily/accidental-engraver.cc: Also work with partial measures.
10325
10326 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10327
10328         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
10329         spanner.
10330
10331 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10332
10333         * lily/identifier-smob.cc (unpack_identifier): new file.
10334
10335         * lily/lexer.ll (identifier_type): new function.  use ly-id to
10336         pass off scheme expressions as music identifiers.
10337
10338         * scm/lily.scm: reorganisation, cleanups.
10339
10340         * lily/main.cc: small cleanups.
10341
10342 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10343
10344         * lily/ly-module.{cc,hh}: new file.
10345
10346 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
10347
10348         * lily/accidental-engraver.cc: Also work with partial measures.
10349
10350 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10351
10352         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
10353
10354 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10355
10356         * lily/my-lily-lexer.cc: use SCM module in stead of
10357         Scheme_hash_table. Changes throughout.  
10358
10359 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10360
10361         * VERSION (MY_PATCH_LEVEL): make 1.7.0
10362