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