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