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