]> git.donarmstrong.com Git - lilypond.git/blob - CHANGES
release: 1.3.15
[lilypond.git] / CHANGES
1 pl 14.hwn1
2         - specialize duration.cc for lily, move out of lib/
3         - stem cleanup
4         - more SCM typechecking
5         - stafflineleading -> staff_space
6         - bf: rod distances.
7         - junk some unused code.
8         
9 pl 13.hwn2
10         - paper/score column cleanups. Junk Score_column type
11
12 pl 13.hwn1
13         - Bezier_bow/Bezier cleanups
14         - bf: rest under beam.
15         
16 pl 13.jcn2
17         - untangled Chord_name (item) and Chord (list-of-pitches)
18         
19 pl 13.jcn1
20         - bezier-bow fix
21
22 ***********
23 pl 12.hwn1
24         - polynomial.hh
25         - bf: generic properties
26         - quantise_iv () fix.
27         - bezier cleanup
28         - class Polynomial 
29         - use smobs for font metric tables/hashes.
30         - nl.po bf
31
32 ************
33
34 pl 11.jcn3
35         - small beam fixes (interstaff knees still broken)
36
37 pl 11.hwn1
38         - bf: dots
39         - bf: harmonic note heads
40         - revise stem, notehead, rest
41
42 pl 11.jcn2
43         - included missing scm,ly updates
44         - bf: urg to_dir () takes scm..
45         - bf's: if (Foo b = bar != 1)
46         - beam cleanup
47
48 ************
49 pl 10.uu1
50         - various small bfs
51         - bf: alignment reversed
52         - Staff_symbol_referencer -> Staff_symbol_referencer_interface
53         - bf: staccato pos
54         - Knee fixes (thanks, Jan)
55
56 pl 10.jcn2
57         - fixes for invisible beamed stems
58         - removed steminfo from properties, don't cache Stem_info
59
60 pl 10.jcn1
61         - steminfo to properties
62         - dropped internote dim for stem-beams
63
64 **********
65 pl 9.hwn1
66         - abstracting Staff_symbol_referencer to an interface.
67         - quantised_position for staccato dots.
68         - standchen fixes
69         - junk Score_element::do_{width,height}: set callbacks directly.
70         - merge Score_element, Graphical_element
71         - merge Axis_group_element, Graphical_axis_group
72         - junk pointer fields fromScore_element derived classes
73         - junk obsolete do_substitute_dependency code.
74
75 **********
76
77 pl 8.hwn2
78         - staff-support for Crescendi.
79         - padding for accidentals.
80         - cascading offset callbacks
81
82 pl 8.hwn1
83         - note-head-side 
84         - naming Staff_sidify -> Side_position_interface
85
86 ***********
87
88 pl 7.mb1
89         - bf: timeSignatureStyle works again
90
91 pl 7.hwn1
92         - Dirk Latterman key/mmrest patches
93         - Offset callbacks in Dimension_cache
94         - Junked Staff_side_*
95         - Staff_sidify: interface class.
96         - prelude-{1,2} fixes.
97
98 ***********
99 pl 6.uu2
100         - bf: PS font selecting.
101
102 pl 6.uu1
103         - bf: ls-latex
104         - mudela-book --no-pictures
105         - bf: ly2dvi
106         - convert-mudela: beamAuto moment syntax. 
107
108 pl 6.jcn3
109         - fixed scm output
110
111 pl 6.jcn2
112         - half-baken ly-gulp-file in scm
113         - resurrected scm output through guile
114
115 pl 5.mb1
116         - bf: version of init.sly, init.fly
117         - Clarify necessary version of texinfo
118         - bf: texi files, minor errors and syntax compatible with 
119           older makeinfo
120
121 pl 6.jcn1
122         - bf: scm output
123
124 *******
125
126 pl 5.hwn2
127         - Bach preludes: mutopification
128         - dots are Directional_element too; use \property dotDirection
129         - moved some stuff out of Lookup
130         - bf: dots
131         - font selection mechanics changed.
132
133 pl 5.uu1
134         - bf: smob allocation (thanks David!)
135
136 pl 5.hwn1
137         - junked \shape. Now use #'margin-shape 
138         - timing: one_beat -> \property beatLength
139         - bf convert-mudela
140
141 ************
142
143 pl 4.uu1
144         - input/test/ \property fixes.
145         - gcc 2.95 fix
146
147 pl 4.hwn1
148         - Break_align_engraver,
149         break align order from  \property breakAlignOrder
150         - junked Score_priority_engraver
151         - moved Time_description into Timing_translator
152         - use properties for timing, see input/test/timing.fly
153         * removed \cadenza ; now use \property Score.timing
154         * \property measurePosition
155         * \property measureLength
156         * \property currentBarNumber
157         - Note_name_engraver , \context NoteNames
158
159
160 pl 4.jcn1
161         - junked some chord guessing code
162         - bf: lookup size (-1) for chord-name accidentals
163         - bf: ly2dvi's MFINPUTS setting
164
165 *************
166 pl 2.jcn3
167         - chords:
168           * Chord is item
169           * junked TeX hacking
170           * configurable with styled strings from scm
171           * fixes: dim, /no X, tonic != C
172
173 pl 2.jcn2
174         - chords from  scm 
175
176
177 pl 3.hwn2
178         - visibility-lambdas into default elt properties SCM.
179         - clef types in SCM
180         - verticalDirection properties now in SCM.
181
182 pl 3.hwn1
183         - move position_i_ into Staff_symbol_referencer
184         - move dir_ into Directional_element baseclass
185
186 ****************
187
188 pl 2.hwn1
189         - bf: dynamic style.
190         - prepare to move dir_ into SCM. 
191
192 pl 2.jcn2
193         - chord fixes: 
194            * inversion request: no inversion guessing for chord entry
195            * bass request: c/+b to add bass note not part of chord
196            * -dim modifier works on all thirds
197            * colon iso dash as tonic/modifier-additions separator
198            * C:m5- displays as "Cdim"
199            * C:m5-7- displays as "Co"
200
201 pl 2.jcn1
202         - moved bracket vars to params
203         - reverted broken lilypond-devel
204
205 *************
206 pl 1.uu1
207         - David's patches:
208         * mfplain.mp detection
209         * Graphical_element::common_refpoint() robuster.
210         * fixes for mudela-mode.el
211         - Dirk's patches:
212         * key signature placement,
213         * tied accidentals.
214
215 pl 1.hwn2
216         - extra-offset elt property.
217         - junked Chord_tremolo
218
219 pl 1.hwn1
220         - changed calling convention for {get,set,remove}_elt_property()
221         - rm'd some mutopia examples.
222
223 *******
224 pl 0.hwn2,1
225       - Generic properties and Property_engraver. Moved most of the
226 properties.
227
228 0.lu1
229         - resurrected midi2ly
230
231 0.jcn1
232         - bf: lyrics lexer
233         - reverted mup2ly revert
234
235 pl 3.uu1:
236         - frontport of 1.2.17 patches.
237
238 **********
239
240 1.3.0:
241
242 pl 15.hwn2
243         - loads of bfs.
244
245 pl x.jcn3
246         - another workaround: reset buffer state for scm_ftell ()
247         - workaround for broken scm_ftell ()
248
249 pl 15.hwn1
250         - \properties are now SCM s, junk Scalar type
251         - use SCM for strings in parser.
252         - Moment derived from Rational. Moment may be smobified.
253
254 pl 15.jcn4
255         - direct #... to scm parser  (Thanks to Gary Houston)