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