]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
patch::: 1.5.27.jcn1
[lilypond.git] / ChangeLog
1 2001-12-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * make/lilypond-vars.make: 
4         * scripts/ly2dvi.py (setup_environment): 
5         * scripts/lilypond-book.py (setup_environment): Also set tex
6         memory options.
7
8 2001-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9
10         * VERSION: 1.5.27 released.
11
12         * Documentation/user/refman.itely (Bar numbers): added bar number
13         documentation.
14
15         * scm/font.scm (make-style-sheet): Fixes to make staff-sizes work
16         again.
17
18 2001-12-22  Mats Bengtsson  <matsb@matsb@s3.kth.se>
19
20         * tex/lilyponddefs.tex: Make sure interscorelinefill=1 doesn't
21         spread the last few lines all over the last page of a score.
22
23 2001-12-24  Han-Wen  <hanwen@cs.uu.nl>
24
25         * lily/third-try.cc: 3rd try at revising spacing
26         engine. Not yet finished.
27
28         * lily/paper-column.cc (brew_molecule): print debugging marks on a
29         paper-column.
30
31         * lily/tie-engraver.cc (class Tie_engraver): Use busyGrobs for
32         collecting past note heads.
33
34         * lily/note-heads-engraver.cc (try_music): Remove end_mom_
35         stuff.
36
37         * lily/grob-pq-engraver.cc (class Grob_pq_engraver): New file, new
38         class. Keep a queue of grobs that are still playing in busyGrobs. 
39
40         * lily/lyric-combine-music-iterator.cc (get_busy_status): New
41         function. Use busyGrobs to detect playing notes.
42         
43 2001-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
44  
45         * Documentation/topdocs/INSTALL.texi: Added note about broken
46         python-2.1.  Updated note for Debian's broken (well, broken for
47         our use anyway) tex configuration.
48         
49         * scripts/lilypond-book.py (re_dict): python2.2 fix.
50         
51         * stepmake/stepmake/c++-rules.make ($(outdir)/%.hh): 
52         ($(outdir)/%.cc): Adapted to bison-1.30; added bison < 1.30 fix.
53         
54         * scripts/lilypond-book.py (bounding_box_dimensions): Bugfix.
55         (But left margin of png's still misses a few pixels.  Arg.)
56         
57 2001-12-16  Heikki Junes  <hjunes@cc.hut.fi>
58
59         * lilypond-mode.el (LilyPond-command-next-midi): Make
60         possible to kill midi-process (using "C-c C-m").
61
62 2001-12-14  Han-Wen  <hanwen@cs.uu.nl>
63
64         * scripts/lilypond-book.py (LatexPaper.set_geo_option):
65         Convert strings with dimensions to numbers.
66
67         * lily/volta-engraver.cc:  only make a  bracket for the top staff,
68         as found in stavesFound. 
69
70         * lily/bar-number-engraver.cc: remove staff administration. 
71
72         * lily/mark-engraver.cc (acknowledge_grob): remove staff
73         administration. This breaks support for invisible-staff.
74
75         * lily/staff-collecting-engraver.cc: new engraver. Collects staff
76         symbols into stavesFound.
77
78         * lily/score-engraver.cc (acknowledge_grob): Acknowledge spacing
79         grobs, and put them into columns.
80
81         * lily/engraver-group-engraver.cc (acknowledge_grobs): Include the
82         Engraver_group_engraver as a potential candidate for ack'ing grobs.
83
84 2001-12-13  Heikki Junes  <hjunes@cc.hut.fi>
85
86         * lilypond-mode.el (LilyPond-command-next-midi): Play next (or last)
87         midi section in the Emacs-mode, so it is possible to play certain
88         score in a multiscore lilypond-file.
89          
90 2001-12-09  Rune Zedeler  <rune@zedeler.dk>
91         * lily/lily-guile.cc: Added ly_assoc_front_x() and ly_assoc_cdr()
92         (FIXME: not accessible from guile)
93         
94         * lily/accidental-engraver.cc: rewrote accidental-routines to get
95         better support for Kurt Stone's suggestions.
96         Removed properties: noResetKey, forgetAccidentals, autoReminders,
97                             lazyKeySignature.
98         Changed property:   localKeySignature.
99         Added properties:   extraNatural, autoAccidentals,
100                             autoCautionaries.
101         (BUGFIX: broken-tie-support destroyed in 1.5.16)
102         
103         * ly/property-init.ly: added commands
104         \defaultAccidentals \modernAccidentals \modernCautionaries
105         \noResetKey \forgetAccidentals
106
107         * ly/engraver-init.ly: Correct initialization of new accidentals.
108         
109         * scm/translator-property-description.scm: The new properties
110         added.
111         
112         * input/: Some examples added, some changed.
113         
114         * Documentation/regression-test.tely: Added quick test of new
115         accidentals.
116
117 2001-12-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
118
119         * scripts/lilypond-book.py (scan_latex_preamble): don't crash if
120         header not found
121
122 2001-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
123
124         * lily/beam.cc (before_line_breaking): Make beams  without stems
125         or with only one stem disappear.
126
127 2001-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
128
129         * bibtools/bib2html.py: Add simple bib2html convertor, and .bst
130         files to have standardised HTML bibliography output. Update build
131         docs to reflect this.
132
133         * lily/include/simple-spacer.hh (struct Simple_spacer): add
134         active_count_, so that we don't have to look for active springs
135         anymore.
136
137         * scm/interface-description.scm,scm/grob-property-description.scm:
138         Add 'penalty
139
140         * lily/simple-spacer.cc (solve): Handle forced line breaks
141         here. Fixes problems when combining linebreaks with non-fitting
142         line configurations
143
144 2001-12-05  Jan Nieuwenhuizen  <janneke@gnu.org>
145
146         * 1.4.9.jcn3 forward ports.
147         
148         * Really included .cvsignore.
149
150         * Included Han-Wen's uu1 windows fixes.
151
152         * Bugfix: lilypond-profile.sh: append to GS_FONTPATH, GS_LIB.
153
154         * Added Cygwin setup.hint
155
156         * Removed tex, python wrappers and postinstalls to go with Cywgin's
157         tetex/texmf, python installations.
158
159         * Updated cygwin installer.
160
161         * ly2dvi: Don't accept filenames with spaces (+ fix).
162
163 2001-12-03  Han-Wen  <hanwen@cs.uu.nl>
164
165         * ly/engraver-init.ly (VoiceContext): fix text engraver ordering.
166
167         * lily/translator-def.cc: Remove manual symbol caching.
168
169         * lily/script-column.cc (before_line_breaking): robustness check:
170         don't crash if no direction set.
171
172         * scripts/pmx2ly.py: Key and clef change support (Laura Conrad)
173
174         * scripts/pmx2ly.py (Parser.parse_header): more generic header
175         parsing.
176
177
178 2001-12-01  Han-Wen  <hanwen@cs.uu.nl>
179
180         * lily/note-head.cc (head_extent): added to compute width without
181         ledger lines. By default, ledger lines take up width now.
182
183         * input/regression/fingering.ly: demonstrate auto fingering.
184         Horizontal placement is still buggy. 
185         
186         * lily/fingering-engraver.cc (class Fingering_engraver):
187         added. Provides support for horizontal fingering scripts
188
189         * lily/include/grob.hh: Naming: change parent_l() into get_parent()
190
191         * lily/side-position-interface.cc (add_staff_support): add staff
192         only for Y-axis side positions.
193
194         * lily/parser.yy (request_chord): Fix mem leak.
195
196         * lily/musical-request.cc (transpose): moved to Music::transpose()
197
198         * lily/include/grob-info.hh: Change music pointer to SCM, so we
199         can store grobs as grob-creation cause as well.
200
201         * lily/group-interface.cc (add_thing): efficiency tweak: reuse
202         handle when adding. Use precomputed symbols throughout lily.
203         
204         * lily/rhythmic-column-engraver.cc: make NoteSpacing grobs to keep
205         track of spacing issues.
206
207         * lily/separating-line-group-engraver.cc: make StaffSpacing grobs
208         to keep track of staff spacing
209
210 2001-11-30  Jan Nieuwenhuizen <janneke@gnu.org>
211
212         * Rewrote new conditional guile >= 1.5 compilation switches, to keep
213           code clean from conditionals and have a concentrated sets of
214           compatitility fixes for old guile versions.
215
216         * Fixes for guile 1.4, including embedded ps.
217
218 2001-11-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
219
220         * lily/stanza-number-engraver.cc (process_music): allow pairs as
221         well for markup texts.
222
223         * lily/musical-request.cc (length_mom): kludge for null pointer.
224
225         * scm/sketch.scm (sketch-output-expression): guile 1.4 compatibility
226
227         * scm/lily.scm (sign): bugfix
228
229         * CHANGES: Change log instated.
230
231         * stepmake/add-html-footer.py: @BRANCH@ tag insertion.
232