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