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