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