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