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