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