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