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