]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(Composite_music): new transpose syntax,
[lilypond.git] / ChangeLog
1 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2
3         * lily/parser.yy (Composite_music): new transpose syntax,
4         \transpose FROM TO MUSIC. 
5
6 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7
8         * scripts/lilypond-book.py:
9         * scripts/ly2dvi.py: Fix: redirect latex progress/error output to
10         stderr (by default this goes to stdout).  Show lilypond progress,
11         even when not verbose.
12
13         * python/lilylib.py (system): New optional parameter to control
14         showing of progress.
15
16         * scm/backend-documentation-lib.scm (check-dangling-properties):
17         Fix error message.
18
19         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
20         axis, extent.
21
22         * scm/grob-property-description.scm (magnify): Remove.
23         (extent, axis): Add.
24
25 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
26
27         * scripts/convert-ly.py: more uniformization substitutions.
28
29         * buildscripts/new-chords.py (sub_chords): new file.
30
31 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
32
33         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
34         lilypond.map.  Include sauter fonts too.  Cleanups.
35
36 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
37
38         * Documentation/user/tutorial.itely (First steps): change to new
39         chord/tie/slur/beam notation.
40
41         * lily/parser.yy (event_that_take_dir): allow postfix notation for
42         ties.
43
44         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
45         engraver. Process ties in postfix notation, i.e. c8-~ c
46
47         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
48
49         * input/regression/beam-postfix-notation.ly (texidoc): new file.
50
51         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
52
53         * lily/beam-engraver.cc (try_music): accept new-beam-events
54
55         * input/regression/chord-scripts.ly (texidoc): new file
56
57         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
58         script-events.
59
60         * scm/script.scm (default-script-alist): cleanup.
61
62         * lily/script-engraver.cc (make_script_from_event): cleanup.
63
64         * lily/lyric-combine-music-iterator.cc
65         (Lyric_combine_music_iterator): remove superfluous events.
66         (melisma_busy): new function. Fix broken melismas.
67
68 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
69
70         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
71         Remove nonvalid settings. Use descriptive key names.
72         Use <Return> to indicate the pressing of that key.
73
74 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
75
76         * scripts/lilypond-book.py (option_definitions): Typo.
77
78         * scripts/ly2dvi.py: Updates.
79
80         * python/lilylib.py (setup_environment, print_environment)
81         (get_bbox, make_preview): Merge and remove from ly2dvi and
82         lilypond-book.
83
84         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
85
86         * .cvsignore: Remove some cruft.
87
88         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
89         path.
90
91         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
92         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
93         throughout.
94
95         * python/lilylib.py (quiet_system): Junk
96         (system): Display error log upon failure.
97         (read_pipe): New function.  Cleanups and fixes.
98
99         * python/*.py: Rename from *.py.in.
100         
101         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
102
103         * GNUmakefile.in (SUBDIRS): Move python before scripts.
104
105 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
106
107         * python/GNUmakefile: Bugfix: handle modules.
108
109         * stepmake/stepmake/python-module-targets.make (default): Add
110         compiled modules. 
111
112         * stepmake/stepmake/python-module-rules.make: Add rule for byte
113         compiling modules.
114
115         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
116         Bugfix.  (OUT_PYC_MODULES): Add.
117
118 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
119
120         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
121         Use default paths. Refresh description.
122
123 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
124
125         * VERSION: 1.7.5 released
126
127         * input/regression/finger-chords.ly (texidoc): new file.
128
129         * lily/script-engraver.cc (process_music): remove scriptHorizontal
130         support
131
132         * lily/fingering-engraver.cc (process_music): remove kludgy
133         scriptHorizontal stuff.
134
135         * lily/script.cc: remove staff-support property.
136
137         * lily/new-fingering-engraver.cc (add_fingering): new
138         file. Fingering engraver for new style chords.
139
140 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
141
142         * lily/parser.yy (bare_number): allow 4 \cm (without
143         decimal dot). (should backport to 1.6?)
144
145         * ly/declarations-init.ly: use Scheme for dimension defs.
146
147         * lily/parser.yy (TODO): remove hard coded dimensions, add
148         REAL NUMBER_IDENTIFIER production.
149
150         * lily/rest-collision.cc (force_shift_callback): rewrite using
151         -done property.
152
153         * scm/grob-property-description.scm (rest-collision-done): add
154         property.
155         
156         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
157
158 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
159
160         * input/regression/multi-measure-rest-center.ly: new file.
161
162         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
163         off horizontally by 0.05 ss. Fixed.
164
165 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
166
167         * scm/pdftex.scm: Rename ly-number to ly:number->string.
168
169         * Documentation/topdocs/index.tely: Remove duplicate from merge.
170
171 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
172
173         * lily/tie.cc (get_control_points): also avoid staff lines on the
174         just outside the outer staff lines
175
176 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
177
178         * ly/params-init.ly: Just define style-alist, no need to
179         define-public.
180
181         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
182         (thanks Han-Wen).
183
184         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
185         (FET_FILES): = FONT_FILES.
186
187         * Merge from stable:
188
189             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
190
191 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
192
193         * VERSION: 1.7.4 released.  
194         
195         * scm/generate-documentation.scm (string-append): add macro
196         definitions.
197
198         * lily/text-item.cc (lookup_text): don't use virtual fonts for
199         normal texts.
200
201         * lily/multi-measure-rest-engraver.cc: make separate
202         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
203
204         * lily/multi-measure-rest.cc: remove text handling. Remove
205         number-threshold.
206
207 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
208
209         * scm/music-types.scm: doc patch by Graham Percival
210
211 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
212
213         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
214         encoding part.
215         (Font_info.set_defaults): pixelsize now also defauts to '0'.
216         (sketch_p): Sketch wants only first four elements of X11 font spec.
217
218         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
219
220         * mf/feta-autometric.mf: Write foundry and family to log.
221
222         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
223         font translation table.
224
225         * buildscripts/mf-to-table.py: Better font info into afm.
226
227         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
228         1.0.9 required.
229
230         * configure.in: Whine for mftrace 1.0.9.
231
232 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
233
234         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
235
236         * lily/main.cc (main_prog): don't try to load init.EXT when
237         processing foo.EXT.
238
239 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
240
241         * scm/tex.scm (zigzig-line): added.
242
243         * scm/ps.scm (zigzag-line): added.
244
245         * ps/music-drawing-routines.ps (subvec): added.
246         (draw_zigzag_line): added.
247         
248         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
249         grob properties zigzag-width and zigzag-length.
250
251         * input/regression/glissando.ly: Add some zig-zagged glissandi.
252
253 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
254
255         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
256         svg output, including font.
257
258 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
259
260         * scm/lily.scm: Register sodipodi output module.
261
262         * scm/sodipodi.scm: New file.
263
264         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
265
266         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
267         comment, after header.
268         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
269         FullName.  Fix FontName key.
270
271 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
272
273         * lily/rest.cc (after_line_breaking): bugfix: dots after half
274         and breve rests.
275         
276         * input/test/blank-notes.ly: bugfix
277
278         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
279         rests. (Kim Shrier)
280
281         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
282         
283 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
284
285         * scm/tex.scm: 
286         * scm/ps.scm: Cleanup and remove obsolete junk.
287
288         * Documentation/user/internals.itely:
289         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
290
291         * lily/parser.yy: Identify shift/reduce problems.
292
293         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
294         make-style-sheet.  Too specific for convert-ly?
295
296 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
297
298         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
299
300         * input/test/*.ly: various fixes.
301
302         * lily/music.cc (name): bugfix
303
304         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
305
306         * lily/input-file-results.cc (code): set-point-and-click! ->
307         set-point-and-click
308         
309 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
310
311         * Use uniform ly: prefix for exported scheme primitive functions.
312
313         * scm/music-types.scm: junk compat glue
314
315         * scripts/convert-ly.py: add rules for stuff below, junk
316         compatibility glue for spanrequest.
317
318         * lily/parser.yy (verbose_event): remove \spanrequest,
319         \commandspanrequest, \script. 
320         
321         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
322
323         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
324         for \penalty, \glissando.
325
326         * VERSION: release 1.7.3
327         
328 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
329
330         * lily/accidental-engraver.cc: Fix
331         grace-in-the-beginning-of-measure bug caused by the resent
332         partial-measure fix.
333
334         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
335         overlap looks too crowded)
336         
337 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
338
339         * lily/parser.yy (assignment): allow SCM expression as assignment.
340
341         * lily/include/music-output-def.hh (class Music_output_def):
342         * lily/music-output-def.cc: 
343         * lily/paper-def.cc: 
344         * scm/font.scm (markup-to-properties):
345         * lily/parser.yy (music_output_def_body): 
346         remove style_sheet_
347
348 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
349
350         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
351         length.
352
353         * input/regression/spacing-to-grace.ly: new file.
354
355         * input/regression/spacing-end-of-line.ly: new file.
356
357         * lily/note-spacing.cc (get_spacing): take into account breakable
358         stuff sticking out at the left (time sig change at line break).
359
360         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
361         raggedright code.
362
363         * scm/music-functions.scm (make-voice-props-set): add
364         staff-position for mm rests.
365  
366         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
367         before grace notes a little.
368
369         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
370
371         * lily/break-align-interface.cc (do_alignment): right-edge spacing
372         key adds space at the end of line. 
373
374 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
375
376         * scm/sketch.scm: Fix beams.
377
378         * buildscripts/mf-to-table.py: Add EncodingScheme.
379
380         * scm/sketch.scm: Resurrect.
381
382 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
383
384         * lily/multi-measure-rest.cc: use breve rests for measure lengths
385         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
386
387 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
388
389         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
390
391         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
392
393 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
394
395         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
396         token for origin information.
397
398         * lily/parser.yy (My_lily_lexer): do identifier location and
399         cloning from lexer.
400
401         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
402         logic out of the parser. Add bar checks on both ends.
403
404         * Documentation/user/refman.itely (Multi measure rests): add more
405         notes about mm rests.
406
407 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
408
409         * input/regression/bar-scripts.ly: Re-enable.
410
411         * lily/parser.yy:
412         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
413         released rsn.  Bison 1.50 has a crucial bug and won't work.
414
415         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
416
417
418 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
419
420         * input/regression/bar-scripts.ly: Blunt documentation build fix.
421
422 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
423
424         * Actually merge changes since 1.6.4 besides ChangeLog, and
425         resolve conflicts.  Lots of updates, hope all is well.
426         
427         * cygwin/lilypond.hint (requires): Add ghostscript.
428
429         * scm: Update some (c).
430         
431 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
432
433         * input/test/{various}.ly: add \header fields and texidoc strings.
434
435 2002-10-05  Werner Lemberg  <wl@gnu.org>
436
437         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
438         renamed to `output_latex_quoted'.
439         Added `output_latex_noquote'.
440         (schedule_lilypond_block): Implement `noquote' option for LaTeX
441         mode.
442
443 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
444
445         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
446         as workaround for /bin/sh problems on Solaris7.
447
448 2002-10-19  Werner Lemberg  <wl@gnu.org>
449
450         * GNUmakefile.in (web-doc): Fix typos.
451         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
452         `music-drawing-routines.ps' but emit \special{header=...} once.
453         * scm/tex.scm (header-end): Updated.
454
455 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
456
457         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
458         undefined tremolo. 
459
460 2002-10-15  Werner Lemberg  <wl@gnu.org>
461
462         * scripts/lilypond-book.py (g_make_html): New global variable.
463         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
464         if `g_make_html' isn't set.
465         [main]: Add format `texi-html'.
466         (option_definitions): Updated.
467         * Documentation/user/lilypond-book.itely: Updated.
468
469         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
470         * make/ly-rules.make (%.texi, %.nexi): Use it.
471         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
472         format to lilypond-book.
473         * GNUmakefile.in (web-doc): Ditto.
474
475 2002-10-14  Werner Lemberg  <wl@gnu.org>
476
477         Further improve TeX output.  The produced files are about 40%
478         smaller.  `lilyponddefs.tex' is now read only once.
479
480         * tex/lilyponddefs.tex: Remove footer stuff.
481         (\ifundefined): Renamed to...
482         (\lilypondundefined): This.  Use LaTeX's definition to
483         make it nestable and make it global.
484         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
485         output.
486         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
487         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
488         them global.
489         (\placebox): Renamed to...
490         (\lyitem): This.
491         Make it global and call \outputscale by itself.
492         (\lybox, \lyvrule): New macros to reduce input data.
493         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
494         New auxiliary macros.
495         (\SkipLilydefs, \EndLilyPondOutput): Removed.
496         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
497         to...
498         (\lilypondspace): This and made it global.
499         (\turnOnPostScript): Renamed to...
500         (\lilypondpostscript): This and made it global.
501         (\turnOnExperimentalFeatures): Renamed to...
502         (\lilypondexperimentalfeatures): This and made it global.
503         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
504         (\lilypondsetdimen): This and made it global.
505         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
506         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
507         (all, $(outdir)/music-drawing-routines.ps): New rules.
508         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
509         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
510         start-system, stop-system, stop-last-system, filledbox): Updated to
511         use the changed macros from lilyponddefs.tex.
512         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
513
514 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
515
516         * Documentation/windows/installing.texi: Update.
517
518 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
519
520         * VERSION: 1.6.5 released
521
522         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
523
524 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
525
526         * scm/translator-property-description.scm (voltaOnThisStaff): add
527         property.
528
529 2002-09-28  Werner Lemberg  <wl@gnu.org>
530
531         * scm/tex.scm (header-end): Suppress page numbering.
532
533         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
534         Fix quotation for HTML output.
535
536 2002-09-28   Graham Percival   <gperciva@sfu.ca>
537         
538         * Documentation/user/refman.itely: grammar and phrasing
539           fixes to "Note Entry" section.  Also adds a few new examples.
540
541 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
542
543         * flower/include/string-data.icc: include string.h
544
545 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
546
547         * scm/chord-name.scm (chord::inner-name-banter): remove space.
548
549 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
550
551         * Documentation/user/GNUmakefile (extra-local-help): Add.
552
553         * stepmake/stepmake/www-targets.make (local-help): Add.
554
555 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
556
557         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
558         packages.
559
560         * Documentation/topdocs/README.texi (Top): building documentation
561         (not website.)
562
563 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
564
565         * Documentation/user/refman.itely: 
566         * Documentation/user/tutorial.itely: 
567         * Documentation/user/music-glossary.tely: Merge changes.
568
569         * Documentation/user/glossary.html.in: 
570         * Documentation/index.texi: 
571         * Documentation/header.html.in: Accomodate renaming of glossary.
572         
573         * Documentation/user/tutorial.itely: Add some glossary references.
574         
575         * Documentation/user/refman.itely: Minor fixes.
576         
577         * Documentation/user/lilypond.tely: Add glossary do direntry.
578
579         * Documentation/user/music-glossary.tely: Rename (previously:
580         glossary.tely).  Fix anchor placement.
581
582         * Documentation/user/GNUmakefile: Make music-glossary.info too.
583
584 2002-09-23  Werner Lemberg  <wl@gnu.org>
585
586         * scripts/lilypond-book.py (output_dict): Fix handling of
587         various environments by avoid extraneous newlines.
588         Rename `output-all' regexp for html to `output-html'.
589         Replace `output-all' regexp for texi with `output-texi-quote'
590         and `output-texi-noquote'.
591         (compose_full_body): Don't override `linewidth' user option
592         for `singleline'.
593         (schedule_lilypond_block): Don't indent text specified with
594         `intertext' option.
595         Add new option `noquote'.
596         (compile_all_files): Use latex instead of tex to compile ly
597         files directly.
598
599         * Documentation/user/lilypond-book.itely: Updated and revised.
600         Improve layout.
601
602         * Documentation/user/glossary.tely,
603         Documentation/user/introduction.itely,
604         Documentation/user/tutorial.itely,
605         Documentation/user/refman.itely,
606         Documentation/user/appendices.itely: Fix overfull LilyPond
607         boxes caused by the new lilypond-book code.  Other minor
608         fixes.
609
610         * Documentation/user/macros.itexi (@texiflat): Don't emit
611         trailing space.
612
613         * scm/tex.scm (end-output, header-end): Add preamble and
614         postamble to make lilypond output directly compilable with
615         latex.
616
617         
618 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
619
620         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
621         instructions.
622
623 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
624
625         * Documentation/user/glossary.tely: Add titling and hyperlinks.
626
627 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
628
629         * lily/beam.cc (connect_beams): don't crash if there are quarter
630         notes in beams.
631
632 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
633
634         * Documentation/user/refman.itely: corrected ancient clef
635         docu; added docu on ligatures
636
637 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
638
639         * Documentation/user/glossary.tely,
640         Documentation/user/refman.itely, input/les-nereides.ly,
641         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
642         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
643         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
644         Stem properties: flag-style -> stroke-style, style -> flag-style.
645
646
647 2002-09-22  Werner Lemberg  <wl@gnu.org>
648
649         * scripts/lilypond-book.py: Add option `notime' to suppress
650         printing of a time signature.  Specify default indentation of 0pt
651         if single line fragment.  Don't emit redundant `\paper{ }'.
652
653         * Documentation/user/lilypond-book.itely: Updated.
654
655         * Documentation/user/glossary.tely: Completely reformatting.
656
657 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
658
659         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
660
661 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
662
663         * Documentation/user/tutorial.itely: Fix links.
664         
665         * Documentation/topdocs/index.tely:
666         * Documentation/index.texi:
667         * Documentation/header.html.in: Small website fixes and updates.
668
669         * debian/: Debian patch by Anthony Fok.
670
671 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
672
673         * Documentation/footer.html.in: How time flies: It's already 2002!
674
675         * Documentation/topdocs/index.tely: Stable/development fix.  Use
676         more descriptive link names than 'here'.
677
678 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
679
680         * VERSION: 1.7.2 released
681         * VERSION: 1.6.4 released
682         
683         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
684
685         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
686         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
687
688         * mf/feta-din.mf (test): add x-height and space.
689
690         * lily/dynamic-engraver.cc (process_music): take dynamic direction
691         from ^_ for crescendi. Idem for slurs and phrasing slurs.
692
693         * ly/grace-init.ly: add-to-grace-init: function to portably add
694         settings to \grace. 
695
696         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
697         if we get an absolute dynamic event.
698  
699         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
700
701         * lily/source-file.cc (get_line): oops. All line numbers were off
702         by 2. Fix that. 
703
704         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
705         be after the note, combined with -_^, i.e. c4-(-\)-\>  
706
707         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
708
709         * lily/parser.yy (number_factor): remove (number) as number
710         expression. ("Let them eat Lisp").
711
712 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
713
714         * lily/horizontal-bracket.cc: new file.
715
716         * lily/horizontal-bracket-engraver.cc: new file.
717
718         * input/regression/note-group-bracket.ly: new file. Support
719         horizontal note brackets for music analysis.
720
721         * lily/stem.cc (flag): new flag-style: no-flag.
722
723         * input/test/stem-cross-staff.ly: new file
724         
725         * Documentation/user/internals.itely: Improved formatting, fixing
726         typos.  Added a section `Output details' to describe how the TeX
727         code looks like.
728
729         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
730
731         * lily/parser.yy: remove \dynamicscript.
732
733         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
734         definitions. 
735
736         * python/midi.c (midi_error): take two arguments.
737
738         * Merge 1.6.5 changes:
739         
740 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
741
742         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
743         staff-space.  Previous 1.5 was probably meant as half-spaces.
744         (cautionary-style): parentheses (was: smaller).  This is what doco
745         says, and it seems more logical.
746
747         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
748         for 2nd sentence.
749
750 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
751
752         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
753
754 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
755
756         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
757
758 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
759
760         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
761
762 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
763
764         * scm/translator-property-description.scm (voltaOnThisStaff): add
765         property.
766
767 2002-09-28  Werner Lemberg  <wl@gnu.org>
768
769         * scm/tex.scm (header-end): Suppress page numbering.
770
771         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
772         Fix quotation for HTML output.
773
774 2002-09-28   Graham Percival   <gperciva@sfu.ca>
775         
776         * Documentation/user/refman.itely: grammar and phrasing
777           fixes to "Note Entry" section.  Also adds a few new examples.
778
779 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
780
781         * flower/include/string-data.icc: include string.h
782
783 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
784
785         * scm/chord-name.scm (chord::inner-name-banter): remove space.
786
787 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
788
789         * Documentation/user/GNUmakefile (extra-local-help): Add.
790
791         * stepmake/stepmake/www-targets.make (local-help): Add.
792
793 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
794
795         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
796         packages.
797
798         * Documentation/topdocs/README.texi (Top): building documentation
799         (not website.)
800
801 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
802
803         * Documentation/user/refman.itely: 
804         * Documentation/user/tutorial.itely: 
805         * Documentation/user/music-glossary.tely: Merge changes.
806
807         * Documentation/user/glossary.html.in: 
808         * Documentation/index.texi: 
809         * Documentation/header.html.in: Accomodate renaming of glossary.
810         
811         * Documentation/user/tutorial.itely: Add some glossary references.
812         
813         * Documentation/user/refman.itely: Minor fixes.
814         
815         * Documentation/user/lilypond.tely: Add glossary do direntry.
816
817         * Documentation/user/music-glossary.tely: Rename (previously:
818         glossary.tely).  Fix anchor placement.
819
820         * Documentation/user/GNUmakefile: Make music-glossary.info too.
821
822 2002-09-23  Werner Lemberg  <wl@gnu.org>
823
824         * scripts/lilypond-book.py (output_dict): Fix handling of
825         various environments by avoid extraneous newlines.
826         Rename `output-all' regexp for html to `output-html'.
827         Replace `output-all' regexp for texi with `output-texi-quote'
828         and `output-texi-noquote'.
829         (compose_full_body): Don't override `linewidth' user option
830         for `singleline'.
831         (schedule_lilypond_block): Don't indent text specified with
832         `intertext' option.
833         Add new option `noquote'.
834         (compile_all_files): Use latex instead of tex to compile ly
835         files directly.
836
837         * Documentation/user/lilypond-book.itely: Updated and revised.
838         Improve layout.
839
840         * Documentation/user/glossary.tely,
841         Documentation/user/introduction.itely,
842         Documentation/user/tutorial.itely,
843         Documentation/user/refman.itely,
844         Documentation/user/appendices.itely: Fix overfull LilyPond
845         boxes caused by the new lilypond-book code.  Other minor
846         fixes.
847
848         * Documentation/user/macros.itexi (@texiflat): Don't emit
849         trailing space.
850
851         * scm/tex.scm (end-output, header-end): Add preamble and
852         postamble to make lilypond output directly compilable with
853         latex.
854
855         
856 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
857
858         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
859         instructions.
860
861 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
862
863         * Documentation/user/glossary.tely: Add titling and hyperlinks.
864
865 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
866
867         * lily/beam.cc (connect_beams): don't crash if there are quarter
868         notes in beams.
869
870 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
871
872         * Documentation/user/refman.itely: corrected ancient clef
873         docu; added docu on ligatures
874
875 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
876
877         * Documentation/user/glossary.tely,
878         Documentation/user/refman.itely, input/les-nereides.ly,
879         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
880         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
881         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
882         Stem properties: flag-style -> stroke-style, style -> flag-style.
883
884 2002-09-22  Werner Lemberg  <wl@gnu.org>
885
886         * scripts/lilypond-book.py: Add option `notime' to suppress
887         printing of a time signature.  Specify default indentation of 0pt
888         if single line fragment.  Don't emit redundant `\paper{ }'.
889
890         * Documentation/user/lilypond-book.itely: Updated.
891
892         * Documentation/user/glossary.tely: Completely reformatting.
893
894 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
895
896         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
897
898 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
899
900         * Documentation/user/tutorial.itely: Fix links.
901         
902         * Documentation/topdocs/index.tely:
903         * Documentation/index.texi:
904         * Documentation/header.html.in: Small website fixes and updates.
905
906         * debian/: Debian patch by Anthony Fok.
907
908 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
909
910         * Documentation/footer.html.in: How time flies: It's already 2002!
911
912         * Documentation/topdocs/index.tely: Stable/development fix.  Use
913         more descriptive link names than 'here'.
914
915 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
916
917         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
918
919 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
920
921         * lily/part-combine-music-iterator.cc (get_state): cleanup
922         (get_music_info): cleanup.
923
924 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
925
926         * scm/backend-documentation-lib.scm (interface-doc-string):
927         crosslinks between interfaces and grobs. Headings for interfaces
928         in grob explanation.
929
930 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
931
932         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
933         dtd).  Add preliminary dtd.
934         (re-sub-alist): Robustify.
935
936 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
937
938         * lily/include/event-chord-iterator.hh,
939         lily/context-specced-music-iterator.cc,
940         lily/event.cc, lily/event-chord-iterator.cc: add
941
942 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
943
944         * lily/: some (c) header fixes.
945         
946         * lily/request-chord.cc: Remove.
947         
948         * lily/include/event-chord-iterator.hh:
949         * lily/include/event.hh:
950         * lily/event-chord.cc: New file.
951         
952         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
953         requested.
954
955 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
956
957         * lily/ : rename Request to Event
958
959         * lily/parser.yy (command_element): move clef stuff into Scheme.
960
961         * lily/:  rename length_mom () to get_length()
962
963         * lily/part-combine-music.cc: removed file and class.
964
965         * lily/context-specced-music-iterator.cc (class
966         Context_specced_music_iterator): new file. Obsoletes the
967         Context_specced_music type.
968
969         * scm/music-types.scm (make-repeated-music): put different kinds
970         of repeated music into music-type table.
971
972         * VERSION: 1.7.1 released.
973
974         * scm/to-xml.scm: new file.
975
976         * input/test/to-xml.ly (fooBar): demo of what is possible with the
977         new Input representation: dump music as XML.
978
979         * scm/engraver-documentation-lib.scm
980         (engraver-accepts-music-types?): add links from music to engraver,
981         from music-type to engraver.
982
983         * lily/include/command-request.hh: removed
984         lily/include/musical-request.hh: removed. Removed all _req classes
985         except Key_change_req. Changes throughout.
986
987 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
988
989         * lily/tuplet-engraver.cc (try_music): Compile kludge.
990
991 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
992
993         * lily/*.cc: specify accepts for many engravers.
994
995         * scm/music-documentation-lib.scm: dump music expressions and
996         music subtypes.
997
998         * scm/documentation-lib.scm: complete revision.
999         Use GOOPS objects to store document tree explicitly. Cleaned up and
1000         sped up doco generation a lot.
1001
1002 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1003
1004         * input/trip.ly (fugaIILeft): add arpeggio
1005
1006         * lily/translator-group.cc (try_music_on_nongroup_children):
1007         oops. The name symbol is in the cdr of the assoc handle.
1008
1009         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
1010         Hyphen_req, Glissando_req, Break_req, Mark_req 
1011
1012 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1013
1014         * lily/musical-request.cc (music-duration-length,
1015         music-duration-compress): new functions.
1016
1017         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
1018         throughout. Warning doesn't work yet.
1019
1020         * lily/translator-group.cc (try_music_on_nongroup_children):
1021         new implementation: store candidate acceptors in a hashTable.
1022
1023 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1024
1025         * scm/music-types.scm (music-descriptions): change name to
1026         internal-class-name
1027
1028         * scm/chord-name.scm (chord::inner-name-banter): remove space.
1029
1030 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1031
1032         * lily/beam.cc (connect_beams): don't crash if there are quarter
1033         notes in beams.
1034
1035 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
1036
1037         * Documentation/user/refman.itely: corrected ancient clef
1038         docu; added docu on ligatures
1039
1040 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
1041
1042         * Documentation/user/glossary.tely,
1043         Documentation/user/refman.itely, input/les-nereides.ly,
1044         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
1045         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
1046         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
1047         Stem properties: flag-style -> stroke-style, style -> flag-style.
1048
1049 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1050
1051         * scm/music-functions.scm (music-separator?): don't use name music
1052         property.
1053
1054 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1055
1056         * stepmake/stepmake/generic-targets.make (help): Document check
1057         target.
1058
1059         * lily/new-accidental-engraver.cc: Compile fix.
1060
1061 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1062
1063         * scripts/convert-ly.py: Add rule.
1064
1065         * input/test/music-creation.ly:
1066         * input/test/add-staccato.ly:
1067         * input/test/add-text-script.ly: ly-make-music.
1068
1069         * scm/drums.scm (make-head-type-elem, make-articulation-script):
1070         More ly-make-music renamings.
1071
1072         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
1073
1074         * lily/music-constructor.cc (make_music): Add debugging info.
1075
1076         * scm/music-functions.scm (make-simultaneous-music,
1077         (make-sequential-music, context-spec-music):
1078         * scm/music-types.scm (music-descriptions): Get lily to run.
1079
1080 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1081
1082         * lily/command-request.cc (transpose_key_alist): new function.
1083
1084         * lily/key-performer.cc (create_audio_elements): cleanup. 
1085
1086 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1087
1088         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
1089
1090         * lily/include/translator.hh (ENTER_DESCRIPTION): add
1091         events-accepted field.
1092
1093         * scm/music-types.scm: new file.
1094
1095         * lily/parser.yy: put music type initialization into scheme,
1096         similar to grob initialization.  Changes throughout.
1097
1098 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1099
1100         * Documentation/user/tutorial.itely: Fix links.
1101         
1102         * Documentation/index.texi: 
1103         * Documentation/header.html.in: 
1104         * Documentation/topdocs/index.tely: Small website fixes and updates.
1105
1106         * debian/: Debian patch by Anthony Fok.
1107
1108 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1109
1110         * Documentation/footer.html.in: How time flies: It's already 2002!
1111
1112         * Documentation/topdocs/index.tely: Stable/development fix.  Use
1113         more descriptive link names than 'here'.
1114
1115         * ROADMAP: Remove test stuff.
1116
1117         * scripts/update-lily.py: Allow auto-building of stable and
1118         development versions.  Bugfixes.
1119
1120 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1121
1122         * VERSION: released 1.7.0
1123
1124         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
1125
1126         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
1127         positive line widths.
1128
1129 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1130
1131         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
1132         go.  Fix comments.
1133
1134         * cygwin: Cygwin updates.
1135
1136 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1137
1138         * Documentation/windows/installing.texi (Top): version for python,
1139         urls for ghostscript (thanks to John Potelle)
1140         
1141         * lily/simultaneous-music-iterator.cc
1142         (Simultaneous_music_iterator): init children_list_ before
1143         triggering GC.
1144
1145         * lily/*-iterator.cc: be even more careful with smobbed copy
1146         constructors. 
1147
1148         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
1149         LeftEdge item.
1150
1151 2002-09-15  Werner Lemberg  <wl@gnu.org>
1152
1153         Improving LilyPond's output to make them ordinary TeX boxes with
1154         predictable dimensions.  System boxes are now vertically centered on
1155         the baseline; this offset can be further controlled with
1156         \lilypondscoreshift.
1157
1158         * lily/system.cc (System::post_processing): Pass length of current
1159         system to `start-system' (including any horizontal indentation).
1160
1161         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
1162         prettier.
1163         (lily-def): Append `%'.
1164         (start-system): Add parameter `wd'.  Output more TeX code to specify
1165         box dimensions.
1166         (stop-system, stop-last-system): Complement changes in
1167         `start-system'.
1168         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
1169         Updated.
1170
1171         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
1172         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
1173         Write final `\endinput'.
1174
1175         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
1176         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
1177         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
1178         files and macro definitions don't produce spurious spaces and
1179         paragraphs (using \endlinechar).
1180         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
1181
1182         * Documentation/user/internals.itely: Improved formatting, fixing
1183         typos.  Added a section `Output details' to describe how the TeX
1184         code looks like.
1185
1186 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
1187
1188         * lily/accidental-engraver.cc: Also work with partial measures.
1189
1190 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1191
1192         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
1193         spanner.
1194
1195 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1196
1197         * lily/identifier-smob.cc (unpack_identifier): new file.
1198
1199         * lily/lexer.ll (identifier_type): new function.  use ly-id to
1200         pass off scheme expressions as music identifiers.
1201
1202         * scm/lily.scm: reorganisation, cleanups.
1203
1204         * lily/main.cc: small cleanups.
1205
1206 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1207
1208         * lily/ly-module.{cc,hh}: new file.
1209
1210 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
1211
1212         * lily/accidental-engraver.cc: Also work with partial measures.
1213
1214 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1215
1216         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
1217
1218 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1219
1220         * lily/my-lily-lexer.cc: use SCM module in stead of
1221         Scheme_hash_table. Changes throughout.  
1222
1223 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1224
1225         * VERSION (MY_PATCH_LEVEL): make 1.7.0
1226