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