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