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