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