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