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