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