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