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