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