]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
6837226ed31d1355963b734627440dede5f1d48d
[lilypond.git] / ChangeLog
1 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2
3         * scm/to-xml.scm: new file.
4
5         * input/test/to-xml.ly (fooBar): demo of what is possible with the
6         new Input representation: dump music as XML.
7
8         * scm/engraver-documentation-lib.scm
9         (engraver-accepts-music-types?): add links from music to engraver,
10         from music-type to engraver.
11
12         * lily/include/command-request.hh: removed
13         lily/include/musical-request.hh: removed. Removed all _req classes
14         except Key_change_req. Changes throughout.
15
16 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
17
18         * lily/tuplet-engraver.cc (try_music): Compile kludge.
19
20 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
21
22         * lily/*.cc: specify accepts for many engravers.
23
24         * scm/music-documentation-lib.scm: dump music expressions and
25         music subtypes.
26
27         * scm/documentation-lib.scm: complete revision.
28         Use GOOPS objects to store document tree explicitly. Cleaned up and
29         sped up doco generation a lot.
30
31 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
32
33         * input/trip.ly (fugaIILeft): add arpeggio
34
35         * lily/translator-group.cc (try_music_on_nongroup_children):
36         oops. The name symbol is in the cdr of the assoc handle.
37
38         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
39         Hyphen_req, Glissando_req, Break_req, Mark_req 
40
41 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
42
43         * lily/musical-request.cc (music-duration-length,
44         music-duration-compress): new functions.
45
46         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
47         throughout. Warning doesn't work yet.
48
49         * lily/translator-group.cc (try_music_on_nongroup_children):
50         new implementation: store candidate acceptors in a hashTable.
51
52 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
53
54         * scm/music-types.scm (music-descriptions): change name to
55         internal-class-name
56
57         * scm/chord-name.scm (chord::inner-name-banter): remove space.
58
59 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
60
61         * lily/beam.cc (connect_beams): don't crash if there are quarter
62         notes in beams.
63
64 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
65
66         * Documentation/user/refman.itely: corrected ancient clef
67         docu; added docu on ligatures
68
69 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
70
71         * Documentation/user/glossary.tely,
72         Documentation/user/refman.itely, input/les-nereides.ly,
73         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
74         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
75         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
76         Stem properties: flag-style -> stroke-style, style -> flag-style.
77
78 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
79
80         * scm/music-functions.scm (music-separator?): don't use name music
81         property.
82
83 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
84
85         * stepmake/stepmake/generic-targets.make (help): Document check
86         target.
87
88         * lily/new-accidental-engraver.cc: Compile fix.
89
90 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
91
92         * scripts/convert-ly.py: Add rule.
93
94         * input/test/music-creation.ly:
95         * input/test/add-staccato.ly:
96         * input/test/add-text-script.ly: ly-make-music.
97
98         * scm/drums.scm (make-head-type-elem, make-articulation-script):
99         More ly-make-music renamings.
100
101         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
102
103         * lily/music-constructor.cc (make_music): Add debugging info.
104
105         * scm/music-functions.scm (make-simultaneous-music,
106         (make-sequential-music, context-spec-music):
107         * scm/music-types.scm (music-descriptions): Get lily to run.
108
109 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
110
111         * lily/command-request.cc (transpose_key_alist): new function.
112
113         * lily/key-performer.cc (create_audio_elements): cleanup. 
114
115 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
116
117         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
118
119         * lily/include/translator.hh (ENTER_DESCRIPTION): add
120         events-accepted field.
121
122         * scm/music-types.scm: new file.
123
124         * lily/parser.yy: put music type initialization into scheme,
125         similar to grob initialization.  Changes throughout.
126
127 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
128
129         * Documentation/user/tutorial.itely: Fix links.
130         
131         * Documentation/index.texi: 
132         * Documentation/header.html.in: 
133         * Documentation/topdocs/index.tely: Small website fixes and updates.
134
135         * debian/: Debian patch by Anthony Fok.
136
137 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
138
139         * Documentation/footer.html.in: How time flies: It's already 2002!
140
141         * Documentation/topdocs/index.tely: Stable/development fix.  Use
142         more descriptive link names than 'here'.
143
144         * ROADMAP: Remove test stuff.
145
146         * scripts/update-lily.py: Allow auto-building of stable and
147         development versions.  Bugfixes.
148
149 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
150
151         * VERSION: released 1.7.0
152
153         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
154
155         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
156         positive line widths.
157
158 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
159
160         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
161         go.  Fix comments.
162
163         * cygwin: Cygwin updates.
164
165 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
166
167         * Documentation/windows/installing.texi (Top): version for python,
168         urls for ghostscript (thanks to John Potelle)
169         
170         * lily/simultaneous-music-iterator.cc
171         (Simultaneous_music_iterator): init children_list_ before
172         triggering GC.
173
174         * lily/*-iterator.cc: be even more careful with smobbed copy
175         constructors. 
176
177         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
178         LeftEdge item.
179
180 2002-09-15  Werner Lemberg  <wl@gnu.org>
181
182         Improving LilyPond's output to make them ordinary TeX boxes with
183         predictable dimensions.  System boxes are now vertically centered on
184         the baseline; this offset can be further controlled with
185         \lilypondscoreshift.
186
187         * lily/system.cc (System::post_processing): Pass length of current
188         system to `start-system' (including any horizontal indentation).
189
190         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
191         prettier.
192         (lily-def): Append `%'.
193         (start-system): Add parameter `wd'.  Output more TeX code to specify
194         box dimensions.
195         (stop-system, stop-last-system): Complement changes in
196         `start-system'.
197         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
198         Updated.
199
200         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
201         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
202         Write final `\endinput'.
203
204         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
205         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
206         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
207         files and macro definitions don't produce spurious spaces and
208         paragraphs (using \endlinechar).
209         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
210
211         * Documentation/user/internals.itely: Improved formatting, fixing
212         typos.  Added a section `Output details' to describe how the TeX
213         code looks like.
214
215 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
216
217         * lily/accidental-engraver.cc: Also work with partial measures.
218
219 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
220
221         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
222         spanner.
223
224 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
225
226         * lily/identifier-smob.cc (unpack_identifier): new file.
227
228         * lily/lexer.ll (identifier_type): new function.  use ly-id to
229         pass off scheme expressions as music identifiers.
230
231         * scm/lily.scm: reorganisation, cleanups.
232
233         * lily/main.cc: small cleanups.
234
235 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
236
237         * lily/ly-module.{cc,hh}: new file.
238
239 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
240
241         * lily/accidental-engraver.cc: Also work with partial measures.
242
243 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
244
245         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
246
247 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
248
249         * lily/my-lily-lexer.cc: use SCM module in stead of
250         Scheme_hash_table. Changes throughout.  
251
252 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
253
254         * VERSION (MY_PATCH_LEVEL): make 1.7.0
255