]> git.donarmstrong.com Git - lilypond.git/blob - CHANGES
patch::: 1.3.137.jcn1
[lilypond.git] / CHANGES
1 --- ../lilypond-1.3.137/CHANGES Sun Mar 11 20:00:15 2001
2 ++ b/CHANGES    Mon Mar 12 22:39:39 2001
3 @@ -1,3 +1,13 @@
4 1.3.136.jcn1
5 ============
6
7 * Bugfix: ly2dvi: linewidth < 0.
8
9 * Bugfix: documentation build: fixed two macros in refman, that
10 makeinfo groks, but make texi2dvi barf.
11
12 * Bugfix: listing of engraver contexts in autogerated documentation.
13
14  1.3.136.hwn2
15  ============
16  1.3.137.rz1
17 ===========
18
19 * Added nested staffgroups/choirstaffs support
20
21 * Finished german-chords.ly and moved it to ly/
22
23 1.3.136.hwn2
24 ============
25
26 * Documentation updates
27
28 * Check whether  property definitions are duplicate.
29
30 * Percent style repeats. 
31
32 * Named music creation: (ly-make-music "Note_req")
33
34 * Added noteheadtypes: "slash","triangle","xcircle" ; completed
35 noteheadtype "cross" ; added (ugly) tab-clef ; changed percussion
36 clef, fixed "repeat dots on even number of stafflines"-bug. (Rune
37 Zedeler)
38
39 * Use complete version number for /var/lib/texmf/ paths.
40
41 1.3.136.jcn3
42 ============
43
44 * Finished () beautification.
45
46 * Bugfix: in grob-description.scm, change Script::after_line_breaking into
47 before_line_breaking.
48
49 * Bugfix and small addition to convert-ly.
50
51 * Bugfix: ly2dvi: create --outdir before copying there.
52
53 * Bugfix: mutopia letter target.
54
55 * Some bugfixes and checks for killed spanners, reducing warnings in
56 Coriolan from 1143 to 283.  Part combiner still gives rise to many
57 foreseeable warnings.
58
59 * Bugfix: install gettext.py into @datadir@/python and use that path
60 from ly2dvi.  Debian or RedHat installs could/should move gettext.py
61 into /usr/share/lib/python/1.x/site-packages or so.
62
63 * Bugfix: move the making of \makelilypondpiecetitle to actually
64 included part of lilyponddefs.tex.
65
66 * Bugfix: ly2dvi, tex.scm: set empty tex definitions to \relax.  This
67 fixes ly2dvi'ing of scsii.
68
69 * Bugfix: completed renaming of `cautionary' to `reminder' for broken
70 tie accidental feature.  (`Cautionary' is reserved for parenthised
71 accidentals.).  This fixes all tie and accidentals bugs.
72
73 * Bugfix: added dynamic-interface to DynamicText grob.  This fixes
74 loose dynamics.
75
76 * Bugfix: enable Voice_devnull_engraver.  This fixes loose scripts and
77 double dynamics.
78
79 * Bugfix: don't dump core on some programming errors (2x).
80
81 * Grand Coriolan revision after copyright free reprint of a 1862-1865
82 original edition.  This revision also revealed fair amount of bugs.
83 Previous versions arguably might have worn some small stains of
84 editorial decisions dated 1936.  Arguably, because most of these small
85 changes can be found in other editions, some of which even are
86 commonplace modernisations.
87
88 1.3.136
89 =======
90
91 * Bugfix: set dependency for direction-source in script-engraver. This
92 fixes core-dump problem when stacking multiple scripts containing
93 staccato dots.
94
95 * Put TFM files under $VARTEXFONTS (/var/lib/texmf,
96 typically). PK files are put in the right spot
97 automatically, and dirs are also created automatically.
98
99 A change to mktexnam is still required -- add  
100
101         MT_DESTROOT=foobar
102  
103 before line 161.
104
105 1.3.135.jcn3
106 ============
107
108 * Internationalised ly2dvi.py (thanks to GNU Solfege), and nl.po update.
109
110 * Coriolan fixes.
111
112 * Bugfix: (first and also) write global header fields; this fixes
113 `latexpackages' and ly2dvi.
114
115 * Bugfix: website build.
116
117 * Fixed titling: cleaned out titledefs.tex for use by ly2dvi.
118
119 1.3.134.mb1
120 ===========
121
122 * minor documentation fix.
123
124 1.3.134.jcn2
125 ============
126
127 * Bugfix: Pitch::transpose ().
128
129 * Small doco update.
130
131 * Silly build and website-build fixes.
132
133 * convert-ly: added conversions, converted glossary, refman and examples.
134
135 1.3.134.hwn1
136 ============
137
138 * Rewrote ly2dvi, moved the old one to buildscripts/. The result is
139 490 lines code in stead of 1230.
140
141 * Modified kpathsea lookup so it will find system-installed feta TFMs first.
142 Now lily doesn't clutter the CWD with .TFM files.  Kpathsea is fun if you like
143 pasta.
144
145 1.3.133.jcn5
146 ============
147
148 * Bugfix: fixed point-and-click broken in jcn2.
149
150 * convert-ly: Added and fixed various entries (our strings with optional "" re\ally suck).
151
152 * Small ez play tweaks.  Guess I'm a sucker too.
153
154 * Easy-play bugfixes: don't do showpage for each notehead, output
155 staff-symbol first, moved to lily.ps.
156
157 * Bugfix: don't print so many decimals in ps output.
158
159 * Bugfix for refman example.
160
161 * Added some part combiner doco.
162
163 * Bugfix: a broken tie only generates an accidental if it would differ
164 from an untied note.
165
166 1.3.133.hwn1
167 ============
168
169 * Center instrument name on staffs.  Use
170 Side_position_interface::align_elements_to_refpoints.
171
172 * staff-symbol-referencer-interface, general cleanup of
173 interface-description.scm
174
175 1.3.133.mb3
176 ===========
177
178 * Bugfix: Time and key signatures in MIDI.
179
180 * Bugfix: Tempo changes in MIDI work again.
181
182 * Bugfix: ly2dvi file.tex works again.
183
184 * Bugfix: don't stretch the space after the last score line.
185
186 1.3.132.jcn3
187 ============
188
189 * Tied notes at a linebreak repeat their accidental.
190 F
191 * Removed some cruft from lily/include/.
192
193 * Bugfix: tied notes in chords sometimes got stuck in MIDI output
194 (thanks Mats).
195
196 * Added some example bug files, taken from Coriolan
197
198 * a2-engraver: \property noDirection: don't force direction when part-combining (for StaffCombining).
199
200 * text-spanner: don't repeat edge text for broken edge.
201
202 * Coriolan fixes, titling, font setting, header info, cello octave
203 (yes, notated different from bass; all agree) at end.
204
205 1.3.132.hwn1
206 ============
207
208 * Allow declared repeat variant string
209
210 * Bugfix: break alignment at right edge.
211
212 * Easy-notation: letters in circular note heads.  
213
214 * Debian patch by Anthony Fok.
215
216 1.3.131.jcn2
217 ============
218
219 * Fixes for ascii-script output.  Stylesheet needs some work, just as
220 PostScript output.
221
222 * Bugfix: convert-ly --to accepts argument.
223
224 * Prepared Petites Preludes for (first?) submission to mutopia.
225
226 * Bugfix: out-letter/%.ps generation for mutopia.
227
228 * Bugfix: don't use $(message ) in makefiles; some versions of make
229 choke on this.
230
231 * Bugfix: ly2dvi.py: don't add magic `//' to TEXINPUTS,MFINPUTS; this
232 chokes kpsewhich 3.3.1 (bug report filed).
233
234 * Bugfix: file-path.cc: don't interpret relative path as system root.
235
236 * Bugfix: --srcdir install.
237
238 1.3.131.hwn1
239 ============
240
241 * Documentation: piano pedals, breath marks, tutorial fixes,
242 convertors, autochange, \override/\set/\revert, multi-stanza lyrics,
243 \outputproperty
244
245 * Bugfix: another fix for collapsing dynamics with partcombine.
246
247 * Bugfix: add functionality of
248 Side_position_interface::self_align_callback() into
249 Align_interface::align_elements_to_extents(). Otherwise, combining
250 both (such as in a break alignment) leads to weird behavior: the
251 spacing information is written halfway during a callback sequence,
252 leading to weird results.
253
254 This fixes input/test/orchestscore.ly
255
256 * Bugfix: x-offset of stem was off by 0.5 stem thickness.
257
258 * Add grob-property attachment-angle: angle for stem to attach to note head. 
259
260 1.3.130.hwn2
261 ============
262
263 * Documentation: notation contexts.
264
265 * 2001 (c) search-replace patch.
266
267 * Center rehearsal marks by default.
268
269 * Fixing collapsed dynamics with part-combine
270
271 * \property tupletNumberFormatFunction selects formatting function for
272 tuplet brackets.
273
274 1.3.130.jcn5
275 ============
276
277 * Added some handy targets to example makefile: make/ly.make.
278
279 * Bugfix: file-path.cc; absolute directories start with directory separator.
280
281 * Makefile template using dependencies: make/ly.make.  Needs some
282 simple examples.
283
284 * Depencies fixes for lilypond, ly2dvi (still kludged) and lilypond-book.
285
286 * nl.po update.
287
288 * Bugfixes and cleanups of mainly main.cc.
289
290 * Enabled changing default tex output extension to ".lytex".
291
292 * Bugfix: use init file extension .ly for extensionless input.
293
294 * Ignore outname = ; settings in output blocks.
295
296 * Revised input and output naming, now it's possible to include a
297 directory in the output name.  This should fix some input/init name
298 related bugs.
299
300 * Fixed dependencies for outdir in lilypond-book and ly2dvi.
301
302 * Uniformised tags to read: Generated automatically by: <program>.
303
304 * Install make/* and stepmake/stepmake/* to enable making use of
305 stepmake templates.
306
307 * Added example mutopia makefile: make/ly.make.
308
309 * Lilypond-book now writes lily-<HASH>.ly files.
310
311 * Bugfix: don't display repeat colons for zero height bar lines; fixes
312 repeat barlines in lyrics.
313
314 * Fixed markup definition and implementation, added baseline-skip
315 property; this makes multi-line markup text a lot easier.
316
317 * Bugfix: chordChanges works with other rhythm of accompaniment, and
318 silly chord name typo fixes.
319
320 1.3.130
321 =======
322
323 1.3.129.jcn2
324 ============
325
326 * Implemented Phrasing slurs, copied from slur.
327
328 * More hooks for chord pitch name overrides, see
329 input/tricks/german-chords.ly.
330
331 1.3.129.hwn1
332 ============
333
334 * Bugfix: bar lines in lyrics.
335
336 * Bugfix: vertical positioning of isolated dynamics: absolute dynamics
337 are only supported by the note they are on, in absence of crescendi.
338
339 * Documentation of ancient clefs, custodes (Jurgen Reuter)
340
341 * Small documentation fixes: rehearsal marks, -f option, markup, instrument names
342
343 * Bugfix: rounding errors caused errouneous ledger lines for
344 #'staff-space = 1.3
345
346 * Subsubtitles, \bar "";  (Rune Zedeler)
347
348 1.3.129
349 =======
350
351 * Small doco fixes.
352
353 * Removed duplicated engraver hierarchies from coriolan and orchestral
354 examples.
355
356 * Added user control for devnull engravers. Default: switched off 
357
358 * Small doco fixes.
359
360 1.3.128.hwn1
361 ============
362
363 * Doco fixes
364
365 * Glissando fix (Rune Zedeler)
366
367 1.3.128.mb2
368 ===========
369
370 * Made the percussion clef somewhat fatter, thanks to Rune Zedeler. 
371 Note: font updated! Added this clef to input/regression/clefs.ly.
372
373 * updated \endincipit macro and the examples input/test/incipit.ly and
374 input/regression/clefs.ly
375
376 1.3.127.jcn3
377 ============
378
379 * Mutopia preparations and Coriolan fixes.
380
381 * Small beam cleanup, changed y-position-hs,height-hs user overrides to
382   staff-position,height (height:name suggestions?), now in staff-spaces.
383
384 * Beam (y, dy) calculations now as list of scm functions.
385
386 * Added cleaned-up excerpt from Coriolan for tutorial.
387
388 * Bugfix: beam looks at smallest gap for auto knees.
389
390 * Property-description-fix: allow auto-knee-gap to be set to false.
391
392 * Small doco fixes.
393
394 * Bugfix: repeats without alternatives.
395
396 1.3.127.uu3
397 ============
398
399 * Bugfix: staccato dot on outer staff lines.
400
401 * Documentation: lots of updates and revisions.
402
403 * \repeat tremolo for single notes, \repeat tremolo 4 c16
404 produces the same effect as c4:16
405
406 1.3.126.mb1
407 ===========
408
409 * ly2dvi: bugfix --number.
410 Added header field latexpackages, see input/test/orchestscore.ly
411
412 * \mark: add possibility to use font selection markup, see input/test/mark.ly
413
414 1.3.127
415 =======
416
417 * Grand Refman restructuring, featuring outline mode.
418
419 * Fixed missing menus and cross references.
420
421 * Coriolan fixes and updates.
422
423 * Bugfix: a2-engraver and *devnull_engraver recognise alternative
424 'oneXXX' 'twoXXX' naming convention.
425
426 * Enabled markup text to be used for instrument names.
427
428 * Bugfix: interface description of System_start_delimiter
429
430 * Slur attachment fix (thanks, Han-Wen)
431
432 1.3.126.hwn1
433 ============
434
435 * Bugfix in Global_translator::run_iterator_on_me (): only run
436 iterator::process if iterator::ok() is true.
437
438 * Bugfix: when iterating empty sequential-music, start out with an
439 invalid iterator.
440
441 * Bugfix: length calculation for volta repeat music with too few
442 alternatives.
443
444 * Bugfix: print different string for first printed alternative in
445 volta repeat music with too few alternatives, eg. 1.-4.
446
447 * Cleaned up bugs/ directory
448
449 * Be less intelligent about default font backup, just load cmr10
450
451 * Generated documentation: sort and uniq Grob lists of contexts.
452
453 1.3.126
454 =======
455 * Doco:
456   - fixes,
457   - updates,
458   - rewrites.
459   - Changed license to FDL.
460   - added index entries
461   - tutorial: 0-th tune
462   - literature overview.
463   - removed development stuff.
464
465
466 1.3.125.jcn3
467 ============
468
469 * Clef workarounds for Coriolan.
470
471 * Moved feature and regression-test input to input/feature, input/regression.
472
473 * Added some regtests.
474
475 * Bugfix: auto-knee for beam over rest.
476
477 * Fixes for Coriolan and viola Solo Cello Suites.
478
479 * Replaced generic 'collapse-height' for System_start_delimiter with
480 brace-collapse-height, bracket-collapse-height, bar-line-collapse-height.
481
482 * Bugfix: measure System_start_delimiter's *-collapse-height in staff-space.
483
484 * Fixed some info and html links.
485
486 * Automatic knees now on by default for vertical distances >= 7 staff-space.
487
488 1.3.125
489 =======
490
491 * Updated Coriolan.
492
493 * Bugfix: beams with no stems.
494
495 * Cleanup automatic knees, junked calc_interstaff_dist.
496
497 * Automatic knees now on by default for vertical distances >= 7 staff-space.
498
499 * Bugfix: automatic interstaff knees.
500
501 1.3.124.hwn1
502 ============
503
504 * Auto change music bugfix; removed Auto_change_music type
505
506 * Bugfix: add copy ctors to all relevant iterators, this fixes various
507 combinations with auto-change and part-combine.
508
509 * Bugfix: glissandi with smaller rhythms parallel.
510
511 * Add printfilename option to @lilypondfile 
512
513 * Include Grobs in Context self-documentation; remove "Grob " from
514 node name for grob documentation.
515
516 1.3.124
517 =======
518
519 * Tutorial fragment on ly2dvi.
520
521 * Bugfix: also print path of mismatched .TFM file.
522
523 * Some callbacks to allow manipulation of fonts and molecules from
524 Scheme.  See input/test/molecule-hacking.ly ; allows for a kludged
525 "parenthesize notehead" command.
526
527
528 1.3.123.mb1
529 ===========
530
531 * Added percussion clef. Note: font updated!
532
533 * Bugfix: font style Large works regardless of font-shape.
534
535
536
537 1.3.123
538 =======
539
540 * Added macro \turnOff to remove volta brackets or any other 
541   graphical objects, see input/test/volta.ly or mutopia/J.S.Bach/pa.ly
542
543 * Removed the "none" clef, use Clef \override #'transparent = ##t instead.
544
545 * Bugfix ly2dvi: paper variable orientation = "landscape" works.
546
547 * Allow for wildcards in the font style alist to give more robust font
548 selection handling. Ignore shape and series for the font families:
549 braces, dynamic and music.
550
551 * Bugfix: stem and dstem font symbol.
552
553 1.3.122.jcn3
554 ============
555
556 * More website link fixes, split and nonsplit.
557
558 * Non-splitting makeinfo website fix.
559
560 * Doco fixes, included feature document into main documentation.
561
562 * lily/chord.cc (member_notename, lower_pitch): gh_member returns a list of
563 which car is the member!
564
565 * Bugfix: added equal_p to list of smob functions.  This fixes
566 behaviour of property chordChanges.
567
568 * More guile-1.4.1 snapshot fixes, generated doco.
569
570 * Doco fixes.
571
572 * Small fixes for guile-1.4.1 snapshot which is more strict on symbols
573 vs strings.
574
575 1.3.122
576 =======
577
578 * Small lilypond-book cleanups.
579
580 * Bugfix: fix lyric extenders.
581
582 1.3.121.mb2
583 ===========
584
585 * Bugfix: svenska.ly and norsk.ly
586
587 * Bugfix: tied-over accidentals handled more correctly.
588
589 1.3.121.jcn2
590 ============
591
592 * Renamed last instances of musical_*pitch to pitch.
593
594 * Bugfix: actually read pitch value in \pitch #(make-pitch ...)
595
596 * Bugfix(?): always allow explicit duration entry.
597
598 * Fixed .po charsets for upcoming msgfmt release (Bruno Haible).
599
600 * Some doco updates and fixes.
601
602 * Bugfix Ly2dvi: reset LC_ALL and LC_LANG too.
603
604 * Commented out dubious undocumented $(PATHSEP) from lilypond-vars.make
605
606 * Replaced some instances of [$(outdir)/].. with $(pwd), these may
607 break --srcdir builds and texi2dvi.
608
609 * Several fixes for --srcdir build, allowing build from read only media.
610
611 * Moved make/toplevel.make.in to less unusual GNUmakefile.in
612
613 * Bugfix: changed beam thickness to .48 staff-space.
614
615
616 1.3.120.uu1
617 ===========
618
619 * Ancient font update (Juergen Reuter)
620
621 * Syntax change: paper_xxxx -> paperXxxx
622
623 * Some documentation updates.
624
625 * Doc-string cleanups, and completization.
626
627 * Changed Pedal string properties: unify stop/start/stopStart
628 properties.  Changed pedal identifier syntax.
629
630 * bugfix: do change clefs if full-size-change is *not* set.
631
632 1.3.120
633 =======
634
635 * Removed texi->dvi cancellation and removed --clean option from texi2dvi
636 command line; this fixes generation of dvi files in Documentation/user.
637 Strange bug in texi2dvi.
638
639 * Fixed bibtex url (reported David Raleigh Arnold), added support for
640 bibtex2html, which is in Debian.
641
642 * Added direntries to toplevel texi documents, for info files
643 (reported Thomas Klausner).
644
645 * Removed some empty files.
646
647 * Make a Stem::height callback, to prevent early brew_molecule
648 call. This fixes input/bugs/triplet.ly.
649
650 * Manual fix for generated -interfaces documentation.
651
652 * Small changes for texinfo-4.0a prerelease.
653
654 * Added a --force option for makeinfo .txt generation.
655
656 * Changed debian ftp urls according to new package pools layout.
657
658 * Debian update, including menu/node fixes to development.texi (Anthony Fok).
659
660 * Bugfix: lilypond-book (Tom Cato Amundsen).
661
662 * Increase the size of dynamics, adding new sizes of feta-din (Mats Bengtsson).
663
664 * \clef "none"; no clef, but whitespace (Mark Hindley).
665
666 * Website fix: don't mv but cp .pngs do deep-html dirs.
667
668 * Bugfix: chords examples (James Hammons).
669
670 * Warning fix.
671
672 1.3.119
673 =======
674
675 * Added some feature examples.
676
677 * Bugfix for \partial and auto-beamer.
678
679 * Bugfixes: warnings.
680
681 * More feature examples.
682  
683 * Renamed some scm files.
684
685 * Some more documentation fixes (move hacking.texi into normal
686 documentation.)
687
688 * Bugfix: header protection in parser.yy
689
690 1.3.117.mb1
691 ===========
692
693 * Bugfix: fetdefs.tex: don't redefine the standard TeX macros 
694   \sharp,\natural or \flat.
695
696 * Bugfix: ly2dvi: handle the --landscape option. Leave the textheight
697   calculation to the geometry package. Remove some dead code.
698
699 * Bugfix: correct font-family for TextSpanner.
700
701 * Bugfix: script-engraver.cc: forced script directions work again.
702
703 1.3.117.jcn2
704 ============
705
706 * Resurrected direct scheme output, ie. lilypond -fscm
707
708 * Warning message fixes and po update.
709
710 * Bugfix: debian package.
711
712 * Resurrected direct postscript output, ie. lilypond --output-format=ps.
713
714 1.3.117.hwn1
715 ============
716
717 * Broken left-edge of volta, Again. Now the Final Fix.
718
719 * Smobified Score, smobified Music_output_def, removed Identifier.
720 Reorganised Scope and Scheme_hash_table to this end.
721
722 * Small cleanups in relations between
723 Paper_def/Paper_outputter/Paper_stream.
724
725 * lilypond syntax update: deprecate $ syntax for identifiers; Provide
726 convert-ly method.
727
728 * Rename: don't use grobs in performer methods.
729
730 1.3.116.jcn4
731 ============
732
733 * Bugfix: don't set beaming for outer half beams.  This fixes some
734 slurs attached to stem end.
735
736 * Bugfixes for (de)crescendo spanners and generic text spanners
737
738 * Bugfix: Slur::set_interface (): don't overwrite, but copy attachment
739 property.
740
741 * Started documenting some new or not too wel documented features.
742
743 * Bugfix: only assume making deep split html documentation when
744 makeinfo --version 4.0.jcn2 is available.  Although the documentation
745 should now build with plain makeinfo 4.0, some links will be broken.
746
747 * Bugfix: lilypond-book: check for .texidoc files *after* running lilypond.
748
749 1.3.116.mb1
750 ===========
751
752 * Bugfix: convert-ly.py: Correct syntax for inserted \version, 
753   \push -> override happened in 1.3.111
754
755 * Bugfix: corrected documentation of timeSignatureStyle, removed all
756   `unknown type' in the property documentation.
757
758 * Added font family typewriter (cmtt).
759
760 * Bugfix: some examples updated
761
762 * Bugfix: beamed grace notes (reinstate process_music () call in
763 Grace_engraver_group::process() )
764
765 * Rename: Global_translator::process -> Global_translator::one_time_step (). 
766
767 1.3.115.jcn2
768 ============
769
770 * Bugfix: lilypond-book.py: only include exisisting .texidoc files.
771
772 * Lilypond: don't write empty header field file if header field does
773 not exist (ie, empty .texidoc files).
774
775 * Turn on info generation.
776
777 * Fixes to dynamic placement and crescendo spanners.  Incomprehensible
778 ``width-correct'' hack remains.
779
780 * Bugfix: auto-beamer beaming over bar lines.
781
782 * Bugfix: consecutive and non-consecutive glissandi.
783
784 1.3.115.hwn1
785 ============
786
787 * Bugfix: multi-measure rest ends, chords. 
788
789 * Some back end documentation
790
791 * Rename element to grob in .scm files.
792
793 1.3.114.mb1
794 ===========
795
796 * Bugfix: convert-ly
797
798 * Bugfix: Included FAQ.txt in the top directory
799
800 * Allow for instrument names with multiple lines and font selection,
801   see input/test/coriolan-margin.ly
802
803 * Added example for figured bass: input/test/figured-bass.ly
804
805 1.3.114.lec1
806 ============
807
808 * abc2ly fixes
809
810         * allow a g_8 clef to be specified by treble8
811
812         * allow full mode names, as well as 3 character abbreviations
813
814         * support breves and longas (no abc program that I know of has
815           longas, but a couple of them have breves, and one can always hope.)
816
817         * translate text annotations beginning with _ and ^ for above and 
818           below the staff.
819
820         * quote lyrics syllables with (
821
822         * handle real repeat syntax, for appropriately written ABC.
823
824         * %%LY slyrics now works for longer than one character lyric strings.
825
826         * N: fields are now in header.
827
828 1.3.114.uu1
829 ===========
830
831 * Prepare for Music type-unification: remove all args from Music
832 constructor, and set everything in the parser.
833
834 * Moved writing of \header strings feature from lilypond-book to lilypond. (1.3.114.jcn1)
835
836 * Bugfix: tied chords.
837
838 * Turn off .info creation by default.
839
840 1.3.114
841 =======
842
843 * Moved all documentation from regtest to individual example files.
844
845 * Added feature to lilypond-book to write out \header texidoc string.
846
847 * Reincluded simple FAQ in tarball.
848
849 * Fixed lyrics with bar-enrgaver example.
850
851 * Renamed LyricVoice to LyricsVoice.
852
853 1.3.113.uu1
854 ===========
855
856 * Checksums for AFM fonts: make sure that TFM and AFM files match.
857 One FAQ less to be asked.
858
859 * Made point-and-click switchable, default: off 
860
861 * Bugfix: don't make multimeasure rests from failed span-requests.
862
863 * Bugfix: mark with string arguments, eg. letters..
864
865 * Bugfix: direction of staccato dots. 
866
867 1.3.113
868 =======
869
870 * Added stems to font for use in markup text.
871
872 * Fixed markup text kerning, see input/test/metronome.ly.
873   (Ugh, only feasible if kerning is first markup -- markup text should be revised.)
874
875 * Fixed molecule caching problem with stem-tremolo: fixes vertical
876 positioning of stem-tremolo.
877
878 * Added forced slur direction (stemUp no longer implies slurUp) in
879 cross-staff slur example.
880
881 * Fixes to Glissando and line-spanner.  Behaves reasonably across line
882 breaks.
883
884 * Added: Align_interface::fixed_distance_alignment_callback that does
885 not compute the extents of the to-be-aligned objects. This delays many
886 brew_molecule() calls, because staff-height is no longer needed for
887 aligning.
888
889 * Bugfix: allows linebreaks for some types of beam.
890
891 * Bugfix: add braces in larger size range; prevents "Unknown character
892 127" messages, hopefully.
893
894 1.3.112
895 =======
896
897 * Allow two consecutive glissandi.
898
899 * Note_head_line_engraver now also listenes to \property
900 "followThread": Automagically connect note-heads when thread switches
901 staff.
902
903 * Fixed american-chords example (except for o/, that waits for kerning fix).
904
905 * Added simple glissando line.
906
907 * Bugfix: broken text spanner (ie. crescendo)
908
909 * Bugfix: chord tremolos
910
911 * Bugfix: staff group brace
912
913 * Bugfix: volta repeats
914
915 * Resurrected clef _8 and ^8 syntax.  (This should be deprecated?)
916
917 1.3.111
918 =======
919
920 * Fixed non-empty-text feature.
921
922 * Bugfix for Grob::has_extent_callback_b ()
923
924 * Added infrastructure for music property documentation strings.
925
926 * Syntax change: \notenames -> \pitchnames
927
928 * Changed syntax \push -> \override, \pop -> \revert. Add:
929
930         \property Context.Element \set #'foo = #bar
931
932 which  does a \revert followed by a \override.
933
934 * Documentation updates.
935
936 * Fixed typechecks for \push, \pop and \property
937
938 * Bugfix: Local_key_engraver.
939
940 * Fixes for lilypond-mode.el (patch by Mark Hindley)
941
942 1.3.110
943 =======
944
945 * Fixed a mysterious typo in toplevel index.
946
947 * Enabled property-engraver.
948
949 * Cleanup in Auto-beam-engraver (still broken, because timings are off?)
950
951 * Collapsed all ``void Foo::create_grobs () { deprecated_process_music
952 (); }'' occurences, and reactivated some disabled code (note-name,
953 chord-name, custos, lyrics).  Reactivated Timing_translator using
954 process_music ().
955
956 1.3.109.hwn1
957 ============
958
959 * unsmob_element -> unsmob_grob
960
961 * Make a Slur::height callback, to prevent early brew_molecule
962 call. This fixes cross-staff slurs.
963
964 * Bugfix: custodes style must be symbol, not string.
965
966 * do_creation_processing () -> initialize (), do_removal_processing ()
967 -> finalize ().  Remove (do_)add_processing.
968
969 * Move Relative_octave_music::last_pitch_ into SCM, junk
970 Transposed_music::to_pitch_, junked Time_scaled_music::{den_i_,
971 num_i_}, Rhythmic_req::duration_, Melodic_req::pitch_
972
973 1.3.109
974 =======
975
976 * Bugfix: resurrected point-and-click. 
977
978 * Use scheme object props for storing type predicates and doc-strings
979 Dump global lists of properties into auto-documentation.
980
981 * Bugfix: extent callback for Rest, so  ledger lines don't disappear for
982 rest-collisions.
983
984 * Removed some hair from chord code
985
986 * Rewrite of engraver pass scheme: try to make graphical objects in
987 acknowledge_element()/process_acknowledged(), not in process_music()
988
989 * Remove Translator::status_ and associated code. Removes the need for
990 various XXXX functions as wrapper for do_XXX functions.
991
992 * Search replace: Score_element -> Grob (Graphical object),
993 {pre,post}_move_processing -> {stop,start}_translation_timestep,
994 do_try_music -> try_music.
995
996 1.3.108
997 =======
998
999 * Dropped ly_lists_equal for gh_equal_
1000
1001 * Removed Array from chord.
1002
1003 * Small bugfix to lilypond-mode.
1004
1005 * lily/part-combine-music-iterator.cc: fixed (switch `combineParts'
1006 property on), and removed Array.
1007
1008 1.3.107.uu1
1009 ===========
1010
1011 * Bugfix: don't call Crescendo::brew_molecule () too early if there is
1012 an absolute dynamic.
1013
1014 * Rename class Crescendo to Hairpin.
1015
1016 * Search/replace: Musical_pitch -> Pitch 
1017
1018 * More links in the backend documentation.
1019
1020 1.3.106.jcn2
1021 ============
1022
1023 * Cross compilation and info build fixes, really cancel all builtin
1024 rules, sigh.
1025
1026 * Generated documentation fixes: Generate all interface descriptions,
1027 separately, don't list non-set interface properties with element
1028 descriptions.
1029
1030 1.3.106.hwn1
1031 ============
1032
1033 * Deprecate `mudela' name: rename mudela to lilypond globally.
1034
1035 * construct Music_iterators decentrally.
1036
1037 * Make smob of Duration 
1038
1039 * Make smob of Musical_pitch.
1040
1041 * Move Repeated_music members into SCM. Length is computed via a SCM
1042 function. (todo: write SCM function to unfold all repeats. \apply for
1043 \midi)
1044
1045 * Remove Time_signature_change_req, \time is disguise for \property
1046 Score.timeSignatureFraction = ...
1047
1048 * \property barCheckNoSynchronize: don't reset measurePosition when
1049 finding a bbarcheck. This makes bar-checks for polyphonic music
1050 easier.
1051
1052 * elt property full-size-change for clefs.
1053
1054 * Bugfix: use Stem::dim_callback (), so brew_molecule () is not called
1055 too early.
1056
1057 * Bugfix: use extent of Note_head (iso. Note_column) for rest
1058 collisions, so Stem::brew_molecule() is not called too early.
1059
1060 1.3.105.jcn1
1061 ============
1062
1063 * Makeinfo html documentation generation fixes.
1064
1065 1.3.105.uu1
1066 ===========
1067
1068 * Remove Bar_req, \bar is now a frontend to setting Score.whichBar
1069
1070 * Move Context_specced_music::translator_{type,id}_str_ into music
1071 properties.
1072
1073 * Don't make line breaks during note playing.
1074
1075 * Clef engraver rewrite. Clef-engraver is now controlled through
1076 properties clefPosition, clefGlyph, clefOctavation. The \clef command
1077 is just a front-end to these, see scm/lily.scm, function
1078 clef-name-to-properties.  See also input/test/manual-clef.ly
1079
1080 1.3.105
1081 =======
1082
1083 * Bit of temporary makefile hacking to stay in sync with makeinfo patch.
1084
1085 * Separate interface description (test phase).
1086
1087 * Makeinfo --html split fix: http://appel.lilypond.org/fred/software/texinfo-4.0.jcn2.diff
1088
1089 * Use headers for makeinfo html output.
1090
1091 * Made some --scrdir build fixes.
1092
1093 1.3.104.uu1
1094 ===========
1095
1096 * Smobified molecule, and cache molecule (ie. generate each molecule
1097 only once).  Lily should be faster now. (approx. 6 % ?)
1098
1099 * Coded properties-to-font-name in C++. Measured speedup: 14% (wtk1-fugue2)
1100
1101 * Use music properties for Request data.
1102
1103 1.3.104
1104 =======
1105
1106 * Documentation build fix: don't run LilyPond when generating plain info doc.
1107
1108 * Resurrected info documentation and made cross links between manual
1109 and generated doco, some small fixes.
1110
1111 * Made small time signature style fix.
1112
1113 * Generate texinfo iso html documentation.
1114
1115 * Added x-references for elements->engravers and engravers->contexts.
1116
1117 * Fixed number font listing in style sheet.
1118
1119 * Fixed default font settings for text items, text-item now uses
1120 font-interface's alist-chain.
1121
1122 * Renamed property AutoBeam to autoBeamSettings to avoid confusion
1123 about non-existing AutoBeam element.
1124
1125 * Mensural clefs (courtesy Juergen Reuter)
1126
1127 1.3.103.lec1
1128 ============
1129
1130 * abc2ly enhancements
1131
1132         * %%LY comments
1133
1134         * explanation of rationale for %%MIDI nobarlines
1135
1136         * supports -8va as a syntax for tenor clef
1137
1138         * pushing the Staff.timeSignatureStyle property
1139
1140         * parses space between key letter and mode in K: statement
1141
1142         * default for guitar chords is above the staff
1143
1144         * fix for translation of :: repeat
1145
1146 1.3.103
1147 =======
1148
1149 * Translated auto-beam properties to alist.
1150
1151 * Rewrite of tfmtoafm in scm.
1152
1153 * Rewrite of emacs LilyPond mode, based upon auctex interface.
1154
1155 * Chord name fixes and additions (Atte Andr'e Jensen)
1156
1157 * ly-get-mus-property, ly-set-mus-property: set properties of Music
1158
1159 * Move Span_req::span_dir_ into Scheme
1160
1161 * removed numberOfStaffLines, staffSpace. Use StaffSymbol \push
1162 staff-space, line-count
1163
1164 * removed minVerticalAlign, maxVerticalAlign; use VerticalAlignment
1165 \push #'threshold = #(MIN . MAX)
1166
1167 * \property tremoloFlags can be set anywhere now
1168
1169 * \apply #function music 
1170
1171 * Bugfix: padding of dots.
1172
1173 * Generate documentation for separate engravers as well as for contexts.
1174
1175 * Move some reference manual into the  SCM documentation system.
1176
1177 * Bugfix: fixed hyphen spanners.
1178
1179 1.3.102
1180 =======
1181
1182 * Fixed bracket, and made some other PostScript code fixes.
1183
1184 * Silly font initialisation fix for paper19 non-feature.
1185
1186 * Automatic engraver/property documentation infrastructure. 
1187
1188 * Fixed system-start braces
1189
1190 * Fix for forgetAccidentals: do print accidentals, just don't remember
1191 them.
1192
1193 * Bugfix: forced script directions for scripts that have relative stem-direction.
1194
1195 * Bugfix: Tie_column doesn't force Tie directions ties that already
1196 have a direction.
1197
1198 * Bugfix: multimeasure rest 
1199
1200 1.3.101
1201 =======
1202
1203 * Custodes (patch by Juergen Reuter), mods by hwn.
1204
1205 * Font initialisation and markup translation fixes. (99.jcn2)
1206
1207 * Remove staffspace calls. Removed markScriptPadding. Fixes some
1208 problems with tuplet, brace and volta spanners.
1209
1210 * make Font_interface::font_alist_chain (), and use default font
1211 settings. Fixes too large time sigs.
1212
1213 1.3.100
1214 =======
1215
1216 * Tweaks of .scm font-selection. 
1217
1218 * Rewrote font management of Score_element and Paper_def.
1219
1220 * Introduced outputscale: internally do computation in terms of
1221 outputscale.  Prepare to deprecate staffspace internally.  Rewrote
1222 .scm side of font selectioning. 
1223
1224 1.3.99.jcn1
1225 ===========
1226
1227 * Made several font size and initialisation fixes.
1228
1229 * Renamed all occurrences of font-size to font-relative-size
1230
1231 * Renamed all occurrences of font-point to font-point-size
1232
1233 * Fixed interface.scm descriptions to use symbols iso strings
1234
1235 * Fixes for chord names, and added jazz style (James Hammons)
1236
1237 * Some font-size fixes.
1238
1239 * Added dynamics font in all staff-sizes.
1240
1241 * Quick fix for regtest.
1242
1243 1.3.98.hwn2
1244 ===========
1245
1246 * Removed all paper vars except linewidth, indent, staffspace and
1247 stafflinethickness.
1248
1249 * Rewrote Scheme side of font-selection.
1250
1251 * Bugfix: deprecate group-center-element thoroughly.
1252
1253 * Bugfix: LeftEdge must also have Break_align_item::alignment_callback
1254 X-offset-callback.
1255
1256 * Add use music property "direction" for storing direction in
1257 Script_req, use music property "text-type" for storing 'dynamic,
1258 'finger, etc. Remove Dynamic_script_req. Resurrect fingerings.
1259
1260 1.3.98.lec1
1261 ===========
1262
1263 * fixed scale-definition.ly for greek mode names.
1264
1265 1.3.98
1266 ======
1267
1268 * Backend documentation updates and related cleanups
1269
1270 * Removed \property bracketCollapseHeight, systemStartDelimiterGlyph
1271
1272 * Bugfix: instrument-name on grandstaffs, see
1273 input/test/instrument-name-grandstaff.ly
1274
1275 * Bugfix for tie/staffline collision.
1276
1277 * Bugfix: also send out end-repeat if there are no alternatives.
1278
1279 * Small solo cello suite fixes.
1280
1281 1.3.97.jcn1
1282 ===========
1283
1284 * Added some interface documentation.
1285
1286 * Added raise and kern to markup.  This should make Chord names usable.
1287
1288 1.3.97
1289 ======
1290
1291 * Made small fixes to basic properties: regression-test compiles.
1292
1293 * Moved Text_script_req's text_ member into mus-property.
1294
1295 * Renamed ChordName to ChordNames, for consistency.
1296
1297 * Resurrected most of chord names, superscripting and kerning
1298   is currently broken, though.
1299
1300 * Junked all old style text lookups, except for feta definitions.
1301
1302 * Added support for name-based character lookups.
1303
1304 * Added support for font styles and papersize style sheets.
1305
1306 * Added new code for font selection and scm text markup.  Only used
1307   for testing in \textscript SCM. See input/test/markup.ly.
1308
1309 * Fixed (added actually, it got lost?) word-space for chords.
1310
1311 * Added slope-limit and attachment-offset properties to slur.
1312
1313 * Slur's broken trend now weighs in the number of note-columns.
1314
1315 * Spacing tweaks
1316
1317 1.3.96.hwn1
1318 ===========
1319
1320 * Mudela-book fixes (Tom Cato Amundsen)
1321
1322 * Put marks above chords.
1323
1324 * Solaris fix.
1325
1326 * Type checking for \push and \pop; elt property description (docs
1327 inclusive) is now in Scheme.
1328
1329 * Self-documenting backend using ly/generate-documentation.ly
1330
1331 1.3.96
1332 ======
1333
1334 * Added friendly message for the clueless dvips user.
1335
1336 * Clef-engraver: changed c0-position, clef-position and glyph into properties,
1337   enabling ottava spanners: input/test/ottava.ly.
1338
1339 * Added option for edge lines to Text spanner.
1340
1341 * Bugfix for early initialisation of invalid (grace->voice) slur.
1342
1343 * Dropped text support and padding of crescendo symbol.  Horizontal
1344   alignment of dynamics is handled by side-support, Text crescendos
1345   use the generic Text spanner.
1346
1347 * Added a generic Text spanner.
1348
1349 1.3.95.hwn1
1350 ===========
1351
1352 * Bugfix: octavate eight.
1353
1354 * Rewrote arpeggio.
1355
1356 * mudela-book fixes (Tom Cato)
1357
1358 * Cleaned up Group_interface and Pointer_group_interface
1359
1360 * Add accidentals to arpeggio support.
1361
1362 * Stemup + barline combination gets extra space.
1363
1364 * Score_element::extent () now takes a reference point argument.
1365
1366 1.3.95
1367 ======
1368
1369 * Use music property for setting type. This prevents accidental
1370 forgotten copies.
1371
1372 1.3.94.jcn3
1373 ===========
1374
1375 * Added Arpeggio and Trill elements to feta font.
1376
1377 * Yet another bugfix for output-property (Han-Wen)
1378
1379 * Made some fixes to les-nereides.
1380
1381 * Fixed output-property (Dankje).
1382
1383 * Added backend framework for arpeggios.
1384
1385 * Fixes for les-nereides.  Should we do asymmetric slurs...?
1386
1387 * Don't print repeat bars at start of line.
1388
1389 1.3.94
1390 ======
1391
1392 1.3.93.uu1
1393 ==========
1394
1395 * Bugfix: don't crash if there is no volta bracket to end.
1396
1397 * Move offset, dimension callbacks into Scheme.  They can be initialized from basicXXXX properties using
1398
1399         (X-offset-callbacks . (callback1 callback2 .. .))
1400         (Y-offset-callbacks . (callback1 callback2 .. .))
1401         (X-extent-callback . callback1) 
1402         (Y-extent-callback . callback1)
1403
1404 * naming: basicXXXProperties -> XXX, some other changes in naming;
1405 convert-mudela rules added.
1406
1407 * naming: \voiceone -> \voiceOne and related changes. convert-mudela
1408 rules added
1409
1410 * syntax: \property XXX \pop #'bla -> \property Context.XXX \pop #'bla
1411
1412 * changed aclocal.m4 to have better check for guile version. (Laura Conrad)
1413
1414 * updates for mudela-book (Tom Cato Amundsen)
1415
1416 1.3.93.jcn1
1417 ===========
1418
1419 * Try at nastiest competition piece: input/les-nereides.ly.
1420
1421 * Moved Pedal_engraver to Staff context.
1422
1423 1.3.93
1424 ======
1425
1426 * Added some error messages for toplevel and stray string parse errors.
1427
1428 * Don't start more than one slur at a time.
1429
1430 * Set direction of Slur too in a2-engraver.
1431
1432 1.3.92.hwn1
1433 ===========
1434 * Removed calls to global GUILE namespace.
1435
1436 * Added \property: scriptDefinitions, explicitClefVisibility,
1437 explicitKeySignatureVisibility, instrumentEqualizer,
1438 dynamicAbsoluteVolumeFunction
1439
1440 * Added element properties Bar::break-glyph-function,
1441 Break_align_item::space-alist, Chord_name::chord-name-function
1442
1443 * Added \property combineParts: part combiner switched off by default.
1444
1445 * Remove all print methods.
1446
1447 * Use Scope::try_retrieve if possible.
1448
1449 * Remove FAQ in favor of URL.
1450
1451 * etf2ly.py robustness fixes.
1452
1453 * Don't compensate for left edge in broken volta spanner.
1454
1455 1.3.92
1456 ======
1457
1458 * RPM .spec fixes.
1459
1460 * italiano.ly
1461
1462 * mudela-book updates by Tom Cato Amundsen.
1463
1464 * Allow lyric hara kiri as well.
1465
1466 * Bugfix: left/right mixup  in Side_position_interface::aligned_on_self ()
1467
1468 * rest collision of differing rests.
1469
1470 * Cleanup of Sequential_music_iterator, Simple_music_iterator.
1471
1472 * Unfolded_repeat_iterator now signals repeats using \property
1473   repeatCommands. You could override this, eg.
1474
1475         \property Score.repeatCommands = #'((volta "X") start-repeat)
1476
1477   will print a |: and a volta bracket saying X. See also
1478   input/test/manual-volta.ly
1479   
1480 * Volta_engraver, Repeat_acknowledge_engraver: new engravers that are
1481 controlled by repeatCommands; much cleaner than the Repeat_engraver.
1482
1483 * Junked Repeat_engraver.
1484
1485 1.3.91.jcn1
1486 ===========
1487 * Abort all running spanners when part-combiner combines voices.
1488
1489 1.3.91
1490 ======
1491
1492 * Use S_ISDIR () and check for stat.h.
1493
1494 * Various fixes for RedHat 7.0 / gcc 2.96.54
1495
1496 * separate basic propertylist for fingerings, center them on
1497 noteheads.
1498
1499 * Side_position_interface::aligned_on_self() now can take a real
1500 number for self-alignment-{X,Y}.
1501
1502 * etf2ly: single line GF field.
1503
1504 1.3.90.mb1
1505 ===========
1506
1507 * Added an interscorelinefill paper variable. Set to a positive number 
1508   in order to stretch the inter-line spacing to fill the full pages,
1509   except for the last page (where it would look really ugly).
1510
1511 1.3.89.jcn1
1512 ===========
1513
1514 * Changed lilypond to LilyPond in ly2dvi, Mudela to LilyPond source.
1515
1516 * Website fixes: Changed \interline to \staffspace in manual, removed offending
1517   braces from mudela-book.tely.
1518
1519 * Fixed slur attachment correction bug.
1520
1521 * Made some fixes to Coriolan.
1522
1523 1.3.89.hwn1
1524 ===========
1525
1526 * Only open files, not directories 
1527
1528 * bugfix: textNonEmpty.
1529
1530 * Look ahead in auto-change iterator for rests. This means rests
1531 before the note leading to an automatic staff switch are switched as
1532 well (improves the looks of scarlatti-test).  Associated fixes and
1533 additions for  Music_iterator::skip () and friends.
1534
1535 * Bugfix: only quantise staccato inside the staff. 
1536
1537 * cleanups for beam and stem. Removed global GUILE namespace calls
1538 from Beam and Stem.
1539
1540 1.3.89
1541 ======
1542
1543 * Some fixes to Coriolan.
1544
1545 * Fixed some stupid core dumps processing Coriolan.
1546
1547 * Fixed several problems with part-combiner's part-switching.
1548
1549 * Fixes for ASCII output.
1550
1551 * Added feature to part combiner that should allow part-switching only
1552   for entire measures.  Currently, it is controlled by a new 
1553   property changeMoments (A . B):
1554     - only switch when !(A mod now),
1555     - decide whether to switch based on music during time period B.
1556
1557 * Made bugfix: Sequential_iterator::get_music (M): mustn't return music 
1558   later than M.
1559
1560 * Added skip (M) to some iterators.
1561
1562 * maintain minimum-length by shifting for hyphens at start of
1563 line. (patch courtesy Christophe Rhodes)
1564
1565 * mudela-book fixes (courtesy Tom Cato Amundsen): documentation
1566 update, LaTeX example, landscape support.
1567
1568 1.3.88.hwn2
1569 ===========
1570
1571 * Added elt properties for Tie:
1572   - details
1573   - x-gap
1574   - staffline-clearance
1575
1576 * Added elt properties for Slur
1577   - y-free
1578   - details
1579
1580 * Removed C++ support for barNumberScriptPadding, now in
1581 generic-property.scm (but they're deprecated anyway)
1582
1583 * Changed threshold in Align_interface to be in staffspace 
1584
1585 * changed minVerticalAlign and maxVerticalAlign to be in staffspace.
1586 A better way: do \push #'threshold = #(cons A B ).  (WARNING:
1587 INCOMPATIBLE CHANGE)
1588
1589 * moved translator definitions out of \paper { }, only instantiate in
1590 \paper.
1591
1592 1.3.88
1593 ======
1594
1595 * Sequential_iterator::get_music (), part combiner now works.
1596
1597 * Changed paper variables into elt properties:
1598   Beam:
1599   - beam-space-function, Removed Paper_def::interbeam_f(), Smaller
1600   beams for grace notes.
1601   - beam-flag-width-function to Beam.
1602
1603   Grace_align_item:
1604   -  horizontal-space: spacing of grace notes is configurable
1605
1606   Volta_spanner: 
1607   - height
1608   - thickness 
1609
1610   Multi_measure_rest:
1611   - expand-limit
1612   - minimum-width
1613   - padding
1614
1615   Lyric_extender:
1616   - height
1617
1618   Stem
1619   - thickness 
1620
1621   Collision
1622   -  note-width to Collision
1623
1624 * removed various obsolete variables from params.ly
1625
1626 * added input/test/bagpipe.ly
1627
1628 1.3.87
1629 ======
1630
1631 * Made fixes to part-combine examples and Coriolan.
1632
1633 * Bugfix: don't dump core on unterminated (de)crescendo.
1634
1635 * Rolled next (M) also into get_music (M), similar to process (M), so that
1636   sequential-music-iterator::get_music (M) returns something useful.
1637
1638 * Bugfix: part-combiner still expected Music_sequence, where get_music ()
1639   now returns plain list of events.
1640
1641 1.3.86.hwn3
1642 ===========
1643
1644 * Fixed problem with disappearing crescendi across line break.
1645
1646 * Bugfix: dynamic texts should not be set by text-engraver. 
1647
1648 * Rewrote and cleaned up music-iterator.
1649
1650 * etf2ly robustness fixes.
1651
1652 1.3.85.hwn2
1653 ===========
1654
1655 * Added side-position-interface as an interface identifier, in stead
1656 of checking side-support-elements. This fixes a problem with stacked
1657 text scripts.
1658
1659 * Removed spurious set_elt_property ("XX", SCM_EOL) calls.
1660
1661 * Added \property squashedPosition for Pitch_squash_engraver: the
1662 staff-position number to squash noteheads to.
1663
1664 * Added FAQ entry for script on bar, updated description of mailing
1665 lists.
1666
1667 * Fixed bug with \translator { basicXXXProperties \push ... }
1668
1669 * Updated and revised call for help in hacking.texi.
1670
1671 * Bugfix: don't remember accidental if it is tied from the previous note.
1672
1673 1.3.85
1674 ======
1675
1676 * Separated definition and implementation of contexts (moved
1677 definition out of Translator_group into Translator_def)
1678
1679 * pmx2ly.py fixes: now handles text at beginning of block correctly.
1680
1681 * update .spec to include scripts. 
1682
1683 * Changed syntax of \pushproperty:
1684
1685         \property Voice.basicXXXProperties \push #'foo = #bar
1686         \property basicXXXProperties \pop #'foo
1687
1688         \translator {
1689                 basicXXXProperties \push #'foo = #bar
1690                 basicXXXProperties \pop #'foo
1691         }
1692
1693 1.3.84.jcn1
1694 ===========
1695
1696 * Updated INSTALL.texi
1697
1698 1.3.80.tca1
1699 ===========
1700 * Added Documentation/user/mb-latex.tex, mudela-book+latex example
1701   file and test case. Some work on Documentation/user/mudela-book.tely
1702
1703 * mudela-book.py: any combination of \verb, \begin{verbatim}
1704   @code and @example and mudela should work as expected. 
1705
1706 * dropped [].extend that depend on python 1.5.2
1707
1708 1.3.84
1709 ======
1710
1711 * pmx2ly, PMX to LilyPond conversion. Succesfully converts barsant.pmx.
1712
1713 * musedata2ly, a Musedata to LilyPond convertor. Succesfully converts
1714 wtk1-fugue2
1715
1716 * bugfixes for dynamics: make sure that dynamic alignments encompass
1717 the dynamics they support, and that any columns they attach to aren't
1718 prematurely killed.
1719
1720 * bugfix: make sure \time gets noticed early enough.
1721
1722 1.3.83
1723 ======
1724
1725 * small doc updates.
1726
1727 * Cleanups related to barline handling:
1728
1729   - Removed Translator_group::get_simple_translator (), and -
1730
1731   - use properties to communicate about barlines and time sigs. (NOTE:
1732     by default a time-signature of 4/4 is printed.)
1733
1734   - fix repeat bar behavior.
1735
1736 1.3.115.hwn1
1737 ============
1738
1739 * documentation
1740
1741
1742
1743 * cleaned up Directional_element_interface
1744
1745 * add name field to score-elements.
1746
1747 * comment in some unprotects for Music in parser. Should bring down
1748   cpu time and plug some leaks.
1749
1750 * robustness fixes for etf2ly, tuplets, grace notes. 
1751
1752 1.3.82
1753 ======
1754
1755 * engraver.ly: cleanups.
1756
1757 * etf2ly: robustness fixes, handle mac files as well.
1758
1759 * Smobified Translator and Translator_group, junked
1760 Translator_group_identifier.
1761
1762 * \pushproperty and \popproperty withing \translator, similar to
1763 predefining \property, ie.
1764
1765         \translator { [...] \pushproperty [..] }
1766         \translator { [...] \popproperty [..] }
1767
1768 (these \pushes and \pops are delayed until instantiation, so if you do
1769
1770
1771         \score {
1772                 \pushproperty #'basicFooProperties #'bla #VALUE1
1773                 \context Voice { \pushproperty #'basicFooProperties #'bar #VALUE2
1774                         [..]
1775                 }
1776         }
1777
1778 then the setting for basicFooProperties contains both (bla . VALUE1)
1779 and (bar . VALUE2).
1780
1781 * allow \pushproperty #'symbol [..] as well as \pushproperty #'(symbol1 symbol2 ... )
1782
1783 1.3.81.jcn1
1784 ===========
1785
1786 * Activated regex for windows.
1787
1788 * New guile-1.4 patch for cross windows build.
1789
1790 * Added configure messages for metapost checking.
1791
1792 1.3.81
1793 ======
1794 1.3.80.gp1
1795 ==========
1796
1797 * Added property LyricVoice.associatedVoice to enable switching associated
1798   voice mid-stream. Association still defaults to context name.
1799
1800 1.3.80.hwn1
1801 ===========
1802
1803 * \pushproperty, \popproperty: property settings with less memory
1804 cost. See input/test/pushproperty.ly and Documentation/hacking. Note:
1805 syntax is most likely only temporary.
1806
1807 1.3.80.jcn1
1808 ===========
1809
1810 * (Line-)broken slurs now have vertical trend.
1811
1812 * Better length for broken ties: no invisibly short ties.  Now ties may
1813   collide with time signatures, though.
1814
1815 * Don't typeset unfinished spanners, but kill them.
1816
1817 * Added two FAQs (Mats)
1818
1819 * Made workaround guile-1.4.1 backward incompatible (scm_)eval change.
1820   Note that we must use (scm_)eval2 to remain backwards compatible with
1821   guile < 1.4.1 snapshot.
1822
1823 * Reincluded 79.jcn2 fix
1824
1825 1.3.80
1826 ======
1827
1828 1.3.79.jcn5
1829 ===========
1830
1831 * Created Thread_devnull_engraver and Voice_devnull_engraver iso
1832   single A2_devnull_engraver in Thread context.  It seems however
1833   that the hack in A2_devnull_engraver works better.
1834
1835 * Coriolan fixes.
1836
1837 * Slur attachment fix for chords where case slurdir != stemdir.
1838
1839 * Made various fixes for (line-)broken slurs.
1840
1841 * Fixed slur_height (), which fixes most ugly slurs (Yeah!).
1842
1843 * Fixed some silly url reversals in FAQ.
1844
1845 * Finished Coriolan music entry (again); entered second viola part.
1846
1847 * Updated Coriolan to use part combiner on Voice level for wind parts
1848   and on Staff level for violi and bassi.
1849
1850 * Part-combiner now uses duration inquiry, which fixes rhythm-related
1851   bugs in determining solo/a2.  Also, rests are taken into account.
1852
1853 * Another crude fix for almost unexplainable (with a gdb that dumps
1854   core on ly_display_scm) all-zero control points slurs.
1855
1856 * Fixed slurs that crossed through stems and note heads.  Note
1857   that beautifying of ugly slurs is still broken.
1858
1859 * Made crude fixes slurs don't crash, bezier still crashes on
1860   infinitely steep slurs (eg flauti-part *with* slur_engraver).
1861
1862 1.3.79.gp1
1863 ==========
1864
1865 * Replaced empty melisma score element with a property
1866
1867 * Renamed Voice_alist_entry -> Syllable_group in lyric-phrasing-engraver
1868
1869 1.3.79.uu1
1870 ==========
1871
1872 * fixed y-position of whole rest
1873
1874 * fixed sustainPedalPadding
1875
1876 * etf2ly: articulation, lyrics.
1877
1878 1.3.79
1879 ======
1880
1881 * etf2ly.py: Finale to LilyPond conversion.
1882
1883 1.3.78.jcn4
1884 ===========
1885
1886 * Made simple fix to get part-combiner to recognise different rhythms
1887
1888 * Unhardcoded part combiner and a2-engraver; introduced properties
1889   splitInterval, soloADue, soloText, soloIIText, aDueText.
1890
1891 * Fixed part combiner's too-late problem (Dankje!)
1892
1893 * Fixed a2-devnull-engraver, a2-engraver.
1894
1895 * Renamed part combiner music names to "one", "two".
1896
1897 * Cleaned up decision making in part combiner, renamed to "solo"/"unison"
1898
1899 1.3.77.mb1
1900 ==========
1901
1902 * Minor documentation updates
1903
1904 * Mark_engraver: has been broken since .73, fixed!
1905
1906 1.3.78
1907 ======
1908
1909 * Added a devnull engraver, that junks (notehead) requests of the second
1910   stem when combined parts are in unison (a2).
1911
1912 * Part-combine iterator identifies Soli and A2 parts in threads by 
1913   looking at rhythm and pitches.  It switches Voice context automagically,
1914   and communicates current state using a2/solo/solo2 properties.
1915
1916 * Simple A2_engraver (`a due) prints `a2/Solo/Solo II.  Soli seem to
1917   arrive one request late.
1918
1919 * First try at combining parts: part-combine*
1920
1921 * fixed problem with HaraKiri
1922
1923 * fixed problem with dynamicDirection
1924
1925 * fixed problem with nonEmptyText 
1926
1927 * `Fixed' chord notation, as per request of David Arnold, ie, 
1928    Added a chord-name-mode, that only displays chord names
1929    when there's a change in the chord-name-scheme, Also, a chord
1930    name should always be displayed after a line break.  See
1931
1932        input/test/chord-changes.ly
1933
1934 * Reverted duration-iter change in midi2ly, moved printing of options.
1935
1936 * warning bugfix in lexer.ll (Mats Bengtsson)
1937
1938 1.3.77
1939 ======
1940
1941 * Midi2ly bugfix: handle durations longer than longa.  These can occur
1942   because of lengthened notes when using --no-rests.
1943
1944 * Midi2ly: output `new' \key syntax, and updated version number.
1945
1946 * Midi2ly bugfix: don't correct quantised durations, don't use tuplets, 
1947   double dots etc. when user doesn't want them.  It probably used to
1948   work like this, a long time ago.  For some unknown reason, all
1949   corrections made by Duration_convert were junked if the corrected
1950   duration != exact duration.  Duh.
1951
1952 * Midi2ly: added a new option: --no-rests.
1953
1954 * Update of mudela-book (Tom Cato Amundsen)
1955  - --read-lys option, now you can do:
1956         mudela-book file.texi
1957         convert-mudela
1958         mudela-book --read-lys
1959  - --outdir=DIR will put ALL output into DIR
1960  - @mudela[filename="myfilename"]{c d e f g}
1961  - --force-mudela-fontsize
1962  - ignore mudela inside @ignore @end ignore
1963
1964 1.3.76.gp1
1965 ==========
1966
1967 * Lyric_phrasing_engraver now catches lyric extenders and correctly
1968   terminates them under the last note of a melisma.
1969
1970 * Lyric word spacing code changed to fix hyphen alignment.
1971
1972 * Other minor tidying up of Lyric_phrasing_engraver and related code.
1973
1974 1.3.76
1975 ======
1976
1977 * Lyric_phrasing_engraver now adjusts for melisma.  (Glen Prideaux).
1978
1979 * Mudela-book fix for Windows95 (Mark Hindley)
1980
1981 * Debian update (Anthony Fok)
1982
1983 * Added beam melisma for when automaticMelismata and noAutoBeaming are both
1984   #t (primarily for hymns).  Courtesy Glen Prideaux.
1985
1986 * Bugfix: .pfa dependency on $(outdir)/mfplain.mem
1987
1988 1.3.75.mb1
1989 ==========
1990
1991 * stepmake/stepmake/metapost-rules.make: Put all generated files
1992   in mf/out/.
1993
1994 * Added paper variable interscoreline to determine the score line
1995   spacing, see input/test/vertical-extent.ly.
1996   Cleaned up the lilyponddefs.tex inclusion scheme.
1997
1998 1.3.75
1999 ======
2000
2001 1.3.74.gp1
2002 ==========
2003
2004 * Improved default handling of Lyric_phrasing_engraver and made it on by 
2005 default.
2006
2007 * Beginnings of a stanza number engraver (\property LyricVoice.stanza = 
2008 #"1:" etc.)
2009
2010 * fixed bug in script.cc so fermata (and other scripts) get flipped 
2011 correctly when they are above the staff.
2012
2013 1.3.74.jcn2
2014 ===========
2015
2016 * Reincluded simple code for including tfm.[1-5] into search path.
2017   Configure with --disable-kpathsea to enable this kludge.
2018
2019 1.3.74.jcn1
2020 ===========
2021
2022 * Updated input/test/banter-chords.ly German H/B example.
2023
2024 * Updated nl.po.
2025
2026 * Have configure check for kpathsea library and functions.  Made kpathsea
2027   support optional for now.
2028
2029 * Bugfix: halved width of tremolo-beams.
2030  
2031 * Included compilation fix for guile-1.3.4 (Anthony).
2032
2033 * Added: chord inversion and base to regtest.
2034
2035 * Fixed: Chord names that were broken by pl73.
2036
2037 * Fixed: Chord inversions that were broken by pl72.
2038
2039 * Resurrected ascii-script output, for debugging purposes.
2040
2041 * Included compilation fix for scm-hash.cc (Han-Wen).
2042
2043
2044 1.3.74
2045 ======
2046
2047 * Small bugfix: also do a deep copy on  submusices
2048
2049 * Fixed:  \autochange doesn't crash anymore.
2050
2051 * Cleanup, documentation and enforcement of smob interfaces in
2052 LilyPond.  We distinguish between SIMPLE_SMOBS and SMOBS (objects that
2053 have self_scm_)
2054
2055 * Glen Prideaux lyric phrasing engraver. See
2056 input/test/lyric-phrasing.ly
2057
2058 1.3.73
2059 ======
2060 * Removed \interscoreline after the last line, prevents some
2061 empty pages. (patch by Mats Bengtsson)
2062
2063 * Smobified Music, junked associated identifiers. Use Scheme list to
2064 store Music_sequence.  Removed const declarations from
2065 Music_iterators.  Added a mutable and immutable property list to
2066 Music.  Use music property for all Scheme values in Music.  Created
2067 and fixed a load of Garbage Collection bugs.
2068
2069 * Changed number font to allow automatic .mf creation.
2070
2071 * Output place of definition as \special{src:LOCATION}. See FAQ for
2072 explanation how to use.
2073
2074 * Schemified Local_key_item and fixed minor bug with accidentals.
2075
2076 * new Japanese .po file.
2077
2078 * Bugfix for broken tie direction
2079
2080 * Bugfix for bar at beginning of line break
2081
2082 1.3.72
2083 ======
2084
2085 * Robustness fix for minimise_least_squares ()
2086
2087 * cleanups of Slur_bezier_bow, removed Bezier_bow.
2088
2089 * cleanup of Tie. Changed Tie into interface. Made ties flatter by default.
2090
2091 * changed SCM_UNDEFINED to SCM_UNSPECIFIED for return values that go
2092 back into Scheme.
2093
2094 * changed SCM_UNSPECIFIED to SCM_EOL for undefined element
2095 properties. This makes initializing list properties redundant.
2096
2097 * removed idiotic code for including tfm.[1-5] into search path.
2098
2099 * fixed problem with tuplet placement for cross staff tuplets.
2100
2101 1.3.71
2102 ======
2103 * Small cleanups to bring down  compile time and binary ensmallment.
2104
2105 * Made Lookup into a smob, and use guile alist iso. an STL map.
2106
2107 * Changed repeated music semantics for relative octave: each
2108 alternative takes its inital octave from the body.
2109
2110 * Fixed: parser accepts booleans for property values as well.
2111
2112 * Added Scarlatti sonata test file to input/
2113
2114 * kpathsea support, courtesy Carsten Block <carsten.block@gmx.de> 
2115
2116 1.3.70
2117 ======
2118 * Fixed: long standing problem in optical-illusion code.
2119
2120 * Fixed: stop beam if stem *has* a beam in auto-beam-engraver. 
2121
2122 * Made interface of Multi_measure_rest, System_start_delimiter,
2123 Spacing_spanner, Separating_group_spanner, Beam, Slur and
2124 Rhythmic_head.
2125
2126 * Use properties for minimum distances and spring parameters.  Move
2127 spacing related functions from Paper_column into Spaceable_element.
2128
2129 * Removed most Paper_column typecasts.
2130
2131 1.3.69
2132 ======
2133
2134 * Cleanup auto-beam-engraver: use properties for retrieving timing
2135 information.
2136
2137 * Fixed: Multi measure rests don't cause crashes.
2138
2139 * Fixed: don't invoke Hara_kiri::consider_suicide too early.
2140
2141 * Fixed: property engraver.  
2142
2143 * Fixed: don't crash on multiple ties.
2144
2145 * Cleanups of Beam, should also be a little faster.  
2146
2147 * Reunite properties and pointers. In implementation we make a
2148 distinction between mutable and immutable properties
2149
2150 * Add {has|set}_interface () static methods to interface classes.
2151
2152 * Made Side_position_interface and Staff_symbol_interface an all
2153 statics class, and stripped _interface suffix.
2154
2155 * Make Align_interface and Axis_group_interface an all-statics class 
2156
2157 * Rhythmic_head, Staff_symbol, Grace_align_item, Break_align_item,
2158 Bar, Span_bar are now interfaces, Staff_bar was removed. Use a
2159 callback for determining barsize.
2160
2161 * Removed all GLUE_SCORE_ELEMENT callbacks. 
2162
2163 * Added test for repeats to trip.ly
2164
2165 1.3.68
2166 ======
2167
2168 * ly2dvi: changed back to original semantics of latexheaders.
2169
2170 * Stem_tremolo, Crescendo, Hara_kiri_group_spanner, Tuplet_spanner,
2171 Volta_spanner changed into interface.
2172
2173 * Related cleanups for Tie, Tie_column cleanups.
2174
2175 * Made Time_signature, Single_malt_grouping_item, Script_column,
2176 Chord_name, Dot_column, Breathing_sign, Key_item type into interface.
2177
2178 * Removed const declaration from callback arguments.
2179
2180 * Pagebreak support. See input/test/between-systems.ly
2181
2182 * Fixed a problem with accidentals in combination with
2183 non-nil key signatures.
2184
2185 1.3.67
2186 ======
2187
2188 * Use callbacks for augmentation dot positioning.
2189
2190 * Removed types Note_head and Rest
2191
2192 * Cleanup of slur.cc: use common reference points in a sane manner.
2193
2194 1.3.66
2195 ======
2196
2197 * Corrected text sizes in paper*.ly (Mats Bengtsson)
2198
2199 1.3.65.uu1
2200 ==========
2201
2202 * Dots, Collision, Rest_collision removed as separate Score_element type.
2203
2204 * Stem and Note_column accept only one rest.
2205
2206 * Use offset callback in Stem to resolve rest/beam collisions.
2207
2208 * Put the value of new  local key signature (accidentals) back into a property.
2209
2210 * Set molecule-callback for notename item.
2211
2212 1.3.65.jcn2
2213 ===========
2214
2215 * Added some comments to new slur code.
2216
2217 * Removed some ugly interstaff slur code, interstaff slurs at line-break
2218   are still broken.
2219
2220 * Slur bugfix: 16th beams are also beams.
2221
2222
2223 1.3.65
2224 ======
2225
2226 * Bugfix: translate volta spanner at start of line.
2227
2228 * Changed directional_element() calls to instantiations
2229 of Directional_element_interface.
2230
2231 * Removed Dynamic_line_spanner, and cleaned up Dynamic_engraver.
2232
2233 * Removed Staff_info type. Information about columns is now transferred
2234 via currentMusicalColumn and currentCommandColumn.
2235
2236
2237 1.3.64.jcn2
2238 ============
2239
2240 * Made slur attachment position user settable; properties:
2241 slurBeginAttachment slurEndAttachment, values: 'head 'stem
2242 'along-side-stem.  See input/test/slur-attachment.ly and ophee-slurs.ly.
2243
2244 * Fixed slur attachment positions, added missing rule and use simple
2245 default starting positions for attachments.
2246
2247 * Started rewrite of slur ending code, interstaff slurs are broken for
2248 now.
2249
2250 * Fixed download URL of the webpage.
2251
2252 * Moved direction.cc to flower/.
2253
2254 1.3.64
2255 ======
2256
2257 * Lyrics centered on notehead.
2258
2259 * Various bugfixes hyphen-spanner.
2260
2261 * Bugfix: set appropriate callbacks for Note_head. This fixes 
2262 problems with dots.
2263
2264 * Removed Clef_item as score-element derived type.
2265
2266 * Updated config.sub and config.guess
2267
2268 * Bugfix: allow linebreaks on beamed grace notes.
2269
2270 1.3.61.jcn2
2271 ===========
2272
2273 * Included dutch po-update based on submitted 1.3.57 nl.po
2274
2275 * Added "Development" link to website, now that "Home" is a relative link.
2276
2277 * Bugfix: use deep copies for resetting keys.
2278
2279 * Assorted typing erors in procedure names in ly/engraver.ly
2280
2281 1.3.62
2282 ======
2283
2284 * Made callbacks from Score_element::before_line_breaking() and
2285 Score_element::after_line_breaking()
2286
2287 * Fixed website; backlinks should work again.
2288
2289 * Removed --ignore-version option. Added --verbose option.
2290
2291 1.3.61
2292 ======
2293
2294 * Webpage hacking
2295
2296 1.3.60.hwn1
2297 ===========
2298
2299 * Junk int_identifier, real_identifier. Merged Midi_def_identifier and
2300 Paper_def_identifier.
2301
2302 * Fixed bug with spanning barlines in combination with Hara-Kiri staffs.
2303
2304 * Cleaned up Text_item, Hyphen_spanner, Lyric_extender and
2305 Sustain_pedal and reduced them to an Score_element interface (they are
2306 no longer Score_element derived types).
2307
2308 * Some instances of brew_molecule routines have moved out of
2309 Score_element, and are now called scheme_molecule.
2310
2311 * Moved lots of parameters from ly/params.ly to ly/engraver.ly
2312
2313 1.3.59.hwn1
2314 ===========
2315
2316 * Removed String_identifier, and use the type system of GUILE instead.
2317
2318 * Fixed \key PITCH MODALITY syntax. The modality argument is now
2319 mandatory, a rule in convert-mudela has been added.
2320
2321 * Cleaned up  buildscripts/ directory: removed obsolete scripts.
2322
2323 * Use Scheme_hash_table for identifier Scopes.  Scheme_hash_table is
2324 based on STL and should be faster than hash_table.
2325
2326
2327 1.3.59.jcn1
2328 ===========
2329
2330 * Fixed scm_un/protect_object for guile-1.3.4 and 1.3.5 snapshots,
2331   in the process reduced number of protect/unprotect calls.  With
2332   guile-1.3.5 snapshot, memory usage has decreased by 1/5th, now
2333   just 10% above the 1.2 level.  Also, Lily's a bit faster.
2334
2335 * Fixed make diff bug in stepmake to be able to make this diff :-)
2336
2337 1.3.58.hwn1
2338 ===========
2339
2340 * Rewrote key sig support.  Now key signature can also be controlled
2341 by setting keySignature and localKeySignature properties, eg.
2342
2343         \property keySignature = #'((2 . -1) ( 4 . -1) (6 . -1))
2344
2345 sets a key signature of `es ges bes' (an unusual key signature).
2346
2347 Keys are internally represented as transpositions of the c-major
2348 scale. Printing the key signature for a scale is done by filtering out
2349 all non-natural accidentals.
2350
2351 * Removed support for \keysignature, and \key something \minor; Newkey
2352 is now obsolete.
2353
2354 1.3.58.jcn3
2355 ===========
2356
2357 * Fixed pedal items (hw)
2358
2359 * Changed configure option tex-tmfdir to tmf-path now accepting multiple
2360   tfm directories.  Automated links to cmr and amstex tfm font directories.
2361
2362 * Replaced one scm_assoc () u-turn slipped through jcn1
2363
2364 * various GUILE 1.3.5 compile fixes
2365
2366 * Added `Ped' as a compound symbol font and removed silly scheme kerning.
2367
2368 * Replaced some scheme assoc u-turns with scm_assoc ()
2369
2370 * Ran po-update (mostly because of new ja contribution).
2371
2372 1.3.57.jcn2
2373 ===========
2374
2375 * Cleaned-up scheme list to text conversion for Chord_name and 
2376 fixed horizontal kerning.
2377
2378 * Added examples for american (slashed o) and jazz (black triangle),
2379   see input/test/{american-chords.ly,jazz-chords.ly}
2380
2381 * Made guile-1.3.5 compile fixes
2382
2383 1.3.57.uu1
2384 ==========
2385
2386 * Fixed typo in Dots::do_brew_molecule (); this fixes the disappearing
2387 dots problem.
2388
2389 * Rewrote key signature administration; now Scheme is used; Octave and
2390 Key have been junked in favor of Newkey.
2391
2392 * japanese .po file included (thanks, Japanese team!)
2393
2394 1.3.57
2395 ======
2396
2397 * Fixed several forgotten molecule-callbacks 
2398
2399 * Fixed first clef in score; now F clefs are also possible.
2400
2401 1.3.56.mb1
2402 =========
2403  
2404 * Updated FAQ with two useful GDB macros.
2405
2406 * Several fixes in the documentation.
2407
2408 1.3.55.jcn1
2409 ===========
2410
2411 * Made (dutch) po-update
2412
2413 1.3.56
2414 ===========
2415
2416 * Molecules are now generated via callbacks exclusively; most calls to
2417 set_elt_property ("transparent", SCM_BOOL_T) have been replaced by suicide().
2418
2419 1.3.55
2420 ======
2421
2422 * Experimental property collapse for most score-elements.  (notable
2423 exceptions: Scripts, pedals). Change all Score_element constructors to
2424 take a basic-property list. The suffix of a property list may be
2425 shared by several score-elements, for instance all default G-clefs in
2426 a score share the following settings
2427   
2428            (breakable . #t)
2429            (break-align-symbol . Clef_item)
2430            (visibility-lambda . ,begin-of-line-visible) 
2431
2432 This should reduce memory usage further. 
2433
2434 * Magically fixed the disappearing Lyrics problem.
2435
2436 * Removed used_b_ field from Score_element.  
2437
2438 * Massive search-replace patch: store pointers and properties
2439 separately, in preparation of property collapse.
2440
2441
2442 1.3.54
2443 ======
2444
2445 * Bugfix: don't crash on tuplet spanners that don't contain any notes.
2446
2447 * Cleanup of Dimension_cache: removed a few redundant
2448 fields. Slightly lower memory usage (32 bytes per
2449 score-element). Dimension_cache is now a `dumb' struct again.
2450
2451 * Add array index to priority field of text scripts to ensure that
2452 order is unique, and sensible.
2453
2454 * Added an element count statistic.
2455
2456 1.3.53
2457 ======
2458
2459 * russian.po (thank you, August.)
2460
2461 * Small cleanups in Molecule interface 
2462
2463 * Spacing related elements perform suicide after calculating
2464 distances.  This saves a some memory, approximately 2 to 5 % ?
2465
2466 * Small cleanups in line breaking: Paper_column stores springs and
2467 rods in only one place now.  All fields relating to energy have been
2468 removed
2469
2470 * Don't generate all output Scheme in memory, but evaluate to output
2471 file immediately.  This will reduce memory usage a little.
2472
2473 * Use STL's map  for Dictionary template
2474
2475 * Substitute pointers on element properties of the root Line_of_score
2476 as well.
2477
2478 * Added toplevel doc target, to support building doc with --srcdir
2479
2480 * Removed cygwin build stuff; updated versions at:
2481
2482      http://appel.dyndns.org/lilypond/gnu-windows/cross
2483
2484 * Fixed lily.scm to handle incipits (thanks, Mats)
2485
2486
2487 1.3.52
2488 ======
2489
2490 * Made bugfix in smob handling: delete the C-part of freed smobs and
2491 be honest about amount of allocation and deletion, so that GUILE
2492 doesn't overestimate the amount of memory available.
2493
2494 * Faq update: nicer blank note paper, courtesy Mats Bengtsson.
2495
2496 * Bugfix: don't crash on durations that are not a power of 2.
2497
2498 * Build manpages during `make all' 
2499  
2500 * Bugfix: don't do absolute comparisons in Polynomial::clean ().
2501
2502 * Bugfix: set visibility-lambda for key signature created by
2503 createKeyOnClefChange. Fixes disappearing key signatures. 
2504
2505 * Bugfix: make System_start_delimiter of bar-line type invisible when
2506 it spans only one staff.
2507
2508 1.3.51
2509 ======
2510
2511 * Item cleanups.  Copying items and rearranging pointers are done in
2512 separate passes, which makes the code cleaner. This fixes a problem
2513 with some items not disappearing from hara-kiri staffs.
2514
2515 * Use Scheme for Key_item data members. 
2516
2517 * Don't use regex in chord-names.scm under windows; hybrid chordnames
2518 user+calculated will be partly broken.
2519
2520 1.3.50
2521 ======
2522
2523 * Junked Shift_tuple from collision; Now it uses SCM.
2524
2525 * Bugfix of documentation and test-file of tuplet.
2526
2527 * Bugfix type string of repeated music is copied. This fixes declared
2528 tremolos.
2529
2530 * Junked various cruft from lily.scm
2531
2532 * Use interfaces symbols instead of C++ class-name for assigning generic
2533 element properties.
2534
2535 * Junked Dictionary from Piano_pedal_engraver and
2536 Piano_pedal_performer.
2537
2538 * Introduced boolean element property no-spacing-rods: ignore this
2539 item for hard constraints.
2540
2541 * Bugfix: added sanitised TeX fragment in faq.texi
2542
2543 * Bugfix: merge equal Bar_reqs
2544
2545 1.3.48.uu1
2546 ==========
2547
2548 * Small fixes for \cresc and \endcresc
2549
2550 * Release properties of unbroken spanners & items after doing
2551 handle_broken_smobs (); should conserve a little memory.
2552
2553 * Fixed handling of orphaned score-elements. Any element that does
2554 not have its Line_of_score as a ancestor in both directions, is silently
2555 removed from the output.  This guarantees that programming errors
2556 don't result in coredumps from Dimension_cache::common_refpoint ():
2557 element->line_l () is always a common reference point.
2558
2559 * Bugfix: set visibility-lambda of clef and octavation-8 explicitly
2560 for default case.  Now the octavation 8 is not printed at every
2561 barline.
2562
2563 1.3.48.mb1
2564 ===========
2565
2566 * Changed noteHeadStyle properties to symbols, for example
2567   \property Voice.noteHeadStyle = #'cross
2568
2569 1.3.47.jcn3
2570 ===========
2571
2572 * Rewrite of chord-name production in scheme.  There are two major styles
2573   now, banter and american.  To get american style, use
2574
2575       \property ChordNames.chordNameStyle = "american"
2576  
2577   Most anything should be possible now.  See input/test/american-chords.ly
2578
2579 * Added isinf check to configure.in, and isinf macro from guile to
2580   bezier.cc; solaris has no isinf ().
2581
2582 * Fixed star-spangled-banner with not-so-nice \bar "|." fix.  Almost
2583   perfect now.
2584
2585 * Added output property to regression test.
2586
2587 * Fixed warning of creating existing outdir.
2588
2589 * Added `Mark' interface to text-items that are marks (thanks, HW).
2590
2591 1.3.48
2592 ======
2593 1.3.47.mb2
2594 ===========
2595
2596 * Corrected glossary.tely
2597
2598 * Corrected \mark font handling. feta-nummer font only of the 
2599   string is all numeric.
2600
2601 * Implemented noteHeadStyle lookup in Guile. Reintroduced the style
2602   "harmonic" and added "baroque" (normal note shapes except for 
2603   brevis and longa which are square).
2604
2605 * Simplified ly2dvi using the power of the geometry package.
2606
2607 * Improved heuristic size calculation of TeX macros. Handles e.g.
2608   "\\u{a}", "\\"{o}" and "\\^{u}" correctly.
2609
2610 1.3.47.hwn1
2611 ===========
2612
2613 * Bugfix: don't hang on zero-duration.
2614
2615 * Various glossary updates (thanks, Christian)
2616
2617 1.3.47
2618 ======
2619
2620 1.3.46.jcn2
2621 ===========
2622
2623 * Drastically reduced vertical space used by headers/footers, when using
2624   ly2dvi.  See input/test/fill-a4.ly.
2625
2626 * Fixed bug with colons appearing on repeat span-bars.
2627
2628 * Added Bar_number_engraver to standard Score context
2629
2630 * Construct octavation scripts in the clef-engraver; this fixes the
2631 hara-kiri + clef8 problem
2632
2633 1.3.46
2634 ======
2635
2636 1.3.45.jcn2
2637 ===========
2638
2639 * Fixed chord-name customisation and made small chord-name build fixes.
2640
2641 * Accidentals with chord-names smaller and as superscript.
2642
2643 * Do some extra footify (works only once) while making html docs.  
2644
2645 1.3.45.hwn1
2646 ===========
2647
2648 * Debian patch (Thanks Anthony)
2649
2650 * Rewrote Bar_number_engraver and Mark_engraver and removed
2651 Bar_script_engraver as baseclass. Both Bar_number_engraver and
2652 Mark_engraver are simpler and more robust.
2653
2654 * Fixed precedence of \property verticalDirection and dynamicDirection
2655
2656 * Fixed keys without barlines 
2657
2658 * Fixed StaffGroups: removing `\consistsend "Axis_group_engraver"'
2659 puts alignment in function again
2660
2661 * Fixed StaffGroup + GrandStaff combination.
2662
2663 * Music is now mandatory as the first thing in a \score{} block
2664
2665 1.3.45
2666 ======
2667 1.3.44.jcn2
2668 ===========
2669
2670 * Implemented una-chorda and sostenuto piano pedals in performer and engraver.
2671
2672 * Added Properties textScriptWordSpace and chordNameWordSpace.
2673
2674 * Junked old lyrics in star-spangled-banner.
2675
2676 * Added a Piano_pedal_engraver.
2677
2678 * Removed some empty files.
2679
2680 * Created piano pedal symbols: * - . P e d.
2681
2682 * Fixed ps-to-pfa.py to handle multiple unfills.
2683
2684 * Moved accordion symbols out of feta-script to end of font.
2685
2686 * Bugfix: don't create tfm's, pfa's etc of feta-test fonts.
2687
2688 * Fixed blot_diameter for small resolutions.
2689
2690 1.3.43
2691 ======
2692
2693 * Put global element list into Line_of_score, instead of
2694 Paper_score. post processing (the stage after line breaking) is now
2695 truly done per-system, and we got rid of an ugly hack to get font
2696 handling OK.
2697
2698 * Bugfix: set the group-interface of System_start_delimiter.
2699
2700 * Cleanups of Break_algorithm and derived classes, Move
2701 broken_col_range () to Line_of_score, remove Paper_score::col_l_arr_
2702
2703 * Bugfix for accordion symbols.
2704
2705 * Various patches to prevent crashing when do_brew_molecule gets
2706 called before after_line_breaking (). This was a problem in Spanner
2707 classes mostly.
2708
2709 1.3.43
2710 ======
2711
2712 1.3.42.jcn3
2713 ===========
2714
2715 * Made a quick try at piano pedal performer, damper pedal only.
2716
2717 * mf/feta-accordion.mf: Fixed strange turning paths.
2718
2719 * mf/feta-beugel.mf: Fixed infinity errors.
2720
2721 * Use a more discriptive name for windows setup.zip.
2722
2723 * mf/GNUmakefile: Have logs as last target, so that normally, they're 
2724 not made twice.
2725
2726 * stepmake/stepmake/metafont-rules.make: Don't remove the .log files.
2727 The logs are a target, removing them retriggers make.
2728
2729 * stepmake/stepmake/metapost-rules.make: Remove the correct log and tfm
2730 files, ie the ones that clutter the source directory, not the target logs.
2731
2732 * Windows distribution: faked symlink for cmtfm.  Setup.zip should now be
2733 standalone; ie, no need for Cygnus' usertools anymore.
2734
2735 1.3.42.jbr1
2736 ===========
2737   
2738 * Documentation/ntweb: Updated angels.ly to match current syntax.
2739 Also updated index.texi.
2740
2741 1.3.42.uu1
2742 ==========
2743
2744 * Change all occurances of Staff_margin_engraver to
2745 Instrument_name_engraver, add a convert-mudela rule
2746
2747 * Change status == busy assert into programming error
2748
2749 1.3.42
2750 ======
2751
2752 1.3.41.jcn3
2753 ===========
2754
2755 * Lots of fixes to windows distribution scripts.
2756
2757 * Added configuration features --program-prefix, --program suffix.
2758
2759 * lily/my-lily-parser.cc (get_chord): Bugfix, don't use deleted pitch.
2760 This fixes inversions c/g and bass additions d/+c on chords.
2761
2762 1.3.41.mb1
2763 ==========
2764
2765 * Avoid that xxxXXXVerticalExtent is used for empty HaraKiriStaff
2766   lines.
2767
2768 1.3.41.hwn1
2769 ===========
2770
2771 * Debian patches (thanks Anthony!)
2772
2773 * Use symbols for prefatory matter spacing. Do not use the typename
2774 for looking up item pairs in the table, but read element property
2775 break-align-symbol
2776
2777 * Instrument_name_engraver, uses break alignment instead of
2778 side-position.
2779
2780 * System_start_delimiter_engraver, System_start_delimiter, uses a
2781 spanner for the braces/brackets at the left of the system. Remove all
2782 old Span_score_bar engravers.
2783
2784 * Removed Base_span_bar_engraver::use_prority_b_, and moved
2785 Base_span_bar_engraver into Span_bar_engraver.
2786
2787 1.3.40.jcn3
2788 ===========
2789
2790 * mutopia/Coriolan/violino-2.ly: Bugfix: wrong pitch.
2791
2792 * input/test: Removed stale AutoStaffSwitch examples.
2793
2794 * mutopia/E.Satie: Fixed gnossiene-4, doing \autochange.  Removed
2795 stale copy of gnossiene-4.
2796
2797 * buildscripts/make-cygwin-cross.sh: Made some small .zip package fixes.
2798
2799 * make/lilypond.spec.in: Made some bugfixes for _prefix, preparations
2800 for cross-building to Cygwin.
2801
2802 * buildscripts/make-cygwin-cross.sh: Now using rpm packages.
2803
2804 1.3.40.hwn2
2805 ===========
2806
2807 * added \property XXXMinimumVerticalExtent, \property XXXExtraVerticalExtent
2808
2809 * New_chord_tremolo_engraver: make tremolo beams from
2810
2811         \repeat "tremolo" NUMBER <Music-expression>
2812
2813 Removed support for "old-style" tremolos.
2814
2815 * Add a convert-mudela function for the conversion "\key A;" to "\key a; 
2816
2817 * Read \property measurePosition within the engraver code, instead of
2818 looking up the Timing_translator.
2819
2820 * star-spangled-banner.ly: add Bar_engraver to LyricsVoice 
2821
2822 * Changed all .fly and .sly files to .ly files.  Propose to dump .fly
2823 and .sly.
2824
2825 1.3.40
2826 ======
2827
2828 1.3.39.jbr1
2829 ===========
2830
2831 * buildscripts/mf-to-table.py: feta dep files are now opened with write
2832   binary option.  This avoids carriage return linefeed problems and
2833   windows while not affecting unix.
2834
2835 * Documentation/hacking.texi: Fixed a texinfo syntax error
2836
2837 * stepmake/bin/package-zip32.sh: Fixed or Removed some legacy, 1.2.x,
2838   directory paths.
2839
2840 * Documentation/ntweb/index.texi: Fixed broken links, added 1.3.39 links.
2841
2842 1.3.39.hwn1
2843 ===========
2844
2845 * Glossary updates by Christian Mondrup.
2846
2847 * Bugfix: use generic properties in lyrics too. This fixes the
2848 \property textStyle for lyrics.
2849
2850 * Score_element::preset_extent(), used by \property
2851 XXXVerticalExtent, so hard code the size of a vertical group. 
2852
2853 * Don't fix up reference points for originals of broken
2854 spanners. Fixes spurious "orphaned score-element" warnings.
2855
2856 * buildscripts/make-cygwin-cross.sh: Use rx-1.5 instead of regex (Jeffrey).
2857
2858 * scm/lily.scm: Fixed check for Windows: by default don't use scm regex.
2859
2860 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: Significantly smaller
2861 patch for guile.
2862
2863 * buildscripts/make-cygwin-cross.sh: Compile native package GNU regex,
2864 which should fix Windows problems with guile.  Also added input directory
2865 to zip file.
2866
2867 * stepmake/aclocal.m4: Added decent checking for version of guile, and 
2868 fixed warning message.
2869
2870 * lily/lexer.ll (My_lily_lexer): Bugfix: lookup chordmodifiers in the
2871 chord-modifier table (not in the pitch list).
2872
2873 1.3.39
2874 ======
2875
2876 1.3.38.hwn2
2877 ===========
2878
2879 * General cleanups of My_lily_parser. 
2880
2881 * Start of a Chord_tremolo_iterator for the `\repeat 4 "tremolo"'
2882 syntax.
2883
2884 * Moved Score_element::do_space_processing out of the dependency
2885 mechanism.
2886
2887 * Use Scheme for notename tables.  Removed uppercase letters for low
2888 octave notes. Removed Notename_table.
2889
2890 * Fixed core dump with declared "\key  ; "
2891
2892 * Extra robustness warning for Side_position_interface::aligned_on_self ()
2893
2894 * Extra robustness: make sure that first and last columns are breakable.
2895         
2896 1.3.38.jcn4
2897 ===========
2898
2899 * stepmake/aclocal.m4: Added support for cross-compiling with guile.
2900
2901 * buildscripts/make-cygwin-cross.sh: A try at dropping cygwin1.dll
2902  dependency by using mingw.  Compiling guile is too much to ask
2903  for mingw, though.  Also:
2904  - rename python scripts .py (request from Alain)
2905  - install native packages under their own, separate root. (Alain)
2906
2907 * lily.scm: Don't use regex module when running on
2908 Windows. (Shamus)
2909
2910 * lily/staff-margin-engraver.cc (acknowledge_element): If
2911 possible, hang y-axis of margin script to span-bar.  This fixes
2912 vertical placement of margin scripts attached to staff groups.
2913
2914 * help2man-rules.make: Fixes for generating manpages by copying
2915 and for building using --scrdir.
2916
2917 * stepmake/stepmake/generic-targets.make: Preserve date stamp of
2918 config.h, version.hh files file when copying.
2919
2920 * buildscripts/make-cygwin-cross.sh: made number of fixes:
2921         - add `Cygnus/' prefix to directories in .zip-file too.
2922         - package guile too.
2923         - don't link to cygwin1.dll
2924
2925 * stepmake/stepmake/install-targets.make: bugfix, don't fail if directory
2926   is not emty when uninstalling.
2927         
2928 * stepmake/stepmake/generic-targets.make: added man target.
2929
2930 * buildscripts/make-cygwin-cross.sh: new script for cross-building cygwin
2931   development tools and lilypond executable.
2932
2933 * Documentation/ntweb/lilypond-manpages.patch: provide pre-built
2934   manpages, so that make doesn't fail on help2man trying to execute
2935   a GNU/windows executable.     
2936
2937 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: new patch for
2938   guile-1.3.4.  
2939
2940 * flower/libc-extension.cc (memmem): cygwin compile fix.
2941
2942 1.3.38
2943 ======
2944
2945 1.3.37.hwn1
2946 ===========
2947
2948 * (generic-property.scm) added \property tieDash to set dashing on
2949 ties.
2950
2951 * Removed  ly_eval_str(), we should use scm_eval (Scm_object).
2952
2953 * Removed scm_to_array (), array_to_scm (), associated junk. Reverted
2954 undocumented .29 patch that made Bezier::control_ into an
2955 Array<Offset>.  Added some comments documenting the reasons for the
2956 changes.
2957
2958 * Revert generic-property.scm of .37 fix, fix the real problem in
2959 property-engraver.cc: use the right symbol to check if element
2960 property is already set.
2961
2962 1.3.37.jcn2
2963 ===========
2964
2965 * Fixed srcdir build, so that you can do:
2966
2967       tar xzf releases/lilypond-x.y.z
2968       mkdir <build>
2969       cd <build>
2970       ../lilypond-x.y.z/configure
2971       make
2972
2973   as with any other gnu package.  All build output goes to <build>/out.
2974
2975 * Changed and fixed use of different configurations, and different output
2976   directories.  Finally, you can use different configurations alongside
2977   eachother.  From make/stepmake.make:
2978
2979       # Use alternate configurations alongside eachother:
2980       #
2981       #     ./configure --enable-config=debug
2982       #     make conf=debug
2983       #
2984       # uses config-debug.make and config-debug.h; output goes to out-debug.
2985       #
2986
2987       # Use same configuration, but different output directory:
2988       #
2989       #     make out=www
2990       #
2991       # uses config.make and config.h; output goes to out-www.
2992       #
2993
2994
2995 * Fixed performance of (de)crescendi.
2996
2997 * Better documentation for arithmetic_multiplier and arithmetic_basicspace
2998   in params.ly.
2999
3000 * Added instrument-equaliser for MIDI output, see scm/midi.scm, and
3001   properties midiMinimumVolume, midiMaximumVolume, ranges [0,1].
3002
3003 * Changed absolute midi volume settings into factor of full scale.
3004
3005 * Fixed another dynamic-line-spanner bug, it gets hairy.
3006
3007 * Added warning for spanners that are not fully contained in parent spanner.
3008
3009
3010 1.3.37
3011 ======
3012 1.3.36.hwn1
3013 ===========
3014
3015 * Abstract Align_element into Align_interface. Removed
3016 Axis_align_{item,spanner}, Align_element, Super_element, all multiple
3017 inheritance in the backend.
3018
3019 * new Gade score, INSTALL.texi fixes (thanks, Mats)
3020
3021 * Removed Item::hpos_f (), Score_element::{get,set}_real ()
3022
3023 * comments detailing properties for Axis_group_interface,
3024 Side_position_interface, Score_element, Item and Spanner
3025
3026 1.3.36.jcn3
3027 ===========
3028
3029 * Fixed vertical dimensions of elements in dynamic line spanner by adding
3030   axis-group to dynamic line spanner.
3031
3032 * Bugfix: line-spanner lasts always full duration of (de)crescendi.
3033
3034 * Bugfix: broken (de)crescendi on a dynamic-line-spanner.
3035
3036 * Bugfix: compilation dynamic-engraver.
3037
3038 * Added and updated a faq about postscript and ghostscript.
3039
3040 * Fixed order of slurVerticalDirection verticalDirection in
3041   generic-property.scm.  Similar fixes for Stem, Tie, etc.
3042
3043 * Added a Text_engraver to GraceContext.  Maybe it was removed on
3044   purpose: scripts on grace notes seem broken, they appear on the
3045   main note.
3046
3047 * Bugfix: volume effect of (de)crescendi was sometimes wrong way round.
3048
3049 1.3.36
3050 ======
3051 1.3.35.hwn1
3052 ===========
3053
3054 * textEmptyDimension changed into textNonEmpty, default: off,
3055 ie. texts don't occupy space.
3056
3057 * Use STL map for Lookup::lookup_p_tab_p_
3058
3059 * Abstracted Axis_group_element into Axis_group_interface, and removed
3060 Axis_group_element. This eliminates some multiple inheritance in the
3061 backend
3062
3063 1.3.35.jcn1
3064 ===========
3065
3066 * Added minimum-space property to Side_position_interface.  Used in
3067   positioning of Volta_spanner: voltaMinimumSpace.
3068
3069 * Fixed and cleaned-up volta-spanner.
3070
3071 * Moved directional-element.cc -> directional-element-interface.cc
3072
3073 * Renamed all `process_requests' to `process_music', which fixes
3074   midi performance.
3075
3076 * Fixed dimensions (more x-y interchanges) of brace, bracket and
3077   volta-spanner.
3078
3079 * Half-assed fix to get similar vertical placement of orphaned vs.
3080   line-spanned dynamic elements.
3081
3082 * Added property bracketCollapseHeight: the minimal size of a staff bracket
3083   that will be typeset.  Smaller brackets will not be displayed.  This
3084   fixes the (in 1.3.x reintroduced) funny duck-beak-bracket-bug (sorry).
3085
3086 * Removed some dissonant chords from Coriolan
3087
3088 1.3.35
3089 ======
3090
3091 * Removed Documentation/programmer directory 
3092
3093 1.3.34.jcn3
3094 ===========
3095
3096 * Small enhancements to Staff_margin_engraver:
3097    - by default, the marginScript left aligns the text
3098    - to set the text style, use property marginScriptTextStyle
3099    - to change the alignment, use property marginScriptHorizontalAlignment
3100      (centred and right alignment require manual padding settings).
3101
3102 * Print a friendly message if the manual pages failed to build.
3103
3104 * Bugfix: dynamicDirection now overrides verticalDirection setting.
3105
3106 * Warning messages and nl.po
3107
3108 * Fixed vertical alignment for all dynamic items and (reluctantly)
3109   reinstated old directional behaviour for orphaned dynamics.
3110
3111 * Finished maximumRestCount property.
3112
3113 1.3.34
3114 ======
3115 1.3.33.hwn2
3116 ===========
3117
3118 * Print key without setting key, syntax "\key ;". General cleanups of
3119 key-item.
3120
3121 * Add paragraph tags in HTML output of mudela-book.  Music fragment
3122 don't run into the text anymore.
3123
3124 * Bugfix: don't align the first line of text. (Lookup::text ()).
3125
3126 * Abstract away data members of Axis_group_element, Align_element
3127
3128
3129 1.3.33.jcn3
3130 ===========
3131
3132 * Added helpful properties instrumentScriptPadding/instrScriptPadding for
3133   Staff_margin_engraver.
3134
3135 * Removed some empty files, substituted (c) 1999 occurrences.
3136
3137 * Added \property maximumRestCount.  It will prevent showing (or actually:
3138   moving in case of a collision) more than maximumRestCount similar rests.
3139   WIP!
3140
3141 * Rewrote Staff_margin_engraver.  Staff margin texts now hang on a new
3142   breakable item: Left_edge_item.
3143
3144 * Fixed vertical alignment for dynamic elements.  Orphaned dynamic items
3145   (not supported by a Dynamic_line_spanner) still collide with Staff,
3146   although they now have staff support, which was supposed to fix this.
3147
3148 * Fixed Staff_margin_engraver for "instrument", "instr" is still broken.
3149
3150 * Dynamic elements are only put in a Dynamic_line_spanner if there
3151   actually is more than one adjacent note-column with a dynamic.
3152   This breaks the fine looks of all dynamics, again :-)
3153
3154
3155
3156
3157 1.3.33
3158 ======
3159
3160 1.3.32.hwn3
3161 ===========
3162
3163 * Experiment: use STL map for Scheme_hash_table; Is there a speedup?
3164
3165 * Bugfix: print brace iso. bracket for Piano / GrandStaff
3166
3167 * Change naming: change do_post_processsing into after_line_breaking,
3168 do_pre_processsing into before_line_breaking and do_process_requests
3169 into do_process_music.
3170
3171 * Bugfix in hash-table.hh: do quadratic probing, and not cubic probing.
3172
3173 * Display property name for type error.
3174
3175 * Cleanups for Dynamic_engraver and Dynamic_line_spanner.
3176
3177 * Warn if last column in score is musical. Helps catch programming errors.
3178
3179 * Spanner::spanned_drul_ now is private. 
3180
3181 * Rewrote some bar code: moved molecule functions out of Lookup.
3182
3183 1.3.32.jcn3
3184 ===========
3185
3186 * Embedded newlines in text items are now allowed.  This helps avoiding
3187   TeX-hacking in some cases.  See input/test/coriolan-margin.ly
3188
3189 * Fixed stupid x-y interchange bug for staff-bracket.  This fixes
3190   placement of staff-brackets.
3191
3192 * Fixed bracket/arch-thickness interchange bug, and made bracket a bit
3193   thinner.
3194
3195 * Fixed slur/bezier-beautiful name mismatch.  This should fix the steep
3196   slurs that were apparently reintroduced in 1.3.29.
3197
3198 * Made some small fixes to Coriolan.
3199
3200 * Removed duplicate lily/output-property-engraver.hh.
3201
3202 * Removed optional use of vanilla spanner in Dynamic_engraver.
3203
3204 * Fixed (measured) tremolo for Stem and Beam. Merged declarations
3205   stem-engraver.hh and chord-tremolo-engraver.hh into their .cc
3206   implementation file.  Also fixed looks of Chord tremolo, input and
3207   implementation is still ugly.
3208
3209 * Added *.yy and *.ll to TAGS, to that tags-find-replace doesn't omit
3210   parser and lexer.
3211
3212 1.3.31.mb1
3213 =========
3214
3215 * Fixed \specialkey and \normalkey. Updated documentation.
3216
3217 1.3.32
3218 ======
3219 1.3.31.jcn5
3220 ===========
3221
3222 * Fixed and cleaned-up Dynamic_engraver.  Optionionally uses vanilla
3223   spanner instead of Dynamic_line_spanner.
3224
3225 * Made gcc-2.95 compile fix in libc-extension.
3226
3227 * Various fixes to Coriolan, score starts to look acceptable.
3228
3229 * Moved optional text of crescendo into Crescendo spanner.  Fixed horizontal
3230   and vertical alignment of dynamics.
3231
3232 * Added new text crescendo spanners to Coriolan and made some fixes.
3233   If you're using timidity, use the -EO option to prevent notes get
3234   stuck.  I'm not sure whose fault this is, Lily's MIDI output may be
3235   stretching the standard a bit.
3236
3237 * Adjacent dynamic markings are now grouped on a horizontal line, but it's
3238   not perfect yet: they're always below the staff and no horizontal spacing
3239   is done.  Also, character metrics of dynamics are still not used.
3240   See: input/test/crescendi.ly and input/test/dyn-line.ly
3241
3242 * Cleaned up Span_dynamic_performer.
3243
3244 1.3.31
3245 ======
3246 1.3.30.mb1
3247 =========
3248
3249 * Fixed the page layout, reintroducing space for the header and
3250   trying to keep piece titles on the same page as the piece.
3251   The header and footer can now contain several lines.
3252
3253 1.3.30.jcn3
3254 ===========
3255
3256 * Lily now also performs crescendi and decrescendi in MIDI output:
3257   Span_dynamic_performer in a slightly crappy way.
3258
3259 * Added preliminary support for crescendi/decrescendi other than `hairpins',
3260   eg: `cresc. poco `a poco -- -- --'
3261
3262 * Made MIDI tie performance fix.
3263
3264 1.3.30.jcn2
3265 ===========
3266
3267 * Lily now performs absolute dynamics in MIDI output.
3268
3269 * Included David's comments on opus47 in TODO.
3270
3271 1.3.30.jcn1
3272 ===========
3273
3274 * More Coriolan: flute-1,2; oboe-1,2; clarinet-1,2; 
3275   fixes and remainder french horn-1,2; trombone-1,2;
3276   fagotto-1,2; timpani; and several fixes.
3277   
3278 1.3.30.uu1
3279 ==========
3280
3281 * Remove some old doco from programmer/ and put on personal homepage.
3282
3283 * Removed union-find from flower library.
3284
3285 * Only quantise tie horizontal part inside the staff.
3286
3287 1.3.30
3288 ======
3289 1.3.29.hwn1
3290 ===========
3291
3292 * Report type errors for \property. Helps with converting 1.2 input
3293
3294 * Use Scheme for Align_element; fixed graceAlignPosition 
3295 and removed \property alignmentReference in the process.
3296
3297 * Use generic properties for lyrics too.  This fixes \property
3298 Lyrics.textStyle
3299
3300
3301 * Add relative distance for constraints between non-column items.
3302
3303 * Automatic \marks: use "\mark ; ". The mark numbers or letters are
3304 increased automatically.
3305
3306 * Translators now only change properties of their own context. This
3307 removes the 2nd argument to Translator::get_property()
3308
3309 * Bugfix for Metapost mode
3310
3311 1.3.29.uu1
3312 ==========
3313
3314 * Updates of glossary  (Christian Mondrup)
3315
3316 * Bugfix with bar number placement
3317
3318 * Moved links to bibliography/ and misc/ to main index.
3319
3320 1.3.29
3321 ======
3322
3323 * Moved Slur-specific code from Bezier_bow to Slur and Slur_bezier_bow.
3324   Slurs are now calculated just once.
3325
3326 * Bezier_bow gets constants from paper.  Still no sensible solution for
3327   magic asymmetry gradient step constants.
3328
3329 * Reinstantiated tangent-controls, more flexible than ever.  You can choose
3330   between area asymmetry and tangent-controls.  My guess is, tangent controls
3331   will be junked in 1.3.30.
3332
3333 * Slur area: only look at x-gradient.
3334
3335 * Added credits for some symbols of as5/9 fonts.
3336
3337 * Bugfix: don't make almost flat slurs, change in de-uglyfy slur.  
3338
3339 * Bugfix: midi2ly put out recent version (ugh).
3340
3341 1.3.28.hwn2
3342 ===========
3343
3344 * Bugfix: don't forget to process staffSpace and numberOfStaffLines
3345 properties.
3346
3347 * Removed Gade score. To appear (shortly?) on Mutopia. 
3348
3349 * Make Bar_script_engraver look for typeVisibilityFunction (eg
3350 property barNumberVisibilityFunction). Changed the names of the Scheme
3351 functions to be understandable. See input/test/bar-script-visibility.ly
3352
3353 * rewrite of class Molecule. It has now reached the ultimate quality
3354 plateau. All molecule data is now shared.
3355
3356 1.3.28
3357 ======
3358
3359 * Update of the glossary by Christian Mondrup 
3360
3361 * Moved horn-concerto-3 out of tarball to private website, removed
3362 W.A.Mozart subdirectory.
3363
3364 1.3.27.hwn1
3365 ===========
3366
3367 * Bugfix: don't make giant ties if the horizontal part of tie is near
3368 the center.
3369
3370 * Small optimizations to be a little more careful with mem usage. 
3371
3372 * Website change: put all examples in one directory.
3373
3374 * Removed Atom as a separate type.  Now use SCM, and since we use
3375 function composition, Atoms are immutable, so they don't have to be
3376 copied. This makes life easier, hopefully this is quicker and uses
3377 less memory.
3378
3379 1.3.27.jcn1
3380 ===========
3381
3382 * Bezier_bow: minimise_enclosed_area
3383
3384 1.3.27
3385 ======
3386
3387 1.3.26.hwn4
3388 ===========
3389
3390 * Tuplet-spanner slope calculation now looks better on tupletted rests
3391 (patch courtesy Laurent Martelli)
3392
3393 * Bugfix (Staff_performer::new_instrument_str ()) check type of
3394 \property "instrument"
3395
3396 * New mechanism for breaking lines: do not copy & prune the element
3397 property list separately, but combine these steps. Dramatically
3398 reduces memory usage for large scores.
3399
3400 1.3.27
3401 ======
3402 1.3.26.jcn2
3403 ===========
3404
3405 * Bugfix: font used in volta-spanner calculation.
3406
3407 * Added simple selection list to webpage, inspired by sawmill.
3408  
3409 * Devised kludge for ascii 5 character font pitches.
3410  
3411 * Substitutions: interline, 1997,1998, @stack.nl and small typo fixes.
3412
3413 1.3.26.hwn1
3414 ===========
3415
3416 * Plug memory leaks related to Moment:
3417   - Spacing_engraver::do_pre_move_processing ()
3418   - make_rational ()/make-rational
3419   - Paper_column::Paper_column ()
3420
3421 * Plug memory leak in Paper_outputter::output_{String,Real,int}_def()
3422
3423 * Plug memory leak in Score_engraver::set_columns ()
3424
3425 * Plug memory leak in Scheme_hash_table::set()
3426
3427 * Plug memory leak in Score_element::molecule_extent ()
3428
3429 * Bugfix: don't crash if a slur doesn't span anything.
3430
3431 * Bugfix: don't crash if doing beams without a staff symbol.
3432
3433 * Generic element property setting:
3434
3435         \outputproperty #predicate #'symbol = #value
3436
3437 Will set the element property symbol to value, for any elements that
3438 return true for PREDICATE.  This allows you to virtually tweak *ANY*
3439 property of the output. Example in input/test/generic-output-property.ly
3440
3441 1.3.26
3442 ======
3443
3444 * lilypond as as2ly: --help and --version to stdout.  Regular identify 
3445   to stderr.  This fixes help2man's manpage generation.
3446
3447 * configure: substitute full path for perl and guile in scripts.
3448
3449 * Added ascii slur and volta.  There seems to be a Lily bug in volta placement.
3450
3451 * Bugfix: default font now user settable
3452
3453 * as2text: handle plain ascii font, read from stdin, you can now do:
3454
3455   echo "\time 4/4; g''1 g2 g4. g8" | lilypond -f as -i init-as.fly - | as2text
3456
3457 1.3.25.hwn1
3458 ===========
3459
3460 * Bugfix: second half of broken ties now are displayed again.
3461
3462 * Bugfix: add clef to the support of 8 text in the G_8 clefs. Center
3463 it horizontally on the clef.
3464
3465 * Added Tie_column spanner. Ties in tied chords now get proper directionsa.
3466
3467 * Bugfix: unbroken repeat barlines now work, eg. |:
3468
3469 * Added Request_iterator to make more flexible constructions possible.
3470
3471 1.3.25
3472 ======
3473 * as2text: catch missing font/character errors, added default font, set text.
3474
3475 * New ascii fonts and glyphs: as5 as-numeral4 as-braces9
3476
3477 * Ascii output, minimal support:
3478   - AsciiScript Fonts: mf/*.af
3479   - Init files: ly/*-as.*ly 
3480   - AsciiScript translation to text: scripts/as2text.scm
3481   - input/test/as.fly input/test/as1.fly
3482   - Output support: lily/lily.scm
3483   - Try:
3484       lilypond -f as -i init-as.fly input/test/as.fly
3485       as2text as.as
3486
3487 1.3.24.hwn1
3488 ===========
3489
3490 * The horizontal part of ties will avoid collision with staff lines.
3491
3492 * Plugged memory leak: don't protect Atom function.
3493
3494 * Lookup cleanups. Made lots of functions static. Moved some code out
3495 of Lookup.
3496
3497
3498
3499 1.3.24.hwn1
3500 ===========
3501
3502 * Bugfix: ly2dvi.py exits succesfully when encountering --help and
3503 does not delete any of the file_ly*.tex.
3504
3505 * Added header and footer support in ly2dvi.py
3506
3507 1.3.24
3508 ======
3509
3510 * Added a ROADMAP file explaining the source directory layout.
3511
3512 * Minor tweak in the feta 6 and 9 numeral
3513  
3514 * Moved files from lib/ to flower/
3515
3516 * Removed Note_head_side class.
3517
3518 * Updated the webpage to be a little more chatty. 
3519
3520 * Small Local_key_engraver optimization: only lookup timing engraver once.
3521
3522 * Fixed dashed slurs
3523
3524 * Rewrite of Slur code.  Be much more picky about slur shapes. We try
3525 to offset the slur instead of bending it too much
3526
3527 * Look at stem directions for tie direction.
3528
3529 * Compound multimeasure rests. Put measures_i_ variable in an element
3530 property.  Made the symbol a lot wider.
3531
3532 * Time signature small cleanups.
3533
3534 1.3.22.hwn2
3535 ===========
3536
3537 * Symbols opposite to stem (eg marcato) now get the proper glyph in up
3538 version.
3539
3540 * Breathing marks now have a direction by default.
3541
3542 * Do set generic script properties.
3543
3544 * Also put tuplet brackets under notes.
3545
3546 * Score_element_info: only store origin of element, but not the path
3547 to parent translators. Saves a little memory, and removes some complexity.
3548
3549
3550 1.3.22.hwn1
3551 ===========
3552
3553 * Autobeaming in time sigs that don't have 1/4 beats fixed.
3554
3555 * (De)crescendi should now work. (Thanks Michael)
3556
3557 * Better error reporting for conflicting time signatures.
3558
3559 * Line_number_engraver: output locations of note head
3560 definitions. Very handy when entering complicated scores.
3561
3562 * Rewrote multi measure rest support: now they are entered as spanners
3563 (\commandspanrequest \start "rest"). RXXXX is an abbreviation for
3564
3565   { \commandspanrequest \start "rest"
3566     SXXXX
3567     \commandspanrequest \stop "rest"
3568   }
3569
3570 * Removed support of percent style repetitions. 
3571
3572 * Put texts outside the staff.
3573
3574 1.3.21.mb1
3575 ==========
3576 * Getopt bugfix: don't assert on certain errors.
3577
3578 * ly2dvi: Remove unnecessary space for the page headers.
3579
3580 * Bugfix convert-mudela
3581
3582 1.3.21.hwn1
3583 ===========
3584
3585 * Bugfix in lilypond-mode.el: eval-buffering now uses file name and
3586 not buffer name.
3587
3588 * Scrapped tupletVisibility property. Now use tupletNumberVisibility,
3589 tupletBracketVisibility, with Scheme value #t, #f or 'if-no-beam.
3590 \property tupletInvisible will stop all tuplet spanner creation.
3591
3592 * Don't go berserk if tuplet spanner is on only one column.
3593
3594 * Use SCMs & Smobs for Molecules & atoms.  This uses less
3595 scm_(un)protect_object () calls, so the output stage should be faster.
3596
3597 * Added \property tupletSpannerDuration, to make multiple tuplet signs
3598 with one \times.
3599
3600 * Some programming Errors in spacing are now caught. Lily does not
3601 hang when encountering degenerate springs.
3602
3603 * Allow beams to start and end over rests
3604
3605 1.3.19.hwn2
3606 ===========
3607 * Fix disappearing clefs when clefs are not printed with a barline.
3608
3609 1.3.20.jcn2
3610 ==========
3611
3612 * SCM properties beamHeight and beamVerticalposition now use half-spaces:
3613   input/test/beam-control.fly
3614 * Added \context Voice to .fly and .sly; the default \context Staff is almost
3615   never what you expect
3616 * Fixed decision for .sly/.fly in lilypond-mode.
3617
3618 1.3.19.hwn1
3619 ==========
3620
3621 * Clean up font-metric hierarchy, use Adobe AFM code to parse AFM files.
3622 Cleanup mf-to-table.py
3623
3624 * Fixed embarassing slur bug.
3625
3626 1.3.19.jcn1
3627 ==========
3628
3629 * lilypond-mode.el: guess init file for lily-*-region, lily-mode-map bindings
3630
3631 1.3.18.uu2
3632 ==========
3633
3634 * lilypond-mode.el for emacs supersedes mudela-mode.el 
3635
3636 * Tuplet spanners don't collide with encompassing notes. 
3637
3638 * Gobbled Adobe parseAFM* code, for future use.
3639
3640 * Big 1999 to 2000 search/replace.
3641
3642 * Big interline to staff_space search/replace for mf files.
3643
3644 * Removed Bow class, and split code into Tie and Slur
3645
3646 * Don't put scripts on grace notes.
3647
3648 * Font_metric uses SCM for name field.
3649
3650 * Various compilation fixes.
3651
3652 1.3.17.jcn2
3653 ===========
3654
3655 * Bugfix: beams with less than one (visible) stem
3656
3657 * small fixes to pa.ly
3658
3659 1.3.17.jcn1
3660 ===========
3661
3662 * Fixed bug that made multi-measure rest barnumber counts go wild.
3663 (even more scm2int/int2scm mixups!)
3664
3665 * mutopia/J.S.Bach/pa.ly: organ score (for my father)
3666
3667 * small fix to mutopia/J.S.Bach/Duette/violino-ii.ly
3668
3669 1.3.17.hwn2
3670 ===========
3671
3672 * Remove Paper_def calls in bezier-bow.cc
3673
3674 * Remove data members of Tuplet_spanner,  Volta_spanner
3675
3676 * hang_on_clef, property hangOnClef removed
3677
3678 * Bar::type_str_ mode into element property `glyph'. Use a Scheme
3679 function to determine breaking behavior.
3680
3681 * More Scheme typechecking.
3682
3683 * Be strict about the difference between strings and symbols for conversion.
3684
3685 * Fixed bug that made 1st line offset to right fixed. Bugfix courtesy
3686 Laurent Martelli.
3687
3688 * Partial French translation, courtesy Laurent Martelli.
3689
3690 * Small corrections in NL translation. 
3691
3692 1.3.17.hwn1
3693 ===========
3694
3695 * Added mensural note heads (noteHeadStyle = "mensural") Additionally,
3696 we have a longa note head.  noteHeadStyle = "harmonic" is not
3697 supported anymore. (for now, that is)  
3698
3699 * Reference manual update. Document \properties with examples
3700
3701 * fix mudela-book --help
3702
3703 * Use element properties for Text_item::text_str_, Clef_item::symbol_,
3704 Key_item::c0_position_
3705
3706 * Clef_engraver general cleanup. Use alists (\property
3707 supportedClefTypes, clefPitches) for clef types.
3708
3709 * Use progress_indication () for progress. Don't include <iostream.h> directly 
3710 Don't include <string.h>, <math.h> from headers.
3711
3712
3713 1.3.16.hwn1
3714 ===========
3715
3716 * \property stemCentered (boolean): centers stem on note head. See
3717 input/test/stem-centered.ly
3718
3719 * input/trip.ly, small test of lots of features.
3720
3721 * \property Staff.collisionMergeDotted: merge equal noteheads
3722 with different dot count. See input/test/collision-merge-dotted.fly
3723
3724 * Dotted rest bugfix 
3725
3726 * Don't crash if a slur does not span any notes.
3727
3728 * Volta repeats fixed.
3729
3730 * cleanup of Note_heads_engraver
3731
3732 * removed dots_i_ member of Dots
3733
3734 1.3.16.jcn1
3735 ===========
3736 * Fixed cross staff slurs.  It seems that cross-staff sign
3737   was swapped.
3738
3739 1.3.15.hwn1
3740 ===========
3741
3742 * Fixed bug in stem code.  Stem in chords works again.  Small
3743 stem cleanups.
3744
3745 * Use element properties for Staff_symbol.
3746
3747 * \property sparseTies (boolean).  Only make one tie in the
3748 middle for tied chords.
3749
3750 * Junked Directional_spanner, Column_info.
3751 Directional_element now is element interface `Directional_element_interface'
3752
3753 * cleanup: use to_boolean () iso. gh_boolean_p && gh_bool2scm
3754
3755 pl 15.jcn4
3756         - removed old notename2scm conversion
3757         - beam-dir-algorithm through scm
3758         - bfs paper-scm
3759 gv      - bf: knee-stemlengths
3760
3761 pl 15.jcn3
3762         - moved poor man's stem arrays to scm
3763         
3764 pl 15.jcn2
3765         - beam quanting using scm lists
3766
3767 pl 14.hwn1jcn1
3768         - chord-name uses scm members
3769         - bfs: knee with different mults, interstaff knee, auto-knee
3770
3771 **********
3772 pl 14.hwn1
3773         - specialize duration.cc for lily, move out of lib/
3774         - stem cleanup
3775         - more SCM typechecking
3776         - stafflineleading -> staff_space
3777         - bf: rod distances.
3778         - junk some unused code.
3779         
3780 pl 13.hwn2
3781         - paper/score column cleanups. Junk Score_column type
3782
3783 pl 13.hwn1
3784         - Bezier_bow/Bezier cleanups
3785         - bf: rest under beam.
3786         
3787 pl 13.jcn2
3788         - untangled Chord_name (item) and Chord (list-of-pitches)
3789         
3790 pl 13.jcn1
3791         - bezier-bow fix
3792
3793 **********
3794 pl 12.hwn1
3795         - polynomial.hh
3796         - bf: generic properties
3797         - quantise_iv () fix.
3798         - bezier cleanup
3799         - class Polynomial 
3800         - use smobs for font metric tables/hashes.
3801         - nl.po bf
3802
3803 **********
3804 pl 11.jcn3
3805         - small beam fixes (interstaff knees still broken)
3806
3807 pl 11.hwn1
3808         - bf: dots
3809         - bf: harmonic note heads
3810         - revise stem, notehead, rest
3811
3812 pl 11.jcn2
3813         - included missing scm,ly updates
3814         - bf: urg to_dir () takes scm..
3815         - bf's: if (Foo b = bar != 1)
3816         - beam cleanup
3817
3818 *********
3819 pl 10.uu1
3820         - various small bfs
3821         - bf: alignment reversed
3822         - Staff_symbol_referencer -> Staff_symbol_referencer_interface
3823         - bf: staccato pos
3824         - Knee fixes (thanks, Jan)
3825
3826 pl 10.jcn2
3827         - fixes for invisible beamed stems
3828         - removed steminfo from properties, don't cache Stem_info
3829
3830 pl 10.jcn1
3831         - steminfo to properties
3832         - dropped internote dim for stem-beams
3833
3834 *********
3835 pl 9.hwn1
3836         - abstracting Staff_symbol_referencer to an interface.
3837         - quantised_position for staccato dots.
3838         - standchen fixes
3839         - junk Score_element::do_{width,height}: set callbacks directly.
3840         - merge Score_element, Graphical_element
3841         - merge Axis_group_element, Graphical_axis_group
3842         - junk pointer fields from Score_element derived classes
3843         - junk obsolete do_substitute_dependency code.
3844
3845 **********
3846
3847 pl 8.hwn2
3848         - staff-support for Crescendi.
3849         - padding for accidentals.
3850         - cascading offset callbacks
3851
3852 pl 8.hwn1
3853         - note-head-side 
3854         - naming Staff_sidify -> Side_position_interface
3855
3856 ***********
3857
3858 pl 7.mb1
3859         - bf: timeSignatureStyle works again
3860
3861 pl 7.hwn1
3862         - Dirk Latterman key/mmrest patches
3863         - Offset callbacks in Dimension_cache
3864         - Junked Staff_side_*
3865         - Staff_sidify: interface class.
3866         - prelude-{1,2} fixes.
3867
3868 ***********
3869 pl 6.uu2
3870         - bf: PS font selecting.
3871
3872 pl 6.uu1
3873         - bf: ls-latex
3874         - mudela-book --no-pictures
3875         - bf: ly2dvi
3876         - convert-mudela: beamAuto moment syntax. 
3877
3878 pl 6.jcn3
3879         - fixed scm output
3880
3881 pl 6.jcn2
3882         - half-baken ly-gulp-file in scm
3883         - resurrected scm output through guile
3884
3885 pl 5.mb1
3886         - bf: version of init.sly, init.fly
3887         - Clarify necessary version of texinfo
3888         - bf: texi files, minor errors and syntax compatible with 
3889           older makeinfo
3890
3891 pl 6.jcn1
3892         - bf: scm output
3893
3894 *******
3895
3896 pl 5.hwn2
3897         - Bach preludes: mutopification
3898         - dots are Directional_element too; use \property dotDirection
3899         - moved some stuff out of Lookup
3900         - bf: dots
3901         - font selection mechanics changed.
3902
3903 pl 5.uu1
3904         - bf: smob allocation (thanks David!)
3905
3906 pl 5.hwn1
3907         - junked \shape. Now use #'margin-shape 
3908         - timing: one_beat -> \property beatLength
3909         - bf convert-mudela
3910
3911 ************
3912
3913 pl 4.uu1
3914         - input/test/ \property fixes.
3915         - gcc 2.95 fix
3916
3917 pl 4.hwn1
3918         - Break_align_engraver,
3919         break align order from  \property breakAlignOrder
3920         - junked Score_priority_engraver
3921         - moved Time_description into Timing_translator
3922         - use properties for timing, see input/test/timing.fly
3923         * removed \cadenza ; now use \property Score.timing
3924         * \property measurePosition
3925         * \property measureLength
3926         * \property currentBarNumber
3927         - Note_name_engraver , \context NoteNames
3928
3929
3930 pl 4.jcn1
3931         - junked some chord guessing code
3932         - bf: lookup size (-1) for chord-name accidentals
3933         - bf: ly2dvi's MFINPUTS setting
3934
3935 *************
3936 pl 2.jcn3
3937         - chords:
3938           * Chord is item
3939           * junked TeX hacking
3940           * configurable with styled strings from scm
3941           * fixes: dim, /no X, tonic != C
3942
3943 pl 2.jcn2
3944         - chords from  scm 
3945
3946
3947 pl 3.hwn2
3948         - visibility-lambdas into default elt properties SCM.
3949         - clef types in SCM
3950         - verticalDirection properties now in SCM.
3951
3952 pl 3.hwn1
3953         - move position_i_ into Staff_symbol_referencer
3954         - move dir_ into Directional_element baseclass
3955
3956 ****************
3957
3958 pl 2.hwn1
3959         - bf: dynamic style.
3960         - prepare to move dir_ into SCM. 
3961
3962 pl 2.jcn2
3963         - chord fixes: 
3964            * inversion request: no inversion guessing for chord entry
3965            * bass request: c/+b to add bass note not part of chord
3966            * -dim modifier works on all thirds
3967            * colon iso dash as tonic/modifier-additions separator
3968            * C:m5- displays as "Cdim"
3969            * C:m5-7- displays as "Co"
3970
3971 pl 2.jcn1
3972         - moved bracket vars to params
3973         - reverted broken lilypond-devel
3974
3975 *************
3976 pl 1.uu1
3977         - David's patches:
3978         * mfplain.mp detection
3979         * Graphical_element::common_refpoint() robuster.
3980         * fixes for mudela-mode.el
3981         - Dirk's patches:
3982         * key signature placement,
3983         * tied accidentals.
3984
3985 pl 1.hwn2
3986         - extra-offset elt property.
3987         - junked Chord_tremolo
3988
3989 pl 1.hwn1
3990         - changed calling convention for {get,set,remove}_elt_property()
3991         - rm'd some mutopia examples.
3992
3993 *******
3994 pl 0.hwn2,1
3995       - Generic properties and Property_engraver. Moved most of the
3996 properties.
3997
3998 0.lu1
3999         - resurrected midi2ly
4000
4001 0.jcn1
4002         - bf: lyrics lexer
4003         - reverted mup2ly revert
4004
4005 pl 3.uu1:
4006         - frontport of 1.2.17 patches.
4007
4008 **********
4009
4010 1.3.0:
4011
4012 pl 15.hwn2
4013         - loads of bfs.
4014
4015 pl x.jcn3
4016         - another workaround: reset buffer state for scm_ftell ()
4017         - workaround for broken scm_ftell ()
4018
4019 pl 15.hwn1
4020         - \properties are now SCM s, junk Scalar type
4021         - use SCM for strings in parser.
4022         - Moment derived from Rational. Moment may be smobified.
4023
4024 pl 15.jcn4
4025         - direct #... to scm parser  (Thanks to Gary Houston)
4026
4027