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