]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
JR patches.
[lilypond.git] / ChangeLog
1         
2 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
3
4         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
5         interfaces for (abstract) grob GregorianLigature
6
7         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
8         renamed head* -> glyph_name*, x-shift* -> x-offset*
9
10         * scm/grob-property-description.scm: bugfix: added missing descriptions
11
12 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13
14         * input/test/chord-names-dpnj.ly: New file.
15
16         * scm/double-plus-new-chord-name.scm: Implement full and partial
17         exceptions.
18
19         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
20
21         * scm/double-plus-new-chord-name.scm
22         (double-plus-new-chord->markup): Fix sub->markup.
23
24
25 g2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
26
27         * lily/custos-engraver.cc: added TODO; editorial changes
28
29         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
30         consistency with other ligature engravers; removed access on (now)
31         private variable _ligature of Ligature_engraver
32
33         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
34         renamed last_bound -> last_bound_; issue programming_error on
35         abstract method calls; moved primitives code from
36         Mensural_bracket_engraver to here (because almost ligature
37         engravers will need it); renamed try_stop_ligature () ->
38         typeset_ligature (); bugfix: store primitives of finished ligature
39         in separate variable finished_primitives_ to avoid clash on input
40         like "\] \["; added current_ligature () to enable access on
41         private variable _ligature
42
43         * lily/mensural-ligature-engraver.cc: removed primitives_ code
44         (now in super class); renamed try_stop_ligature () ->
45         typeset_ligature ()
46
47         * lily/mensural-ligature.cc: issue programming_error on abstract
48         method calls
49
50         * lily/note-heads-engraver.cc: added TODO comment upon bool
51         in_ligature
52
53         * mf/parmesan-heads.mf: fixed some of set_char_box()
54
55         * scm/grob-description.scm: added VaticanaLigature
56
57         * scm/grob-property-description.scm: added neume prefix properties
58
59         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
60         lily/include/gregorian-ligature-engraver.hh,
61         lily/include/gregorian-ligature.hh: new files; framework for
62         gregorian ligature engravers such as vaticana
63
64         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
65         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
66         vaticana style ligature implementation (still somewhat uncomplete)
67
68 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
69
70         * VERSION: release 1.7.11
71
72         * scripts/convert-ly.py: add ly:pitch-transpose rule
73
74 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
75
76         * input/test/dpncnt.ly: New file.
77
78         * lily/my-lily-lexer.cc: Add chordnames keyword.
79
80         * lily/parser.yy (chordnames_block): Parse chord name exception
81         lists, see input/test/dpncnt.ly.
82
83         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
84         function.
85
86         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
87         filter-out too.
88
89         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
90         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
91         pitch functions (except for ly:make-pitch, but that's apparently
92         some sort of scheme naming standard?).
93
94         * scm/lily.scm (!=): define-public.
95
96         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
97
98 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
99
100         * scm/double-plus-new-chord-name.scm
101         (double-plus-new-chord-name->markup): New file.
102
103 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
104
105         * python/lilylib.py (make_preview): don't suppress progress for
106         bbox extraction.
107
108 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
109
110         * Documentation/user/appendices.itely (scheme): update for new syntax.
111
112         * input/regression/chord-name-styles.ly: new file
113
114         * lily/instrument-name-engraver.cc: create instrument names
115         without barline too.  Allows instrument name on ChordNames  
116
117         * scm/new-markup.scm (interpret-markup): allow simple strings as
118         markup too.
119
120 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
121
122         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
123         (step->markup-accidental): Fix: add accidental.
124         (chord::inner-name-american): 
125         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
126         append stray '/' if last superscript addition was 'o'.
127
128         * scm/new-markup.scm (normal-size-sub-markup) 
129         (normal-size-super-markup): New function.
130
131         * lily/source-file.cc (Source_file): Add warning for possibly
132         intentional but suspicious initialization.
133
134         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
135         add comments about cut-and-paste programming.
136
137         * flower/rational.cc (lcm): Not used; comment out.
138
139 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
140
141         * lily/new-fingering-engraver.cc (position_scripts): use
142         fingerHorizontalDirection to determine fingering horizontal
143         directions.
144  
145         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
146         fingering support.
147
148         * scripts/convert-ly.py (FatalConversionError.conv): add style
149         conversion rule. 
150
151         * scm/chord-name.scm (set-chord-name-style): new function.
152         (new-chord-name-brew-molecule): revise to interpret markup only
153         (new-chord->markup): cleanuppish rewrite. To be called from the
154         new engraver.
155
156         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
157         Markup earlier, during interpreting.
158
159         * input/test/{banter,jazz,american}-chords.ly (scheme): update
160         style settings. Rename to chord-names-*.ly
161
162 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
163
164         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
165         markup code and update to new markup.  Most probably broke some of
166         it.
167         
168 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
169
170         * Documentation/user/refman.itely: added docu for ambitus and
171         clusters
172
173         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
174         ly_quote_scm() in lookup.cc
175
176         * mf/parmesan-clefs.mf: set_char_box fix
177
178         * lily/cluster-engraver.cc: junk implicit protection; use
179         Protected_scm instead
180
181 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
182
183         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
184         throughout.
185
186         * scm/new-markup.scm: Turn-off error-triggering test code.
187
188 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
189
190         * scm/new-markup.scm (markup-thrower-typecheck) 
191         (markup-typecheck?):  add full typechecking functions.
192         (make-markup-maker): add make-FOO-markup functions.
193         (markup-argument-list-error): nice error checking messages.
194         (make-markup): better function: less quoting escapades.
195
196 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
197
198         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
199
200 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
201
202         * cygwin/lilypond.hint (requires): Add cygwin.
203
204         * .cvsignore: Remove stepmake (huh!?!), add lib.
205
206         * GNUmakefile.in: Add libdir links for builddir runs.
207
208         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
209         instead of datadir.
210
211         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
212         local_lilypond_libdir.
213
214         * config.make.in (lilypond_libdir): Add.
215
216         * stepmake/stepmake/substitute-rules.make: 
217         * stepmake/stepmake/script-rules.make: 
218         * stepmake/stepmake/python-module-rules.make:
219         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
220         lilypond-python-module patch.
221
222 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
223
224         * Documentation/user/refman.itely (Graphical interfaces): add note
225         about xml2ly.
226
227 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
228
229         * scripts/ly2dvi.py (run_dvips): remove trailing newline
230
231 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
232
233         * VERSION: released 1.7.10
234
235         * scripts/musedata2ly.py (): idem
236
237         * scripts/midi2ly.py (dump_chord): idem
238
239         * scripts/etf2ly.py (version): idem 
240
241         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
242
243         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
244
245         * scm/tex.scm (tex-output-expression): remove eval compat
246         glut. Other output files too.
247
248         * scm/chord-name.scm: don't export anything from chord module.
249
250         * input/test/american-chords.ly: idem
251
252         * input/test/banter-chords.ly (texidoc): idem
253
254         * input/test/Cc-chords.ly: add breakage notes.
255
256         * Documentation/user/refman.itely (Text markup): rewrite manual section.
257
258         * lily/parser.yy (scalar): allow \markup { } as property value. 
259
260         * scm/chord-name.scm: complete new markup usage
261
262         * scm/grob-description.scm (all-grob-descriptions): use new markup
263         texts by default
264
265 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
266
267         * scm/chord-name.scm: partial move to new markup texts.
268
269 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
270
271         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
272
273         * scm/bass-figure.scm (brew-bass-figure): make stack direction
274         settable.
275
276 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
277
278         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
279         invoked for old midi, wait for killing.
280
281 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
282
283         * Documentation/user/music-glossary.tely: Finnishing.
284
285 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
286
287         * mf/feta-nummer-code.mf: some kerning pairs.
288
289 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
290
291         * scm/output-lib.scm (set-bar-number-visibility): Context-function
292         Added.
293
294         * Documentation/user/refman.itely (Bar numbers):
295         set-bar-number-visibility added, modulo-bar-number removed again
296         (sorry).
297
298 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
299
300         * scm/output-lib.scm (modulo-bar-number-visible): add function.
301
302         * Documentation/user/refman.itely: add modulo-bar-number-visible.
303
304         * Documentation/user/music-glossary.tely: translate into Finnish.
305
306 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
307
308         * lilypond-mode.el: add shortcut for 2midi
309
310         * lilypond-font-lock.el: fontify lyrics
311
312 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
313
314         * scm/drums.scm : use 1.7.x names.
315
316         * input/regression/drums.ly : Don't use << chords >>
317
318 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
319
320         * lilypond-mode.el: tidy, add TODO
321
322         * make/lilypond.mandrake.spec.in: install-info quietly.
323
324 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
325
326         * input/test/markup.ly: use new syntax.
327
328 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
329
330         * ly/params-init.ly (interscoreline): add word-space
331
332         * input/test/metronome.ly (eighthNote): idem.
333
334         * input/test/script-priority.ly: use new markup
335
336         * lily/parser.yy (markup): allow HEAD markup0 markup1 
337
338         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
339
340         * lily/parser.yy (gen_text_def): bugfix.
341         (full_markup): allow markup identifier.
342
343 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
344
345         * lilypond-mode.el (LilyPond-kill-job): Kill all Lilypond compiling
346         jobs at the same time. Add horizontal lines to Command menu.
347         Allow one compiling job -- propose killing others before a new one.
348
349         * lilypond.words: add markup, teeny, etc.
350
351 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
352
353         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
354         Allow only one type of midi process; launching Midi either stops
355         midis or plays the current midi and launching MidiAll stops midis
356         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
357         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
358
359 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
360
361         * lily/text-engraver.cc (process_acknowledged_grobs): use new
362         markup  for new markup texts.
363
364         * lily/mark-engraver.cc (process_music): idem
365         
366         * lily/instrument-name-engraver.cc (create_text): idem
367
368         * scm/new-markup.scm (magnify-markup): new function.
369
370         * scm/molecule.scm (stack-lines): bugfix.
371
372         * lily/font-interface.cc (get_font): take font-magnification from
373         alist chain.
374
375 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
376
377         * lily/molecule-scheme.cc: move scheme functions to separate file.
378
379         * lily/font-metric.cc  (ly_get_glyph): new function. 
380         
381         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
382         (italic-markup, dynamic-markup): new functions
383         (font-markup): new function
384
385         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
386         padding and minimum
387
388 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
389
390         * lily/accidental-engraver.cc:
391         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
392
393 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
394
395         * lilypond.vim:
396         * lilypond-font-lock.el: Put \longa as duration. Accept only 
397         [a-zA-Z] for user defined identifiers. Separate note cases 
398         with and without a duration (allow cis\longaX).
399
400         * lilypond.words: Add words from Info.
401
402 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
403
404         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
405
406 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
407
408         * lilypond-mode.el: Propose reverting buffer before a command if
409         it was edited with an another editor.
410
411 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
412
413         * lily/molecule.cc (ly_translate_molecule): new function
414
415         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
416         into libdir
417
418         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
419
420         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
421
422 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
423
424         * lilypond.words: take \words from Info-index.
425
426 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
427
428         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
429
430 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
431
432         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
433
434 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
435
436         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
437         and lilypond-documentation.
438
439 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
440
441         * lily/parser.yy: Compile fix (bison 1.75).
442
443 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
444
445         * VERSION: 1.7.9 released
446
447         * scm/music-functions.scm (shift-one-duration-log): refactor.
448         Use music-map.
449
450         * input/regression/chord-tremolo.ly (texidoc): add dot test.
451
452         * NEWS: update.
453
454         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
455         argument
456         
457         * scm/music-functions.scm (display-music): new function
458         (music-map): change arg order.
459
460         * input/regression/new-markup-syntax.scm: new file
461
462         * lily/parser.yy (markup): add \markup { .. } syntax.
463
464         * scm/new-markup.scm (override-markup): new function
465         (lookup-markup): new function
466         (music-markup): new function
467         (lookup-markup-command): use markup-signature to store argument
468         format for parser.
469
470         * lily/lexer.ll: preliminary \markup syntax. 
471
472 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
473
474         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
475         add pre/post-dependencies and menus with icons from source.
476
477         * Documentation/pictures/lilypond-48x48.xpm:
478         * Documentation/pictures/lilypond-32x32.xpm:
479         * Documentation/pictures/lilypond-16x16.xpm: new files, background
480         transparent.
481
482         * stepmake/stepmake/generic-targets.make:
483         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
484
485 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
486
487         * input/regression/music-map.ly (texidoc): new file.
488
489         * scm/music-functions.scm (music-map): new function
490
491 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
492
493         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
494
495 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
496
497         * input/test/to-xml.ly:
498         * lily/ligature-engraver.cc: Fixes documentation.
499
500         * lilypond.mandrake.spec.in:
501         * lilypond.redhat.spec.in: Add lilypond.words.
502
503         * Documentation/user/refman.itely: Mention Info inside emacs.
504         
505         * lilypond.suse.spec.in:
506         * lilypond.redhat.spec.in: 
507         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
508
509 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
510
511         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
512         os.popen.read ().
513
514 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
515
516         * scripts/ly2dvi.py (include_path): print warning if failing anything.
517
518         * python/lilylib.py (error): add space
519
520 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
521
522         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
523         distribution.
524
525 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
526
527         * lily/paper-outputter.cc (Paper_outputter): close port when
528         finishing score.
529
530 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
531
532         * scm/sodipodi.scm: Fixes.
533
534 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
535
536         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
537
538         * buildscripts/make-font-dir.py: Fix. 
539
540 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
541
542         * lilypond-mode.el: Add support for Info inside Emacs.
543
544 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
545
546         * buildscripts/make-font-dir.py: 
547         * mf/GNUmakefile: Make sodipodi font map.
548
549         * scm/sodipodi.scm: Add more output functions.
550
551         * mf/feta-nummer.mf: 
552         * mf/feta-beugel.mf: Add font_coding_scheme.
553
554         * lily/paper-outputter.cc (output_header): Fix creator string.
555
556 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
557
558         * lilypond-mode.el (LilyPond-autocompletion): invoked with
559         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
560
561         * lilypond.words: add two (Everybody can add/remove words now!).
562
563         * debian/rules:
564         * make/lilypond.suse.spec.in:
565         * make/lilypond.mandrake.spec.in:
566         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
567
568         * Documentation/user/refman.itely: Mention autocompletion.
569
570 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
571
572         * scripts/ly2dvi.py: Add paper sizes.
573
574         * lily/timing-engraver.cc: 
575         * lily/time-signature.cc: 
576         * lily/span-bar.cc: 
577         * lily/grob-scheme.cc: Code formatting fixes.
578
579         * scm/sodipodi.scm: 
580         * scm/sketch.scm:
581         * buildscripts/mf-to-table.py: 
582         * buildscripts/make-font-dir.py: Font testing.
583
584 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
585
586         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
587         inserts try-completion and shows all-completions.
588
589         * lilypond.words: '\' -> '\\'
590
591         * lilypond-mode.el: load libraries in the end, lilypond.words defines
592         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
593         
594         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
595         and LilyPond-reserved-words.
596         
597 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
598
599         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
600         from load-path.
601         
602         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
603         the mini-buffer with Control-Shift-c.
604         
605 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
606
607         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
608         duration. This fixes \tempo taking time.
609
610 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
611
612         * lily/volta-engraver.cc (process_acknowledged_grobs): 
613         Allow for text markup in repeatCommands. 
614
615 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
616
617         * lilypond-mode.el (LilyPond-insert-string): new function, use it
618         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
619         Get rid of skeleton.el-dependency.
620
621         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
622
623 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
624
625         * lily/beam-engraver.cc (stop_translation_timestep): reset
626         now_stop_ev_
627
628         * lily/scm-option.cc: add parse-protect to ly:set-option
629
630         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
631
632 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
633
634         * lily/include/ligature-bracket.hh: removed
635         * lily/ligature-bracket.cc: removed
636
637         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
638         .tex
639
640         * lily/beam.cc (set_beaming): don't change beam count on rests.
641         (brew_molecule): always set flag-width > 0.
642
643 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
644
645         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
646         chars, remove instructions; instead, refer to lilypond-init.el and
647         Documentation/topdocs/INSTALL.texi.
648
649         * lilypond.words: add identifiers and reserved words.
650
651         * Documentation/topdocs/INSTALL.texi: separate sections for installing
652         files and adding a load-path.
653
654         * lilypond-init.el: Instructions, extracted from 
655         Documentation/topdocs/INSTALL.texi. 
656         
657 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
658
659         * VERSION: 1.7.8 released 
660
661         * lily/grob.cc (warning): better robustness fix.
662
663 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
664
665         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
666
667         * lily/cluster-engraver.cc: stick better to variable naming
668         conventions
669
670         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
671         until stop_translation_timestep()
672
673         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
674         min/max coordinates to backend, but no musical info such as
675         pitches
676
677         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
678
679         * lily/grob.cc: robustness fix: warning(): do not crash if
680         cause is not set
681
682         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
683         the much more elaborated tuplet brackets than the very naive and
684         simple ligature bracket grob
685
686 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
687
688         * Documentation/user/refman.itely (Analysis brackets): add
689         horizontal bracket doco.
690
691         * ly/property-init.ly (setMmRestFermata): added.
692
693         * Documentation/user/refman.itely (Multi measure rests): fermatas
694         on mm rests.
695
696         * input/regression/apply-context.ly (texidoc): new file
697
698         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
699         code to be executed during interpretation. Possible applications:
700         smart octavation, more advanced bar checks. 
701
702         * lily/apply-context-iterator.cc: new file.
703
704 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
705
706         * input/test/new-markup.ly: new file.
707
708         * lily/text-item.cc (text_to_molecule): new function
709
710         * scm/new-markup.scm (lambda): new file
711
712         * lily/function-documentation.cc (ly_add_function_documentation):
713         add proc property as well
714
715 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
716
717         * Documentation/user/music-glossary.tely (Top): add custos.
718
719 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
720
721         * Documentation/topdocs/INSTALL.texi: advise how to include source
722         path to Emacs load-path and improve language.
723
724 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
725
726         * GNUmakefile.in: config.h message fix.
727
728         * autogen.sh:
729         * aclocal.m4: Regenerate.
730
731         * configure.in: 
732         * config.make.in: 
733         * stepmake/config.make.in: 
734         * stepmake/configure.in: 
735         * stepmake/autogen.sh: 
736         * stepmake/aclocal.m4: Update for autoconf 2.56.
737
738 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
739
740         * Documentation/topdocs/INSTALL.texi: instructions for an user how
741         to install Emacs-mode. Instructions how to use vim-mode.
742
743 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
744
745         * scm/music-types.scm (music-descriptions): no length for tempo event.
746
747         * input/*.ly: add \version everywhere.
748         
749         * input/*.ly: update syntax to 1.7 + new-chords.
750
751         * VERSION: 1.7.7 released.
752         
753         * Documentation/user/*.tely: new chord syntax.
754
755         * input/regression/[bc]*.ly (texidoc): syntax updates.
756         
757 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
758
759         * lilypond.words: add vocabulary to be used in auto-completion
760
761         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
762
763         * lilypond.vim: allow note name at EOF
764
765 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
766
767         * buildscripts/new-chords.py (edit): -e option: inline editing.
768
769         * input/regression/a*.ly (texidoc): syntax updates.
770
771         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
772         music): elucidations. 
773
774 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
775
776         * lily/include/lily-proto.hh, ly/engraver-init.ly,
777         ly/spanners-init.ly, scm/grob-description.scm,
778         scm/grob-property-description.scm, scm/music-types.scm,
779         lily/cluster-engraver.cc, lily/cluster.cc,
780         lily/include/cluster.hh, input/test/cluster.ly: cluster
781         implementation
782
783         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
784         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
785         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
786
787         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
788
789         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
790
791         * scm/grob-description.scm: bugfix: by default, use default note
792         head style when engraving ligatures
793
794         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
795
796         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
797         events
798
799         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
800
801         * input/test/ancient-font.ly: bugfix: style -> flag-style
802
803         * lily/ligature-engraver.cc: indentation fix
804
805         * lily/parser.yy: indentation fixes
806         
807 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
808
809         * input/regression/measure-grouping.ly: more elaborate example.
810
811         * lily/moment.cc: ly:add-moment, ly:mul-moment,
812         ly:div-moment. New functions 
813
814         * scm/music-functions.scm (set-time-signature): new function,
815         allow inline time sig settings with measure grouping.
816
817         * lily/parser.yy (command_element): move time sig construction
818         into Scheme.
819
820         * lily/side-position-interface.cc (out_of_staff): new function,
821         like padding, but keep minimum distance from staff. Easier than
822         linespanners (dynamics, pedals), but roughly the same effect.
823
824 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
825
826         * emacs-mode.el: Added spanish-note-replacements 
827         (<carlos.betancourt@chello.be>).
828
829         * vimrc: (Un)commenting with <(S-)F12>, tidy.
830
831 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
832
833         * lilypond.vim: Do not fontify cises, desis, etc.
834
835         * vimrc: view dvi with <S-F6>
836
837 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
838
839         * lily/lookup.cc (triangle): new function.
840
841         * input/regression/measure-grouping.ly (texidoc): new file: show
842         triangles and brackets for beat groups of 3 and 2.
843
844         * lily/include/measure-grouping-spanner.hh (class
845         Measure_grouping): new file.
846
847         * lily/measure-grouping-spanner.cc (brew_molecule): new file
848
849         * lily/measure-grouping-engraver.cc (class
850         Measure_grouping_engraver): new file.
851
852 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
853
854         * Merge from stable:
855
856             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
857         
858         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
859         stylesheet.
860
861         * ly/paper19.ly: Include paper19-init.ly.
862
863         * ly/paper19-init.ly: New file.
864
865         * Documentation/user/tutorial.itely (First steps): Fix first
866         example for font test.
867
868         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
869
870         * ChangeLog: Add 1.7.6 release marker (see below).
871
872         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
873         Add .py files.
874
875 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
876
877         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
878
879         * input/tutorial/*.ly: update to new syntax.
880
881         * lily/parser.yy (Composite_music): new transpose syntax,
882         \transpose FROM TO MUSIC. 
883
884 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
885
886         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
887         latex progress/error output to stderr (by default this goes to
888         stdout).  Show lilypond progress, even when not verbose.
889
890         * python/lilylib.py (system): New optional parameter to control
891         showing of progress.
892
893         * scm/backend-documentation-lib.scm (check-dangling-properties):
894         Fix error message.
895
896         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
897         axis, extent.
898
899         * scm/grob-property-description.scm (magnify): Remove.
900         (extent, axis): Add.
901
902 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
903
904         * VERSION: Release 1.7.6.
905
906         * scripts/convert-ly.py: more uniformization substitutions.
907
908         * buildscripts/new-chords.py (sub_chords): new file.
909
910 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
911
912         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
913         lilypond.map.  Include sauter fonts too.  Cleanups.
914
915 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
916
917         * Documentation/user/tutorial.itely (First steps): change to new
918         chord/tie/slur/beam notation.
919
920         * lily/parser.yy (event_that_take_dir): allow postfix notation for
921         ties.
922
923         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
924         engraver. Process ties in postfix notation, i.e. c8-~ c
925
926         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
927
928         * input/regression/beam-postfix-notation.ly (texidoc): new file.
929
930         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
931
932         * lily/beam-engraver.cc (try_music): accept new-beam-events
933
934         * input/regression/chord-scripts.ly (texidoc): new file
935
936         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
937         script-events.
938
939         * scm/script.scm (default-script-alist): cleanup.
940
941         * lily/script-engraver.cc (make_script_from_event): cleanup.
942
943         * lily/lyric-combine-music-iterator.cc
944         (Lyric_combine_music_iterator): remove superfluous events.
945         (melisma_busy): new function. Fix broken melismas.
946
947 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
948
949         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
950         Remove nonvalid settings. Use descriptive key names.
951         Use <Return> to indicate the pressing of that key.
952
953 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
954
955         * scripts/lilypond-book.py (option_definitions): Typo.
956
957         * scripts/ly2dvi.py: Updates.
958
959         * python/lilylib.py (setup_environment, print_environment)
960         (get_bbox, make_preview): Merge and remove from ly2dvi and
961         lilypond-book.
962
963         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
964
965         * .cvsignore: Remove some cruft.
966
967         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
968         path.
969
970         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
971         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
972         throughout.
973
974         * python/lilylib.py (quiet_system): Junk
975         (system): Display error log upon failure.
976         (read_pipe): New function.  Cleanups and fixes.
977
978         * python/*.py: Rename from *.py.in.
979         
980         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
981
982         * GNUmakefile.in (SUBDIRS): Move python before scripts.
983
984 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
985
986         * python/GNUmakefile: Bugfix: handle modules.
987
988         * stepmake/stepmake/python-module-targets.make (default): Add
989         compiled modules. 
990
991         * stepmake/stepmake/python-module-rules.make: Add rule for byte
992         compiling modules.
993
994         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
995         Bugfix.  (OUT_PYC_MODULES): Add.
996
997 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
998
999         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
1000         Use default paths. Refresh description.
1001
1002 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1003
1004         * VERSION: 1.7.5 released
1005
1006         * input/regression/finger-chords.ly (texidoc): new file.
1007
1008         * lily/script-engraver.cc (process_music): remove scriptHorizontal
1009         support
1010
1011         * lily/fingering-engraver.cc (process_music): remove kludgy
1012         scriptHorizontal stuff.
1013
1014         * lily/script.cc: remove staff-support property.
1015
1016         * lily/new-fingering-engraver.cc (add_fingering): new
1017         file. Fingering engraver for new style chords.
1018
1019 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1020
1021         * lily/parser.yy (bare_number): allow 4 \cm (without
1022         decimal dot). (should backport to 1.6?)
1023
1024         * ly/declarations-init.ly: use Scheme for dimension defs.
1025
1026         * lily/parser.yy (TODO): remove hard coded dimensions, add
1027         REAL NUMBER_IDENTIFIER production.
1028
1029         * lily/rest-collision.cc (force_shift_callback): rewrite using
1030         -done property.
1031
1032         * scm/grob-property-description.scm (rest-collision-done): add
1033         property.
1034         
1035         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
1036
1037 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1038
1039         * input/regression/multi-measure-rest-center.ly: new file.
1040
1041         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
1042         off horizontally by 0.05 ss. Fixed.
1043
1044 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1045
1046         * scm/pdftex.scm: Rename ly-number to ly:number->string.
1047
1048         * Documentation/topdocs/index.tely: Remove duplicate from merge.
1049
1050 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1051
1052         * lily/tie.cc (get_control_points): also avoid staff lines on the
1053         just outside the outer staff lines
1054
1055 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1056
1057         * ly/params-init.ly: Just define style-alist, no need to
1058         define-public.
1059
1060         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
1061         (thanks Han-Wen).
1062
1063         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
1064         (FET_FILES): = FONT_FILES.
1065
1066         * Merge from stable:
1067
1068             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
1069
1070 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1071
1072         * VERSION: 1.7.4 released.  
1073         
1074         * scm/generate-documentation.scm (string-append): add macro
1075         definitions.
1076
1077         * lily/text-item.cc (lookup_text): don't use virtual fonts for
1078         normal texts.
1079
1080         * lily/multi-measure-rest-engraver.cc: make separate
1081         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
1082
1083         * lily/multi-measure-rest.cc: remove text handling. Remove
1084         number-threshold.
1085
1086 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1087
1088         * scm/music-types.scm: doc patch by Graham Percival
1089
1090 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1091
1092         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
1093         encoding part.
1094         (Font_info.set_defaults): pixelsize now also defauts to '0'.
1095         (sketch_p): Sketch wants only first four elements of X11 font spec.
1096
1097         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
1098
1099         * mf/feta-autometric.mf: Write foundry and family to log.
1100
1101         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
1102         font translation table.
1103
1104         * buildscripts/mf-to-table.py: Better font info into afm.
1105
1106         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
1107         1.0.9 required.
1108
1109         * configure.in: Whine for mftrace 1.0.9.
1110
1111 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1112
1113         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
1114
1115         * lily/main.cc (main_prog): don't try to load init.EXT when
1116         processing foo.EXT.
1117
1118 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
1119
1120         * scm/tex.scm (zigzig-line): added.
1121
1122         * scm/ps.scm (zigzag-line): added.
1123
1124         * ps/music-drawing-routines.ps (subvec): added.
1125         (draw_zigzag_line): added.
1126         
1127         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
1128         grob properties zigzag-width and zigzag-length.
1129
1130         * input/regression/glissando.ly: Add some zig-zagged glissandi.
1131
1132 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1133
1134         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
1135         svg output, including font.
1136
1137 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1138
1139         * scm/lily.scm: Register sodipodi output module.
1140
1141         * scm/sodipodi.scm: New file.
1142
1143         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
1144
1145         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
1146         comment, after header.
1147         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
1148         FullName.  Fix FontName key.
1149
1150 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
1151
1152         * lily/rest.cc (after_line_breaking): bugfix: dots after half
1153         and breve rests.
1154         
1155         * input/test/blank-notes.ly: bugfix
1156
1157         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
1158         rests. (Kim Shrier)
1159
1160         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
1161         
1162 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1163
1164         * scm/tex.scm: 
1165         * scm/ps.scm: Cleanup and remove obsolete junk.
1166
1167         * Documentation/user/internals.itely:
1168         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
1169
1170         * lily/parser.yy: Identify shift/reduce problems.
1171
1172         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
1173         make-style-sheet.  Too specific for convert-ly?
1174
1175 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1176
1177         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
1178
1179         * input/test/*.ly: various fixes.
1180
1181         * lily/music.cc (name): bugfix
1182
1183         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
1184
1185         * lily/input-file-results.cc (code): set-point-and-click! ->
1186         set-point-and-click
1187         
1188 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1189
1190         * Use uniform ly: prefix for exported scheme primitive functions.
1191
1192         * scm/music-types.scm: junk compat glue
1193
1194         * scripts/convert-ly.py: add rules for stuff below, junk
1195         compatibility glue for spanrequest.
1196
1197         * lily/parser.yy (verbose_event): remove \spanrequest,
1198         \commandspanrequest, \script. 
1199         
1200         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
1201
1202         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
1203         for \penalty, \glissando.
1204
1205         * VERSION: release 1.7.3
1206         
1207 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
1208
1209         * lily/accidental-engraver.cc: Fix
1210         grace-in-the-beginning-of-measure bug caused by the resent
1211         partial-measure fix.
1212
1213         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
1214         overlap looks too crowded)
1215         
1216 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1217
1218         * lily/parser.yy (assignment): allow SCM expression as assignment.
1219
1220         * lily/include/music-output-def.hh (class Music_output_def):
1221         * lily/music-output-def.cc: 
1222         * lily/paper-def.cc: 
1223         * scm/font.scm (markup-to-properties):
1224         * lily/parser.yy (music_output_def_body): 
1225         remove style_sheet_
1226
1227 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1228
1229         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
1230         length.
1231
1232         * input/regression/spacing-to-grace.ly: new file.
1233
1234         * input/regression/spacing-end-of-line.ly: new file.
1235
1236         * lily/note-spacing.cc (get_spacing): take into account breakable
1237         stuff sticking out at the left (time sig change at line break).
1238
1239         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
1240         raggedright code.
1241
1242         * scm/music-functions.scm (make-voice-props-set): add
1243         staff-position for mm rests.
1244  
1245         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
1246         before grace notes a little.
1247
1248         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
1249
1250         * lily/break-align-interface.cc (do_alignment): right-edge spacing
1251         key adds space at the end of line. 
1252
1253 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1254
1255         * scm/sketch.scm: Fix beams.
1256
1257         * buildscripts/mf-to-table.py: Add EncodingScheme.
1258
1259         * scm/sketch.scm: Resurrect.
1260
1261 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1262
1263         * lily/multi-measure-rest.cc: use breve rests for measure lengths
1264         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
1265
1266 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1267
1268         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
1269
1270         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
1271
1272 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1273
1274         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
1275         token for origin information.
1276
1277         * lily/parser.yy (My_lily_lexer): do identifier location and
1278         cloning from lexer.
1279
1280         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
1281         logic out of the parser. Add bar checks on both ends.
1282
1283         * Documentation/user/refman.itely (Multi measure rests): add more
1284         notes about mm rests.
1285
1286 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1287
1288         * input/regression/bar-scripts.ly: Re-enable.
1289
1290         * lily/parser.yy:
1291         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
1292         released rsn.  Bison 1.50 has a crucial bug and won't work.
1293
1294         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
1295
1296
1297 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1298
1299         * input/regression/bar-scripts.ly: Blunt documentation build fix.
1300
1301 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1302
1303         * Actually merge changes since 1.6.4 besides ChangeLog, and
1304         resolve conflicts.  Lots of updates, hope all is well.
1305         
1306         * cygwin/lilypond.hint (requires): Add ghostscript.
1307
1308         * scm: Update some (c).
1309         
1310 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1311
1312         * input/test/{various}.ly: add \header fields and texidoc strings.
1313
1314 2002-10-05  Werner Lemberg  <wl@gnu.org>
1315
1316         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
1317         renamed to `output_latex_quoted'.
1318         Added `output_latex_noquote'.
1319         (schedule_lilypond_block): Implement `noquote' option for LaTeX
1320         mode.
1321
1322 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1323
1324         * ChangeLog: Add 1.6.6 release marker.  See below.
1325
1326         * stepmake/stepmake/po-targets.make: Remove --c++ option.
1327
1328         * scripts/midi2ly.py: Fix global syntax warnings.
1329
1330         * GNUmakefile.in: Generate builddir locale tree too.
1331
1332         * scripts/ly2dvi.py:
1333         * scripts/midi2ly.py: 
1334         * scripts/mup2ly.py: 
1335         * scripts/update-lily.py:
1336         * lily/main.cc (setup_paths): Fix for locales setup.
1337
1338 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1339
1340         * Documentation/windows/installing.texi: Soften wording about
1341         necessity of becoming Administrator.  tommie@iae.nl reports this
1342         does not seem to be necessary for his flavour of Windows 2000.
1343         Explicitely discourage text mode mounts.
1344
1345 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1346
1347         * lily/rest.cc (after_line_breaking): backport dot position fix.
1348
1349         * lily/rest-collision.cc (do_shift): also remove dots for suicided
1350         rests. Thanks to Klaus Zimmermann for finding this bug.
1351
1352 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1353
1354         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
1355
1356 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1357
1358         * Documentation/user/music-glossary.tely: fix links.
1359
1360 2002-10-21  Werner Lemberg  <wl@gnu.org>
1361
1362         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
1363         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
1364         scaling factor) only once and use them in the definition of
1365         \embeddedps.
1366         * ps/music-drawing-routines.ps (skeel): Removed.
1367
1368 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1369
1370         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
1371         Solaris7, as we don't use nested $( ) constructs.
1372
1373 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1374
1375         * VERSION: Release 1.6.6.
1376         
1377 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1378
1379         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
1380         as workaround for /bin/sh problems on Solaris7.
1381
1382 2002-10-19  Werner Lemberg  <wl@gnu.org>
1383
1384         * GNUmakefile.in (web-doc): Fix typos.
1385         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
1386         `music-drawing-routines.ps' but emit \special{header=...} once.
1387         * scm/tex.scm (header-end): Updated.
1388
1389 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1390
1391         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
1392         undefined tremolo. 
1393
1394 2002-10-15  Werner Lemberg  <wl@gnu.org>
1395
1396         * scripts/lilypond-book.py (g_make_html): New global variable.
1397         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
1398         if `g_make_html' isn't set.
1399         [main]: Add format `texi-html'.
1400         (option_definitions): Updated.
1401         * Documentation/user/lilypond-book.itely: Updated.
1402
1403         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
1404         * make/ly-rules.make (%.texi, %.nexi): Use it.
1405         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
1406         format to lilypond-book.
1407         * GNUmakefile.in (web-doc): Ditto.
1408
1409 2002-10-14  Werner Lemberg  <wl@gnu.org>
1410
1411         Further improve TeX output.  The produced files are about 40%
1412         smaller.  `lilyponddefs.tex' is now read only once.
1413
1414         * tex/lilyponddefs.tex: Remove footer stuff.
1415         (\ifundefined): Renamed to...
1416         (\lilypondundefined): This.  Use LaTeX's definition to
1417         make it nestable and make it global.
1418         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
1419         output.
1420         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
1421         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
1422         them global.
1423         (\placebox): Renamed to...
1424         (\lyitem): This.
1425         Make it global and call \outputscale by itself.
1426         (\lybox, \lyvrule): New macros to reduce input data.
1427         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
1428         New auxiliary macros.
1429         (\SkipLilydefs, \EndLilyPondOutput): Removed.
1430         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
1431         to...
1432         (\lilypondspace): This and made it global.
1433         (\turnOnPostScript): Renamed to...
1434         (\lilypondpostscript): This and made it global.
1435         (\turnOnExperimentalFeatures): Renamed to...
1436         (\lilypondexperimentalfeatures): This and made it global.
1437         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
1438         (\lilypondsetdimen): This and made it global.
1439         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
1440         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
1441         (all, $(outdir)/music-drawing-routines.ps): New rules.
1442         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
1443         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
1444         start-system, stop-system, stop-last-system, filledbox): Updated to
1445         use the changed macros from lilyponddefs.tex.
1446         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
1447
1448 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1449
1450         * Documentation/windows/installing.texi: Update.
1451
1452 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1453
1454         * VERSION: 1.6.5 released
1455
1456         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
1457
1458 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1459
1460         * scm/translator-property-description.scm (voltaOnThisStaff): add
1461         property.
1462
1463 2002-09-28  Werner Lemberg  <wl@gnu.org>
1464
1465         * scm/tex.scm (header-end): Suppress page numbering.
1466
1467         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
1468         Fix quotation for HTML output.
1469
1470 2002-09-28   Graham Percival   <gperciva@sfu.ca>
1471         
1472         * Documentation/user/refman.itely: grammar and phrasing
1473           fixes to "Note Entry" section.  Also adds a few new examples.
1474
1475 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1476
1477         * flower/include/string-data.icc: include string.h
1478
1479 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1480
1481         * scm/chord-name.scm (chord::inner-name-banter): remove space.
1482
1483 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1484
1485         * Documentation/user/GNUmakefile (extra-local-help): Add.
1486
1487         * stepmake/stepmake/www-targets.make (local-help): Add.
1488
1489 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1490
1491         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
1492         packages.
1493
1494         * Documentation/topdocs/README.texi (Top): building documentation
1495         (not website.)
1496
1497 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1498
1499         * Documentation/user/refman.itely: 
1500         * Documentation/user/tutorial.itely: 
1501         * Documentation/user/music-glossary.tely: Merge changes.
1502
1503         * Documentation/user/glossary.html.in: 
1504         * Documentation/index.texi: 
1505         * Documentation/header.html.in: Accomodate renaming of glossary.
1506         
1507         * Documentation/user/tutorial.itely: Add some glossary references.
1508         
1509         * Documentation/user/refman.itely: Minor fixes.
1510         
1511         * Documentation/user/lilypond.tely: Add glossary do direntry.
1512
1513         * Documentation/user/music-glossary.tely: Rename (previously:
1514         glossary.tely).  Fix anchor placement.
1515
1516         * Documentation/user/GNUmakefile: Make music-glossary.info too.
1517
1518 2002-09-23  Werner Lemberg  <wl@gnu.org>
1519
1520         * scripts/lilypond-book.py (output_dict): Fix handling of
1521         various environments by avoid extraneous newlines.
1522         Rename `output-all' regexp for html to `output-html'.
1523         Replace `output-all' regexp for texi with `output-texi-quote'
1524         and `output-texi-noquote'.
1525         (compose_full_body): Don't override `linewidth' user option
1526         for `singleline'.
1527         (schedule_lilypond_block): Don't indent text specified with
1528         `intertext' option.
1529         Add new option `noquote'.
1530         (compile_all_files): Use latex instead of tex to compile ly
1531         files directly.
1532
1533         * Documentation/user/lilypond-book.itely: Updated and revised.
1534         Improve layout.
1535
1536         * Documentation/user/glossary.tely,
1537         Documentation/user/introduction.itely,
1538         Documentation/user/tutorial.itely,
1539         Documentation/user/refman.itely,
1540         Documentation/user/appendices.itely: Fix overfull LilyPond
1541         boxes caused by the new lilypond-book code.  Other minor
1542         fixes.
1543
1544         * Documentation/user/macros.itexi (@texiflat): Don't emit
1545         trailing space.
1546
1547         * scm/tex.scm (end-output, header-end): Add preamble and
1548         postamble to make lilypond output directly compilable with
1549         latex.
1550
1551         
1552 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1553
1554         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
1555         instructions.
1556
1557 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1558
1559         * Documentation/user/glossary.tely: Add titling and hyperlinks.
1560
1561 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1562
1563         * lily/beam.cc (connect_beams): don't crash if there are quarter
1564         notes in beams.
1565
1566 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
1567
1568         * Documentation/user/refman.itely: corrected ancient clef
1569         docu; added docu on ligatures
1570
1571 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
1572
1573         * Documentation/user/glossary.tely,
1574         Documentation/user/refman.itely, input/les-nereides.ly,
1575         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
1576         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
1577         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
1578         Stem properties: flag-style -> stroke-style, style -> flag-style.
1579
1580
1581 2002-09-22  Werner Lemberg  <wl@gnu.org>
1582
1583         * scripts/lilypond-book.py: Add option `notime' to suppress
1584         printing of a time signature.  Specify default indentation of 0pt
1585         if single line fragment.  Don't emit redundant `\paper{ }'.
1586
1587         * Documentation/user/lilypond-book.itely: Updated.
1588
1589         * Documentation/user/glossary.tely: Completely reformatting.
1590
1591 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1592
1593         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
1594
1595 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1596
1597         * Documentation/user/tutorial.itely: Fix links.
1598         
1599         * Documentation/topdocs/index.tely:
1600         * Documentation/index.texi:
1601         * Documentation/header.html.in: Small website fixes and updates.
1602
1603         * debian/: Debian patch by Anthony Fok.
1604
1605 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1606
1607         * Documentation/footer.html.in: How time flies: It's already 2002!
1608
1609         * Documentation/topdocs/index.tely: Stable/development fix.  Use
1610         more descriptive link names than 'here'.
1611
1612 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1613
1614         * VERSION: 1.7.2 released
1615         * VERSION: 1.6.4 released
1616         
1617         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
1618
1619         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
1620         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
1621
1622         * mf/feta-din.mf (test): add x-height and space.
1623
1624         * lily/dynamic-engraver.cc (process_music): take dynamic direction
1625         from ^_ for crescendi. Idem for slurs and phrasing slurs.
1626
1627         * ly/grace-init.ly: add-to-grace-init: function to portably add
1628         settings to \grace. 
1629
1630         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
1631         if we get an absolute dynamic event.
1632  
1633         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
1634
1635         * lily/source-file.cc (get_line): oops. All line numbers were off
1636         by 2. Fix that. 
1637
1638         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
1639         be after the note, combined with -_^, i.e. c4-(-\)-\>  
1640
1641         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
1642
1643         * lily/parser.yy (number_factor): remove (number) as number
1644         expression. ("Let them eat Lisp").
1645
1646 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1647
1648         * lily/horizontal-bracket.cc: new file.
1649
1650         * lily/horizontal-bracket-engraver.cc: new file.
1651
1652         * input/regression/note-group-bracket.ly: new file. Support
1653         horizontal note brackets for music analysis.
1654
1655         * lily/stem.cc (flag): new flag-style: no-flag.
1656
1657         * input/test/stem-cross-staff.ly: new file
1658         
1659         * Documentation/user/internals.itely: Improved formatting, fixing
1660         typos.  Added a section `Output details' to describe how the TeX
1661         code looks like.
1662
1663         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
1664
1665         * lily/parser.yy: remove \dynamicscript.
1666
1667         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
1668         definitions. 
1669
1670         * python/midi.c (midi_error): take two arguments.
1671
1672         * Merge 1.6.5 changes:
1673         
1674 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1675
1676         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
1677         staff-space.  Previous 1.5 was probably meant as half-spaces.
1678         (cautionary-style): parentheses (was: smaller).  This is what doco
1679         says, and it seems more logical.
1680
1681         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
1682         for 2nd sentence.
1683
1684 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1685
1686         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
1687
1688 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1689
1690         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
1691
1692 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1693
1694         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
1695
1696 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1697
1698         * scm/translator-property-description.scm (voltaOnThisStaff): add
1699         property.
1700
1701 2002-09-28  Werner Lemberg  <wl@gnu.org>
1702
1703         * scm/tex.scm (header-end): Suppress page numbering.
1704
1705         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
1706         Fix quotation for HTML output.
1707
1708 2002-09-28   Graham Percival   <gperciva@sfu.ca>
1709         
1710         * Documentation/user/refman.itely: grammar and phrasing
1711           fixes to "Note Entry" section.  Also adds a few new examples.
1712
1713 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1714
1715         * flower/include/string-data.icc: include string.h
1716
1717 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1718
1719         * scm/chord-name.scm (chord::inner-name-banter): remove space.
1720
1721 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1722
1723         * Documentation/user/GNUmakefile (extra-local-help): Add.
1724
1725         * stepmake/stepmake/www-targets.make (local-help): Add.
1726
1727 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1728
1729         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
1730         packages.
1731
1732         * Documentation/topdocs/README.texi (Top): building documentation
1733         (not website.)
1734
1735 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1736
1737         * Documentation/user/refman.itely: 
1738         * Documentation/user/tutorial.itely: 
1739         * Documentation/user/music-glossary.tely: Merge changes.
1740
1741         * Documentation/user/glossary.html.in: 
1742         * Documentation/index.texi: 
1743         * Documentation/header.html.in: Accomodate renaming of glossary.
1744         
1745         * Documentation/user/tutorial.itely: Add some glossary references.
1746         
1747         * Documentation/user/refman.itely: Minor fixes.
1748         
1749         * Documentation/user/lilypond.tely: Add glossary do direntry.
1750
1751         * Documentation/user/music-glossary.tely: Rename (previously:
1752         glossary.tely).  Fix anchor placement.
1753
1754         * Documentation/user/GNUmakefile: Make music-glossary.info too.
1755
1756 2002-09-23  Werner Lemberg  <wl@gnu.org>
1757
1758         * scripts/lilypond-book.py (output_dict): Fix handling of
1759         various environments by avoid extraneous newlines.
1760         Rename `output-all' regexp for html to `output-html'.
1761         Replace `output-all' regexp for texi with `output-texi-quote'
1762         and `output-texi-noquote'.
1763         (compose_full_body): Don't override `linewidth' user option
1764         for `singleline'.
1765         (schedule_lilypond_block): Don't indent text specified with
1766         `intertext' option.
1767         Add new option `noquote'.
1768         (compile_all_files): Use latex instead of tex to compile ly
1769         files directly.
1770
1771         * Documentation/user/lilypond-book.itely: Updated and revised.
1772         Improve layout.
1773
1774         * Documentation/user/glossary.tely,
1775         Documentation/user/introduction.itely,
1776         Documentation/user/tutorial.itely,
1777         Documentation/user/refman.itely,
1778         Documentation/user/appendices.itely: Fix overfull LilyPond
1779         boxes caused by the new lilypond-book code.  Other minor
1780         fixes.
1781
1782         * Documentation/user/macros.itexi (@texiflat): Don't emit
1783         trailing space.
1784
1785         * scm/tex.scm (end-output, header-end): Add preamble and
1786         postamble to make lilypond output directly compilable with
1787         latex.
1788
1789         
1790 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1791
1792         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
1793         instructions.
1794
1795 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1796
1797         * Documentation/user/glossary.tely: Add titling and hyperlinks.
1798
1799 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1800
1801         * lily/beam.cc (connect_beams): don't crash if there are quarter
1802         notes in beams.
1803
1804 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
1805
1806         * Documentation/user/refman.itely: corrected ancient clef
1807         docu; added docu on ligatures
1808
1809 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
1810
1811         * Documentation/user/glossary.tely,
1812         Documentation/user/refman.itely, input/les-nereides.ly,
1813         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
1814         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
1815         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
1816         Stem properties: flag-style -> stroke-style, style -> flag-style.
1817
1818 2002-09-22  Werner Lemberg  <wl@gnu.org>
1819
1820         * scripts/lilypond-book.py: Add option `notime' to suppress
1821         printing of a time signature.  Specify default indentation of 0pt
1822         if single line fragment.  Don't emit redundant `\paper{ }'.
1823
1824         * Documentation/user/lilypond-book.itely: Updated.
1825
1826         * Documentation/user/glossary.tely: Completely reformatting.
1827
1828 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1829
1830         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
1831
1832 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1833
1834         * Documentation/user/tutorial.itely: Fix links.
1835         
1836         * Documentation/topdocs/index.tely:
1837         * Documentation/index.texi:
1838         * Documentation/header.html.in: Small website fixes and updates.
1839
1840         * debian/: Debian patch by Anthony Fok.
1841
1842 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1843
1844         * Documentation/footer.html.in: How time flies: It's already 2002!
1845
1846         * Documentation/topdocs/index.tely: Stable/development fix.  Use
1847         more descriptive link names than 'here'.
1848
1849 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1850
1851         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
1852
1853 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1854
1855         * lily/part-combine-music-iterator.cc (get_state): cleanup
1856         (get_music_info): cleanup.
1857
1858 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1859
1860         * scm/backend-documentation-lib.scm (interface-doc-string):
1861         crosslinks between interfaces and grobs. Headings for interfaces
1862         in grob explanation.
1863
1864 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1865
1866         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
1867         dtd).  Add preliminary dtd.
1868         (re-sub-alist): Robustify.
1869
1870 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1871
1872         * lily/include/event-chord-iterator.hh,
1873         lily/context-specced-music-iterator.cc,
1874         lily/event.cc, lily/event-chord-iterator.cc: add
1875
1876 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1877
1878         * lily/: some (c) header fixes.
1879         
1880         * lily/request-chord.cc: Remove.
1881         
1882         * lily/include/event-chord-iterator.hh:
1883         * lily/include/event.hh:
1884         * lily/event-chord.cc: New file.
1885         
1886         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
1887         requested.
1888
1889 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1890
1891         * lily/ : rename Request to Event
1892
1893         * lily/parser.yy (command_element): move clef stuff into Scheme.
1894
1895         * lily/:  rename length_mom () to get_length()
1896
1897         * lily/part-combine-music.cc: removed file and class.
1898
1899         * lily/context-specced-music-iterator.cc (class
1900         Context_specced_music_iterator): new file. Obsoletes the
1901         Context_specced_music type.
1902
1903         * scm/music-types.scm (make-repeated-music): put different kinds
1904         of repeated music into music-type table.
1905
1906         * VERSION: 1.7.1 released.
1907
1908         * scm/to-xml.scm: new file.
1909
1910         * input/test/to-xml.ly (fooBar): demo of what is possible with the
1911         new Input representation: dump music as XML.
1912
1913         * scm/engraver-documentation-lib.scm
1914         (engraver-accepts-music-types?): add links from music to engraver,
1915         from music-type to engraver.
1916
1917         * lily/include/command-request.hh: removed
1918         lily/include/musical-request.hh: removed. Removed all _req classes
1919         except Key_change_req. Changes throughout.
1920
1921 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1922
1923         * lily/tuplet-engraver.cc (try_music): Compile kludge.
1924
1925 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1926
1927         * lily/*.cc: specify accepts for many engravers.
1928
1929         * scm/music-documentation-lib.scm: dump music expressions and
1930         music subtypes.
1931
1932         * scm/documentation-lib.scm: complete revision.
1933         Use GOOPS objects to store document tree explicitly. Cleaned up and
1934         sped up doco generation a lot.
1935
1936 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1937
1938         * input/trip.ly (fugaIILeft): add arpeggio
1939
1940         * lily/translator-group.cc (try_music_on_nongroup_children):
1941         oops. The name symbol is in the cdr of the assoc handle.
1942
1943         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
1944         Hyphen_req, Glissando_req, Break_req, Mark_req 
1945
1946 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1947
1948         * lily/musical-request.cc (music-duration-length,
1949         music-duration-compress): new functions.
1950
1951         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
1952         throughout. Warning doesn't work yet.
1953
1954         * lily/translator-group.cc (try_music_on_nongroup_children):
1955         new implementation: store candidate acceptors in a hashTable.
1956
1957 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1958
1959         * scm/music-types.scm (music-descriptions): change name to
1960         internal-class-name
1961
1962         * scm/chord-name.scm (chord::inner-name-banter): remove space.
1963
1964 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1965
1966         * lily/beam.cc (connect_beams): don't crash if there are quarter
1967         notes in beams.
1968
1969 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
1970
1971         * Documentation/user/refman.itely: corrected ancient clef
1972         docu; added docu on ligatures
1973
1974 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
1975
1976         * Documentation/user/glossary.tely,
1977         Documentation/user/refman.itely, input/les-nereides.ly,
1978         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
1979         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
1980         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
1981         Stem properties: flag-style -> stroke-style, style -> flag-style.
1982
1983 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1984
1985         * scm/music-functions.scm (music-separator?): don't use name music
1986         property.
1987
1988 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1989
1990         * stepmake/stepmake/generic-targets.make (help): Document check
1991         target.
1992
1993         * lily/new-accidental-engraver.cc: Compile fix.
1994
1995 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1996
1997         * scripts/convert-ly.py: Add rule.
1998
1999         * input/test/music-creation.ly:
2000         * input/test/add-staccato.ly:
2001         * input/test/add-text-script.ly: ly-make-music.
2002
2003         * scm/drums.scm (make-head-type-elem, make-articulation-script):
2004         More ly-make-music renamings.
2005
2006         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
2007
2008         * lily/music-constructor.cc (make_music): Add debugging info.
2009
2010         * scm/music-functions.scm (make-simultaneous-music,
2011         (make-sequential-music, context-spec-music):
2012         * scm/music-types.scm (music-descriptions): Get lily to run.
2013
2014 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2015
2016         * lily/command-request.cc (transpose_key_alist): new function.
2017
2018         * lily/key-performer.cc (create_audio_elements): cleanup. 
2019
2020 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2021
2022         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
2023
2024         * lily/include/translator.hh (ENTER_DESCRIPTION): add
2025         events-accepted field.
2026
2027         * scm/music-types.scm: new file.
2028
2029         * lily/parser.yy: put music type initialization into scheme,
2030         similar to grob initialization.  Changes throughout.
2031
2032 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2033
2034         * Documentation/user/tutorial.itely: Fix links.
2035         
2036         * Documentation/index.texi: 
2037         * Documentation/header.html.in: 
2038         * Documentation/topdocs/index.tely: Small website fixes and updates.
2039
2040         * debian/: Debian patch by Anthony Fok.
2041
2042 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2043
2044         * Documentation/footer.html.in: How time flies: It's already 2002!
2045
2046         * Documentation/topdocs/index.tely: Stable/development fix.  Use
2047         more descriptive link names than 'here'.
2048
2049         * ROADMAP: Remove test stuff.
2050
2051         * scripts/update-lily.py: Allow auto-building of stable and
2052         development versions.  Bugfixes.
2053
2054 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2055
2056         * VERSION: released 1.7.0
2057
2058         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
2059
2060         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
2061         positive line widths.
2062
2063 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2064
2065         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
2066         go.  Fix comments.
2067
2068         * cygwin: Cygwin updates.
2069
2070 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2071
2072         * Documentation/windows/installing.texi (Top): version for python,
2073         urls for ghostscript (thanks to John Potelle)
2074         
2075         * lily/simultaneous-music-iterator.cc
2076         (Simultaneous_music_iterator): init children_list_ before
2077         triggering GC.
2078
2079         * lily/*-iterator.cc: be even more careful with smobbed copy
2080         constructors. 
2081
2082         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
2083         LeftEdge item.
2084
2085 2002-09-15  Werner Lemberg  <wl@gnu.org>
2086
2087         Improving LilyPond's output to make them ordinary TeX boxes with
2088         predictable dimensions.  System boxes are now vertically centered on
2089         the baseline; this offset can be further controlled with
2090         \lilypondscoreshift.
2091
2092         * lily/system.cc (System::post_processing): Pass length of current
2093         system to `start-system' (including any horizontal indentation).
2094
2095         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
2096         prettier.
2097         (lily-def): Append `%'.
2098         (start-system): Add parameter `wd'.  Output more TeX code to specify
2099         box dimensions.
2100         (stop-system, stop-last-system): Complement changes in
2101         `start-system'.
2102         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
2103         Updated.
2104
2105         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
2106         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
2107         Write final `\endinput'.
2108
2109         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
2110         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
2111         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
2112         files and macro definitions don't produce spurious spaces and
2113         paragraphs (using \endlinechar).
2114         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
2115
2116         * Documentation/user/internals.itely: Improved formatting, fixing
2117         typos.  Added a section `Output details' to describe how the TeX
2118         code looks like.
2119
2120 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
2121
2122         * lily/accidental-engraver.cc: Also work with partial measures.
2123
2124 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2125
2126         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
2127         spanner.
2128
2129 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2130
2131         * lily/identifier-smob.cc (unpack_identifier): new file.
2132
2133         * lily/lexer.ll (identifier_type): new function.  use ly-id to
2134         pass off scheme expressions as music identifiers.
2135
2136         * scm/lily.scm: reorganisation, cleanups.
2137
2138         * lily/main.cc: small cleanups.
2139
2140 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2141
2142         * lily/ly-module.{cc,hh}: new file.
2143
2144 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
2145
2146         * lily/accidental-engraver.cc: Also work with partial measures.
2147
2148 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2149
2150         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
2151
2152 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2153
2154         * lily/my-lily-lexer.cc: use SCM module in stead of
2155         Scheme_hash_table. Changes throughout.  
2156
2157 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2158
2159         * VERSION (MY_PATCH_LEVEL): make 1.7.0
2160