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