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