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