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