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