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