]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(construct-chord): mark inversion as bass if
[lilypond.git] / ChangeLog
1 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2
3         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
4         not present in chord.
5
6         * lily/chord.cc: junk contents.
7
8 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9
10         * Documentation/user/refman.itely:
11         * Documentation/user/music-glossary.tely: fix. 
12
13 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
14
15         * scm/chord-entry.scm (construct-chord): move chord construction
16         to Scheme.
17
18         * lily/parser.yy (new_chord): new setup for chord entry.
19
20 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
21
22         * lilypond.words:
23         * Documentation/user/music-glossary.tely: add ambitus.
24
25 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
26
27         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
28
29         * lily/include/*.hh: string() -> to_string()
30
31         * scm/chords-ignatzek.scm: new file.
32
33         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
34         standard chord name exceptions.
35
36         * scm/translator-property-description.scm (chordNameSeparator):
37         add property.
38         (majorSevenSymbol): add property
39
40         * lily/translator-scheme.cc (ly:context-properties): new function
41         (ly:context-parent): new function.
42         (print_smob): print context name.
43
44         * lily/music.cc (ly:get-music-length): new function
45         (print_smob): don't print properties.
46
47         * lily/duration.cc (duration<?): new function
48
49         * input/regression/chords-funky-ignatzek.ly: new file.
50
51         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
52         jazz chords.
53
54         * lily/pitch.cc (ly:pitch-diff): new function.
55
56         * input/regression/chords-ignatzek.ly: new file.
57
58 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
59
60         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
61         pitches for jazz chords.
62
63 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
64
65         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
66
67 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
68
69         * lilypond.words: add 1
70
71 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
72
73         * Documentation/topdocs/AUTHORS.texi: refine.
74
75 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
76
77         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
78         
79         * lilypond.words: add one.
80
81 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
82
83         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
84         Fontify bass note in chords, e.g., e in c1/e.
85         
86 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
87
88         * Documentation/user/music-glossary.tely: Dutch updates and
89         additions (Arent Storm).
90
91 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
92
93         * input/regression/ambitus.ly:  move file.      
94
95         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
96
97         * lily/event.cc (transpose): add tonic property to Key_change_req
98         and to Key_engraver.
99
100 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
101
102         * Documentation/user/refman.itely: fix typo.
103
104         * lilypond.words: removed wrong identifiers.
105
106 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
107
108         * mf/feta-toevallig.mf: make flat stem shorter 
109
110 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
111
112         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
113
114         * lilypond.words: add from Phrasing slur.
115         
116 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
117
118         * lilypond-mode.el: allow launching multiple ViewPS processes.
119         
120         * lilypond.words: add from Text markup.
121
122 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
123
124         * input/test/ossia.ly (texidoc): add comment.
125
126         * input/regression/voice-follower.ly: new file.
127
128         * mf/feta-toevallig.mf: make flat heavier.
129
130         * lily/cluster-engraver.cc: clean up Cluster engraver
131
132         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
133         Engraver. Use Note_column to compute Y positions and deal with
134         line break stuff.
135
136 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
137
138         * lily/stem.cc: move french-beaming to stem.
139
140 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
141
142         * lilypond-font-lock.el: fontify all durations in chords.
143
144         * lilypond.words: add from lily/my-lily-lexer.cc
145
146 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
147
148         * VERSION: release 1.7.12
149
150         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
151
152         * lily/gregorian-ligature.cc: new file
153
154         * lily/*: the Great 2003 search & replace.
155
156         * Documentation/user/refman.itely (Manual repeat commands): add
157         note about font selection.
158
159 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
160
161         * lilypond-mode.el: propose recompiling midi while invoking playing,
162         not while stopping playing.
163
164 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
165
166         * lilypond.words: add one.
167
168         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
169         and expressional note grouping. Fontify chord modes.
170
171 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
172
173         * Documentation/user/music-glossary.tely (Top): translate melisma.
174
175 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
176
177         * Documentation/user/music-glossary.tely (Top): add melisma.
178
179 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
180
181         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
182         interfaces for (abstract) grob GregorianLigature
183
184         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
185         renamed head* -> glyph_name*, x-shift* -> x-offset*
186
187         * scm/grob-property-description.scm: bugfix: added missing descriptions
188
189 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
190
191         * input/test/chord-names-dpnj.ly: New file.
192
193         * scm/double-plus-new-chord-name.scm: Implement full and partial
194         exceptions.
195
196         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
197
198         * scm/double-plus-new-chord-name.scm
199         (double-plus-new-chord->markup): Fix sub->markup.
200
201
202 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
203
204         * lily/custos-engraver.cc: added TODO; editorial changes
205
206         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
207         consistency with other ligature engravers; removed access on (now)
208         private variable _ligature of Ligature_engraver
209
210         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
211         renamed last_bound -> last_bound_; issue programming_error on
212         abstract method calls; moved primitives code from
213         Mensural_bracket_engraver to here (because almost ligature
214         engravers will need it); renamed try_stop_ligature () ->
215         typeset_ligature (); bugfix: store primitives of finished ligature
216         in separate variable finished_primitives_ to avoid clash on input
217         like "\] \["; added current_ligature () to enable access on
218         private variable _ligature
219
220         * lily/mensural-ligature-engraver.cc: removed primitives_ code
221         (now in super class); renamed try_stop_ligature () ->
222         typeset_ligature ()
223
224         * lily/mensural-ligature.cc: issue programming_error on abstract
225         method calls
226
227         * lily/note-heads-engraver.cc: added TODO comment upon bool
228         in_ligature
229
230         * mf/parmesan-heads.mf: fixed some of set_char_box()
231
232         * scm/grob-description.scm: added VaticanaLigature
233
234         * scm/grob-property-description.scm: added neume prefix properties
235
236         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
237         lily/include/gregorian-ligature-engraver.hh,
238         lily/include/gregorian-ligature.hh: new files; framework for
239         gregorian ligature engravers such as vaticana
240
241         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
242         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
243         vaticana style ligature implementation (still somewhat uncomplete)
244
245 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
246
247         * VERSION: release 1.7.11
248
249         * scripts/convert-ly.py: add ly:pitch-transpose rule
250
251 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
252
253         * input/test/dpncnt.ly: New file.
254
255         * lily/my-lily-lexer.cc: Add chordnames keyword.
256
257         * lily/parser.yy (chordnames_block): Parse chord name exception
258         lists, see input/test/dpncnt.ly.
259
260         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
261         function.
262
263         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
264         filter-out too.
265
266         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
267         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
268         pitch functions (except for ly:make-pitch, but that's apparently
269         some sort of scheme naming standard?).
270
271         * scm/lily.scm (!=): define-public.
272
273         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
274
275 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
276
277         * scm/double-plus-new-chord-name.scm
278         (double-plus-new-chord-name->markup): New file.
279
280 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
281
282         * python/lilylib.py (make_preview): don't suppress progress for
283         bbox extraction.
284
285 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
286
287         * Documentation/user/appendices.itely (scheme): update for new syntax.
288
289         * input/regression/chord-name-styles.ly: new file
290
291         * lily/instrument-name-engraver.cc: create instrument names
292         without barline too.  Allows instrument name on ChordNames  
293
294         * scm/new-markup.scm (interpret-markup): allow simple strings as
295         markup too.
296
297 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
298
299         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
300         (step->markup-accidental): Fix: add accidental.
301         (chord::inner-name-american): 
302         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
303         append stray '/' if last superscript addition was 'o'.
304
305         * scm/new-markup.scm (normal-size-sub-markup) 
306         (normal-size-super-markup): New function.
307
308         * lily/source-file.cc (Source_file): Add warning for possibly
309         intentional but suspicious initialization.
310
311         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
312         add comments about cut-and-paste programming.
313
314         * flower/rational.cc (lcm): Not used; comment out.
315
316 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
317
318         * lily/new-fingering-engraver.cc (position_scripts): use
319         fingerHorizontalDirection to determine fingering horizontal
320         directions.
321  
322         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
323         fingering support.
324
325         * scripts/convert-ly.py (FatalConversionError.conv): add style
326         conversion rule. 
327
328         * scm/chord-name.scm (set-chord-name-style): new function.
329         (new-chord-name-brew-molecule): revise to interpret markup only
330         (new-chord->markup): cleanuppish rewrite. To be called from the
331         new engraver.
332
333         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
334         Markup earlier, during interpreting.
335
336         * input/test/{banter,jazz,american}-chords.ly (scheme): update
337         style settings. Rename to chord-names-*.ly
338
339 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
340
341         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
342         markup code and update to new markup.  Most probably broke some of
343         it.
344         
345 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
346
347         * Documentation/user/refman.itely: added docu for ambitus and
348         clusters
349
350         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
351         ly_quote_scm() in lookup.cc
352
353         * mf/parmesan-clefs.mf: set_char_box fix
354
355         * lily/cluster-engraver.cc: junk implicit protection; use
356         Protected_scm instead
357
358 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
359
360         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
361         throughout.
362
363         * scm/new-markup.scm: Turn-off error-triggering test code.
364
365 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
366
367         * scm/new-markup.scm (markup-thrower-typecheck) 
368         (markup-typecheck?):  add full typechecking functions.
369         (make-markup-maker): add make-FOO-markup functions.
370         (markup-argument-list-error): nice error checking messages.
371         (make-markup): better function: less quoting escapades.
372
373 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
374
375         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
376
377 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
378
379         * cygwin/lilypond.hint (requires): Add cygwin.
380
381         * .cvsignore: Remove stepmake (huh!?!), add lib.
382
383         * GNUmakefile.in: Add libdir links for builddir runs.
384
385         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
386         instead of datadir.
387
388         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
389         local_lilypond_libdir.
390
391         * config.make.in (lilypond_libdir): Add.
392
393         * stepmake/stepmake/substitute-rules.make: 
394         * stepmake/stepmake/script-rules.make: 
395         * stepmake/stepmake/python-module-rules.make:
396         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
397         lilypond-python-module patch.
398
399 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
400
401         * Documentation/user/refman.itely (Graphical interfaces): add note
402         about xml2ly.
403
404 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
405
406         * scripts/ly2dvi.py (run_dvips): remove trailing newline
407
408 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
409
410         * VERSION: released 1.7.10
411
412         * scripts/musedata2ly.py (): idem
413
414         * scripts/midi2ly.py (dump_chord): idem
415
416         * scripts/etf2ly.py (version): idem 
417
418         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
419
420         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
421
422         * scm/tex.scm (tex-output-expression): remove eval compat
423         glut. Other output files too.
424
425         * scm/chord-name.scm: don't export anything from chord module.
426
427         * input/test/american-chords.ly: idem
428
429         * input/test/banter-chords.ly (texidoc): idem
430
431         * input/test/Cc-chords.ly: add breakage notes.
432
433         * Documentation/user/refman.itely (Text markup): rewrite manual section.
434
435         * lily/parser.yy (scalar): allow \markup { } as property value. 
436
437         * scm/chord-name.scm: complete new markup usage
438
439         * scm/grob-description.scm (all-grob-descriptions): use new markup
440         texts by default
441
442 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
443
444         * scm/chord-name.scm: partial move to new markup texts.
445
446 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
447
448         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
449
450         * scm/bass-figure.scm (brew-bass-figure): make stack direction
451         settable.
452
453 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
454
455         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
456         invoked for old midi, wait for killing.
457
458 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
459
460         * Documentation/user/music-glossary.tely: Finnishing.
461
462 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
463
464         * mf/feta-nummer-code.mf: some kerning pairs.
465
466 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
467
468         * scm/output-lib.scm (set-bar-number-visibility): Context-function
469         Added.
470
471         * Documentation/user/refman.itely (Bar numbers):
472         set-bar-number-visibility added, modulo-bar-number removed again
473         (sorry).
474
475 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
476
477         * scm/output-lib.scm (modulo-bar-number-visible): add function.
478
479         * Documentation/user/refman.itely: add modulo-bar-number-visible.
480
481         * Documentation/user/music-glossary.tely: translate into Finnish.
482
483 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
484
485         * lilypond-mode.el: add shortcut for 2midi
486
487         * lilypond-font-lock.el: fontify lyrics
488
489 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
490
491         * scm/drums.scm : use 1.7.x names.
492
493         * input/regression/drums.ly : Don't use << chords >>
494
495 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
496
497         * lilypond-mode.el: tidy, add TODO
498
499         * make/lilypond.mandrake.spec.in: install-info quietly.
500
501 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
502
503         * input/test/markup.ly: use new syntax.
504
505 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
506
507         * ly/params-init.ly (interscoreline): add word-space
508
509         * input/test/metronome.ly (eighthNote): idem.
510
511         * input/test/script-priority.ly: use new markup
512
513         * lily/parser.yy (markup): allow HEAD markup0 markup1 
514
515         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
516
517         * lily/parser.yy (gen_text_def): bugfix.
518         (full_markup): allow markup identifier.
519
520 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
521
522         * lilypond-mode.el (LilyPond-kill-job): Kill all Lilypond compiling
523         jobs at the same time. Add horizontal lines to Command menu.
524         Allow one compiling job -- propose killing others before a new one.
525
526         * lilypond.words: add markup, teeny, etc.
527
528 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
529
530         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
531         Allow only one type of midi process; launching Midi either stops
532         midis or plays the current midi and launching MidiAll stops midis
533         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
534         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
535
536 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
537
538         * lily/text-engraver.cc (process_acknowledged_grobs): use new
539         markup  for new markup texts.
540
541         * lily/mark-engraver.cc (process_music): idem
542         
543         * lily/instrument-name-engraver.cc (create_text): idem
544
545         * scm/new-markup.scm (magnify-markup): new function.
546
547         * scm/molecule.scm (stack-lines): bugfix.
548
549         * lily/font-interface.cc (get_font): take font-magnification from
550         alist chain.
551
552 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
553
554         * lily/molecule-scheme.cc: move scheme functions to separate file.
555
556         * lily/font-metric.cc  (ly_get_glyph): new function. 
557         
558         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
559         (italic-markup, dynamic-markup): new functions
560         (font-markup): new function
561
562         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
563         padding and minimum
564
565 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
566
567         * lily/accidental-engraver.cc:
568         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
569
570 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
571
572         * lilypond.vim:
573         * lilypond-font-lock.el: Put \longa as duration. Accept only 
574         [a-zA-Z] for user defined identifiers. Separate note cases 
575         with and without a duration (allow cis\longaX).
576
577         * lilypond.words: Add words from Info.
578
579 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
580
581         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
582
583 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
584
585         * lilypond-mode.el: Propose reverting buffer before a command if
586         it was edited with an another editor.
587
588 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
589
590         * lily/molecule.cc (ly_translate_molecule): new function
591
592         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
593         into libdir
594
595         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
596
597         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
598
599 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
600
601         * lilypond.words: take \words from Info-index.
602
603 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
604
605         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
606
607 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
608
609         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
610
611 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
612
613         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
614         and lilypond-documentation.
615
616 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
617
618         * lily/parser.yy: Compile fix (bison 1.75).
619
620 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
621
622         * VERSION: 1.7.9 released
623
624         * scm/music-functions.scm (shift-one-duration-log): refactor.
625         Use music-map.
626
627         * input/regression/chord-tremolo.ly (texidoc): add dot test.
628
629         * NEWS: update.
630
631         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
632         argument
633         
634         * scm/music-functions.scm (display-music): new function
635         (music-map): change arg order.
636
637         * input/regression/new-markup-syntax.scm: new file
638
639         * lily/parser.yy (markup): add \markup { .. } syntax.
640
641         * scm/new-markup.scm (override-markup): new function
642         (lookup-markup): new function
643         (music-markup): new function
644         (lookup-markup-command): use markup-signature to store argument
645         format for parser.
646
647         * lily/lexer.ll: preliminary \markup syntax. 
648
649 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
650
651         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
652         add pre/post-dependencies and menus with icons from source.
653
654         * Documentation/pictures/lilypond-48x48.xpm:
655         * Documentation/pictures/lilypond-32x32.xpm:
656         * Documentation/pictures/lilypond-16x16.xpm: new files, background
657         transparent.
658
659         * stepmake/stepmake/generic-targets.make:
660         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
661
662 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
663
664         * input/regression/music-map.ly (texidoc): new file.
665
666         * scm/music-functions.scm (music-map): new function
667
668 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
669
670         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
671
672 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
673
674         * input/test/to-xml.ly:
675         * lily/ligature-engraver.cc: Fixes documentation.
676
677         * lilypond.mandrake.spec.in:
678         * lilypond.redhat.spec.in: Add lilypond.words.
679
680         * Documentation/user/refman.itely: Mention Info inside emacs.
681         
682         * lilypond.suse.spec.in:
683         * lilypond.redhat.spec.in: 
684         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
685
686 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
687
688         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
689         os.popen.read ().
690
691 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
692
693         * scripts/ly2dvi.py (include_path): print warning if failing anything.
694
695         * python/lilylib.py (error): add space
696
697 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
698
699         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
700         distribution.
701
702 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
703
704         * lily/paper-outputter.cc (Paper_outputter): close port when
705         finishing score.
706
707 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
708
709         * scm/sodipodi.scm: Fixes.
710
711 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
712
713         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
714
715         * buildscripts/make-font-dir.py: Fix. 
716
717 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
718
719         * lilypond-mode.el: Add support for Info inside Emacs.
720
721 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
722
723         * buildscripts/make-font-dir.py: 
724         * mf/GNUmakefile: Make sodipodi font map.
725
726         * scm/sodipodi.scm: Add more output functions.
727
728         * mf/feta-nummer.mf: 
729         * mf/feta-beugel.mf: Add font_coding_scheme.
730
731         * lily/paper-outputter.cc (output_header): Fix creator string.
732
733 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
734
735         * lilypond-mode.el (LilyPond-autocompletion): invoked with
736         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
737
738         * lilypond.words: add two (Everybody can add/remove words now!).
739
740         * debian/rules:
741         * make/lilypond.suse.spec.in:
742         * make/lilypond.mandrake.spec.in:
743         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
744
745         * Documentation/user/refman.itely: Mention autocompletion.
746
747 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
748
749         * scripts/ly2dvi.py: Add paper sizes.
750
751         * lily/timing-engraver.cc: 
752         * lily/time-signature.cc: 
753         * lily/span-bar.cc: 
754         * lily/grob-scheme.cc: Code formatting fixes.
755
756         * scm/sodipodi.scm: 
757         * scm/sketch.scm:
758         * buildscripts/mf-to-table.py: 
759         * buildscripts/make-font-dir.py: Font testing.
760
761 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
762
763         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
764         inserts try-completion and shows all-completions.
765
766         * lilypond.words: '\' -> '\\'
767
768         * lilypond-mode.el: load libraries in the end, lilypond.words defines
769         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
770         
771         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
772         and LilyPond-reserved-words.
773         
774 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
775
776         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
777         from load-path.
778         
779         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
780         the mini-buffer with Control-Shift-c.
781         
782 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
783
784         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
785         duration. This fixes \tempo taking time.
786
787 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
788
789         * lily/volta-engraver.cc (process_acknowledged_grobs): 
790         Allow for text markup in repeatCommands. 
791
792 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
793
794         * lilypond-mode.el (LilyPond-insert-string): new function, use it
795         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
796         Get rid of skeleton.el-dependency.
797
798         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
799
800 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
801
802         * lily/beam-engraver.cc (stop_translation_timestep): reset
803         now_stop_ev_
804
805         * lily/scm-option.cc: add parse-protect to ly:set-option
806
807         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
808
809 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
810
811         * lily/include/ligature-bracket.hh: removed
812         * lily/ligature-bracket.cc: removed
813
814         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
815         .tex
816
817         * lily/beam.cc (set_beaming): don't change beam count on rests.
818         (brew_molecule): always set flag-width > 0.
819
820 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
821
822         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
823         chars, remove instructions; instead, refer to lilypond-init.el and
824         Documentation/topdocs/INSTALL.texi.
825
826         * lilypond.words: add identifiers and reserved words.
827
828         * Documentation/topdocs/INSTALL.texi: separate sections for installing
829         files and adding a load-path.
830
831         * lilypond-init.el: Instructions, extracted from 
832         Documentation/topdocs/INSTALL.texi. 
833         
834 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
835
836         * VERSION: 1.7.8 released 
837
838         * lily/grob.cc (warning): better robustness fix.
839
840 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
841
842         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
843
844         * lily/cluster-engraver.cc: stick better to variable naming
845         conventions
846
847         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
848         until stop_translation_timestep()
849
850         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
851         min/max coordinates to backend, but no musical info such as
852         pitches
853
854         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
855
856         * lily/grob.cc: robustness fix: warning(): do not crash if
857         cause is not set
858
859         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
860         the much more elaborated tuplet brackets than the very naive and
861         simple ligature bracket grob
862
863 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
864
865         * Documentation/user/refman.itely (Analysis brackets): add
866         horizontal bracket doco.
867
868         * ly/property-init.ly (setMmRestFermata): added.
869
870         * Documentation/user/refman.itely (Multi measure rests): fermatas
871         on mm rests.
872
873         * input/regression/apply-context.ly (texidoc): new file
874
875         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
876         code to be executed during interpretation. Possible applications:
877         smart octavation, more advanced bar checks. 
878
879         * lily/apply-context-iterator.cc: new file.
880
881 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
882
883         * input/test/new-markup.ly: new file.
884
885         * lily/text-item.cc (text_to_molecule): new function
886
887         * scm/new-markup.scm (lambda): new file
888
889         * lily/function-documentation.cc (ly_add_function_documentation):
890         add proc property as well
891
892 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
893
894         * Documentation/user/music-glossary.tely (Top): add custos.
895
896 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
897
898         * Documentation/topdocs/INSTALL.texi: advise how to include source
899         path to Emacs load-path and improve language.
900
901 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
902
903         * GNUmakefile.in: config.h message fix.
904
905         * autogen.sh:
906         * aclocal.m4: Regenerate.
907
908         * configure.in: 
909         * config.make.in: 
910         * stepmake/config.make.in: 
911         * stepmake/configure.in: 
912         * stepmake/autogen.sh: 
913         * stepmake/aclocal.m4: Update for autoconf 2.56.
914
915 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
916
917         * Documentation/topdocs/INSTALL.texi: instructions for an user how
918         to install Emacs-mode. Instructions how to use vim-mode.
919
920 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
921
922         * scm/music-types.scm (music-descriptions): no length for tempo event.
923
924         * input/*.ly: add \version everywhere.
925         
926         * input/*.ly: update syntax to 1.7 + new-chords.
927
928         * VERSION: 1.7.7 released.
929         
930         * Documentation/user/*.tely: new chord syntax.
931
932         * input/regression/[bc]*.ly (texidoc): syntax updates.
933         
934 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
935
936         * lilypond.words: add vocabulary to be used in auto-completion
937
938         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
939
940         * lilypond.vim: allow note name at EOF
941
942 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
943
944         * buildscripts/new-chords.py (edit): -e option: inline editing.
945
946         * input/regression/a*.ly (texidoc): syntax updates.
947
948         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
949         music): elucidations. 
950
951 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
952
953         * lily/include/lily-proto.hh, ly/engraver-init.ly,
954         ly/spanners-init.ly, scm/grob-description.scm,
955         scm/grob-property-description.scm, scm/music-types.scm,
956         lily/cluster-engraver.cc, lily/cluster.cc,
957         lily/include/cluster.hh, input/test/cluster.ly: cluster
958         implementation
959
960         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
961         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
962         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
963
964         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
965
966         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
967
968         * scm/grob-description.scm: bugfix: by default, use default note
969         head style when engraving ligatures
970
971         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
972
973         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
974         events
975
976         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
977
978         * input/test/ancient-font.ly: bugfix: style -> flag-style
979
980         * lily/ligature-engraver.cc: indentation fix
981
982         * lily/parser.yy: indentation fixes
983         
984 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
985
986         * input/regression/measure-grouping.ly: more elaborate example.
987
988         * lily/moment.cc: ly:add-moment, ly:mul-moment,
989         ly:div-moment. New functions 
990
991         * scm/music-functions.scm (set-time-signature): new function,
992         allow inline time sig settings with measure grouping.
993
994         * lily/parser.yy (command_element): move time sig construction
995         into Scheme.
996
997         * lily/side-position-interface.cc (out_of_staff): new function,
998         like padding, but keep minimum distance from staff. Easier than
999         linespanners (dynamics, pedals), but roughly the same effect.
1000
1001 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
1002
1003         * emacs-mode.el: Added spanish-note-replacements 
1004         (<carlos.betancourt@chello.be>).
1005
1006         * vimrc: (Un)commenting with <(S-)F12>, tidy.
1007
1008 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
1009
1010         * lilypond.vim: Do not fontify cises, desis, etc.
1011
1012         * vimrc: view dvi with <S-F6>
1013
1014 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1015
1016         * lily/lookup.cc (triangle): new function.
1017
1018         * input/regression/measure-grouping.ly (texidoc): new file: show
1019         triangles and brackets for beat groups of 3 and 2.
1020
1021         * lily/include/measure-grouping-spanner.hh (class
1022         Measure_grouping): new file.
1023
1024         * lily/measure-grouping-spanner.cc (brew_molecule): new file
1025
1026         * lily/measure-grouping-engraver.cc (class
1027         Measure_grouping_engraver): new file.
1028
1029 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1030
1031         * Merge from stable:
1032
1033             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
1034         
1035         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
1036         stylesheet.
1037
1038         * ly/paper19.ly: Include paper19-init.ly.
1039
1040         * ly/paper19-init.ly: New file.
1041
1042         * Documentation/user/tutorial.itely (First steps): Fix first
1043         example for font test.
1044
1045         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
1046
1047         * ChangeLog: Add 1.7.6 release marker (see below).
1048
1049         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
1050         Add .py files.
1051
1052 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1053
1054         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
1055
1056         * input/tutorial/*.ly: update to new syntax.
1057
1058         * lily/parser.yy (Composite_music): new transpose syntax,
1059         \transpose FROM TO MUSIC. 
1060
1061 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1062
1063         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
1064         latex progress/error output to stderr (by default this goes to
1065         stdout).  Show lilypond progress, even when not verbose.
1066
1067         * python/lilylib.py (system): New optional parameter to control
1068         showing of progress.
1069
1070         * scm/backend-documentation-lib.scm (check-dangling-properties):
1071         Fix error message.
1072
1073         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
1074         axis, extent.
1075
1076         * scm/grob-property-description.scm (magnify): Remove.
1077         (extent, axis): Add.
1078
1079 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1080
1081         * VERSION: Release 1.7.6.
1082
1083         * scripts/convert-ly.py: more uniformization substitutions.
1084
1085         * buildscripts/new-chords.py (sub_chords): new file.
1086
1087 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1088
1089         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
1090         lilypond.map.  Include sauter fonts too.  Cleanups.
1091
1092 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1093
1094         * Documentation/user/tutorial.itely (First steps): change to new
1095         chord/tie/slur/beam notation.
1096
1097         * lily/parser.yy (event_that_take_dir): allow postfix notation for
1098         ties.
1099
1100         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
1101         engraver. Process ties in postfix notation, i.e. c8-~ c
1102
1103         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
1104
1105         * input/regression/beam-postfix-notation.ly (texidoc): new file.
1106
1107         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
1108
1109         * lily/beam-engraver.cc (try_music): accept new-beam-events
1110
1111         * input/regression/chord-scripts.ly (texidoc): new file
1112
1113         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
1114         script-events.
1115
1116         * scm/script.scm (default-script-alist): cleanup.
1117
1118         * lily/script-engraver.cc (make_script_from_event): cleanup.
1119
1120         * lily/lyric-combine-music-iterator.cc
1121         (Lyric_combine_music_iterator): remove superfluous events.
1122         (melisma_busy): new function. Fix broken melismas.
1123
1124 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
1125
1126         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
1127         Remove nonvalid settings. Use descriptive key names.
1128         Use <Return> to indicate the pressing of that key.
1129
1130 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1131
1132         * scripts/lilypond-book.py (option_definitions): Typo.
1133
1134         * scripts/ly2dvi.py: Updates.
1135
1136         * python/lilylib.py (setup_environment, print_environment)
1137         (get_bbox, make_preview): Merge and remove from ly2dvi and
1138         lilypond-book.
1139
1140         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
1141
1142         * .cvsignore: Remove some cruft.
1143
1144         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
1145         path.
1146
1147         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
1148         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
1149         throughout.
1150
1151         * python/lilylib.py (quiet_system): Junk
1152         (system): Display error log upon failure.
1153         (read_pipe): New function.  Cleanups and fixes.
1154
1155         * python/*.py: Rename from *.py.in.
1156         
1157         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
1158
1159         * GNUmakefile.in (SUBDIRS): Move python before scripts.
1160
1161 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1162
1163         * python/GNUmakefile: Bugfix: handle modules.
1164
1165         * stepmake/stepmake/python-module-targets.make (default): Add
1166         compiled modules. 
1167
1168         * stepmake/stepmake/python-module-rules.make: Add rule for byte
1169         compiling modules.
1170
1171         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
1172         Bugfix.  (OUT_PYC_MODULES): Add.
1173
1174 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
1175
1176         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
1177         Use default paths. Refresh description.
1178
1179 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1180
1181         * VERSION: 1.7.5 released
1182
1183         * input/regression/finger-chords.ly (texidoc): new file.
1184
1185         * lily/script-engraver.cc (process_music): remove scriptHorizontal
1186         support
1187
1188         * lily/fingering-engraver.cc (process_music): remove kludgy
1189         scriptHorizontal stuff.
1190
1191         * lily/script.cc: remove staff-support property.
1192
1193         * lily/new-fingering-engraver.cc (add_fingering): new
1194         file. Fingering engraver for new style chords.
1195
1196 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1197
1198         * lily/parser.yy (bare_number): allow 4 \cm (without
1199         decimal dot). (should backport to 1.6?)
1200
1201         * ly/declarations-init.ly: use Scheme for dimension defs.
1202
1203         * lily/parser.yy (TODO): remove hard coded dimensions, add
1204         REAL NUMBER_IDENTIFIER production.
1205
1206         * lily/rest-collision.cc (force_shift_callback): rewrite using
1207         -done property.
1208
1209         * scm/grob-property-description.scm (rest-collision-done): add
1210         property.
1211         
1212         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
1213
1214 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1215
1216         * input/regression/multi-measure-rest-center.ly: new file.
1217
1218         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
1219         off horizontally by 0.05 ss. Fixed.
1220
1221 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1222
1223         * scm/pdftex.scm: Rename ly-number to ly:number->string.
1224
1225         * Documentation/topdocs/index.tely: Remove duplicate from merge.
1226
1227 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1228
1229         * lily/tie.cc (get_control_points): also avoid staff lines on the
1230         just outside the outer staff lines
1231
1232 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1233
1234         * ly/params-init.ly: Just define style-alist, no need to
1235         define-public.
1236
1237         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
1238         (thanks Han-Wen).
1239
1240         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
1241         (FET_FILES): = FONT_FILES.
1242
1243         * Merge from stable:
1244
1245             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
1246
1247 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1248
1249         * VERSION: 1.7.4 released.  
1250         
1251         * scm/generate-documentation.scm (string-append): add macro
1252         definitions.
1253
1254         * lily/text-item.cc (lookup_text): don't use virtual fonts for
1255         normal texts.
1256
1257         * lily/multi-measure-rest-engraver.cc: make separate
1258         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
1259
1260         * lily/multi-measure-rest.cc: remove text handling. Remove
1261         number-threshold.
1262
1263 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1264
1265         * scm/music-types.scm: doc patch by Graham Percival
1266
1267 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1268
1269         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
1270         encoding part.
1271         (Font_info.set_defaults): pixelsize now also defauts to '0'.
1272         (sketch_p): Sketch wants only first four elements of X11 font spec.
1273
1274         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
1275
1276         * mf/feta-autometric.mf: Write foundry and family to log.
1277
1278         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
1279         font translation table.
1280
1281         * buildscripts/mf-to-table.py: Better font info into afm.
1282
1283         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
1284         1.0.9 required.
1285
1286         * configure.in: Whine for mftrace 1.0.9.
1287
1288 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1289
1290         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
1291
1292         * lily/main.cc (main_prog): don't try to load init.EXT when
1293         processing foo.EXT.
1294
1295 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
1296
1297         * scm/tex.scm (zigzig-line): added.
1298
1299         * scm/ps.scm (zigzag-line): added.
1300
1301         * ps/music-drawing-routines.ps (subvec): added.
1302         (draw_zigzag_line): added.
1303         
1304         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
1305         grob properties zigzag-width and zigzag-length.
1306
1307         * input/regression/glissando.ly: Add some zig-zagged glissandi.
1308
1309 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1310
1311         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
1312         svg output, including font.
1313
1314 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1315
1316         * scm/lily.scm: Register sodipodi output module.
1317
1318         * scm/sodipodi.scm: New file.
1319
1320         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
1321
1322         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
1323         comment, after header.
1324         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
1325         FullName.  Fix FontName key.
1326
1327 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
1328
1329         * lily/rest.cc (after_line_breaking): bugfix: dots after half
1330         and breve rests.
1331         
1332         * input/test/blank-notes.ly: bugfix
1333
1334         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
1335         rests. (Kim Shrier)
1336
1337         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
1338         
1339 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1340
1341         * scm/tex.scm: 
1342         * scm/ps.scm: Cleanup and remove obsolete junk.
1343
1344         * Documentation/user/internals.itely:
1345         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
1346
1347         * lily/parser.yy: Identify shift/reduce problems.
1348
1349         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
1350         make-style-sheet.  Too specific for convert-ly?
1351
1352 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1353
1354         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
1355
1356         * input/test/*.ly: various fixes.
1357
1358         * lily/music.cc (name): bugfix
1359
1360         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
1361
1362         * lily/input-file-results.cc (code): set-point-and-click! ->
1363         set-point-and-click
1364         
1365 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1366
1367         * Use uniform ly: prefix for exported scheme primitive functions.
1368
1369         * scm/music-types.scm: junk compat glue
1370
1371         * scripts/convert-ly.py: add rules for stuff below, junk
1372         compatibility glue for spanrequest.
1373
1374         * lily/parser.yy (verbose_event): remove \spanrequest,
1375         \commandspanrequest, \script. 
1376         
1377         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
1378
1379         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
1380         for \penalty, \glissando.
1381
1382         * VERSION: release 1.7.3
1383         
1384 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
1385
1386         * lily/accidental-engraver.cc: Fix
1387         grace-in-the-beginning-of-measure bug caused by the resent
1388         partial-measure fix.
1389
1390         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
1391         overlap looks too crowded)
1392         
1393 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1394
1395         * lily/parser.yy (assignment): allow SCM expression as assignment.
1396
1397         * lily/include/music-output-def.hh (class Music_output_def):
1398         * lily/music-output-def.cc: 
1399         * lily/paper-def.cc: 
1400         * scm/font.scm (markup-to-properties):
1401         * lily/parser.yy (music_output_def_body): 
1402         remove style_sheet_
1403
1404 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1405
1406         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
1407         length.
1408
1409         * input/regression/spacing-to-grace.ly: new file.
1410
1411         * input/regression/spacing-end-of-line.ly: new file.
1412
1413         * lily/note-spacing.cc (get_spacing): take into account breakable
1414         stuff sticking out at the left (time sig change at line break).
1415
1416         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
1417         raggedright code.
1418
1419         * scm/music-functions.scm (make-voice-props-set): add
1420         staff-position for mm rests.
1421  
1422         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
1423         before grace notes a little.
1424
1425         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
1426
1427         * lily/break-align-interface.cc (do_alignment): right-edge spacing
1428         key adds space at the end of line. 
1429
1430 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1431
1432         * scm/sketch.scm: Fix beams.
1433
1434         * buildscripts/mf-to-table.py: Add EncodingScheme.
1435
1436         * scm/sketch.scm: Resurrect.
1437
1438 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1439
1440         * lily/multi-measure-rest.cc: use breve rests for measure lengths
1441         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
1442
1443 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1444
1445         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
1446
1447         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
1448
1449 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1450
1451         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
1452         token for origin information.
1453
1454         * lily/parser.yy (My_lily_lexer): do identifier location and
1455         cloning from lexer.
1456
1457         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
1458         logic out of the parser. Add bar checks on both ends.
1459
1460         * Documentation/user/refman.itely (Multi measure rests): add more
1461         notes about mm rests.
1462
1463 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1464
1465         * input/regression/bar-scripts.ly: Re-enable.
1466
1467         * lily/parser.yy:
1468         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
1469         released rsn.  Bison 1.50 has a crucial bug and won't work.
1470
1471         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
1472
1473
1474 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1475
1476         * input/regression/bar-scripts.ly: Blunt documentation build fix.
1477
1478 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1479
1480         * Actually merge changes since 1.6.4 besides ChangeLog, and
1481         resolve conflicts.  Lots of updates, hope all is well.
1482         
1483         * cygwin/lilypond.hint (requires): Add ghostscript.
1484
1485         * scm: Update some (c).
1486         
1487 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1488
1489         * input/test/{various}.ly: add \header fields and texidoc strings.
1490
1491 2002-10-05  Werner Lemberg  <wl@gnu.org>
1492
1493         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
1494         renamed to `output_latex_quoted'.
1495         Added `output_latex_noquote'.
1496         (schedule_lilypond_block): Implement `noquote' option for LaTeX
1497         mode.
1498
1499 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1500
1501         * ChangeLog: Add 1.6.6 release marker.  See below.
1502
1503         * stepmake/stepmake/po-targets.make: Remove --c++ option.
1504
1505         * scripts/midi2ly.py: Fix global syntax warnings.
1506
1507         * GNUmakefile.in: Generate builddir locale tree too.
1508
1509         * scripts/ly2dvi.py:
1510         * scripts/midi2ly.py: 
1511         * scripts/mup2ly.py: 
1512         * scripts/update-lily.py:
1513         * lily/main.cc (setup_paths): Fix for locales setup.
1514
1515 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1516
1517         * Documentation/windows/installing.texi: Soften wording about
1518         necessity of becoming Administrator.  tommie@iae.nl reports this
1519         does not seem to be necessary for his flavour of Windows 2000.
1520         Explicitely discourage text mode mounts.
1521
1522 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1523
1524         * lily/rest.cc (after_line_breaking): backport dot position fix.
1525
1526         * lily/rest-collision.cc (do_shift): also remove dots for suicided
1527         rests. Thanks to Klaus Zimmermann for finding this bug.
1528
1529 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1530
1531         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
1532
1533 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1534
1535         * Documentation/user/music-glossary.tely: fix links.
1536
1537 2002-10-21  Werner Lemberg  <wl@gnu.org>
1538
1539         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
1540         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
1541         scaling factor) only once and use them in the definition of
1542         \embeddedps.
1543         * ps/music-drawing-routines.ps (skeel): Removed.
1544
1545 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1546
1547         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
1548         Solaris7, as we don't use nested $( ) constructs.
1549
1550 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1551
1552         * VERSION: Release 1.6.6.
1553         
1554 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1555
1556         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
1557         as workaround for /bin/sh problems on Solaris7.
1558
1559 2002-10-19  Werner Lemberg  <wl@gnu.org>
1560
1561         * GNUmakefile.in (web-doc): Fix typos.
1562         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
1563         `music-drawing-routines.ps' but emit \special{header=...} once.
1564         * scm/tex.scm (header-end): Updated.
1565
1566 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1567
1568         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
1569         undefined tremolo. 
1570
1571 2002-10-15  Werner Lemberg  <wl@gnu.org>
1572
1573         * scripts/lilypond-book.py (g_make_html): New global variable.
1574         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
1575         if `g_make_html' isn't set.
1576         [main]: Add format `texi-html'.
1577         (option_definitions): Updated.
1578         * Documentation/user/lilypond-book.itely: Updated.
1579
1580         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
1581         * make/ly-rules.make (%.texi, %.nexi): Use it.
1582         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
1583         format to lilypond-book.
1584         * GNUmakefile.in (web-doc): Ditto.
1585
1586 2002-10-14  Werner Lemberg  <wl@gnu.org>
1587
1588         Further improve TeX output.  The produced files are about 40%
1589         smaller.  `lilyponddefs.tex' is now read only once.
1590
1591         * tex/lilyponddefs.tex: Remove footer stuff.
1592         (\ifundefined): Renamed to...
1593         (\lilypondundefined): This.  Use LaTeX's definition to
1594         make it nestable and make it global.
1595         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
1596         output.
1597         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
1598         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
1599         them global.
1600         (\placebox): Renamed to...
1601         (\lyitem): This.
1602         Make it global and call \outputscale by itself.
1603         (\lybox, \lyvrule): New macros to reduce input data.
1604         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
1605         New auxiliary macros.
1606         (\SkipLilydefs, \EndLilyPondOutput): Removed.
1607         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
1608         to...
1609         (\lilypondspace): This and made it global.
1610         (\turnOnPostScript): Renamed to...
1611         (\lilypondpostscript): This and made it global.
1612         (\turnOnExperimentalFeatures): Renamed to...
1613         (\lilypondexperimentalfeatures): This and made it global.
1614         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
1615         (\lilypondsetdimen): This and made it global.
1616         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
1617         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
1618         (all, $(outdir)/music-drawing-routines.ps): New rules.
1619         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
1620         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
1621         start-system, stop-system, stop-last-system, filledbox): Updated to
1622         use the changed macros from lilyponddefs.tex.
1623         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
1624
1625 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1626
1627         * Documentation/windows/installing.texi: Update.
1628
1629 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1630
1631         * VERSION: 1.6.5 released
1632
1633         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
1634
1635 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1636
1637         * scm/translator-property-description.scm (voltaOnThisStaff): add
1638         property.
1639
1640 2002-09-28  Werner Lemberg  <wl@gnu.org>
1641
1642         * scm/tex.scm (header-end): Suppress page numbering.
1643
1644         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
1645         Fix quotation for HTML output.
1646
1647 2002-09-28   Graham Percival   <gperciva@sfu.ca>
1648         
1649         * Documentation/user/refman.itely: grammar and phrasing
1650           fixes to "Note Entry" section.  Also adds a few new examples.
1651
1652 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1653
1654         * flower/include/string-data.icc: include string.h
1655
1656 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1657
1658         * scm/chord-name.scm (chord::inner-name-banter): remove space.
1659
1660 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1661
1662         * Documentation/user/GNUmakefile (extra-local-help): Add.
1663
1664         * stepmake/stepmake/www-targets.make (local-help): Add.
1665
1666 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1667
1668         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
1669         packages.
1670
1671         * Documentation/topdocs/README.texi (Top): building documentation
1672         (not website.)
1673
1674 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1675
1676         * Documentation/user/refman.itely: 
1677         * Documentation/user/tutorial.itely: 
1678         * Documentation/user/music-glossary.tely: Merge changes.
1679
1680         * Documentation/user/glossary.html.in: 
1681         * Documentation/index.texi: 
1682         * Documentation/header.html.in: Accomodate renaming of glossary.
1683         
1684         * Documentation/user/tutorial.itely: Add some glossary references.
1685         
1686         * Documentation/user/refman.itely: Minor fixes.
1687         
1688         * Documentation/user/lilypond.tely: Add glossary do direntry.
1689
1690         * Documentation/user/music-glossary.tely: Rename (previously:
1691         glossary.tely).  Fix anchor placement.
1692
1693         * Documentation/user/GNUmakefile: Make music-glossary.info too.
1694
1695 2002-09-23  Werner Lemberg  <wl@gnu.org>
1696
1697         * scripts/lilypond-book.py (output_dict): Fix handling of
1698         various environments by avoid extraneous newlines.
1699         Rename `output-all' regexp for html to `output-html'.
1700         Replace `output-all' regexp for texi with `output-texi-quote'
1701         and `output-texi-noquote'.
1702         (compose_full_body): Don't override `linewidth' user option
1703         for `singleline'.
1704         (schedule_lilypond_block): Don't indent text specified with
1705         `intertext' option.
1706         Add new option `noquote'.
1707         (compile_all_files): Use latex instead of tex to compile ly
1708         files directly.
1709
1710         * Documentation/user/lilypond-book.itely: Updated and revised.
1711         Improve layout.
1712
1713         * Documentation/user/glossary.tely,
1714         Documentation/user/introduction.itely,
1715         Documentation/user/tutorial.itely,
1716         Documentation/user/refman.itely,
1717         Documentation/user/appendices.itely: Fix overfull LilyPond
1718         boxes caused by the new lilypond-book code.  Other minor
1719         fixes.
1720
1721         * Documentation/user/macros.itexi (@texiflat): Don't emit
1722         trailing space.
1723
1724         * scm/tex.scm (end-output, header-end): Add preamble and
1725         postamble to make lilypond output directly compilable with
1726         latex.
1727
1728         
1729 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1730
1731         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
1732         instructions.
1733
1734 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1735
1736         * Documentation/user/glossary.tely: Add titling and hyperlinks.
1737
1738 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1739
1740         * lily/beam.cc (connect_beams): don't crash if there are quarter
1741         notes in beams.
1742
1743 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
1744
1745         * Documentation/user/refman.itely: corrected ancient clef
1746         docu; added docu on ligatures
1747
1748 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
1749
1750         * Documentation/user/glossary.tely,
1751         Documentation/user/refman.itely, input/les-nereides.ly,
1752         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
1753         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
1754         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
1755         Stem properties: flag-style -> stroke-style, style -> flag-style.
1756
1757
1758 2002-09-22  Werner Lemberg  <wl@gnu.org>
1759
1760         * scripts/lilypond-book.py: Add option `notime' to suppress
1761         printing of a time signature.  Specify default indentation of 0pt
1762         if single line fragment.  Don't emit redundant `\paper{ }'.
1763
1764         * Documentation/user/lilypond-book.itely: Updated.
1765
1766         * Documentation/user/glossary.tely: Completely reformatting.
1767
1768 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1769
1770         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
1771
1772 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1773
1774         * Documentation/user/tutorial.itely: Fix links.
1775         
1776         * Documentation/topdocs/index.tely:
1777         * Documentation/index.texi:
1778         * Documentation/header.html.in: Small website fixes and updates.
1779
1780         * debian/: Debian patch by Anthony Fok.
1781
1782 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1783
1784         * Documentation/footer.html.in: How time flies: It's already 2002!
1785
1786         * Documentation/topdocs/index.tely: Stable/development fix.  Use
1787         more descriptive link names than 'here'.
1788
1789 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1790
1791         * VERSION: 1.7.2 released
1792         * VERSION: 1.6.4 released
1793         
1794         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
1795
1796         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
1797         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
1798
1799         * mf/feta-din.mf (test): add x-height and space.
1800
1801         * lily/dynamic-engraver.cc (process_music): take dynamic direction
1802         from ^_ for crescendi. Idem for slurs and phrasing slurs.
1803
1804         * ly/grace-init.ly: add-to-grace-init: function to portably add
1805         settings to \grace. 
1806
1807         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
1808         if we get an absolute dynamic event.
1809  
1810         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
1811
1812         * lily/source-file.cc (get_line): oops. All line numbers were off
1813         by 2. Fix that. 
1814
1815         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
1816         be after the note, combined with -_^, i.e. c4-(-\)-\>  
1817
1818         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
1819
1820         * lily/parser.yy (number_factor): remove (number) as number
1821         expression. ("Let them eat Lisp").
1822
1823 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1824
1825         * lily/horizontal-bracket.cc: new file.
1826
1827         * lily/horizontal-bracket-engraver.cc: new file.
1828
1829         * input/regression/note-group-bracket.ly: new file. Support
1830         horizontal note brackets for music analysis.
1831
1832         * lily/stem.cc (flag): new flag-style: no-flag.
1833
1834         * input/test/stem-cross-staff.ly: new file
1835         
1836         * Documentation/user/internals.itely: Improved formatting, fixing
1837         typos.  Added a section `Output details' to describe how the TeX
1838         code looks like.
1839
1840         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
1841
1842         * lily/parser.yy: remove \dynamicscript.
1843
1844         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
1845         definitions. 
1846
1847         * python/midi.c (midi_error): take two arguments.
1848
1849         * Merge 1.6.5 changes:
1850         
1851 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1852
1853         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
1854         staff-space.  Previous 1.5 was probably meant as half-spaces.
1855         (cautionary-style): parentheses (was: smaller).  This is what doco
1856         says, and it seems more logical.
1857
1858         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
1859         for 2nd sentence.
1860
1861 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1862
1863         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
1864
1865 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1866
1867         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
1868
1869 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1870
1871         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
1872
1873 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1874
1875         * scm/translator-property-description.scm (voltaOnThisStaff): add
1876         property.
1877
1878 2002-09-28  Werner Lemberg  <wl@gnu.org>
1879
1880         * scm/tex.scm (header-end): Suppress page numbering.
1881
1882         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
1883         Fix quotation for HTML output.
1884
1885 2002-09-28   Graham Percival   <gperciva@sfu.ca>
1886         
1887         * Documentation/user/refman.itely: grammar and phrasing
1888           fixes to "Note Entry" section.  Also adds a few new examples.
1889
1890 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1891
1892         * flower/include/string-data.icc: include string.h
1893
1894 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1895
1896         * scm/chord-name.scm (chord::inner-name-banter): remove space.
1897
1898 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1899
1900         * Documentation/user/GNUmakefile (extra-local-help): Add.
1901
1902         * stepmake/stepmake/www-targets.make (local-help): Add.
1903
1904 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1905
1906         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
1907         packages.
1908
1909         * Documentation/topdocs/README.texi (Top): building documentation
1910         (not website.)
1911
1912 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1913
1914         * Documentation/user/refman.itely: 
1915         * Documentation/user/tutorial.itely: 
1916         * Documentation/user/music-glossary.tely: Merge changes.
1917
1918         * Documentation/user/glossary.html.in: 
1919         * Documentation/index.texi: 
1920         * Documentation/header.html.in: Accomodate renaming of glossary.
1921         
1922         * Documentation/user/tutorial.itely: Add some glossary references.
1923         
1924         * Documentation/user/refman.itely: Minor fixes.
1925         
1926         * Documentation/user/lilypond.tely: Add glossary do direntry.
1927
1928         * Documentation/user/music-glossary.tely: Rename (previously:
1929         glossary.tely).  Fix anchor placement.
1930
1931         * Documentation/user/GNUmakefile: Make music-glossary.info too.
1932
1933 2002-09-23  Werner Lemberg  <wl@gnu.org>
1934
1935         * scripts/lilypond-book.py (output_dict): Fix handling of
1936         various environments by avoid extraneous newlines.
1937         Rename `output-all' regexp for html to `output-html'.
1938         Replace `output-all' regexp for texi with `output-texi-quote'
1939         and `output-texi-noquote'.
1940         (compose_full_body): Don't override `linewidth' user option
1941         for `singleline'.
1942         (schedule_lilypond_block): Don't indent text specified with
1943         `intertext' option.
1944         Add new option `noquote'.
1945         (compile_all_files): Use latex instead of tex to compile ly
1946         files directly.
1947
1948         * Documentation/user/lilypond-book.itely: Updated and revised.
1949         Improve layout.
1950
1951         * Documentation/user/glossary.tely,
1952         Documentation/user/introduction.itely,
1953         Documentation/user/tutorial.itely,
1954         Documentation/user/refman.itely,
1955         Documentation/user/appendices.itely: Fix overfull LilyPond
1956         boxes caused by the new lilypond-book code.  Other minor
1957         fixes.
1958
1959         * Documentation/user/macros.itexi (@texiflat): Don't emit
1960         trailing space.
1961
1962         * scm/tex.scm (end-output, header-end): Add preamble and
1963         postamble to make lilypond output directly compilable with
1964         latex.
1965
1966         
1967 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1968
1969         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
1970         instructions.
1971
1972 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1973
1974         * Documentation/user/glossary.tely: Add titling and hyperlinks.
1975
1976 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1977
1978         * lily/beam.cc (connect_beams): don't crash if there are quarter
1979         notes in beams.
1980
1981 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
1982
1983         * Documentation/user/refman.itely: corrected ancient clef
1984         docu; added docu on ligatures
1985
1986 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
1987
1988         * Documentation/user/glossary.tely,
1989         Documentation/user/refman.itely, input/les-nereides.ly,
1990         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
1991         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
1992         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
1993         Stem properties: flag-style -> stroke-style, style -> flag-style.
1994
1995 2002-09-22  Werner Lemberg  <wl@gnu.org>
1996
1997         * scripts/lilypond-book.py: Add option `notime' to suppress
1998         printing of a time signature.  Specify default indentation of 0pt
1999         if single line fragment.  Don't emit redundant `\paper{ }'.
2000
2001         * Documentation/user/lilypond-book.itely: Updated.
2002
2003         * Documentation/user/glossary.tely: Completely reformatting.
2004
2005 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2006
2007         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
2008
2009 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2010
2011         * Documentation/user/tutorial.itely: Fix links.
2012         
2013         * Documentation/topdocs/index.tely:
2014         * Documentation/index.texi:
2015         * Documentation/header.html.in: Small website fixes and updates.
2016
2017         * debian/: Debian patch by Anthony Fok.
2018
2019 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2020
2021         * Documentation/footer.html.in: How time flies: It's already 2002!
2022
2023         * Documentation/topdocs/index.tely: Stable/development fix.  Use
2024         more descriptive link names than 'here'.
2025
2026 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2027
2028         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
2029
2030 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2031
2032         * lily/part-combine-music-iterator.cc (get_state): cleanup
2033         (get_music_info): cleanup.
2034
2035 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2036
2037         * scm/backend-documentation-lib.scm (interface-doc-string):
2038         crosslinks between interfaces and grobs. Headings for interfaces
2039         in grob explanation.
2040
2041 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2042
2043         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
2044         dtd).  Add preliminary dtd.
2045         (re-sub-alist): Robustify.
2046
2047 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2048
2049         * lily/include/event-chord-iterator.hh,
2050         lily/context-specced-music-iterator.cc,
2051         lily/event.cc, lily/event-chord-iterator.cc: add
2052
2053 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2054
2055         * lily/: some (c) header fixes.
2056         
2057         * lily/request-chord.cc: Remove.
2058         
2059         * lily/include/event-chord-iterator.hh:
2060         * lily/include/event.hh:
2061         * lily/event-chord.cc: New file.
2062         
2063         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
2064         requested.
2065
2066 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2067
2068         * lily/ : rename Request to Event
2069
2070         * lily/parser.yy (command_element): move clef stuff into Scheme.
2071
2072         * lily/:  rename length_mom () to get_length()
2073
2074         * lily/part-combine-music.cc: removed file and class.
2075
2076         * lily/context-specced-music-iterator.cc (class
2077         Context_specced_music_iterator): new file. Obsoletes the
2078         Context_specced_music type.
2079
2080         * scm/music-types.scm (make-repeated-music): put different kinds
2081         of repeated music into music-type table.
2082
2083         * VERSION: 1.7.1 released.
2084
2085         * scm/to-xml.scm: new file.
2086
2087         * input/test/to-xml.ly (fooBar): demo of what is possible with the
2088         new Input representation: dump music as XML.
2089
2090         * scm/engraver-documentation-lib.scm
2091         (engraver-accepts-music-types?): add links from music to engraver,
2092         from music-type to engraver.
2093
2094         * lily/include/command-request.hh: removed
2095         lily/include/musical-request.hh: removed. Removed all _req classes
2096         except Key_change_req. Changes throughout.
2097
2098 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2099
2100         * lily/tuplet-engraver.cc (try_music): Compile kludge.
2101
2102 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2103
2104         * lily/*.cc: specify accepts for many engravers.
2105
2106         * scm/music-documentation-lib.scm: dump music expressions and
2107         music subtypes.
2108
2109         * scm/documentation-lib.scm: complete revision.
2110         Use GOOPS objects to store document tree explicitly. Cleaned up and
2111         sped up doco generation a lot.
2112
2113 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2114
2115         * input/trip.ly (fugaIILeft): add arpeggio
2116
2117         * lily/translator-group.cc (try_music_on_nongroup_children):
2118         oops. The name symbol is in the cdr of the assoc handle.
2119
2120         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
2121         Hyphen_req, Glissando_req, Break_req, Mark_req 
2122
2123 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2124
2125         * lily/musical-request.cc (music-duration-length,
2126         music-duration-compress): new functions.
2127
2128         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
2129         throughout. Warning doesn't work yet.
2130
2131         * lily/translator-group.cc (try_music_on_nongroup_children):
2132         new implementation: store candidate acceptors in a hashTable.
2133
2134 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2135
2136         * scm/music-types.scm (music-descriptions): change name to
2137         internal-class-name
2138
2139         * scm/chord-name.scm (chord::inner-name-banter): remove space.
2140
2141 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2142
2143         * lily/beam.cc (connect_beams): don't crash if there are quarter
2144         notes in beams.
2145
2146 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
2147
2148         * Documentation/user/refman.itely: corrected ancient clef
2149         docu; added docu on ligatures
2150
2151 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
2152
2153         * Documentation/user/glossary.tely,
2154         Documentation/user/refman.itely, input/les-nereides.ly,
2155         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
2156         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
2157         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
2158         Stem properties: flag-style -> stroke-style, style -> flag-style.
2159
2160 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2161
2162         * scm/music-functions.scm (music-separator?): don't use name music
2163         property.
2164
2165 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2166
2167         * stepmake/stepmake/generic-targets.make (help): Document check
2168         target.
2169
2170         * lily/new-accidental-engraver.cc: Compile fix.
2171
2172 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2173
2174         * scripts/convert-ly.py: Add rule.
2175
2176         * input/test/music-creation.ly:
2177         * input/test/add-staccato.ly:
2178         * input/test/add-text-script.ly: ly-make-music.
2179
2180         * scm/drums.scm (make-head-type-elem, make-articulation-script):
2181         More ly-make-music renamings.
2182
2183         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
2184
2185         * lily/music-constructor.cc (make_music): Add debugging info.
2186
2187         * scm/music-functions.scm (make-simultaneous-music,
2188         (make-sequential-music, context-spec-music):
2189         * scm/music-types.scm (music-descriptions): Get lily to run.
2190
2191 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2192
2193         * lily/command-request.cc (transpose_key_alist): new function.
2194
2195         * lily/key-performer.cc (create_audio_elements): cleanup. 
2196
2197 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2198
2199         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
2200
2201         * lily/include/translator.hh (ENTER_DESCRIPTION): add
2202         events-accepted field.
2203
2204         * scm/music-types.scm: new file.
2205
2206         * lily/parser.yy: put music type initialization into scheme,
2207         similar to grob initialization.  Changes throughout.
2208
2209 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2210
2211         * Documentation/user/tutorial.itely: Fix links.
2212         
2213         * Documentation/index.texi: 
2214         * Documentation/header.html.in: 
2215         * Documentation/topdocs/index.tely: Small website fixes and updates.
2216
2217         * debian/: Debian patch by Anthony Fok.
2218
2219 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2220
2221         * Documentation/footer.html.in: How time flies: It's already 2002!
2222
2223         * Documentation/topdocs/index.tely: Stable/development fix.  Use
2224         more descriptive link names than 'here'.
2225
2226         * ROADMAP: Remove test stuff.
2227
2228         * scripts/update-lily.py: Allow auto-building of stable and
2229         development versions.  Bugfixes.
2230
2231 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2232
2233         * VERSION: released 1.7.0
2234
2235         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
2236
2237         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
2238         positive line widths.
2239
2240 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2241
2242         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
2243         go.  Fix comments.
2244
2245         * cygwin: Cygwin updates.
2246
2247 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2248
2249         * Documentation/windows/installing.texi (Top): version for python,
2250         urls for ghostscript (thanks to John Potelle)
2251         
2252         * lily/simultaneous-music-iterator.cc
2253         (Simultaneous_music_iterator): init children_list_ before
2254         triggering GC.
2255
2256         * lily/*-iterator.cc: be even more careful with smobbed copy
2257         constructors. 
2258
2259         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
2260         LeftEdge item.
2261
2262 2002-09-15  Werner Lemberg  <wl@gnu.org>
2263
2264         Improving LilyPond's output to make them ordinary TeX boxes with
2265         predictable dimensions.  System boxes are now vertically centered on
2266         the baseline; this offset can be further controlled with
2267         \lilypondscoreshift.
2268
2269         * lily/system.cc (System::post_processing): Pass length of current
2270         system to `start-system' (including any horizontal indentation).
2271
2272         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
2273         prettier.
2274         (lily-def): Append `%'.
2275         (start-system): Add parameter `wd'.  Output more TeX code to specify
2276         box dimensions.
2277         (stop-system, stop-last-system): Complement changes in
2278         `start-system'.
2279         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
2280         Updated.
2281
2282         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
2283         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
2284         Write final `\endinput'.
2285
2286         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
2287         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
2288         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
2289         files and macro definitions don't produce spurious spaces and
2290         paragraphs (using \endlinechar).
2291         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
2292
2293         * Documentation/user/internals.itely: Improved formatting, fixing
2294         typos.  Added a section `Output details' to describe how the TeX
2295         code looks like.
2296
2297 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
2298
2299         * lily/accidental-engraver.cc: Also work with partial measures.
2300
2301 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2302
2303         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
2304         spanner.
2305
2306 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2307
2308         * lily/identifier-smob.cc (unpack_identifier): new file.
2309
2310         * lily/lexer.ll (identifier_type): new function.  use ly-id to
2311         pass off scheme expressions as music identifiers.
2312
2313         * scm/lily.scm: reorganisation, cleanups.
2314
2315         * lily/main.cc: small cleanups.
2316
2317 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2318
2319         * lily/ly-module.{cc,hh}: new file.
2320
2321 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
2322
2323         * lily/accidental-engraver.cc: Also work with partial measures.
2324
2325 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2326
2327         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
2328
2329 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2330
2331         * lily/my-lily-lexer.cc: use SCM module in stead of
2332         Scheme_hash_table. Changes throughout.  
2333
2334 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2335
2336         * VERSION (MY_PATCH_LEVEL): make 1.7.0
2337