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