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