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