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