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