]> git.donarmstrong.com Git - lilypond.git/blob - CHANGES
patch::: 1.5.5.jcn1
[lilypond.git] / CHANGES
1 1.5.5.jcn1
2 ==========
3
4 * Updated input/bugs.
5
6 1.5.5
7 =====
8
9 1.5.4.jcn2
10 ==========
11
12 * Spelling fixes, notably staffs->staves, except for ChangeLogs.
13
14 * Removed `Default' from accidental comment names.
15
16 * Compile fixes.
17
18 * Fixed off by one error for point and click.
19
20 * Website fixes, found bug in grace note stem lengths.
21
22 1.5.4.hwn1
23 ==========
24
25 * Ancient font update [WARNING FONTS CHANGED!] (Juergen Reuter)
26
27 * New_spacing_spanner: revised spacing generation.
28
29 * Default neutral direction set to down. 
30
31 * Junk hash table  from flowerlib
32
33 * Bugfix: grace nesting error
34
35 * Bugfix: don't try schedule next bar when were on a grace moment.
36
37 * Bugfix: set measurePosition especially for music starting with
38 grace.
39
40 1.5.3.hwn1
41 ==========
42
43 * midi2ly bugfixes: don't print ';' in .ly output.
44
45 * small cleanup of input/bugs/
46
47 * bugfix: nested grace notes; added input/regression/grace-nest.ly
48
49 * Bugfix: add double alterations to keyAccidentalOrder (Mats)
50
51 * Fixes for PostScript beams and stems.
52
53 1.5.2.hwn1
54 ==========
55
56 * Starting pagenumber (Mark Hindley)
57
58 * Ancient font patch (Juergen Reuter) [WARNING: FONT UPDATE!]
59
60 * Bugfix: don't  put grace beams on non grace notes, and vice versa.
61
62 * etf2ly:
63   - miserable try at importing repeatbars and volta brackets;
64   - import articulation defs (IX tag)
65   - revamped file reading logic. Now much cleaner.
66
67 * Experimental regular-spacing support: try to space regular runs of
68 notes equidistantly.
69
70 1.5.2.jcn2
71 ==========
72
73 * Flex is fixed in Debian/unstable.  Update documentation accordingly.
74
75 * Guile 1.3.4 compile fix.
76
77 * Add trill line type, see input/test/trill.ly.
78
79 * Dvips bugs workarounds:
80   - Draw filledbox in tex for now.  Test ps code using
81
82      lilypond -e '(define ps-testing 1)'
83
84   - Extend stems only half way into beam.
85
86 * Change order of includes in tex/lilyponddefs.tex so that feta font
87 can be used a little easier, like:
88
89     title="TeX \fetachar\fetasharp"
90
91 * Update stepmake/bin config.sub, config.guess.
92
93 1.5.2
94 =====
95
96 1.5.1.hwn1
97 ==========
98
99 * small bugfixes for grace-init.ly
100
101 * Bugfix: don't mess up spacing when combining different tuplets.
102
103 * Small bugfixes for lilypond-mode.el.
104
105 * property-init.ly: bugfix for dot directions in polyphonic music.
106
107 1.5.1.jcn3
108 ==========
109
110 * Bugfix: text2html: escape entities inside <pre>.
111
112 * Added some template .ly's for evaluation.
113
114 * Make blot work without -fps too.
115
116 * Use blot diameter for postscript beams and boxes.
117
118 * Guile-1.5.0-cvs updates and Guile-1.4.x compatibility.
119
120 * Beam knee fix.
121
122 * Now really included lexer-gcc-3.0.patch.
123
124 * Make Voice context accept Thread again; this fixes MIDI output for music
125 that uses Thread contexts.
126
127 * Removed debug printing from chord-name.scm.
128
129 1.5.0
130 =====
131 1.5.0.jcn1
132 ==========
133
134 * Added feature to ly2dvi to find feta pfa font files used in a
135 postscript file to make printing of direct postscript a bit easier:
136
137     lilypond -fps input/trip.ly
138     cat $(ly2dvi -f trip.ps) trip.ps | lpr
139
140 * Reincluded 1.4.3.jcn2.
141
142 * Website fixes.
143
144 * Ly2dvi now leaves .tex and .latex output if latex fails, and cleans
145 the temp dir if anything fails.
146
147 * Fixes for windows scripts.
148
149 1.5.0.uu1
150 =========
151
152 * Hara kiri and span-bar.
153
154 * Junk old grace stuff.
155
156 * Don't crash on grace notes in MIDI output.
157
158
159
160 1.5.0
161 =====
162
163 * experimental grace notes:
164   - add grace timing to Moment
165   - hack to Sequential_music_iterator to use the correct timing for
166 the note before a grace
167   - change the implementation of \grace construct
168   - property set/unset (eg. font size) is done through startGraceMusic
169 and stopGraceMusic
170   - various engraver fixes to deal with the fact that the
171 main-time-moment may remain the same during several steps.
172   - Change column creation logic in score-engraver. 
173
174 * Bugfix: don't crash when \name not set in \translator block.
175
176 * rename ly/*.ly to ly/*-init.ly (except language files) to avoid
177 name clashes
178
179 * deprecate Property_engraver, add Font_size_engraver to Staff, Voice
180 and Thread.
181
182 * Change mailing list address: *gnu-music*@gnu.org becomes
183 *lilypond*@gnu.org
184
185 * Put span-bar lines only between the other barlines, not on top of
186 them (thanks to Juergen Reuter)
187
188 1.4.4.jcn3
189 ==========
190   
191 TODO: look at other filledbox'es (stafflines and barlines don't match up).
192
193 * Testing code off by default.  On: -e "(define ps-testing 1)" -fps
194
195 * Output via TeX/dvips still gives problems.  Use direct postscript
196 output for real testing.
197
198 * Beam and stem fixes:
199  - Stems drawn in PostScript (should do all filledbox'es in PS?).
200  - Fixes for draw_box and draw_beam PostScript routines.
201  - Stems reach to top (or bottom) of beam.
202  - Beam uses correct stem thickness (only right beams, left TODO).
203  - testing code in effect: only outlines are drawn.
204