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