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