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