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