]> git.donarmstrong.com Git - lilypond.git/blob - NEWS
1f7ae3d063768f5ecae5306a26f4dd54bf08fa1a
[lilypond.git] / NEWS
1 pl 8.jcn2
2         - more doco in texinfo (with yodl pl3)
3         - bf's: package-diff
4
5 pl 8.jcn1
6         - removed tutorial from texinfo, yodl2texinfo is still rather broken
7         - bf: setlocale NUMERIC to 'C'
8         - removed ugly space from print-dimen
9
10 pl 8
11         - make website fixes.
12
13 pl 7.jcn1
14         - minor stepmake/yodl fixes
15  
16 pl 7.uu1
17
18         - changed separator in vocabulary
19         - added barAlways and defaultBarType properties.
20
21 pl 7.hwn1
22         - changed header format.  Use a + for concatenation.
23
24                 \header { key = "concat" + "string" }
25         
26         (mudela 1.0.2)  
27         - allow computed properties in translator definition
28
29                 GrandStaff = \translator {
30                         minVerticalAlign = 1.5\staffheight;
31                         ..
32                 }
33
34         - Music inheritance. Datastructure and parser now follow this grammar
35
36                 Music_list:
37                         | Music_list Music
38                         ;
39                 Simultaneous_music: '<' Music_list '>'
40                         ;
41                 Sequential_music: '{' Music_list '}'
42                         ;
43
44         - bf: Item::do_unlink () don't iterate on attached_span_l_arr_,
45 because it is changed by Spanner::set_bounds () (thanks Thomas)
46         - bf: URL Documentation/index (thanks EP)
47         - bf: twinkle.ly (thanks EP)
48         - bf: mi2mu (thanks Murray)
49         - bf: mudela-book --dependencies
50         - split LaTeX and TeX stuff
51
52 pl 7.tca1
53         - more Partita's 
54
55 pl 7.jbr1
56         - aclocal.m4,make/lilypond-vars.make: added PATHSEP as AC_SUBST to  
57           help support Windows NT doco build.  
58           Documentation/ntweb/index.yo: minor spelling changes
59
60
61 *************
62 pl 7
63         - refman updates by Adriano Moriano.
64
65
66 pl 6.jbr2
67         - scripts/ly2dvi32.py: Fixed bug with lily input including multiple
68           files.  Also, we now stream out lilypond log one line at a time
69           for better feedback.
70
71 pl 6.jbr1
72         - scripts/ly2dvi32.py: Added some doco, add postscript option, set
73           MFINPUTS along with TEXINPUTS, modified initialization sequence. 
74           Made some Python style changes per Han-Wen suggestions.
75         - Documentation/man/ly2dvi32.yo: Added a manpage for ly2dvi32.
76         - stepmake/bin/package-zip32.sh: Added doco distribution.  Removed
77           the installation directory after zip operation.  
78         - Documentation/ntweb/index.yo: LILYPOND -> LILYPONDPREFIX and 
79           comments about MiKTeX-1.11.
80
81 pl 6.tca1
82         - First movement of Partita II (BWV 826) in 
83           mutopia/J.S.Bach/Cembalo-Partitas. Lilypond output was so
84           beautiful that I'll have to write the rest of the partita.
85
86 pl 6.uu2
87         - mudela-book.py --dependencies
88         - more doc fixes (AM)
89         - warn if declaring a keyword.
90         - \grouping 4 2*3; now accepted.
91         - patches to standchen.ly
92
93 pl 6.uu1
94
95         - mudela-book handles \input now
96         - vocabulary fixes by Adrian Moriano
97
98 ********
99 pl 6
100         - largish rehack:
101           * Super_element is now an `abstract' class,
102           * Paper_score directly contains one Line_of_score.  The
103         breaking/postprocessing/deletion is mixed with the output phase.
104           * Hopefully this will save memory for large scores. (benchmarks, anyone?)
105           * bf: Horizontal_vertical_group_item::do_unlink () should call
106
107         Axis_group_item::do_unlink ()
108
109         - changed LILYPOND to LILYPONDPREFIX
110         - added tfm and dvi target for mf/
111         - reincluded english.ly
112         - doc fixes (thanks, Adrian Moriano)
113         - doc fixes.
114         - mf: ex height added.
115
116 pl 5.mb1
117       - Mudela 1.0.1: Changed \accidentals -> \keysignature
118       - Identifiers can be used in textual scripts:
119
120
121         tempoString="Allegro molto assai";
122
123                 [...]
124
125         c^\tempoString 
126
127
128
129 pl 5.jbr2
130         - aclocal.m4,config.h.in,flower/file-path.cc: Added PATHSEP and 
131           DIRSEP to configuration to support windows style path and pathlists.
132         - stepmake/bin/package-zip32.sh,stepmake/stepmake/package.make:
133           zip target now calls package-zip32.sh which creates winnt 
134           binary distribution zip file. xzip target continues to use 
135           package-zip.sh for Jan's cross-compiled version.
136         - lily/main.cc: Added a search for LILYPOND environment variable to
137           better facilitate binary distributions. 
138         - Documentation/README-W32.yo: Updated information on running lilypond
139           on winnt.
140           
141
142
143 pl 5.jcn1
144         - (step)make fixes from yodl
145         - minor doco fixes
146         - bf: patch in website after 'make release'
147
148 pl 5.jbr1
149         - Documentation/ntweb/Makefile: Used absolute url for LilyPond Homepage
150         - Documentation/ntweb/index.yo: Minor mods per Jan's suggestions
151
152
153
154
155 *************
156 pl 5
157
158 pl 4.jcn1
159         - texinfo docs, lots of yodl TODO
160         - junked some makefiles
161         - ntweb: use BLURB
162         - bf: pletvisibility 
163         - adaptions for yodl-1.31.2's automatic texinfo conversion 
164         - reinclude of 1.jcn2:
165                   - renamed -alto -> viola
166                   - bf: avant-gardish six preludes
167                   - bf: ly2dvi warnings
168
169 pl 4.jbr1
170         - stepmake/stepmake/install-outfiles.sub.make: fixed typo
171         - scripts/GNUmakefile: add ly2dvi32 to installation list and fixed
172           included executable-targets.make to facilate installation of scripts
173         - Documentation/ntweb: Fixes to nt web page and added topdoc like
174           automation.
175
176 *********
177 pl 4
178 pl 3.mb2
179         - Changed text script alignment: center -> left
180         - TeX commands counts as one character when calculating
181           the length of a Text_def
182
183 pl 3.jbr2
184          - Documentation/topdocs/index.yo: Added link to NT dist page
185          - Documentation/ntweb/: Added Makefile and index.yo to build the
186            NT dist page
187
188 pl 3.hwn1
189         - stepmake hacking
190
191 pl 3.uu1
192         - stepmake MAKEFILES -> STEPMAKE_TEMPLATES
193         - count \texcommands in tex string
194
195
196 pl 3.jcn1
197        - bf: website: empty toplevel readme's
198        - bf: xs4all (again?)
199        - can't administer ftp site now: put patch into website
200
201
202 pl 3.jbr1
203         - stepmake/stepmake/Executable_targets: UNIX cross-compile doesn't
204           work with $(DOTEXE) on source of install command.
205         - stepmake/Generic_targets: creating multiple dirs with mkdir 
206           requires -p option
207         - scripts/ly2dvi32.py: General and Winnt specific fixes
208
209
210 *********
211 pl 3
212
213 pl 2.uu1
214         - solaris 2.6 compile/make website fixes.
215         - rm'd WWW.make
216         - stepmake .43
217         - pcnov095.win.tue.nl -> ftp.cs.uu.nl
218   
219 pl 2.hwn1
220         - mi2mu naming of track output
221         - bf: do key restore sign only once
222         - ly2dvi32 preliminary version (JBR)
223         - bf index.html link
224         - bf mudela-book.py
225
226
227 **********
228 pl 2
229         - scalar compile stuff
230         - bf install directory
231         - YODL note
232         - GUI faq update
233         - bf ly2dvi
234         - stepmake split:  Po.make
235         - make check target
236         - dist AFMs and manpages
237         - split up mudela.yo in glossary.yo, tutorial.yo and refman.yo
238
239 pl 1.jcn1
240         - www.digicash.com www.xs4all.nl
241         - fake msgfmt
242         - make uninstall fixes
243
244 pl 1.jbr2 - aclocal.m4,stepmake/aclocal.m4,stepmake/stepmake/Variables.make:
245             Support install target for unix, unix cross compile, and 
246             Windows NT
247
248 pl 1.jbr1 - stepmake/stepmake/Executable.make: DOTEXE was missplaced
249           - scripts/convert-mudela.py: program_id should write to stderr
250
251 **************
252 pl 1
253         - mi2mu fix: \key "D"
254         - \hoffset
255         - started new NEWS file 
256         - lots of stepmake hacking
257         - aclocal.m4 copied from stepmake
258         - ly2dvi 0.12
259         - build the doco from the source tree.
260         - include website in RPM
261