]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
d19e11bb754ca7335fb5d685c18c08aa580f68ab
[lilypond.git] / ChangeLog
1 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * lily/new-accidental-engraver.cc: Compile fix.
4
5 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6
7         * scripts/convert-ly.py: Add rule.
8
9         * input/test/music-creation.ly:
10         * input/test/add-staccato.ly:
11         * input/test/add-text-script.ly: ly-make-music.
12
13         * scm/drums.scm (make-head-type-elem, make-articulation-script):
14         More ly-make-music renamings.
15
16         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
17
18         * lily/music-constructor.cc (make_music): Add debugging info.
19
20         * scm/music-functions.scm (make-simultaneous-music,
21         (make-sequential-music, context-spec-music):
22         * scm/music-types.scm (music-descriptions): Get lily to run.
23
24 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
25
26         * lily/command-request.cc (transpose_key_alist): new function.
27
28         * lily/key-performer.cc (create_audio_elements): cleanup. 
29
30 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
31
32         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
33
34         * lily/include/translator.hh (ENTER_DESCRIPTION): add
35         events-accepted field.
36
37         * scm/music-types.scm: new file.
38
39         * lily/parser.yy: put music type initialization into scheme,
40         similar to grob initialization.  Changes throughout.
41
42 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
43
44         * Documentation/user/tutorial.itely: Fix links.
45         
46         * Documentation/index.texi: 
47         * Documentation/header.html.in: 
48         * Documentation/topdocs/index.tely: Small website fixes and updates.
49
50         * debian/: Debian patch by Anthony Fok.
51
52 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
53
54         * Documentation/footer.html.in: How time flies: It's already 2002!
55
56         * Documentation/topdocs/index.tely: Stable/development fix.  Use
57         more descriptive link names than 'here'.
58
59         * ROADMAP: Remove test stuff.
60
61         * scripts/update-lily.py: Allow auto-building of stable and
62         development versions.  Bugfixes.
63
64 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
65
66         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
67
68         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
69         positive line widths.
70
71 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
72
73         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
74         go.  Fix comments.
75
76         * cygwin: Cygwin updates.
77
78 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
79
80         * Documentation/windows/installing.texi (Top): version for python,
81         urls for ghostscript (thanks to John Potelle)
82         
83         * lily/simultaneous-music-iterator.cc
84         (Simultaneous_music_iterator): init children_list_ before
85         triggering GC.
86
87         * lily/*-iterator.cc: be even more careful with smobbed copy
88         constructors. 
89
90         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
91         LeftEdge item.
92
93 2002-09-15  Werner Lemberg  <wl@gnu.org>
94
95         Improving LilyPond's output to make them ordinary TeX boxes with
96         predictable dimensions.  System boxes are now vertically centered on
97         the baseline; this offset can be further controlled with
98         \lilypondscoreshift.
99
100         * lily/system.cc (System::post_processing): Pass length of current
101         system to `start-system' (including any horizontal indentation).
102
103         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
104         prettier.
105         (lily-def): Append `%'.
106         (start-system): Add parameter `wd'.  Output more TeX code to specify
107         box dimensions.
108         (stop-system, stop-last-system): Complement changes in
109         `start-system'.
110         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
111         Updated.
112
113         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
114         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
115         Write final `\endinput'.
116
117         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
118         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
119         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
120         files and macro definitions don't produce spurious spaces and
121         paragraphs (using \endlinechar).
122         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
123
124         * Documentation/user/internals.itely: Improved formatting, fixing
125         typos.  Added a section `Output details' to describe how the TeX
126         code looks like.
127
128 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
129
130         * lily/accidental-engraver.cc: Also work with partial measures.
131
132 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
133
134         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
135         spanner.
136
137 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
138
139         * lily/identifier-smob.cc (unpack_identifier): new file.
140
141         * lily/lexer.ll (identifier_type): new function.  use ly-id to
142         pass off scheme expressions as music identifiers.
143
144         * scm/lily.scm: reorganisation, cleanups.
145
146         * lily/main.cc: small cleanups.
147
148 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
149
150         * lily/ly-module.{cc,hh}: new file.
151
152 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
153
154         * lily/accidental-engraver.cc: Also work with partial measures.
155
156 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
157
158         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
159
160 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
161
162         * lily/my-lily-lexer.cc: use SCM module in stead of
163         Scheme_hash_table. Changes throughout.  
164
165 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
166
167         * VERSION (MY_PATCH_LEVEL): make 1.7.0
168