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