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