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