]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
updates
[lilypond.git] / ChangeLog
1 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2
3         * Documentation/user/tutorial.itely: updates
4
5 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
6
7         * lilypond-mode.el: Allow Midi on buffer.
8
9 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10
11         * Documentation/user/tutorial.itely: updates.
12
13 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
14
15         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
16
17 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
18
19         * lily/coherent-ligature-engraver.cc: fixed typo
20
21         * lily/coherent-ligature-engraver.cc,
22         lily/gregorian-ligature-engraver.cc,
23         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
24         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
25         lily/vaticana-ligature-engraver.cc,
26         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
27         scm/grob-description.scm: cleanup: junked LigatureHead grob and
28         removed all ligature specific stuff from NoteHead code
29
30         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
31         ligatures now use regular noteheads
32
33         * lily/vaticana-ligature.cc: tiny code cleanups
34
35         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
36         space between two adjacent noteheads of the same pitch
37
38         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
39         description; cleanup: removed obsolete font-family settings
40
41 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
42
43         * lily/coherent-ligature-engraver.cc,
44         lily/gregorian-ligature-engraver.cc,
45         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
46         lily/mensural-ligature-engraver.cc,
47         lily/vaticana-ligature-engraver.cc,
48         lily/include/gregorian-ligature-engraver.hh: updated for new
49         Coherent_ligature_engraver; added comments that describe the basic
50         design ideas of the ligature implementation
51
52         * lily/coherent-ligature-engraver.cc,
53         lily/include/coherent-ligature-engraver.hh: new file: shared code
54         between mensural ligatures and Gregorian chant notation ligatures
55
56 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
57
58         * lilypond-mode.el: XEmacs fixes: include two definitions for the
59         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
60         use only two arguments in sit-for, use no arguments in
61         read-char-exclusive, backspace is not a character (127) in XEmacs.
62
63         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
64
65 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
66
67         * lilypond-mode.el: un-commenting works after syntax-table fix.
68
69         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
70         group, verbose commenting for syntax table.
71
72         * lilypond-indent.el: add TODO for ligature slurs.
73
74 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
75
76         * lilypond-mode.el: Move comments of parenthesis matching away,
77         (blink-matching-paren-on-screen) fix blinking in Emacs.
78
79         * lilypond-font-lock.el: Fix parent-matching for Emacs:
80         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
81
82         * lilypond-indent.el: Add TODO for parenthesis matching.
83
84 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
85
86         * lilypond-mode.el: Fix XEmacs: 
87         changed [S-iso-lefttab] to [(shift iso-lefttab)],
88         invoke explicitly easy-menu-add (in Emacs done automatically).
89         
90         * lilypond.words: Add few words from input/*/*.ly.
91
92 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
93
94         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
95         and syntax updates.
96
97 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
98
99         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
100         better parametrisation. Move fatness of bulb downward.
101
102         * mf/parmesan-custodes.mf (dir_down): remove underscores from
103         glyph names. Underscores are not allowed .ps encoding files.
104
105 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
106
107         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
108         variable "packed" for packed right-ragged mode
109
110         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
111         unused variable ragged; fixed indentation
112
113         * Documentation/user/refman.itely: tiny cleanups in ancient
114         clef and custos section
115
116 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
117
118         * lily/parser.yy (Simple_music): add \applyoutput, syntax
119         \applyoutput PROCEDURE
120
121         * lily/my-lily-lexer.cc: add \applyoutput.
122
123         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
124
125         * lily/text-item.cc: clean text-interface description
126
127 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
128
129         * input/{regression,test}/: use postfix for slur endings and beam
130         begins.
131
132         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
133         style beams too. 
134
135         * input/regression/lyrics-melisma-beam.ly: new file.
136
137         * lily/lyric-engraver.cc (process_music): change from
138         process_acknowledged_grobs()
139
140         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
141         functions to set and revert auto-beam settings.
142
143 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
144
145         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
146
147 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
148
149         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
150         Documentation/user/lilypond.tely: fixed some typos; updated author
151         info
152
153         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
154         #"" -> #'flag-style = #'()
155
156         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
157         cleanup: removed dead #includes
158
159         * lily/gregorian-ligature-engraver.cc,
160         lily/include/gregorian-ligature.hh,
161         scm/grob-property-description.scm: small cleanups, small spacing
162         fixes
163
164         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
165         lily/vaticana-ligature.cc,
166         lily/include/gregorian-ligature-engraver.hh,
167         scm/grob-property-description.scm, scm/music-types.scm:
168         "porrectus" -> "pes or flexa"
169
170         * ly/engraver-init.ly, scm/grob-description.scm,
171         scm/grob-property-description.scm: junked porrectus, now handled
172         by ligature code
173
174         * scm/grob-description.scm: bugfix: added space-alist entry for
175         breathing sign/custos
176
177 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
178
179         * Another grand 2003 update.
180         
181         * Remove mentioning of `mudela'; There's no such thing.
182
183 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
184
185         * Documentation/user/preface.itely (Preface to version 1.8): update
186
187         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
188
189         * Documentation/user/converters.itely (Invoking convert-ly): revise
190
191         * scripts/convert-ly.py (outfile_name): remove --assume-old.
192
193         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
194
195 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
196
197         * Documentation/user/internals.itely: more updates.
198
199 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
200
201         * Documentation/user/refman.itely: revise 
202
203         * Documentation/user/internals.itely: revise
204
205         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
206
207 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
208
209         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
210         beautification: reformatted ancient clefs section; cleanup: small
211         wording fixes
212
213 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
214
215         * lilypond.words: added words for chant notation, sorted
216         alphabetically through "sort lilypond.words"
217
218 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
219
220         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
221         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
222         chant notation
223
224 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
225
226         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
227         prevent TeX from interpreting them as long dash
228
229         * input/test/vaticana.ly: updated
230
231         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
232         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
233         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
234         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
235         fixes
236
237         * mf/parmesan-heads.mf: ledger endings: removed dead code
238
239 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
240
241         * VERSION: 1.7.17 released
242         
243         * Documentation/user/GNUmakefile
244         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
245         files too.
246
247         * scm/document-markup.scm: new file: document all markup
248         functions.
249
250         * scm/documentation-generate.scm: rename all documentation modules
251         to document-*.scm
252
253         * scripts/lilypond-book.py: generate link to .ly file iso. link to
254         .png
255
256         * input/test/divisiones.ly: added
257
258         * input/regression/output-property.ly: new file
259
260         * lily/cluster.cc: change cluster-interface to use style property
261
262 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
263
264         * input/test/chord-names-german.ly: modified.
265
266         * scm/chords-ignatzek.scm:
267           chord-name->german-markup: Added
268           note-name->german-markup: Changed (now producing lowercase notenames)
269
270         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
271         
272 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
273
274         * scripts/convert-ly.py (FatalConversionError.conv):
275         divisiominima -> divisioMinima, etc.
276
277         * ly/engraver-init.ly (FiguredBassContext): add
278         Separating_line_group_engraver to Figured bass context.
279
280         * ly/german-chords-init.ly: remove file
281
282         * input/test/chord-names-german.ly (scm): new file.
283
284         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
285
286         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
287         Chord_name_engraver
288
289         * Documentation/user/refman.itely: lots of updates.
290
291         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
292         new file
293
294         * input/test/bar-number-every-5-reset.ly: new file.
295
296 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
297
298         * input/regression/chord-name-major7.ly: new file
299
300         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
301         if specced explicitly.
302
303         * input/regression/chord-name-entry-11.ly: new file.
304
305         * input/test/slur-beautiful.ly: new file.
306
307         * Documentation/user/refman.itely: updates.
308
309         * input/regression/collisions.ly (threevoice): cleanup.
310
311         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
312
313 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
314
315         * Documentation/user/*.itely: various updates.
316
317         * ly/spanners-init.ly: enddecr/ endcr.
318
319         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
320         of tutorial
321
322 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
323
324         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
325
326         * lily/new-chord-name-engraver.cc (process_music): use octavation
327         (a number) instead of original-pitch to store inversions. This
328         fixes a problem with transposed chords with inversions.  
329
330 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
331
332         * stepmake/aclocal.m4: Include compile fix for broken flex, as
333         used in includable-lexer.hh.
334
335         * lily/includable-lexer.cc: Bugfix: include config.h.
336
337         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
338         circumvention of Debian packaging bug.
339
340 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
341
342         * flex-2.5.31 hits Debian/unstable.  Fixes below.
343         
344         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
345
346         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
347         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
348
349         * lily/include/includable-lexer.hh: 
350         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
351
352         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
353
354         * aclocal.m4: Regenerate.
355
356         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
357         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
358
359         * scm/pdf.scm (use-modules): Include lily.
360
361         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
362         Noordkamp).
363         (use-modules): Include lily.
364         (lily-def): Bugfix: include tex-val in let.
365
366 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
367
368         * lilypond-mode.el: sensible error if lilypond.words not found.
369
370         * lilypond.words: add few words.
371
372 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
373
374         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
375
376         * mf/parmesan-scripts.mf: fixed typo in char name
377
378 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
379
380         * VERSION: 1.7.16 released
381
382         * python/lilylib.py (setup_temp): temporary directories are mode 700.
383         (this is a security vulnerability).
384
385         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
386
387         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
388         add staff support.
389
390 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
391
392         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
393         ly/script-init.ly, scm/script.scm: bugfix: renamed
394         fermata->signumcongruentiae to fix naming clash with feta font
395
396 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
397
398         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
399
400         * lily/multi-measure-rest-engraver.cc
401         (start_translation_timestep): use grace timing too for determining
402         when to make mmrest.
403         (start_translation_timestep): clear numbers too.
404
405 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
406
407         * scm/music-types.scm: compile fix: escape braces
408
409         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
410         work around font selection problem
411
412         * Documentation/user/refman.itely: BreathingSign: added docu for
413         property "text"
414
415 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
416
417         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
418         information.
419
420 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
421
422         * lily/multi-measure-rest-engraver.cc (class
423         Multi_measure_rest_engraver): make multiple Number objects, one
424         for each MultiMeasureTextEvent.
425
426         * scm/music-functions.scm (glue-mm-rest-texts): use
427         MultiMeasureTextEvent
428
429         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
430
431         * Documentation/user/refman.itely (Multi measure rests): update.
432
433 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
434
435         * lily/ly-module.cc (ly_copy_module_variables): use
436         scm_internal_hash_fold() for iterating modules.
437
438 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
439
440         * Documentation/user/refman.itely: Section Custodes: added more
441         example code
442
443         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
444         neo-mensural rests to parmesan font
445
446         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
447         header
448
449 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
450
451         * Documentation/user/macros.itexi: @fileref macro.
452
453         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
454         each file. 
455
456 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
457
458         * lily/include/custos.hh, make/lilypond.suse.spec.in,
459         Documentation/topdocs/AUTHORS.texi: updated my email address
460
461         * Documentation/user/refman.itely: updated custos documentation;
462         beautified divisiones example; beautified articulations table
463
464         * lily/breathing-sign.cc: bugfix: finalis molecule
465
466 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
467
468         * Documentation/user/refman.itely: added docu for
469         contemporary fermata symbols, gregorian breathing signs; small fixes
470
471         * ly/gregorian-init.ly: removed obsolete #'type props
472
473 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
474
475         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
476         minimum-length property correctly.
477
478 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
479
480         * scm/music-functions.scm (make-multi-measure-rest): set input
481         locations for multimeasure rests.
482         
483
484 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
485
486         * input/regression/breathing-sign.ly: updated to for ancient
487         notation
488
489 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
490
491         * scripts/ly2dvi.py: Add newline.
492
493 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
494
495         * scripts/ly2dvi.py (dependency_files): Compile fix.
496
497 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
498
499         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
500         (make_html_menu_file): --html menu. 
501
502 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
503
504         * scripts/ly2dvi.py (run_dvips): +add the .map file 
505
506 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
507
508         * input/screech-boink.ly: new file.
509
510 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
511
512         * scripts/lilypond-book.py (make_lilypond_file): convert
513         lilypond-file to lilypond block directly, without going through
514         begin/end lilypond text.
515         
516
517 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
518
519         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
520         scm/grob-description.scm: moved Michael's original breathing sign
521         code in brew_molecule() to divisio_minima(); provided new
522         brew_molecule() that effectively replaces the
523         Text_item::brew_molecule callback (with additional fallback to
524         Michael's original code); added callbacks for brewing divisio
525         maior/maxima and finalis
526
527         * gregorian-init.ly: added breathing sign shortcuts for virgula,
528         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
529
530         * script-init.ly: added shortfermata, longfermata,
531         verylongfermata, varcoda
532
533         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
534         longfermata, verylongfermata, varcomma, varcoda
535
536 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
537
538         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
539           Remove all noquote and insert a few quote.
540         
541         * Documentation/user/lilypond-book.itely (Music fragment options),
542           scripts/lilypond-book.py: Don't include quotation blocks by
543           default. Introduce option quote instead of noquote
544
545 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
546
547         * VERSION: 1.7.15 released
548         
549         * Documentation/user/lilypond.tely: omf updates.
550
551         * buildscripts/texi2omf.py (omf_vars): include version.date
552
553         * make/lilypond.redhat.spec.in: fixes for spec file. 
554
555         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
556         by function definition: lily now requires a recent GNU Make.
557
558         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
559
560         * make/ly-rules.make: remove .ly -> .tex rule
561
562         * Documentation/user/refman.itely (Figured bass): revised figured
563         bass example.
564
565 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
566
567         * stepmake/stepmake/omf-targets.make (local-install): add
568         scrollkeeper-update message.
569
570         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
571         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
572
573         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
574
575         * Documentation/user/converters.itely (Invoking midi2ly): add
576         track/channel notice.
577
578 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
579
580         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
581
582         * lily/parser.yy (scalar): DIGIT is also a scalar.
583
584         * Documentation/user/music-glossary.tely: add @omf tags
585
586         * Documentation/user/lilypond.tely: add @omf tags
587
588         * scm/generate-documentation.scm (string-append): add @omf tags.
589
590         * stepmake/stepmake/omf-*: new files 
591
592         * input/regression/multi-measure-rest.ly (texidoc): add doco
593
594         * GNUmakefile.in (web-doc-install): add web-doc-install target
595
596         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
597         fixes crashes while dumping MIDI.
598
599         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
600         midi
601
602 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
603
604         * buildscripts/texi2omf.py: new file.
605
606         * mf/feta-beugel.mf: include font count, not staffsize (16) in
607         font-name
608
609 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
610
611         * input/regression/beam-manual-beaming.ly (texidoc): new file.
612
613         * lily/sequential-iterator.cc (descend_to_child): call
614         descend_to_child() for all types of music.
615
616 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
617
618         * scm/translator-property-description.scm: Add
619         bassFigureFormatFunction.  Replace some entries.
620
621 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
622
623         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
624         clean out.
625
626 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
627
628         * scripts/midi2ly.py (Note.dump): never dump duration for
629         dump_dur=0.
630
631         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
632         new function
633
634         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
635         figures using new markups. Much simpler, and should improve layout
636         a little.
637
638         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
639
640 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
641
642         * ly/engraver-init.ly: use Hara kiri by default for 
643         ChordNames, FiguredBass and Lyrics(Voice) context. 
644
645         * lily/axis-group-engraver.cc (acknowledge_grob): use
646         rhythmic-grob-interface for selecting items not to hara-kiri'd 
647
648         * scm/new-markup.scm (markup-function-list): add bracket,
649         vbracket.
650
651         * ly/engraver-init.ly (ChordNamesContext): set
652         minimumVerticalExtent
653
654 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
655
656         * input/test/time-signature-double.ly: new file 
657
658         * input/regression/collision-head-chords.ly (texidoc): new file.
659
660         * lily/type-swallow-translator.cc: add note swallow translator 
661
662         * input/test/time-signature-double.ly: new file.
663
664         * lily/type-swallow-translator.cc: add Rest_swallow_translator
665
666         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
667         (FiguredBassContext): idem.
668
669         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
670
671         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
672
673         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
674
675         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
676         .afm dependency
677
678         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
679
680         * python/lilylib.py (make_page_images): add function.
681
682         * scripts/ly2dvi.py (run_latex): include title in preview image.
683
684         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
685         from lilypond-book for <ly2dvifile> tags in HTML.
686
687         * scripts/ly2dvi.py (option_definitions): add --debug option to
688         print out environment.
689
690         * input/regression/tie-chord-partial.ly: new file.
691
692 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
693
694         * lilypond.words: add 3
695
696 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
697
698         * scm/new-markup.scm (markup-function-list): add finger-markup
699
700         * input/tutorial/brahms-tweaked.ly: new markup 
701
702         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
703
704         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
705         crash when processing '() markup
706
707         * input/regression/breathing-sign.ly (texidoc): add caesura example.
708
709         * lily/breathing-sign.cc (railtracks): another caesura.
710
711         * mf/feta-schrift.mf: caesura symbol. 
712
713 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
714
715         * scripts/convert-ly.py (FatalConversionError.conv): add
716         ly:molecule-XXX conversions.
717
718         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
719
720         * input/regression/multi-measure-rest-text.ly: new file.
721
722         * scm/music-functions.scm (glue-mm-rest-texts): automatically
723         convert MMREST-TEXT to MultiMeasureRestNumber settings.
724
725         * ly/engraver-init.ly (ScoreContext): move tablature settings to
726         ScoreContext
727
728         * scm/new-markup.scm (center-markup): \center markup.
729
730         * scm/music-functions.scm: remove pitchify scripts.
731
732         * lily/music.cc (print_smob): display music name if available 
733
734 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
735
736         * Documentation/user/refman.itely (Instrument names): remove
737         \turnOff doco.
738
739 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
740
741         * lily/score.cc (mark_smob): bugfix.
742
743         * input/regression/rehearsal-mark.ly: new file.
744
745         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
746         report error at the current token again.
747
748 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
749
750         * cygwin/mknetrel: Exit if doc build fails.
751
752         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
753
754 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
755
756         * scm/music-types.scm (music-descriptions): add doc strings
757
758 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
759
760         * lily/lexer.ll: 
761         * lily/include/my-lily-lexer.hh: 
762         * lily/include/includable-lexer.hh: Add flex kludge.
763
764         * config.hh.in: 
765         * config.make.in: 
766         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
767         cruft.
768         
769         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
770         code.
771
772 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
773
774         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
775
776         * lily/parser.yy (new_chord): Compile fix.
777
778 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
779
780         * Documentation/user/refman.itely (Tuning groups of objects):
781         remove documentation for \turnOff. 
782
783         * lily/percent-repeat-engraver.cc (try_music): add correct
784         processing moments for double-measure percents as well.
785
786         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
787
788         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
789         grob prop type. 
790
791         * Documentation/user/refman.itely (Printing named chords): add
792         chord name tweak doco.
793
794         * input/template/gregorian-transcription.ly: new file.
795
796 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
797
798         * VERSION: 1.7.13 released
799         
800         * input/test/*: lots of cleanups/comment-outs/removals in chord
801         examples
802         
803         * input/regression/*: lots of cleanups/comment-outs/removals in
804         chord examples
805         
806         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
807         options
808
809         * lily/new-chord-name-engraver.cc (process_music): give original
810         inversion pitch to chord name routine.
811
812         * input/tutorial/os-score.ly: update to new markup
813
814         * Documentation/user/appendices.itely: simply include
815         chords-ignatzek. 
816
817         * Documentation/user/refman.itely (Chords mode): add documentation
818         for chord mode.
819
820         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
821         not present in chord.
822         (construct-chord): add inversion and bass support.
823
824         * lily/chord.cc: junk contents.
825
826 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
827
828         * Documentation/user/refman.itely:
829         * Documentation/user/music-glossary.tely: fix. 
830
831 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
832
833         * scm/chord-entry.scm (construct-chord): move chord construction
834         to Scheme.
835
836         * lily/parser.yy (new_chord): new setup for chord entry.
837
838 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
839
840         * lilypond.words:
841         * Documentation/user/music-glossary.tely: add ambitus.
842
843 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
844
845         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
846
847         * lily/include/*.hh: string() -> to_string()
848
849         * scm/chords-ignatzek.scm: new file.
850
851         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
852         standard chord name exceptions.
853
854         * scm/translator-property-description.scm (chordNameSeparator):
855         add property.
856         (majorSevenSymbol): add property
857
858         * lily/translator-scheme.cc (ly:context-properties): new function
859         (ly:context-parent): new function.
860         (print_smob): print context name.
861
862         * lily/music.cc (ly:get-music-length): new function
863         (print_smob): don't print properties.
864
865         * lily/duration.cc (duration<?): new function
866
867         * input/regression/chords-funky-ignatzek.ly: new file.
868
869         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
870         jazz chords.
871
872         * lily/pitch.cc (ly:pitch-diff): new function.
873
874         * input/regression/chords-ignatzek.ly: new file.
875
876 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
877
878         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
879         pitches for jazz chords.
880
881 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
882
883         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
884
885 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
886
887         * lilypond.words: add 1
888
889 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
890
891         * Documentation/topdocs/AUTHORS.texi: refine.
892
893 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
894
895         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
896         
897         * lilypond.words: add one.
898
899 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
900
901         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
902         Fontify bass note in chords, e.g., e in c1/e.
903         
904 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
905
906         * Documentation/user/music-glossary.tely: Dutch updates and
907         additions (Arent Storm).
908
909 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
910
911         * input/regression/ambitus.ly:  move file.      
912
913         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
914
915         * lily/event.cc (transpose): add tonic property to Key_change_req
916         and to Key_engraver.
917
918 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
919
920         * Documentation/user/refman.itely: fix typo.
921
922         * lilypond.words: removed wrong identifiers.
923
924 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
925
926         * mf/feta-toevallig.mf: make flat stem shorter 
927
928 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
929
930         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
931
932         * lilypond.words: add from Phrasing slur.
933         
934 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
935
936         * lilypond-mode.el: allow launching multiple ViewPS processes.
937         
938         * lilypond.words: add from Text markup.
939
940 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
941
942         * input/test/ossia.ly (texidoc): add comment.
943
944         * input/regression/voice-follower.ly: new file.
945
946         * mf/feta-toevallig.mf: make flat heavier.
947
948         * lily/cluster-engraver.cc: clean up Cluster engraver
949
950         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
951         Engraver. Use Note_column to compute Y positions and deal with
952         line break stuff.
953
954 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
955
956         * lily/stem.cc: move french-beaming to stem.
957
958 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
959
960         * lilypond-font-lock.el: fontify all durations in chords.
961
962         * lilypond.words: add from lily/my-lily-lexer.cc
963
964 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
965
966         * VERSION: release 1.7.12
967
968         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
969
970         * lily/gregorian-ligature.cc: new file
971
972         * lily/*: the Great 2003 search & replace.
973
974         * Documentation/user/refman.itely (Manual repeat commands): add
975         note about font selection.
976
977 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
978
979         * lilypond-mode.el: propose recompiling midi while invoking playing,
980         not while stopping playing.
981
982 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
983
984         * lilypond.words: add one.
985
986         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
987         and expressional note grouping. Fontify chord modes.
988
989 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
990
991         * Documentation/user/music-glossary.tely (Top): translate melisma.
992
993 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
994
995         * Documentation/user/music-glossary.tely (Top): add melisma.
996
997 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
998
999         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
1000         interfaces for (abstract) grob GregorianLigature
1001
1002         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
1003         renamed head* -> glyph_name*, x-shift* -> x-offset*
1004
1005         * scm/grob-property-description.scm: bugfix: added missing descriptions
1006
1007 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1008
1009         * input/test/chord-names-dpnj.ly: New file.
1010
1011         * scm/double-plus-new-chord-name.scm: Implement full and partial
1012         exceptions.
1013
1014         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
1015
1016         * scm/double-plus-new-chord-name.scm
1017         (double-plus-new-chord->markup): Fix sub->markup.
1018
1019
1020 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
1021
1022         * lily/custos-engraver.cc: added TODO; editorial changes
1023
1024         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
1025         consistency with other ligature engravers; removed access on (now)
1026         private variable _ligature of Ligature_engraver
1027
1028         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
1029         renamed last_bound -> last_bound_; issue programming_error on
1030         abstract method calls; moved primitives code from
1031         Mensural_bracket_engraver to here (because almost ligature
1032         engravers will need it); renamed try_stop_ligature () ->
1033         typeset_ligature (); bugfix: store primitives of finished ligature
1034         in separate variable finished_primitives_ to avoid clash on input
1035         like "\] \["; added current_ligature () to enable access on
1036         private variable _ligature
1037
1038         * lily/mensural-ligature-engraver.cc: removed primitives_ code
1039         (now in super class); renamed try_stop_ligature () ->
1040         typeset_ligature ()
1041
1042         * lily/mensural-ligature.cc: issue programming_error on abstract
1043         method calls
1044
1045         * lily/note-heads-engraver.cc: added TODO comment upon bool
1046         in_ligature
1047
1048         * mf/parmesan-heads.mf: fixed some of set_char_box()
1049
1050         * scm/grob-description.scm: added VaticanaLigature
1051
1052         * scm/grob-property-description.scm: added neume prefix properties
1053
1054         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
1055         lily/include/gregorian-ligature-engraver.hh,
1056         lily/include/gregorian-ligature.hh: new files; framework for
1057         gregorian ligature engravers such as vaticana
1058
1059         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
1060         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
1061         vaticana style ligature implementation (still somewhat uncomplete)
1062
1063 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1064
1065         * VERSION: release 1.7.11
1066
1067         * scripts/convert-ly.py: add ly:pitch-transpose rule
1068
1069 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1070
1071         * input/test/dpncnt.ly: New file.
1072
1073         * lily/my-lily-lexer.cc: Add chordnames keyword.
1074
1075         * lily/parser.yy (chordnames_block): Parse chord name exception
1076         lists, see input/test/dpncnt.ly.
1077
1078         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
1079         function.
1080
1081         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
1082         filter-out too.
1083
1084         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
1085         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
1086         pitch functions (except for ly:make-pitch, but that's apparently
1087         some sort of scheme naming standard?).
1088
1089         * scm/lily.scm (!=): define-public.
1090
1091         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
1092
1093 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1094
1095         * scm/double-plus-new-chord-name.scm
1096         (double-plus-new-chord-name->markup): New file.
1097
1098 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1099
1100         * python/lilylib.py (make_preview): don't suppress progress for
1101         bbox extraction.
1102
1103 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1104
1105         * Documentation/user/appendices.itely (scheme): update for new syntax.
1106
1107         * input/regression/chord-name-styles.ly: new file
1108
1109         * lily/instrument-name-engraver.cc: create instrument names
1110         without barline too.  Allows instrument name on ChordNames  
1111
1112         * scm/new-markup.scm (interpret-markup): allow simple strings as
1113         markup too.
1114
1115 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1116
1117         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
1118         (step->markup-accidental): Fix: add accidental.
1119         (chord::inner-name-american): 
1120         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
1121         append stray '/' if last superscript addition was 'o'.
1122
1123         * scm/new-markup.scm (normal-size-sub-markup) 
1124         (normal-size-super-markup): New function.
1125
1126         * lily/source-file.cc (Source_file): Add warning for possibly
1127         intentional but suspicious initialization.
1128
1129         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
1130         add comments about cut-and-paste programming.
1131
1132         * flower/rational.cc (lcm): Not used; comment out.
1133
1134 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1135
1136         * lily/new-fingering-engraver.cc (position_scripts): use
1137         fingerHorizontalDirection to determine fingering horizontal
1138         directions.
1139  
1140         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
1141         fingering support.
1142
1143         * scripts/convert-ly.py (FatalConversionError.conv): add style
1144         conversion rule. 
1145
1146         * scm/chord-name.scm (set-chord-name-style): new function.
1147         (new-chord-name-brew-molecule): revise to interpret markup only
1148         (new-chord->markup): cleanuppish rewrite. To be called from the
1149         new engraver.
1150
1151         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
1152         Markup earlier, during interpreting.
1153
1154         * input/test/{banter,jazz,american}-chords.ly (scheme): update
1155         style settings. Rename to chord-names-*.ly
1156
1157 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1158
1159         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
1160         markup code and update to new markup.  Most probably broke some of
1161         it.
1162         
1163 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
1164
1165         * Documentation/user/refman.itely: added docu for ambitus and
1166         clusters
1167
1168         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
1169         ly_quote_scm() in lookup.cc
1170
1171         * mf/parmesan-clefs.mf: set_char_box fix
1172
1173         * lily/cluster-engraver.cc: junk implicit protection; use
1174         Protected_scm instead
1175
1176 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1177
1178         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
1179         throughout.
1180
1181         * scm/new-markup.scm: Turn-off error-triggering test code.
1182
1183 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1184
1185         * scm/new-markup.scm (markup-thrower-typecheck) 
1186         (markup-typecheck?):  add full typechecking functions.
1187         (make-markup-maker): add make-FOO-markup functions.
1188         (markup-argument-list-error): nice error checking messages.
1189         (make-markup): better function: less quoting escapades.
1190
1191 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1192
1193         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
1194
1195 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1196
1197         * cygwin/lilypond.hint (requires): Add cygwin.
1198
1199         * .cvsignore: Remove stepmake (huh!?!), add lib.
1200
1201         * GNUmakefile.in: Add libdir links for builddir runs.
1202
1203         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
1204         instead of datadir.
1205
1206         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
1207         local_lilypond_libdir.
1208
1209         * config.make.in (lilypond_libdir): Add.
1210
1211         * stepmake/stepmake/substitute-rules.make: 
1212         * stepmake/stepmake/script-rules.make: 
1213         * stepmake/stepmake/python-module-rules.make:
1214         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
1215         lilypond-python-module patch.
1216
1217 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1218
1219         * Documentation/user/refman.itely (Graphical interfaces): add note
1220         about xml2ly.
1221
1222 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1223
1224         * scripts/ly2dvi.py (run_dvips): remove trailing newline
1225
1226 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1227
1228         * VERSION: released 1.7.10
1229
1230         * scripts/musedata2ly.py (): idem
1231
1232         * scripts/midi2ly.py (dump_chord): idem
1233
1234         * scripts/etf2ly.py (version): idem 
1235
1236         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
1237
1238         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
1239
1240         * scm/tex.scm (tex-output-expression): remove eval compat
1241         glut. Other output files too.
1242
1243         * scm/chord-name.scm: don't export anything from chord module.
1244
1245         * input/test/american-chords.ly: idem
1246
1247         * input/test/banter-chords.ly (texidoc): idem
1248
1249         * input/test/Cc-chords.ly: add breakage notes.
1250
1251         * Documentation/user/refman.itely (Text markup): rewrite manual section.
1252
1253         * lily/parser.yy (scalar): allow \markup { } as property value. 
1254
1255         * scm/chord-name.scm: complete new markup usage
1256
1257         * scm/grob-description.scm (all-grob-descriptions): use new markup
1258         texts by default
1259
1260 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1261
1262         * scm/chord-name.scm: partial move to new markup texts.
1263
1264 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1265
1266         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
1267
1268         * scm/bass-figure.scm (brew-bass-figure): make stack direction
1269         settable.
1270
1271 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
1272
1273         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
1274         invoked for old midi, wait for killing.
1275
1276 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
1277
1278         * Documentation/user/music-glossary.tely: Finnishing.
1279
1280 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1281
1282         * mf/feta-nummer-code.mf: some kerning pairs.
1283
1284 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
1285
1286         * scm/output-lib.scm (set-bar-number-visibility): Context-function
1287         Added.
1288
1289         * Documentation/user/refman.itely (Bar numbers):
1290         set-bar-number-visibility added, modulo-bar-number removed again
1291         (sorry).
1292
1293 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
1294
1295         * scm/output-lib.scm (modulo-bar-number-visible): add function.
1296
1297         * Documentation/user/refman.itely: add modulo-bar-number-visible.
1298
1299         * Documentation/user/music-glossary.tely: translate into Finnish.
1300
1301 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
1302
1303         * lilypond-mode.el: add shortcut for 2midi
1304
1305         * lilypond-font-lock.el: fontify lyrics
1306
1307 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
1308
1309         * scm/drums.scm : use 1.7.x names.
1310
1311         * input/regression/drums.ly : Don't use << chords >>
1312
1313 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
1314
1315         * lilypond-mode.el: tidy, add TODO
1316
1317         * make/lilypond.mandrake.spec.in: install-info quietly.
1318
1319 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1320
1321         * input/test/markup.ly: use new syntax.
1322
1323 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1324
1325         * ly/params-init.ly (interscoreline): add word-space
1326
1327         * input/test/metronome.ly (eighthNote): idem.
1328
1329         * input/test/script-priority.ly: use new markup
1330
1331         * lily/parser.yy (markup): allow HEAD markup0 markup1 
1332
1333         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
1334
1335         * lily/parser.yy (gen_text_def): bugfix.
1336         (full_markup): allow markup identifier.
1337
1338 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
1339
1340         * lilypond-mode.el (LilyPond-kill-job): Kill all Lilypond compiling
1341         jobs at the same time. Add horizontal lines to Command menu.
1342         Allow one compiling job -- propose killing others before a new one.
1343
1344         * lilypond.words: add markup, teeny, etc.
1345
1346 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
1347
1348         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
1349         Allow only one type of midi process; launching Midi either stops
1350         midis or plays the current midi and launching MidiAll stops midis
1351         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
1352         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
1353
1354 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1355
1356         * lily/text-engraver.cc (process_acknowledged_grobs): use new
1357         markup  for new markup texts.
1358
1359         * lily/mark-engraver.cc (process_music): idem
1360         
1361         * lily/instrument-name-engraver.cc (create_text): idem
1362
1363         * scm/new-markup.scm (magnify-markup): new function.
1364
1365         * scm/molecule.scm (stack-lines): bugfix.
1366
1367         * lily/font-interface.cc (get_font): take font-magnification from
1368         alist chain.
1369
1370 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1371
1372         * lily/molecule-scheme.cc: move scheme functions to separate file.
1373
1374         * lily/font-metric.cc  (ly_get_glyph): new function. 
1375         
1376         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
1377         (italic-markup, dynamic-markup): new functions
1378         (font-markup): new function
1379
1380         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
1381         padding and minimum
1382
1383 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
1384
1385         * lily/accidental-engraver.cc:
1386         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
1387
1388 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
1389
1390         * lilypond.vim:
1391         * lilypond-font-lock.el: Put \longa as duration. Accept only 
1392         [a-zA-Z] for user defined identifiers. Separate note cases 
1393         with and without a duration (allow cis\longaX).
1394
1395         * lilypond.words: Add words from Info.
1396
1397 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1398
1399         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
1400
1401 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
1402
1403         * lilypond-mode.el: Propose reverting buffer before a command if
1404         it was edited with an another editor.
1405
1406 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1407
1408         * lily/molecule.cc (ly_translate_molecule): new function
1409
1410         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
1411         into libdir
1412
1413         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
1414
1415         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
1416
1417 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
1418
1419         * lilypond.words: take \words from Info-index.
1420
1421 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1422
1423         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
1424
1425 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
1426
1427         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
1428
1429 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
1430
1431         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
1432         and lilypond-documentation.
1433
1434 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1435
1436         * lily/parser.yy: Compile fix (bison 1.75).
1437
1438 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1439
1440         * VERSION: 1.7.9 released
1441
1442         * scm/music-functions.scm (shift-one-duration-log): refactor.
1443         Use music-map.
1444
1445         * input/regression/chord-tremolo.ly (texidoc): add dot test.
1446
1447         * NEWS: update.
1448
1449         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
1450         argument
1451         
1452         * scm/music-functions.scm (display-music): new function
1453         (music-map): change arg order.
1454
1455         * input/regression/new-markup-syntax.scm: new file
1456
1457         * lily/parser.yy (markup): add \markup { .. } syntax.
1458
1459         * scm/new-markup.scm (override-markup): new function
1460         (lookup-markup): new function
1461         (music-markup): new function
1462         (lookup-markup-command): use markup-signature to store argument
1463         format for parser.
1464
1465         * lily/lexer.ll: preliminary \markup syntax. 
1466
1467 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
1468
1469         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
1470         add pre/post-dependencies and menus with icons from source.
1471
1472         * Documentation/pictures/lilypond-48x48.xpm:
1473         * Documentation/pictures/lilypond-32x32.xpm:
1474         * Documentation/pictures/lilypond-16x16.xpm: new files, background
1475         transparent.
1476
1477         * stepmake/stepmake/generic-targets.make:
1478         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
1479
1480 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1481
1482         * input/regression/music-map.ly (texidoc): new file.
1483
1484         * scm/music-functions.scm (music-map): new function
1485
1486 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1487
1488         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
1489
1490 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
1491
1492         * input/test/to-xml.ly:
1493         * lily/ligature-engraver.cc: Fixes documentation.
1494
1495         * lilypond.mandrake.spec.in:
1496         * lilypond.redhat.spec.in: Add lilypond.words.
1497
1498         * Documentation/user/refman.itely: Mention Info inside emacs.
1499         
1500         * lilypond.suse.spec.in:
1501         * lilypond.redhat.spec.in: 
1502         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
1503
1504 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1505
1506         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
1507         os.popen.read ().
1508
1509 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1510
1511         * scripts/ly2dvi.py (include_path): print warning if failing anything.
1512
1513         * python/lilylib.py (error): add space
1514
1515 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1516
1517         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
1518         distribution.
1519
1520 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1521
1522         * lily/paper-outputter.cc (Paper_outputter): close port when
1523         finishing score.
1524
1525 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1526
1527         * scm/sodipodi.scm: Fixes.
1528
1529 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
1530
1531         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
1532
1533         * buildscripts/make-font-dir.py: Fix. 
1534
1535 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
1536
1537         * lilypond-mode.el: Add support for Info inside Emacs.
1538
1539 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1540
1541         * buildscripts/make-font-dir.py: 
1542         * mf/GNUmakefile: Make sodipodi font map.
1543
1544         * scm/sodipodi.scm: Add more output functions.
1545
1546         * mf/feta-nummer.mf: 
1547         * mf/feta-beugel.mf: Add font_coding_scheme.
1548
1549         * lily/paper-outputter.cc (output_header): Fix creator string.
1550
1551 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
1552
1553         * lilypond-mode.el (LilyPond-autocompletion): invoked with
1554         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
1555
1556         * lilypond.words: add two (Everybody can add/remove words now!).
1557
1558         * debian/rules:
1559         * make/lilypond.suse.spec.in:
1560         * make/lilypond.mandrake.spec.in:
1561         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
1562
1563         * Documentation/user/refman.itely: Mention autocompletion.
1564
1565 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1566
1567         * scripts/ly2dvi.py: Add paper sizes.
1568
1569         * lily/timing-engraver.cc: 
1570         * lily/time-signature.cc: 
1571         * lily/span-bar.cc: 
1572         * lily/grob-scheme.cc: Code formatting fixes.
1573
1574         * scm/sodipodi.scm: 
1575         * scm/sketch.scm:
1576         * buildscripts/mf-to-table.py: 
1577         * buildscripts/make-font-dir.py: Font testing.
1578
1579 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
1580
1581         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
1582         inserts try-completion and shows all-completions.
1583
1584         * lilypond.words: '\' -> '\\'
1585
1586         * lilypond-mode.el: load libraries in the end, lilypond.words defines
1587         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
1588         
1589         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
1590         and LilyPond-reserved-words.
1591         
1592 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
1593
1594         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
1595         from load-path.
1596         
1597         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
1598         the mini-buffer with Control-Shift-c.
1599         
1600 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1601
1602         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
1603         duration. This fixes \tempo taking time.
1604
1605 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1606
1607         * lily/volta-engraver.cc (process_acknowledged_grobs): 
1608         Allow for text markup in repeatCommands. 
1609
1610 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
1611
1612         * lilypond-mode.el (LilyPond-insert-string): new function, use it
1613         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
1614         Get rid of skeleton.el-dependency.
1615
1616         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
1617
1618 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1619
1620         * lily/beam-engraver.cc (stop_translation_timestep): reset
1621         now_stop_ev_
1622
1623         * lily/scm-option.cc: add parse-protect to ly:set-option
1624
1625         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
1626
1627 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1628
1629         * lily/include/ligature-bracket.hh: removed
1630         * lily/ligature-bracket.cc: removed
1631
1632         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
1633         .tex
1634
1635         * lily/beam.cc (set_beaming): don't change beam count on rests.
1636         (brew_molecule): always set flag-width > 0.
1637
1638 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
1639
1640         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
1641         chars, remove instructions; instead, refer to lilypond-init.el and
1642         Documentation/topdocs/INSTALL.texi.
1643
1644         * lilypond.words: add identifiers and reserved words.
1645
1646         * Documentation/topdocs/INSTALL.texi: separate sections for installing
1647         files and adding a load-path.
1648
1649         * lilypond-init.el: Instructions, extracted from 
1650         Documentation/topdocs/INSTALL.texi. 
1651         
1652 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1653
1654         * VERSION: 1.7.8 released 
1655
1656         * lily/grob.cc (warning): better robustness fix.
1657
1658 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
1659
1660         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
1661
1662         * lily/cluster-engraver.cc: stick better to variable naming
1663         conventions
1664
1665         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
1666         until stop_translation_timestep()
1667
1668         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
1669         min/max coordinates to backend, but no musical info such as
1670         pitches
1671
1672         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
1673
1674         * lily/grob.cc: robustness fix: warning(): do not crash if
1675         cause is not set
1676
1677         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
1678         the much more elaborated tuplet brackets than the very naive and
1679         simple ligature bracket grob
1680
1681 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1682
1683         * Documentation/user/refman.itely (Analysis brackets): add
1684         horizontal bracket doco.
1685
1686         * ly/property-init.ly (setMmRestFermata): added.
1687
1688         * Documentation/user/refman.itely (Multi measure rests): fermatas
1689         on mm rests.
1690
1691         * input/regression/apply-context.ly (texidoc): new file
1692
1693         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
1694         code to be executed during interpretation. Possible applications:
1695         smart octavation, more advanced bar checks. 
1696
1697         * lily/apply-context-iterator.cc: new file.
1698
1699 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1700
1701         * input/test/new-markup.ly: new file.
1702
1703         * lily/text-item.cc (text_to_molecule): new function
1704
1705         * scm/new-markup.scm (lambda): new file
1706
1707         * lily/function-documentation.cc (ly_add_function_documentation):
1708         add proc property as well
1709
1710 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1711
1712         * Documentation/user/music-glossary.tely (Top): add custos.
1713
1714 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
1715
1716         * Documentation/topdocs/INSTALL.texi: advise how to include source
1717         path to Emacs load-path and improve language.
1718
1719 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1720
1721         * GNUmakefile.in: config.h message fix.
1722
1723         * autogen.sh:
1724         * aclocal.m4: Regenerate.
1725
1726         * configure.in: 
1727         * config.make.in: 
1728         * stepmake/config.make.in: 
1729         * stepmake/configure.in: 
1730         * stepmake/autogen.sh: 
1731         * stepmake/aclocal.m4: Update for autoconf 2.56.
1732
1733 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
1734
1735         * Documentation/topdocs/INSTALL.texi: instructions for an user how
1736         to install Emacs-mode. Instructions how to use vim-mode.
1737
1738 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1739
1740         * scm/music-types.scm (music-descriptions): no length for tempo event.
1741
1742         * input/*.ly: add \version everywhere.
1743         
1744         * input/*.ly: update syntax to 1.7 + new-chords.
1745
1746         * VERSION: 1.7.7 released.
1747         
1748         * Documentation/user/*.tely: new chord syntax.
1749
1750         * input/regression/[bc]*.ly (texidoc): syntax updates.
1751         
1752 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
1753
1754         * lilypond.words: add vocabulary to be used in auto-completion
1755
1756         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
1757
1758         * lilypond.vim: allow note name at EOF
1759
1760 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1761
1762         * buildscripts/new-chords.py (edit): -e option: inline editing.
1763
1764         * input/regression/a*.ly (texidoc): syntax updates.
1765
1766         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
1767         music): elucidations. 
1768
1769 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
1770
1771         * lily/include/lily-proto.hh, ly/engraver-init.ly,
1772         ly/spanners-init.ly, scm/grob-description.scm,
1773         scm/grob-property-description.scm, scm/music-types.scm,
1774         lily/cluster-engraver.cc, lily/cluster.cc,
1775         lily/include/cluster.hh, input/test/cluster.ly: cluster
1776         implementation
1777
1778         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
1779         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
1780         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
1781
1782         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
1783
1784         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
1785
1786         * scm/grob-description.scm: bugfix: by default, use default note
1787         head style when engraving ligatures
1788
1789         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
1790
1791         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
1792         events
1793
1794         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
1795
1796         * input/test/ancient-font.ly: bugfix: style -> flag-style
1797
1798         * lily/ligature-engraver.cc: indentation fix
1799
1800         * lily/parser.yy: indentation fixes
1801         
1802 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1803
1804         * input/regression/measure-grouping.ly: more elaborate example.
1805
1806         * lily/moment.cc: ly:add-moment, ly:mul-moment,
1807         ly:div-moment. New functions 
1808
1809         * scm/music-functions.scm (set-time-signature): new function,
1810         allow inline time sig settings with measure grouping.
1811
1812         * lily/parser.yy (command_element): move time sig construction
1813         into Scheme.
1814
1815         * lily/side-position-interface.cc (out_of_staff): new function,
1816         like padding, but keep minimum distance from staff. Easier than
1817         linespanners (dynamics, pedals), but roughly the same effect.
1818
1819 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
1820
1821         * emacs-mode.el: Added spanish-note-replacements 
1822         (<carlos.betancourt@chello.be>).
1823
1824         * vimrc: (Un)commenting with <(S-)F12>, tidy.
1825
1826 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
1827
1828         * lilypond.vim: Do not fontify cises, desis, etc.
1829
1830         * vimrc: view dvi with <S-F6>
1831
1832 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1833
1834         * lily/lookup.cc (triangle): new function.
1835
1836         * input/regression/measure-grouping.ly (texidoc): new file: show
1837         triangles and brackets for beat groups of 3 and 2.
1838
1839         * lily/include/measure-grouping-spanner.hh (class
1840         Measure_grouping): new file.
1841
1842         * lily/measure-grouping-spanner.cc (brew_molecule): new file
1843
1844         * lily/measure-grouping-engraver.cc (class
1845         Measure_grouping_engraver): new file.
1846
1847 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1848
1849         * Merge from stable:
1850
1851             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
1852         
1853         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
1854         stylesheet.
1855
1856         * ly/paper19.ly: Include paper19-init.ly.
1857
1858         * ly/paper19-init.ly: New file.
1859
1860         * Documentation/user/tutorial.itely (First steps): Fix first
1861         example for font test.
1862
1863         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
1864
1865         * ChangeLog: Add 1.7.6 release marker (see below).
1866
1867         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
1868         Add .py files.
1869
1870 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1871
1872         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
1873
1874         * input/tutorial/*.ly: update to new syntax.
1875
1876         * lily/parser.yy (Composite_music): new transpose syntax,
1877         \transpose FROM TO MUSIC. 
1878
1879 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1880
1881         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
1882         latex progress/error output to stderr (by default this goes to
1883         stdout).  Show lilypond progress, even when not verbose.
1884
1885         * python/lilylib.py (system): New optional parameter to control
1886         showing of progress.
1887
1888         * scm/backend-documentation-lib.scm (check-dangling-properties):
1889         Fix error message.
1890
1891         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
1892         axis, extent.
1893
1894         * scm/grob-property-description.scm (magnify): Remove.
1895         (extent, axis): Add.
1896
1897 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1898
1899         * VERSION: Release 1.7.6.
1900
1901         * scripts/convert-ly.py: more uniformization substitutions.
1902
1903         * buildscripts/new-chords.py (sub_chords): new file.
1904
1905 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1906
1907         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
1908         lilypond.map.  Include sauter fonts too.  Cleanups.
1909
1910 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1911
1912         * Documentation/user/tutorial.itely (First steps): change to new
1913         chord/tie/slur/beam notation.
1914
1915         * lily/parser.yy (event_that_take_dir): allow postfix notation for
1916         ties.
1917
1918         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
1919         engraver. Process ties in postfix notation, i.e. c8-~ c
1920
1921         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
1922
1923         * input/regression/beam-postfix-notation.ly (texidoc): new file.
1924
1925         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
1926
1927         * lily/beam-engraver.cc (try_music): accept new-beam-events
1928
1929         * input/regression/chord-scripts.ly (texidoc): new file
1930
1931         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
1932         script-events.
1933
1934         * scm/script.scm (default-script-alist): cleanup.
1935
1936         * lily/script-engraver.cc (make_script_from_event): cleanup.
1937
1938         * lily/lyric-combine-music-iterator.cc
1939         (Lyric_combine_music_iterator): remove superfluous events.
1940         (melisma_busy): new function. Fix broken melismas.
1941
1942 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
1943
1944         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
1945         Remove nonvalid settings. Use descriptive key names.
1946         Use <Return> to indicate the pressing of that key.
1947
1948 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1949
1950         * scripts/lilypond-book.py (option_definitions): Typo.
1951
1952         * scripts/ly2dvi.py: Updates.
1953
1954         * python/lilylib.py (setup_environment, print_environment)
1955         (get_bbox, make_preview): Merge and remove from ly2dvi and
1956         lilypond-book.
1957
1958         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
1959
1960         * .cvsignore: Remove some cruft.
1961
1962         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
1963         path.
1964
1965         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
1966         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
1967         throughout.
1968
1969         * python/lilylib.py (quiet_system): Junk
1970         (system): Display error log upon failure.
1971         (read_pipe): New function.  Cleanups and fixes.
1972
1973         * python/*.py: Rename from *.py.in.
1974         
1975         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
1976
1977         * GNUmakefile.in (SUBDIRS): Move python before scripts.
1978
1979 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1980
1981         * python/GNUmakefile: Bugfix: handle modules.
1982
1983         * stepmake/stepmake/python-module-targets.make (default): Add
1984         compiled modules. 
1985
1986         * stepmake/stepmake/python-module-rules.make: Add rule for byte
1987         compiling modules.
1988
1989         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
1990         Bugfix.  (OUT_PYC_MODULES): Add.
1991
1992 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
1993
1994         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
1995         Use default paths. Refresh description.
1996
1997 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1998
1999         * VERSION: 1.7.5 released
2000
2001         * input/regression/finger-chords.ly (texidoc): new file.
2002
2003         * lily/script-engraver.cc (process_music): remove scriptHorizontal
2004         support
2005
2006         * lily/fingering-engraver.cc (process_music): remove kludgy
2007         scriptHorizontal stuff.
2008
2009         * lily/script.cc: remove staff-support property.
2010
2011         * lily/new-fingering-engraver.cc (add_fingering): new
2012         file. Fingering engraver for new style chords.
2013
2014 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2015
2016         * lily/parser.yy (bare_number): allow 4 \cm (without
2017         decimal dot). (should backport to 1.6?)
2018
2019         * ly/declarations-init.ly: use Scheme for dimension defs.
2020
2021         * lily/parser.yy (TODO): remove hard coded dimensions, add
2022         REAL NUMBER_IDENTIFIER production.
2023
2024         * lily/rest-collision.cc (force_shift_callback): rewrite using
2025         -done property.
2026
2027         * scm/grob-property-description.scm (rest-collision-done): add
2028         property.
2029         
2030         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
2031
2032 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2033
2034         * input/regression/multi-measure-rest-center.ly: new file.
2035
2036         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
2037         off horizontally by 0.05 ss. Fixed.
2038
2039 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2040
2041         * scm/pdftex.scm: Rename ly-number to ly:number->string.
2042
2043         * Documentation/topdocs/index.tely: Remove duplicate from merge.
2044
2045 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2046
2047         * lily/tie.cc (get_control_points): also avoid staff lines on the
2048         just outside the outer staff lines
2049
2050 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2051
2052         * ly/params-init.ly: Just define style-alist, no need to
2053         define-public.
2054
2055         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
2056         (thanks Han-Wen).
2057
2058         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
2059         (FET_FILES): = FONT_FILES.
2060
2061         * Merge from stable:
2062
2063             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
2064
2065 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2066
2067         * VERSION: 1.7.4 released.  
2068         
2069         * scm/generate-documentation.scm (string-append): add macro
2070         definitions.
2071
2072         * lily/text-item.cc (lookup_text): don't use virtual fonts for
2073         normal texts.
2074
2075         * lily/multi-measure-rest-engraver.cc: make separate
2076         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
2077
2078         * lily/multi-measure-rest.cc: remove text handling. Remove
2079         number-threshold.
2080
2081 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2082
2083         * scm/music-types.scm: doc patch by Graham Percival
2084
2085 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2086
2087         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
2088         encoding part.
2089         (Font_info.set_defaults): pixelsize now also defauts to '0'.
2090         (sketch_p): Sketch wants only first four elements of X11 font spec.
2091
2092         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
2093
2094         * mf/feta-autometric.mf: Write foundry and family to log.
2095
2096         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
2097         font translation table.
2098
2099         * buildscripts/mf-to-table.py: Better font info into afm.
2100
2101         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
2102         1.0.9 required.
2103
2104         * configure.in: Whine for mftrace 1.0.9.
2105
2106 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2107
2108         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
2109
2110         * lily/main.cc (main_prog): don't try to load init.EXT when
2111         processing foo.EXT.
2112
2113 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
2114
2115         * scm/tex.scm (zigzig-line): added.
2116
2117         * scm/ps.scm (zigzag-line): added.
2118
2119         * ps/music-drawing-routines.ps (subvec): added.
2120         (draw_zigzag_line): added.
2121         
2122         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
2123         grob properties zigzag-width and zigzag-length.
2124
2125         * input/regression/glissando.ly: Add some zig-zagged glissandi.
2126
2127 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2128
2129         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
2130         svg output, including font.
2131
2132 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2133
2134         * scm/lily.scm: Register sodipodi output module.
2135
2136         * scm/sodipodi.scm: New file.
2137
2138         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
2139
2140         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
2141         comment, after header.
2142         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
2143         FullName.  Fix FontName key.
2144
2145 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
2146
2147         * lily/rest.cc (after_line_breaking): bugfix: dots after half
2148         and breve rests.
2149         
2150         * input/test/blank-notes.ly: bugfix
2151
2152         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
2153         rests. (Kim Shrier)
2154
2155         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
2156         
2157 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2158
2159         * scm/tex.scm: 
2160         * scm/ps.scm: Cleanup and remove obsolete junk.
2161
2162         * Documentation/user/internals.itely:
2163         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
2164
2165         * lily/parser.yy: Identify shift/reduce problems.
2166
2167         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
2168         make-style-sheet.  Too specific for convert-ly?
2169
2170 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2171
2172         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
2173
2174         * input/test/*.ly: various fixes.
2175
2176         * lily/music.cc (name): bugfix
2177
2178         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
2179
2180         * lily/input-file-results.cc (code): set-point-and-click! ->
2181         set-point-and-click
2182         
2183 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2184
2185         * Use uniform ly: prefix for exported scheme primitive functions.
2186
2187         * scm/music-types.scm: junk compat glue
2188
2189         * scripts/convert-ly.py: add rules for stuff below, junk
2190         compatibility glue for spanrequest.
2191
2192         * lily/parser.yy (verbose_event): remove \spanrequest,
2193         \commandspanrequest, \script. 
2194         
2195         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
2196
2197         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
2198         for \penalty, \glissando.
2199
2200         * VERSION: release 1.7.3
2201         
2202 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
2203
2204         * lily/accidental-engraver.cc: Fix
2205         grace-in-the-beginning-of-measure bug caused by the resent
2206         partial-measure fix.
2207
2208         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
2209         overlap looks too crowded)
2210         
2211 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2212
2213         * lily/parser.yy (assignment): allow SCM expression as assignment.
2214
2215         * lily/include/music-output-def.hh (class Music_output_def):
2216         * lily/music-output-def.cc: 
2217         * lily/paper-def.cc: 
2218         * scm/font.scm (markup-to-properties):
2219         * lily/parser.yy (music_output_def_body): 
2220         remove style_sheet_
2221
2222 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2223
2224         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
2225         length.
2226
2227         * input/regression/spacing-to-grace.ly: new file.
2228
2229         * input/regression/spacing-end-of-line.ly: new file.
2230
2231         * lily/note-spacing.cc (get_spacing): take into account breakable
2232         stuff sticking out at the left (time sig change at line break).
2233
2234         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
2235         raggedright code.
2236
2237         * scm/music-functions.scm (make-voice-props-set): add
2238         staff-position for mm rests.
2239  
2240         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
2241         before grace notes a little.
2242
2243         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
2244
2245         * lily/break-align-interface.cc (do_alignment): right-edge spacing
2246         key adds space at the end of line. 
2247
2248 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2249
2250         * scm/sketch.scm: Fix beams.
2251
2252         * buildscripts/mf-to-table.py: Add EncodingScheme.
2253
2254         * scm/sketch.scm: Resurrect.
2255
2256 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2257
2258         * lily/multi-measure-rest.cc: use breve rests for measure lengths
2259         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
2260
2261 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2262
2263         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
2264
2265         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
2266
2267 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2268
2269         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
2270         token for origin information.
2271
2272         * lily/parser.yy (My_lily_lexer): do identifier location and
2273         cloning from lexer.
2274
2275         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
2276         logic out of the parser. Add bar checks on both ends.
2277
2278         * Documentation/user/refman.itely (Multi measure rests): add more
2279         notes about mm rests.
2280
2281 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2282
2283         * input/regression/bar-scripts.ly: Re-enable.
2284
2285         * lily/parser.yy:
2286         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
2287         released rsn.  Bison 1.50 has a crucial bug and won't work.
2288
2289         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
2290
2291
2292 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2293
2294         * input/regression/bar-scripts.ly: Blunt documentation build fix.
2295
2296 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2297
2298         * Actually merge changes since 1.6.4 besides ChangeLog, and
2299         resolve conflicts.  Lots of updates, hope all is well.
2300         
2301         * cygwin/lilypond.hint (requires): Add ghostscript.
2302
2303         * scm: Update some (c).
2304         
2305 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2306
2307         * input/test/{various}.ly: add \header fields and texidoc strings.
2308
2309 2002-10-05  Werner Lemberg  <wl@gnu.org>
2310
2311         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
2312         renamed to `output_latex_quoted'.
2313         Added `output_latex_noquote'.
2314         (schedule_lilypond_block): Implement `noquote' option for LaTeX
2315         mode.
2316
2317 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2318
2319         * ChangeLog: Add 1.6.6 release marker.  See below.
2320
2321         * stepmake/stepmake/po-targets.make: Remove --c++ option.
2322
2323         * scripts/midi2ly.py: Fix global syntax warnings.
2324
2325         * GNUmakefile.in: Generate builddir locale tree too.
2326
2327         * scripts/ly2dvi.py:
2328         * scripts/midi2ly.py: 
2329         * scripts/mup2ly.py: 
2330         * scripts/update-lily.py:
2331         * lily/main.cc (setup_paths): Fix for locales setup.
2332
2333 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2334
2335         * Documentation/windows/installing.texi: Soften wording about
2336         necessity of becoming Administrator.  tommie@iae.nl reports this
2337         does not seem to be necessary for his flavour of Windows 2000.
2338         Explicitely discourage text mode mounts.
2339
2340 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2341
2342         * lily/rest.cc (after_line_breaking): backport dot position fix.
2343
2344         * lily/rest-collision.cc (do_shift): also remove dots for suicided
2345         rests. Thanks to Klaus Zimmermann for finding this bug.
2346
2347 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2348
2349         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
2350
2351 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2352
2353         * Documentation/user/music-glossary.tely: fix links.
2354
2355 2002-10-21  Werner Lemberg  <wl@gnu.org>
2356
2357         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
2358         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
2359         scaling factor) only once and use them in the definition of
2360         \embeddedps.
2361         * ps/music-drawing-routines.ps (skeel): Removed.
2362
2363 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2364
2365         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
2366         Solaris7, as we don't use nested $( ) constructs.
2367
2368 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2369
2370         * VERSION: Release 1.6.6.
2371         
2372 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2373
2374         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
2375         as workaround for /bin/sh problems on Solaris7.
2376
2377 2002-10-19  Werner Lemberg  <wl@gnu.org>
2378
2379         * GNUmakefile.in (web-doc): Fix typos.
2380         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
2381         `music-drawing-routines.ps' but emit \special{header=...} once.
2382         * scm/tex.scm (header-end): Updated.
2383
2384 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2385
2386         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
2387         undefined tremolo. 
2388
2389 2002-10-15  Werner Lemberg  <wl@gnu.org>
2390
2391         * scripts/lilypond-book.py (g_make_html): New global variable.
2392         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
2393         if `g_make_html' isn't set.
2394         [main]: Add format `texi-html'.
2395         (option_definitions): Updated.
2396         * Documentation/user/lilypond-book.itely: Updated.
2397
2398         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
2399         * make/ly-rules.make (%.texi, %.nexi): Use it.
2400         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
2401         format to lilypond-book.
2402         * GNUmakefile.in (web-doc): Ditto.
2403
2404 2002-10-14  Werner Lemberg  <wl@gnu.org>
2405
2406         Further improve TeX output.  The produced files are about 40%
2407         smaller.  `lilyponddefs.tex' is now read only once.
2408
2409         * tex/lilyponddefs.tex: Remove footer stuff.
2410         (\ifundefined): Renamed to...
2411         (\lilypondundefined): This.  Use LaTeX's definition to
2412         make it nestable and make it global.
2413         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
2414         output.
2415         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
2416         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
2417         them global.
2418         (\placebox): Renamed to...
2419         (\lyitem): This.
2420         Make it global and call \outputscale by itself.
2421         (\lybox, \lyvrule): New macros to reduce input data.
2422         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
2423         New auxiliary macros.
2424         (\SkipLilydefs, \EndLilyPondOutput): Removed.
2425         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
2426         to...
2427         (\lilypondspace): This and made it global.
2428         (\turnOnPostScript): Renamed to...
2429         (\lilypondpostscript): This and made it global.
2430         (\turnOnExperimentalFeatures): Renamed to...
2431         (\lilypondexperimentalfeatures): This and made it global.
2432         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
2433         (\lilypondsetdimen): This and made it global.
2434         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
2435         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
2436         (all, $(outdir)/music-drawing-routines.ps): New rules.
2437         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
2438         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
2439         start-system, stop-system, stop-last-system, filledbox): Updated to
2440         use the changed macros from lilyponddefs.tex.
2441         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
2442
2443 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2444
2445         * Documentation/windows/installing.texi: Update.
2446
2447 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2448
2449         * VERSION: 1.6.5 released
2450
2451         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
2452
2453 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2454
2455         * scm/translator-property-description.scm (voltaOnThisStaff): add
2456         property.
2457
2458 2002-09-28  Werner Lemberg  <wl@gnu.org>
2459
2460         * scm/tex.scm (header-end): Suppress page numbering.
2461
2462         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
2463         Fix quotation for HTML output.
2464
2465 2002-09-28   Graham Percival   <gperciva@sfu.ca>
2466         
2467         * Documentation/user/refman.itely: grammar and phrasing
2468           fixes to "Note Entry" section.  Also adds a few new examples.
2469
2470 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2471
2472         * flower/include/string-data.icc: include string.h
2473
2474 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2475
2476         * scm/chord-name.scm (chord::inner-name-banter): remove space.
2477
2478 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2479
2480         * Documentation/user/GNUmakefile (extra-local-help): Add.
2481
2482         * stepmake/stepmake/www-targets.make (local-help): Add.
2483
2484 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2485
2486         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
2487         packages.
2488
2489         * Documentation/topdocs/README.texi (Top): building documentation
2490         (not website.)
2491
2492 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2493
2494         * Documentation/user/refman.itely: 
2495         * Documentation/user/tutorial.itely: 
2496         * Documentation/user/music-glossary.tely: Merge changes.
2497
2498         * Documentation/user/glossary.html.in: 
2499         * Documentation/index.texi: 
2500         * Documentation/header.html.in: Accomodate renaming of glossary.
2501         
2502         * Documentation/user/tutorial.itely: Add some glossary references.
2503         
2504         * Documentation/user/refman.itely: Minor fixes.
2505         
2506         * Documentation/user/lilypond.tely: Add glossary do direntry.
2507
2508         * Documentation/user/music-glossary.tely: Rename (previously:
2509         glossary.tely).  Fix anchor placement.
2510
2511         * Documentation/user/GNUmakefile: Make music-glossary.info too.
2512
2513 2002-09-23  Werner Lemberg  <wl@gnu.org>
2514
2515         * scripts/lilypond-book.py (output_dict): Fix handling of
2516         various environments by avoid extraneous newlines.
2517         Rename `output-all' regexp for html to `output-html'.
2518         Replace `output-all' regexp for texi with `output-texi-quote'
2519         and `output-texi-noquote'.
2520         (compose_full_body): Don't override `linewidth' user option
2521         for `singleline'.
2522         (schedule_lilypond_block): Don't indent text specified with
2523         `intertext' option.
2524         Add new option `noquote'.
2525         (compile_all_files): Use latex instead of tex to compile ly
2526         files directly.
2527
2528         * Documentation/user/lilypond-book.itely: Updated and revised.
2529         Improve layout.
2530
2531         * Documentation/user/glossary.tely,
2532         Documentation/user/introduction.itely,
2533         Documentation/user/tutorial.itely,
2534         Documentation/user/refman.itely,
2535         Documentation/user/appendices.itely: Fix overfull LilyPond
2536         boxes caused by the new lilypond-book code.  Other minor
2537         fixes.
2538
2539         * Documentation/user/macros.itexi (@texiflat): Don't emit
2540         trailing space.
2541
2542         * scm/tex.scm (end-output, header-end): Add preamble and
2543         postamble to make lilypond output directly compilable with
2544         latex.
2545
2546         
2547 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2548
2549         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
2550         instructions.
2551
2552 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2553
2554         * Documentation/user/glossary.tely: Add titling and hyperlinks.
2555
2556 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2557
2558         * lily/beam.cc (connect_beams): don't crash if there are quarter
2559         notes in beams.
2560
2561 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
2562
2563         * Documentation/user/refman.itely: corrected ancient clef
2564         docu; added docu on ligatures
2565
2566 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
2567
2568         * Documentation/user/glossary.tely,
2569         Documentation/user/refman.itely, input/les-nereides.ly,
2570         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
2571         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
2572         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
2573         Stem properties: flag-style -> stroke-style, style -> flag-style.
2574
2575
2576 2002-09-22  Werner Lemberg  <wl@gnu.org>
2577
2578         * scripts/lilypond-book.py: Add option `notime' to suppress
2579         printing of a time signature.  Specify default indentation of 0pt
2580         if single line fragment.  Don't emit redundant `\paper{ }'.
2581
2582         * Documentation/user/lilypond-book.itely: Updated.
2583
2584         * Documentation/user/glossary.tely: Completely reformatting.
2585
2586 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2587
2588         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
2589
2590 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2591
2592         * Documentation/user/tutorial.itely: Fix links.
2593         
2594         * Documentation/topdocs/index.tely:
2595         * Documentation/index.texi:
2596         * Documentation/header.html.in: Small website fixes and updates.
2597
2598         * debian/: Debian patch by Anthony Fok.
2599
2600 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2601
2602         * Documentation/footer.html.in: How time flies: It's already 2002!
2603
2604         * Documentation/topdocs/index.tely: Stable/development fix.  Use
2605         more descriptive link names than 'here'.
2606
2607 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2608
2609         * VERSION: 1.7.2 released
2610         * VERSION: 1.6.4 released
2611         
2612         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
2613
2614         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
2615         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
2616
2617         * mf/feta-din.mf (test): add x-height and space.
2618
2619         * lily/dynamic-engraver.cc (process_music): take dynamic direction
2620         from ^_ for crescendi. Idem for slurs and phrasing slurs.
2621
2622         * ly/grace-init.ly: add-to-grace-init: function to portably add
2623         settings to \grace. 
2624
2625         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
2626         if we get an absolute dynamic event.
2627  
2628         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
2629
2630         * lily/source-file.cc (get_line): oops. All line numbers were off
2631         by 2. Fix that. 
2632
2633         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
2634         be after the note, combined with -_^, i.e. c4-(-\)-\>  
2635
2636         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
2637
2638         * lily/parser.yy (number_factor): remove (number) as number
2639         expression. ("Let them eat Lisp").
2640
2641 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2642
2643         * lily/horizontal-bracket.cc: new file.
2644
2645         * lily/horizontal-bracket-engraver.cc: new file.
2646
2647         * input/regression/note-group-bracket.ly: new file. Support
2648         horizontal note brackets for music analysis.
2649
2650         * lily/stem.cc (flag): new flag-style: no-flag.
2651
2652         * input/test/stem-cross-staff.ly: new file
2653         
2654         * Documentation/user/internals.itely: Improved formatting, fixing
2655         typos.  Added a section `Output details' to describe how the TeX
2656         code looks like.
2657
2658         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
2659
2660         * lily/parser.yy: remove \dynamicscript.
2661
2662         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
2663         definitions. 
2664
2665         * python/midi.c (midi_error): take two arguments.
2666
2667         * Merge 1.6.5 changes:
2668         
2669 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2670
2671         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
2672         staff-space.  Previous 1.5 was probably meant as half-spaces.
2673         (cautionary-style): parentheses (was: smaller).  This is what doco
2674         says, and it seems more logical.
2675
2676         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
2677         for 2nd sentence.
2678
2679 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2680
2681         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
2682
2683 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2684
2685         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
2686
2687 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2688
2689         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
2690
2691 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2692
2693         * scm/translator-property-description.scm (voltaOnThisStaff): add
2694         property.
2695
2696 2002-09-28  Werner Lemberg  <wl@gnu.org>
2697
2698         * scm/tex.scm (header-end): Suppress page numbering.
2699
2700         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
2701         Fix quotation for HTML output.
2702
2703 2002-09-28   Graham Percival   <gperciva@sfu.ca>
2704         
2705         * Documentation/user/refman.itely: grammar and phrasing
2706           fixes to "Note Entry" section.  Also adds a few new examples.
2707
2708 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2709
2710         * flower/include/string-data.icc: include string.h
2711
2712 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2713
2714         * scm/chord-name.scm (chord::inner-name-banter): remove space.
2715
2716 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2717
2718         * Documentation/user/GNUmakefile (extra-local-help): Add.
2719
2720         * stepmake/stepmake/www-targets.make (local-help): Add.
2721
2722 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2723
2724         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
2725         packages.
2726
2727         * Documentation/topdocs/README.texi (Top): building documentation
2728         (not website.)
2729
2730 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2731
2732         * Documentation/user/refman.itely: 
2733         * Documentation/user/tutorial.itely: 
2734         * Documentation/user/music-glossary.tely: Merge changes.
2735
2736         * Documentation/user/glossary.html.in: 
2737         * Documentation/index.texi: 
2738         * Documentation/header.html.in: Accomodate renaming of glossary.
2739         
2740         * Documentation/user/tutorial.itely: Add some glossary references.
2741         
2742         * Documentation/user/refman.itely: Minor fixes.
2743         
2744         * Documentation/user/lilypond.tely: Add glossary do direntry.
2745
2746         * Documentation/user/music-glossary.tely: Rename (previously:
2747         glossary.tely).  Fix anchor placement.
2748
2749         * Documentation/user/GNUmakefile: Make music-glossary.info too.
2750
2751 2002-09-23  Werner Lemberg  <wl@gnu.org>
2752
2753         * scripts/lilypond-book.py (output_dict): Fix handling of
2754         various environments by avoid extraneous newlines.
2755         Rename `output-all' regexp for html to `output-html'.
2756         Replace `output-all' regexp for texi with `output-texi-quote'
2757         and `output-texi-noquote'.
2758         (compose_full_body): Don't override `linewidth' user option
2759         for `singleline'.
2760         (schedule_lilypond_block): Don't indent text specified with
2761         `intertext' option.
2762         Add new option `noquote'.
2763         (compile_all_files): Use latex instead of tex to compile ly
2764         files directly.
2765
2766         * Documentation/user/lilypond-book.itely: Updated and revised.
2767         Improve layout.
2768
2769         * Documentation/user/glossary.tely,
2770         Documentation/user/introduction.itely,
2771         Documentation/user/tutorial.itely,
2772         Documentation/user/refman.itely,
2773         Documentation/user/appendices.itely: Fix overfull LilyPond
2774         boxes caused by the new lilypond-book code.  Other minor
2775         fixes.
2776
2777         * Documentation/user/macros.itexi (@texiflat): Don't emit
2778         trailing space.
2779
2780         * scm/tex.scm (end-output, header-end): Add preamble and
2781         postamble to make lilypond output directly compilable with
2782         latex.
2783
2784         
2785 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2786
2787         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
2788         instructions.
2789
2790 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2791
2792         * Documentation/user/glossary.tely: Add titling and hyperlinks.
2793
2794 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2795
2796         * lily/beam.cc (connect_beams): don't crash if there are quarter
2797         notes in beams.
2798
2799 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
2800
2801         * Documentation/user/refman.itely: corrected ancient clef
2802         docu; added docu on ligatures
2803
2804 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
2805
2806         * Documentation/user/glossary.tely,
2807         Documentation/user/refman.itely, input/les-nereides.ly,
2808         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
2809         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
2810         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
2811         Stem properties: flag-style -> stroke-style, style -> flag-style.
2812
2813 2002-09-22  Werner Lemberg  <wl@gnu.org>
2814
2815         * scripts/lilypond-book.py: Add option `notime' to suppress
2816         printing of a time signature.  Specify default indentation of 0pt
2817         if single line fragment.  Don't emit redundant `\paper{ }'.
2818
2819         * Documentation/user/lilypond-book.itely: Updated.
2820
2821         * Documentation/user/glossary.tely: Completely reformatting.
2822
2823 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2824
2825         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
2826
2827 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2828
2829         * Documentation/user/tutorial.itely: Fix links.
2830         
2831         * Documentation/topdocs/index.tely:
2832         * Documentation/index.texi:
2833         * Documentation/header.html.in: Small website fixes and updates.
2834
2835         * debian/: Debian patch by Anthony Fok.
2836
2837 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2838
2839         * Documentation/footer.html.in: How time flies: It's already 2002!
2840
2841         * Documentation/topdocs/index.tely: Stable/development fix.  Use
2842         more descriptive link names than 'here'.
2843
2844 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2845
2846         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
2847
2848 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2849
2850         * lily/part-combine-music-iterator.cc (get_state): cleanup
2851         (get_music_info): cleanup.
2852
2853 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2854
2855         * scm/backend-documentation-lib.scm (interface-doc-string):
2856         crosslinks between interfaces and grobs. Headings for interfaces
2857         in grob explanation.
2858
2859 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2860
2861         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
2862         dtd).  Add preliminary dtd.
2863         (re-sub-alist): Robustify.
2864
2865 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2866
2867         * lily/include/event-chord-iterator.hh,
2868         lily/context-specced-music-iterator.cc,
2869         lily/event.cc, lily/event-chord-iterator.cc: add
2870
2871 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2872
2873         * lily/: some (c) header fixes.
2874         
2875         * lily/request-chord.cc: Remove.
2876         
2877         * lily/include/event-chord-iterator.hh:
2878         * lily/include/event.hh:
2879         * lily/event-chord.cc: New file.
2880         
2881         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
2882         requested.
2883
2884 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2885
2886         * lily/ : rename Request to Event
2887
2888         * lily/parser.yy (command_element): move clef stuff into Scheme.
2889
2890         * lily/:  rename length_mom () to get_length()
2891
2892         * lily/part-combine-music.cc: removed file and class.
2893
2894         * lily/context-specced-music-iterator.cc (class
2895         Context_specced_music_iterator): new file. Obsoletes the
2896         Context_specced_music type.
2897
2898         * scm/music-types.scm (make-repeated-music): put different kinds
2899         of repeated music into music-type table.
2900
2901         * VERSION: 1.7.1 released.
2902
2903         * scm/to-xml.scm: new file.
2904
2905         * input/test/to-xml.ly (fooBar): demo of what is possible with the
2906         new Input representation: dump music as XML.
2907
2908         * scm/engraver-documentation-lib.scm
2909         (engraver-accepts-music-types?): add links from music to engraver,
2910         from music-type to engraver.
2911
2912         * lily/include/command-request.hh: removed
2913         lily/include/musical-request.hh: removed. Removed all _req classes
2914         except Key_change_req. Changes throughout.
2915
2916 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2917
2918         * lily/tuplet-engraver.cc (try_music): Compile kludge.
2919
2920 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2921
2922         * lily/*.cc: specify accepts for many engravers.
2923
2924         * scm/music-documentation-lib.scm: dump music expressions and
2925         music subtypes.
2926
2927         * scm/documentation-lib.scm: complete revision.
2928         Use GOOPS objects to store document tree explicitly. Cleaned up and
2929         sped up doco generation a lot.
2930
2931 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2932
2933         * input/trip.ly (fugaIILeft): add arpeggio
2934
2935         * lily/translator-group.cc (try_music_on_nongroup_children):
2936         oops. The name symbol is in the cdr of the assoc handle.
2937
2938         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
2939         Hyphen_req, Glissando_req, Break_req, Mark_req 
2940
2941 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2942
2943         * lily/musical-request.cc (music-duration-length,
2944         music-duration-compress): new functions.
2945
2946         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
2947         throughout. Warning doesn't work yet.
2948
2949         * lily/translator-group.cc (try_music_on_nongroup_children):
2950         new implementation: store candidate acceptors in a hashTable.
2951
2952 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2953
2954         * scm/music-types.scm (music-descriptions): change name to
2955         internal-class-name
2956
2957         * scm/chord-name.scm (chord::inner-name-banter): remove space.
2958
2959 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2960
2961         * lily/beam.cc (connect_beams): don't crash if there are quarter
2962         notes in beams.
2963
2964 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
2965
2966         * Documentation/user/refman.itely: corrected ancient clef
2967         docu; added docu on ligatures
2968
2969 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
2970
2971         * Documentation/user/glossary.tely,
2972         Documentation/user/refman.itely, input/les-nereides.ly,
2973         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
2974         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
2975         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
2976         Stem properties: flag-style -> stroke-style, style -> flag-style.
2977
2978 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2979
2980         * scm/music-functions.scm (music-separator?): don't use name music
2981         property.
2982
2983 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2984
2985         * stepmake/stepmake/generic-targets.make (help): Document check
2986         target.
2987
2988         * lily/new-accidental-engraver.cc: Compile fix.
2989
2990 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2991
2992         * scripts/convert-ly.py: Add rule.
2993
2994         * input/test/music-creation.ly:
2995         * input/test/add-staccato.ly:
2996         * input/test/add-text-script.ly: ly-make-music.
2997
2998         * scm/drums.scm (make-head-type-elem, make-articulation-script):
2999         More ly-make-music renamings.
3000
3001         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
3002
3003         * lily/music-constructor.cc (make_music): Add debugging info.
3004
3005         * scm/music-functions.scm (make-simultaneous-music,
3006         (make-sequential-music, context-spec-music):
3007         * scm/music-types.scm (music-descriptions): Get lily to run.
3008
3009 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3010
3011         * lily/command-request.cc (transpose_key_alist): new function.
3012
3013         * lily/key-performer.cc (create_audio_elements): cleanup. 
3014
3015 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3016
3017         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
3018
3019         * lily/include/translator.hh (ENTER_DESCRIPTION): add
3020         events-accepted field.
3021
3022         * scm/music-types.scm: new file.
3023
3024         * lily/parser.yy: put music type initialization into scheme,
3025         similar to grob initialization.  Changes throughout.
3026
3027 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3028
3029         * Documentation/user/tutorial.itely: Fix links.
3030         
3031         * Documentation/index.texi: 
3032         * Documentation/header.html.in: 
3033         * Documentation/topdocs/index.tely: Small website fixes and updates.
3034
3035         * debian/: Debian patch by Anthony Fok.
3036
3037 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3038
3039         * Documentation/footer.html.in: How time flies: It's already 2002!
3040
3041         * Documentation/topdocs/index.tely: Stable/development fix.  Use
3042         more descriptive link names than 'here'.
3043
3044         * ROADMAP: Remove test stuff.
3045
3046         * scripts/update-lily.py: Allow auto-building of stable and
3047         development versions.  Bugfixes.
3048
3049 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3050
3051         * VERSION: released 1.7.0
3052
3053         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
3054
3055         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
3056         positive line widths.
3057
3058 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3059
3060         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
3061         go.  Fix comments.
3062
3063         * cygwin: Cygwin updates.
3064
3065 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3066
3067         * Documentation/windows/installing.texi (Top): version for python,
3068         urls for ghostscript (thanks to John Potelle)
3069         
3070         * lily/simultaneous-music-iterator.cc
3071         (Simultaneous_music_iterator): init children_list_ before
3072         triggering GC.
3073
3074         * lily/*-iterator.cc: be even more careful with smobbed copy
3075         constructors. 
3076
3077         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
3078         LeftEdge item.
3079
3080 2002-09-15  Werner Lemberg  <wl@gnu.org>
3081
3082         Improving LilyPond's output to make them ordinary TeX boxes with
3083         predictable dimensions.  System boxes are now vertically centered on
3084         the baseline; this offset can be further controlled with
3085         \lilypondscoreshift.
3086
3087         * lily/system.cc (System::post_processing): Pass length of current
3088         system to `start-system' (including any horizontal indentation).
3089
3090         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
3091         prettier.
3092         (lily-def): Append `%'.
3093         (start-system): Add parameter `wd'.  Output more TeX code to specify
3094         box dimensions.
3095         (stop-system, stop-last-system): Complement changes in
3096         `start-system'.
3097         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
3098         Updated.
3099
3100         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
3101         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
3102         Write final `\endinput'.
3103
3104         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
3105         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
3106         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
3107         files and macro definitions don't produce spurious spaces and
3108         paragraphs (using \endlinechar).
3109         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
3110
3111         * Documentation/user/internals.itely: Improved formatting, fixing
3112         typos.  Added a section `Output details' to describe how the TeX
3113         code looks like.
3114
3115 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
3116
3117         * lily/accidental-engraver.cc: Also work with partial measures.
3118
3119 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3120
3121         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
3122         spanner.
3123
3124 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3125
3126         * lily/identifier-smob.cc (unpack_identifier): new file.
3127
3128         * lily/lexer.ll (identifier_type): new function.  use ly-id to
3129         pass off scheme expressions as music identifiers.
3130
3131         * scm/lily.scm: reorganisation, cleanups.
3132
3133         * lily/main.cc: small cleanups.
3134
3135 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3136
3137         * lily/ly-module.{cc,hh}: new file.
3138
3139 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
3140
3141         * lily/accidental-engraver.cc: Also work with partial measures.
3142
3143 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3144
3145         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
3146
3147 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3148
3149         * lily/my-lily-lexer.cc: use SCM module in stead of
3150         Scheme_hash_table. Changes throughout.  
3151
3152 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3153
3154         * VERSION (MY_PATCH_LEVEL): make 1.7.0
3155