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