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