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