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