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