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