]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
patch::: 1.5.25.rz1: accidentals 1.5.25.rz1
[lilypond.git] / ChangeLog
1 2001-12-09  Rune Zedeler  <rune@zedeler.dk>
2         * lily/lily-guile.cc: Added ly_assoc_front_x() and ly_assoc_cdr()
3         (FIXME: not accessible from guile)
4         
5         * lily/accidental-engraver.cc: rewrote accidental-routines to get
6         better support for Kurt Stone's suggestions.
7         Removed properties: noResetKey, forgetAccidentals, autoReminders,
8                             lazyKeySignature.
9         Changed property:   localKeySignature.
10         Added properties:   extraNatural, autoAccidentals,
11                             autoCautionaries.
12         (BUGFIX: broken-tie-support destroyed in 1.5.16)
13         
14         * ly/property-init.ly: added commands
15         \defaultAccidentals \modernAccidentals \modernCautionaries
16         \noResetKey \forgetAccidentals
17
18         * ly/engraver-init.ly: Correct initialization of new accidentals.
19         
20         * scm/translator-property-description.scm: The new properties
21         added.
22         
23         * input/: Some examples added, some changed.
24         
25         * Documentation/regression-test.tely: Added quick test of new
26         accidentals.
27
28 2001-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
29
30         * bibtools/bib2html.py: Add simple bib2html convertor, and .bst
31         files to have standardised HTML bibliography output. Update build
32         docs to reflect this.
33
34         * lily/include/simple-spacer.hh (struct Simple_spacer): add
35         active_count_, so that we don't have to look for active springs
36         anymore.
37
38         * scm/interface-description.scm,scm/grob-property-description.scm:
39         Add 'penalty
40
41         * lily/simple-spacer.cc (solve): Handle forced line breaks
42         here. Fixes problems when combining linebreaks with non-fitting
43         line configurations
44
45 2001-12-05  Jan Nieuwenhuizen  <janneke@gnu.org>
46
47         * 1.4.9.jcn3 forward ports.
48         
49         * Really included .cvsignore.
50
51         * Included Han-Wen's uu1 windows fixes.
52
53         * Bugfix: lilypond-profile.sh: append to GS_FONTPATH, GS_LIB.
54
55         * Added Cygwin setup.hint
56
57         * Removed tex, python wrappers and postinstalls to go with Cywgin's
58         tetex/texmf, python installations.
59
60         * Updated cygwin installer.
61
62         * ly2dvi: Don't accept filenames with spaces (+ fix).
63
64 2001-12-03  Han-Wen  <hanwen@cs.uu.nl>
65
66         * ly/engraver-init.ly (VoiceContext): fix text engraver ordering.
67
68         * lily/translator-def.cc: Remove manual symbol caching.
69
70         * lily/script-column.cc (before_line_breaking): robustness check:
71         don't crash if no direction set.
72
73         * scripts/pmx2ly.py: Key and clef change support (Laura Conrad)
74
75         * scripts/pmx2ly.py (Parser.parse_header): more generic header
76         parsing.
77
78
79 2001-12-01  Han-Wen  <hanwen@cs.uu.nl>
80
81         * lily/note-head.cc (head_extent): added to compute width without
82         ledger lines. By default, ledger lines take up width now.
83
84         * input/regression/fingering.ly: demonstrate auto fingering.
85         Horizontal placement is still buggy. 
86         
87         * lily/fingering-engraver.cc (class Fingering_engraver):
88         added. Provides support for horizontal fingering scripts
89
90         * lily/include/grob.hh: Naming: change parent_l() into get_parent()
91
92         * lily/side-position-interface.cc (add_staff_support): add staff
93         only for Y-axis side positions.
94
95         * lily/parser.yy (request_chord): Fix mem leak.
96
97         * lily/musical-request.cc (transpose): moved to Music::transpose()
98
99         * lily/include/grob-info.hh: Change music pointer to SCM, so we
100         can store grobs as grob-creation cause as well.
101
102         * lily/group-interface.cc (add_thing): efficiency tweak: reuse
103         handle when adding. Use precomputed symbols throughout lily.
104         
105         * lily/rhythmic-column-engraver.cc: make NoteSpacing grobs to keep
106         track of spacing issues.
107
108         * lily/separating-line-group-engraver.cc: make StaffSpacing grobs
109         to keep track of staff spacing
110
111 2001-11-30  Jan Nieuwenhuizen <janneke@gnu.org>
112
113         * Rewrote new conditional guile >= 1.5 compilation switches, to keep
114           code clean from conditionals and have a concentrated sets of
115           compatitility fixes for old guile versions.
116
117         * Fixes for guile 1.4, including embedded ps.
118
119 2001-11-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
120
121         * lily/stanza-number-engraver.cc (process_music): allow pairs as
122         well for markup texts.
123
124         * lily/musical-request.cc (length_mom): kludge for null pointer.
125
126         * scm/sketch.scm (sketch-output-expression): guile 1.4 compatibility
127
128         * scm/lily.scm (sign): bugfix
129
130         * CHANGES: Change log instated.
131
132         * stepmake/add-html-footer.py: @BRANCH@ tag insertion.
133