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