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