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