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