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