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