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