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