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