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