]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(texidoc): demo 15ma too.
[lilypond.git] / ChangeLog
1 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2
3         * input/regression/ottava.ly (texidoc): demo 15ma too.
4
5         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6
7         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
8         octave fixes.
9
10 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11
12         * lily/lexer.ll: add \r to the rules for newlines; this fixes
13         problems on older Mac editors.
14
15         * configure.in: release 1.9.5
16         
17 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
18
19         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
20
21 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
22
23         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
24         mf/parmesan-clefs.mf: added comments on character alignment and
25         set_char_box() conventions
26
27         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
28         set_char_box()'s
29
30         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
31
32 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
33
34         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
35
36 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
37
38         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
39         shortened to avoid almost-collision with staff line; code cleanup;
40         other custodes: fixed char boxes; code cleanup
41
42 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
43
44         * scripts/lilypond.py (global_latex_preamble): only set
45         twosideshift if 'twoside' is in latexoptions 
46
47         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
48
49         * VERSION: remove
50
51         * scripts/*2ly.py: update <> syntax
52
53 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
54
55         * lily/chord-name-engraver.cc (process_music): add origin for
56         chord name.
57
58         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
59
60         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
61         bass notes for exceptions too.
62
63         * scm/define-grobs.scm (all-grob-descriptions): rename
64         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
65
66         * scm/define-grob-properties.scm (remove-first): add remove-first
67         property for orchestral scores.
68
69         * Documentation/user/*.itely: switch <<>> and <> 
70
71         * lily/glissando-engraver.cc (process_music): bugfix: move line to
72         last_line only once. This fixes the two consecutive glissandi problem.
73
74 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
75
76         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
77         error message "flexa-width undefined"
78
79         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
80         lily/include/gregorian-ligature.hh: print warning when ignoring
81         head prefixes on flexa shapes
82
83         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
84         space before a series of inclinatum heads
85
86         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
87         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
88         cleanups
89
90         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
91         and char_box
92
93 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
94
95         * input/regression/breathing-sign.ly: tiny fixes
96
97         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
98         semantical collision with vaticana ligatures
99
100         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
101         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
102         now consistent with mensural ligatures
103
104         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
105         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
106         context pitches and staff position; dto. for virga stem; removed
107         obsolete virga and clivis characters from parmesan font (WARNING:
108         font changed)
109
110         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
111         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
112
113         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
114         scm/define-grob-properties.scm: consistency fix: renamed
115         join_left->add_cauda
116
117         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
118         appendix length; bugfix: yoffs_bt for reverse direction punctum
119         characters
120
121         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
122         small cleanups; added more docu
123
124         * lily/mensural-ligature-engraver.cc, lily/vaticana-ligature-engraver.cc,
125         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
126         computation to CoherentLigatureEngraver
127
128         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
129         scm/define-grob-properties.scm: bugfix: added missing linea and
130         cavum properties; bugfix: removed dead semivocalis property
131
132         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
133         length; redesigned quilisma, stropha and auctum
134
135         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
136         line thickness
137
138         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
139         Documentation/user/refman.itely: bugfix: introduced shifted
140         epiphonus head to avoid collision with adjacent plica
141
142 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
143
144         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
145
146         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
147
148 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
149
150         * Documentation/user/tutorial.itely (A lead sheet): remove
151         duplicate chords.
152
153         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
154
155 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
156
157         * Documentation/bibliography/computer-notation.bib (isbn): add
158         xivcim publication.
159
160 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
161
162         * GNUmakefile.in: drop lilypond.words for generation.
163
164 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
165
166         * buildscripts/lilypond.words.py: take filename (also) from an arg.
167
168         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
169
170 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
171
172         * input/test/figured-bass-alternate.ly (fl): new file.
173
174         * Documentation/topdocs/README.texi (Top): clarifications.
175
176         * Documentation/bibliography/computer-notation.bib (isbn): add phd
177         theses of Gieseking and Renz.
178
179         * GNUmakefile.in (README_FILES): remove README.mandrake.
180
181 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
182
183         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
184         from source files and search patterns listed in the script.
185
186         * GNUmakefile.in: add target `lilypond.words'.
187
188         * lilypond.words: remove file, generated by `make lilypond.words'.
189
190         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
191
192 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
193
194         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
195
196 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
197
198         * VERSION: 1.9.4 released
199
200         * scripts/convert-ly.py (FatalConversionError.figures_replace):
201         rule for < > <-> << >> substitution
202
203         * lily/lexer.ll: exchange meaning of << >> and < > 
204
205         * VERSION (PACKAGE_NAME): 1.9.3 released
206
207         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
208         pages unconditionally.
209
210 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
211
212         * Documentation/user/music-glossary.tely (Top): small syntax
213         fixes.
214
215         * scm/music-functions.scm (remove-tag): filter \tagged music
216         expressions.
217
218         * input/regression/tag-filter.ly (texidoc): new file.
219
220         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
221         symbol2 .. ) etc. 
222
223         * scripts/convert-ly.py (FatalConversionError.conv): fingering
224         convert rule.
225
226         * Documentation/user/refman.itely (Fingering instructions): adjust manual.
227
228         * lily/new-fingering-engraver.cc (position_scripts): don't crash
229         for borderline cases (e.g. 1 fingering.)
230         (position_scripts): revise interface, use fingerOrientations to
231         set fingering positions.
232
233         * scm/document-translation.scm (context-doc): add aliases to
234         automated documentation.
235
236         * make/lilypond-vars.make: remove stepmake compat glue.
237
238         * make/generic-vars.make: remove cruft.
239
240         * lily/main.cc (main): don't identify binary.
241
242 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
243
244         * lily/include/translator.hh (class Translator): remove
245         type_string_ , use symbol for context name throughout.
246         Changes through whole source tree.
247
248         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
249         set PDF as default, and always make PDF.
250
251         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
252
253 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
254
255         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
256         Documentation/user/refman.itely input/regression/allfontstyle.ly
257         input/regression/grace-types.ly:
258         fix spelling for acciaccatura (Webster's 1913).
259
260 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
261
262         * lily/main.cc (usage): adjust blurb, include url.
263
264         * input/regression/breathing-sign.ly (texidoc): transpose up
265
266 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
267
268         * input/regression/breathing-sign.ly: changed ancient examples to
269         be relevant (by request of Han-Wen); updated BreathingSign text
270         property according to new syntax.
271
272         * ly/gregorian-init.ly: updated BreathingSign text property
273         according to new syntax
274
275 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
276
277         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
278         (Clef): index entries for clefs.
279
280         * python/lilylib.py (system): remove errorlog files.
281         
282 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
283
284         * lilypond.words: add \new and new graces. Add dynamics to menus
285         keeping 1.8.x compatibility; after all the engraving relating to 
286         notes becomes postfixed `-' marks will be removed.
287
288 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
289
290         * lily/molecule.cc (align_to): idem.
291
292         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
293         
294         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
295         accacciatura everywhere.
296
297         * VERSION (PACKAGE_NAME): released 1.9.2
298
299         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
300
301         * scm/document-markup.scm (markup-doc-node): sort markup function
302         list.
303
304         * lily/paper-outputter.cc (output_version): change "Lily was here"
305         into  "Engraved by LilyPond"
306
307         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
308         on unquoted strings before \notenames.
309
310         * lily/parser.yy (lyric_element): allow markup as lyric text. This
311         increases the number of s/r reductions to 4.
312
313         * scm/new-markup.scm (fraction-markup): \fraction command.
314
315         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
316         mode
317
318         * lily/lookup.cc (round_filled_box): rename function.
319         (LY_DEFINE): round-filled-box: change signature.
320
321         * Documentation/user/refman.itely: revise section explaining grace
322         notes.
323
324         * lily/translator-scheme.cc (LY_DEFINE): add ! to
325         ly:set-context-property
326
327         * input/*/*.ly (vmus): use \new everywhere.
328
329         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
330
331         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
332         default
333
334         * scm/music-functions.scm (set-stop-grace-properties)
335         (set-start-grace-properties, add-grace-property): new functions
336         for modular grace tweak control.
337
338         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
339         
340 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
341
342         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
343
344         * GNUmakefile.in (install-pfa-fonts):
345         (get-pfa-fonts): New target.
346
347         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
348         install-pfa-fonts help.
349
350 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
351
352         * lily/translator-scheme.cc (LY_DEFINE):
353         ly:context-pushpop-property new function.
354         (LY_DEFINE): new function ly:translator-find  
355         new function ly:translator?
356         (LY_DEFINE): new function ly:context?
357
358         * lily/translator-def.cc: remove Translator_def::apply_pushpop_property().
359
360         * python/lilylib.py (read_pipe): only store and display error log
361         if verbose not set.
362         (read_pipe): only display log if it contains something.
363
364 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
365
366         * Documentation/misc/GNUmakefile: Re-add.
367         (TEXTS): Add CHANGES.
368
369 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
370
371         * lilypond.words: add \newcontext.
372
373 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
374
375         * lily/tie-performer.cc (stop_translation_timestep): only flush
376         tied_notes when we have actually made a tie. Fixes bugs with ties
377         in polyphonic scores.
378
379 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
380
381         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
382         they do not exist.
383
384 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
385
386         * VERSION (PACKAGE_NAME): released 1.9.1 
387
388         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
389         Instrument_name_engraver
390
391         * lily/tie-performer.cc (create_audio_elements): bugfix
392
393         * Documentation/user/music-glossary.tely (Top): comment out
394         font-style statements.
395
396         * input/test/force-hshift.ly: revise example.
397
398         * Documentation/bibliography/engraving.bib (note): typos.
399
400         * configure.in: bump GCC requirements to 3.x
401
402         * lily/include/audio-item.hh (class Audio_tie): rename
403         note_l_drul_ to note_drul_
404
405         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
406
407         * lily/parser.yy (relative_music): whoops. All \relative were off
408         by ...  a lot .... Ahem.
409
410         * scm/define-music-types.scm (music-descriptions): idem.
411
412         * lily/beam-engraver.cc: move new-beam-event to beam-event
413
414         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
415         to Tie_engraver
416
417         * input/regression/bar-number.ly: remove unnecessary old-relative
418         options.
419         
420         * Documentation/user/internals.itely (Creating contexts): document
421         \newcontext
422
423         * lily/parser.yy (Composite_music): add \newcontext
424
425         * Documentation/user/refman.itely (MIDI block): add note about
426         dotted tempos.
427
428         * scm/font.scm: remove old markup legacy
429
430         * GNUmakefile.in (web-clean): remake share/ after web-clean.
431
432         * lily/breathing-sign.cc (brew_molecule): remove function
433
434         * lily/text-item.cc: remove old-style markups.
435         (interpret_markup): C++ version of markup function
436         (brew_molecule): idem.
437
438         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
439         as Scheme variable.
440
441         * scripts/convert-ly.py (conv): dashes rule.
442         Apply rule.
443
444         * Documentation/user/lilypond-book.itely: syntax fixes. 
445
446 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
447
448         * VERSION (PACKAGE_NAME): release 1.9.0
449
450         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
451         note about dvips. (Should backport.)
452
453         * scripts/convert-ly.py
454         (FatalConversionError.articulation_substitute): add
455         convert-new-chords code. Remove convert-new-chords.py
456
457         * Documentation/user/refman.itely (Octave check): document
458         \octave.
459
460         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
461         \relative changes.
462
463         * lily/parser.yy (command_element): octave check:
464
465            \octave PITCH
466
467         checks that PITCH (without octave) yields PITCH (with octave) in
468         \relative
469
470         * lily/relative-octave-music.cc (to_relative_octave): octave check.
471
472         * lily/scm-option.cc: ly:set-option now has the default argument
473         #t.
474
475         * lily/lexer.ll: add \renameinput
476
477         * python/lilylib.py (command_name): robustifications.
478
479         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
480         /dev/stderr. This is ash compatible.
481
482         * ly/init.ly: add warning if compatibility was not necessary.
483
484         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
485
486         * flower/include/string-handle.icc: formatting cleanups, rename
487         references by ref_count_.
488
489 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
490
491         * make/lilypond.mandrake.spec.in: syncronize the spec file with
492         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
493         package libs separately, fix conflicting php variable out=/dev/vc/
494         invoking `unset out', declare menus, use only one icon-file, fix
495         doc-path in menu.
496
497 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
498
499         * scripts/convert-ly.py (FatalConversionError.conv): typo
500
501         * Documentation/misc/GNUmakefile: restore misc directory.
502
503         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
504
505         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
506         Petites-Preludes 
507
508         * input/test/partial-blank.ly (quickmeasure): syntax
509
510         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
511         attachment property.
512
513         * Documentation/user/refman.itely: remove superfluous -'s 
514         (Grace notes): ) fixes.
515
516         * lily/music.cc: generic compress(), transpose() functions. Remove
517         others.
518
519         * lily/parser.yy (gen_text_def): remove support for #'(italic )
520         style markup entry.
521
522         * lily/parser.yy: all articulations postfix; remove obligatory -
523         for [,  ) and \!
524         
525         * lily/music.cc (to_relative_octave): write generic
526         to_relative_octave function; various relative cleanups.
527         Hmmm.
528
529         * lily/scm-option.cc: add options new-relative and old-relative
530
531         * po/sv.po: new po file.
532
533         * Documentation/user/refman.itely (Dynamics): website
534         fixes. (should backport!)
535
536 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
537
538         * make/lilypond.mandrake.spec.in: declare version only once.
539
540 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
541
542         * lily/simultaneous-music.cc (to_relative_octave): undo relative
543         meaning for now.
544
545 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
546
547         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
548
549         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
550
551         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
552
553         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
554
555         * lily/music.cc (var): add ly:music-transpose function.
556
557         * lily/parser.yy (pre_events): remove prefix articulations.
558
559         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
560
561         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
562
563         * Documentation/user/refman.itely (Text markup): add comment about
564         markup in header.
565
566 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
567
568         * lily/paper-outputter.cc (write_header_fields_to_file): 
569         only dump value if it is a string.
570
571         * flower/include/dictionary.hh: remove.
572         
573         * Documentation/ChangeLog-1.5: add back old log.
574
575         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
576         .pfas from a .deb.
577
578 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
579
580         * Documentation/bibliography/engraving.bib: add entry for
581         Jaschinski's Notation
582
583 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
584
585         * Documentation/user/refman.itely (Beaming): add note about
586         allowBeamBreak
587
588 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
589
590         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
591         GregorianTranscription contexts
592
593         * ly/engraver-init.ly: vaticana contexts: minor fixes
594
595         * Documentation/user/refman.itely (Ancient notation): added note
596         on appendix length bug
597
598         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
599         input/test/vaticana.ly: use vaticana contexts; small fixes
600
601 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
602
603         * flower/hash.cc: Remove.
604
605         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
606         to (nonexistent?) hash_func_ identifier.
607
608         * python/midi.c (midi_error, midi_warning): Use char const* for
609         __FUNCTION__ argument.
610
611         * python/gettext.py: Remove.  We already require python 2.1, which
612         includes gettext.py.
613
614         * configure.in: Require python 2.1, as INSTALL.texi says.
615         it.
616
617         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
618         versions 1.50 and 1.75.  Remove note about lexer patch.
619
620 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
621
622         * Documentation/topdocs/INSTALL.texi: Update type1 font
623         description to actual situation.  Add comment about new font ball
624         layout.
625
626         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
627         in $LILYPONDPREFIX suffices for installation.
628
629 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
630
631         * debian/control (Build-Depends): Add flex-old as alternative to
632         flex.  Deprecate bison 1.75.
633
634 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
635
636         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
637         Vaticana contexts
638
639         * Documentation/user/refman.itely (Ancient notation): documented
640         some bugs; tiny fixes; added docu on Vaticana contexts
641
642         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
643         scripts
644
645 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
646
647         * Documentation/user/refman.itely (Ancient notation): added some
648         introductory words; added section on ancient time signatures;
649         added some @seealso and @refcommands; small fixes and
650         beautifications
651
652 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
653
654         * input/regression/note-head-style.ly: many fixes and updates
655
656         * Documentation/user/refman.itely: added small sections on ancient
657         accidentals, rests and flags; revised ancient note head section;
658         small wording/spelling fixes
659
660         * input/test/rests.ly: layout fixes
661
662 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
663
664         * input/puer-fragment.ly: bugfix: central C position of do clef
665
666         * ly/gregorian-init.ly: workaround: add small padding space before
667         divisiones (the correct fix would be the spacing engine to handle
668         this)
669
670 2003-08-13  Graham Percival  <gperlist@shaw.ca>
671
672         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
673         cue-notes.ly: minor fixes.
674
675 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
676
677         * Documentation/user/refman.itely: bugfix: remove obsolete link to
678         input/test/custos-style.ly
679
680         * Documentation/index.html.in: bugfix: link to Tutorial.html
681
682         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
683         to neumes; bugfix: "et": epiphonus, not just a simple pes
684
685 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
686
687         * lilypond-mode.el: split `Insert Tag' if it is long enough.
688
689         * lilypond.words: add new features: markup, column, center, \[ \].
690         
691 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
692
693         * Documentation/topdocs/NEWS.texi, DEDICATION,
694         stepmake/bin/add-html-footer.py
695         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
696         input/mutopia/J.S.Bach/wtk1-fugue1.ly
697         input/mutopia/J.S.Bach/wtk1-prelude1.ly
698         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
699         added (only) after a sentence which is complete; if the sentence is 
700         not ended a comma `,' or nothing is used. fix also spaces.
701
702 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
703
704         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
705         requirements to plain 1.6.
706
707         * buildscripts/mutopia-index.py (read_lilypond_header): update
708         mutopia-index.py to 1.4 syntax [sic]
709
710 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
711
712         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
713
714 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
715
716         * Documentation/index.html.in: url for regression pdf
717
718         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
719
720         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
721
722         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
723
724         * VERSION: 1.8.0 released
725         
726         * GNUmakefile.in (local-WWW-post): footify build fix.
727
728         * configure.in: require GUILE 1.6.4
729
730         * Documentation/user/GNUmakefile: don't copy *.png for
731         lilypond-internals
732
733         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
734         local-WWW-post target.
735         (rsync-web): add rsync-web target
736
737         * Documentation/user/introduction.itely (Music notation and
738         engraving): add neume example
739
740         * input/puer-fragment.ly (cantus): add puer-fragment
741
742 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
743
744         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
745         to notes, so that equalizer is actualy being used.
746
747         * scm/midi.scm (instrument-equalizer-alist):
748         (absolute-volume-alist): Define public, so that user can copy or
749         override.
750
751         * lily/key-performer.cc (create_audio_elements): Check for minor
752         key.  Only if key is minor, set MIDI key to minor.
753
754 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
755
756         * Documentation/user/refman.itely (Hiding staffs): fixes.
757
758         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
759
760         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
761         vertical extents to deal with Hara kiri correctly.
762
763         * input/regression/hara-kiri-short.ly: remove
764
765         * input/regression/hara-kiri-pianostaff.ly: update test.
766
767         * Documentation/user/*.tely: remove WEBTITLE
768
769         * scm/output-tex.scm (comment): idem.
770
771         * scm/output-pdftex.scm: remove GUILE 1.4 glue
772
773         * scm/music-functions.scm (make-lyric-event): new function
774
775         * scm/lily.scm (lilypond-version): new function
776
777         * input/test/version-output.ly: new file.
778
779         * Documentation/user/lilypond.tely: add version number to
780         front-page.
781
782 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
783
784         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
785
786 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
787
788         * input/template/gregorian-transcription.ly (barTwo): syntax update.
789
790         * Documentation/user/refman.itely (Hiding staffs): rename node.
791
792 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
793
794         * input/regression/new-markup-syntax.ly (texidoc): remove
795         molecule-callback override.
796
797 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
798
799         * input/les-nereides.ly: Mark tweaks with %tweak.
800
801         * Debian patch, see debian/changelog (Anthony Fok).
802
803 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
804
805         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
806         problem.
807
808 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
809
810         * Documentation/user/refman.itely (Text markup): Fix language bug.
811
812 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
813
814         * input/* : postfix syntax fixes.
815
816         * Documentation/user/refman.itely (Text markup): add note about
817         raise/lower with ^ or _ .
818         
819         * po/fi.po: fix \\apply strings.
820
821         * lily/parser.yy (open_event): warn for prefix articulations.
822
823 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
824
825         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
826         fix also on parmesan font.
827
828 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
829
830         * VERSION 1.7.30 released
831         
832         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
833
834         * buildscripts/mutopia-index.py (headertext): rewording
835
836 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
837
838         * scm/new-markup.scm (strut-markup): new markup function.
839
840         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
841         space also when no accidental is there.
842
843 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
844
845         * input/les-nereides.ly: Updates.
846
847 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
848
849         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
850         which repeats the tag insertion selected from "Insert tag" menu.
851
852 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
853
854         * lily/all-font-metrics.cc (find_font): load AFM files first only
855         for feta fonts. This fixes problems with TeXlive and other TeX
856         distros that include AFM files for the CM fonts. 
857
858         * scm/font.scm (qualifiers-to-font-name): remove.
859
860         * lily/paper-def.cc: remove get_var.
861
862         * input/trip.ly: remove file.
863         
864         * input/regression/spacing-note-flags.ly (raggedright): remove
865         stafflinethickness
866
867         * input/les-nereides.ly: update to new syntax, cleanups.
868
869 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
870
871         * Documentation/user/refman.itely: Clarify shortest-note problem
872         of autobeamer.
873
874 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
875
876         * lilypond-mode.el: Add each word to regexps only once.
877
878         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
879         is based on the syntax definitions in lilypond.words. Remove all 
880         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
881         LilyPond->Insert menu is generated by the entries in lilypond.words 
882         to which have been given a syntax definition.
883
884         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
885         \notes, \relative, \score, \simultaneous, \transpose.
886
887         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
888
889         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
890         
891         * lilypond-mode.el: add menu keywords separately.
892
893         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
894
895 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
896
897         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
898         current ugly installation method for PFA fonts.
899
900 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
901
902         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
903         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
904
905         * Documentation/user/music-glossary.tely: update legato.
906
907 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
908
909         * lexer-gcc-3.0.patch: Remove.
910
911         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
912
913 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
914
915         * debian/rules (binary-arch): remove NEWS.
916
917 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
918
919         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
920         stepmake/bin{ many }: polish the `--help's of different scripts;
921         model taken from the core-utils of Linux.
922
923         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
924
925 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
926
927         * flower/parse-afm.cc (parseCharMetrics): add warnings.
928
929         * flower/libc-extension.cc: idem.
930
931         * flower/include/libc-extension.hh: protect against isinf macros.
932
933 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
934
935         * { many }: Use two uppercase letters in LilyPond.
936
937         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
938
939         * VERSION: 1.7.29 released.
940         
941 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
942
943         * lily/tie.cc: add TODO comment.
944
945         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
946
947         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
948         linejoins and linecaps. This fixes problems with occasional spikes
949         on slur/tie endings.
950         
951         * input/regression/font-name.ly: don't use PS fonts for
952         compatibility reasons. 
953
954         * mutopia/claop.py (accents): update to 1.8
955
956         * Documentation/user/music-glossary.tely (Top): remove 13pt.
957
958         * Documentation/user/macros.itexi: don't color glossary links.
959
960         * Documentation/user/invoking.itexi (Error messages): new section
961
962 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
963
964         * input/regression/font-name.ly: add file.
965
966         * scm/document-backend.scm (grob-doc): remove <hr> from
967         lilypond-internals
968
969         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
970         reqd version to 1.6.4 
971
972         * lily/font-interface.cc (get_font): bugfix: take font-name from
973         alist chain too. This fixes font-name override for \markup.
974
975 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
976
977         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
978
979         * input/test/polymetric-differing-notes.ly: Compile fix.
980
981 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
982
983         * Documentation/user/refman.itely: fixed typo
984
985         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
986         before flexa
987
988 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
989
990         * input/test/{ many }: search & fix some typos.
991
992 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
993
994         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
995         images.
996
997         * scm/music-functions.scm (make-voice-props-set): set Script /
998         TextScript dir for polyphony too.
999
1000         * scm/define-grobs.scm (all-grob-descriptions): decrease space
1001         before clef.
1002
1003         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
1004
1005 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
1006
1007         * Documentation/user/refman.itely (Percussion): Small
1008         clarifications and fixes.
1009
1010         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
1011         threads. This fixes different heads playing simultaneously.
1012
1013 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
1014
1015         * Documentation/user/{ many }: increase readability (read through 
1016         User manual from `one big page').
1017
1018 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1019
1020         * input/test/polymetric-differing-notes.ly: add example with
1021         disparate note values.
1022
1023         * input/test/polymetric.ly: rename from poly-metric
1024
1025         * scripts/ly2dvi.py (include_path): bugfix: use outbase
1026         iso. outname.
1027
1028         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
1029         G-clef bbox to real char extents. This fixes the G-clef being
1030         offset too much to the right.
1031         document perc clef offset.
1032
1033         WARNING: FONT CHANGED.
1034
1035         * Documentation/user/tutorial.itely (Tutorial): move menu.
1036
1037 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1038
1039         * buildscripts/lilypond-profile.sh (Error): trim error message.
1040
1041         * Documentation/user/invoking.itexi (Invoking the lilypond
1042         binary): add note about path.
1043
1044         * Documentation/user/macros.itexi: add @c at EOL, hopefully
1045         suppresses superfluous spaces.
1046
1047 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1048
1049         * buildscripts/lilypond-profile.sh: Add documentation to error
1050         message.
1051
1052         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
1053
1054 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1055
1056         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
1057         <mike@ossmann.com>)
1058
1059         * Documentation/bibliography/computer-notation.bib (pages): prune
1060         unscientific language.
1061
1062         * Documentation/user/GNUmakefile: copy unsplit file to
1063         lilypond.html (idem for lilypond-internals).
1064
1065         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
1066
1067         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
1068
1069         * python/lilylib.py (lilypond_version): 2.1 proof version check.
1070
1071         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
1072         fix.
1073         
1074 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
1075
1076         * Documentation/user/{ various }: bind text snippets with their
1077         examples, e.g. by punctuation: This is an example.
1078
1079 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1080
1081         * ly/performer-init.ly (VoiceContext): Typos.
1082
1083         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
1084         builds, leave final-install to toplevel srcdir makefile.
1085
1086         * make/srcdir.make.in (install): New target.
1087
1088 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1089
1090         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
1091         This fixes core dump on MIDI output (Simon Weatherill).
1092
1093         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
1094         on local-WWW-post.
1095
1096 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1097
1098         * make/lilypond.redhat.spec.in: add dvips to reqs.
1099
1100 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1101
1102         * make/srcdir.make.in (web): Add special web target.
1103
1104         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
1105         from inner $(LOOP).
1106
1107         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
1108
1109         * stepmake/stepmake/generic-targets.make (www-targets-help):
1110         * GNUmakefile.in (web-install): Install in $(webdir).
1111
1112         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
1113
1114         * cygwin/changelog: 
1115         * cygwin/mknetrel: Update.
1116
1117         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
1118         (html-doc): Remove (use: web).
1119
1120         * stepmake/stepmake/script-rules.make: 
1121         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
1122         Fix $(config_make) dependencies for srcdir build.
1123
1124         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
1125         target for srcdir build.
1126
1127         * stepmake/make/stepmake.make: 
1128         * make/srcdir.make.in: 
1129         * GNUmakefile.in:
1130         * make/stepmake.make (config_make): Rename variable (was:
1131         configuration).
1132
1133 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1134
1135         * Documentation/user/internals.itely (Manipulating music
1136         expressions): run lilypond on example too.
1137
1138         * flower/include/libc-extension.hh: move lrint define to
1139         header. bugfix.
1140         
1141 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1142
1143         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
1144         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
1145         do we recurse whole tree?).
1146
1147         * GNUmakefile.in (html-doc): Resurrect.
1148
1149         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
1150         obsolete $(package-icon) dependency.
1151
1152 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1153
1154         * Documentation/user/refman.itely (Automatic staff changes):
1155         add seealso 
1156
1157         * Documentation/index.html.in: link to bigpage.
1158
1159         * Documentation/user/tutorial.itely (Tutorial): streamline.
1160
1161         * Documentation/index.html.in: url typo.
1162
1163         * VERSION (PACKAGE_NAME): release 1.7.28
1164
1165         * python/lilylib.py (error_log): remove '/' from name.
1166
1167         * input/regression/pedal.ly: remove; dups input/test/
1168         
1169         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
1170
1171         * Documentation/index.html.in: python style doco index.
1172
1173         * Documentation/{footer,header}.html.in (src): remove, 
1174
1175         * Documentation/pictures: remove all but lelie-logo.xpm.
1176
1177         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
1178         before running makeinfo.
1179
1180         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
1181         @code{}
1182
1183 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1184
1185         * input/test/bar-number-regular-interval.ly: rename.
1186
1187         * Documentation/user/*: various fixes. 
1188
1189 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
1190
1191         * Documentation/{ many }: polish for update-all-menus. typos.
1192
1193         * po/fi.po: fixes.
1194
1195         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
1196
1197         * buildscripts/mutopia-index.py: polish.
1198
1199         * input/regression/{ many }, input/test{ many }: polish texidocs.
1200
1201 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1202
1203         * scripts/convert-ly.py (FatalConversionError.conv): rule for pedal-style  
1204
1205         * lily/text-spanner.cc (brew_molecule): use bracket-flare
1206         iso. edge-widen.
1207
1208         * lily/piano-pedal-engraver.cc (process_music): change from
1209         process_acknowledged ()
1210
1211         * lily/piano-pedal-bracket.cc: new file. Change
1212         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
1213         cleaned up.
1214
1215         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
1216
1217         * input/regression/tuplets.ly (texidoc): rename file.
1218
1219         * po/fr.po: update
1220
1221         * buildscripts/lilypond-profile.sh: error message if script is not
1222         sourced.
1223
1224         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
1225         bracket-flare
1226         (make_bracket): simplify code.
1227
1228         * lily/parser.yy (verbose_command_req): catch typos in \key scale
1229         argument.
1230
1231         * python/lilylib.py (lilypond_version_check): new function
1232
1233         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
1234
1235         * scripts/ly2dvi.py (run_lilypond): add version check.
1236
1237         * scripts/lilypond-book.py (option_definitions): typo
1238
1239         * scripts/ly2dvi.py (include_path): typo
1240
1241         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
1242
1243         * lily/parse-scm.cc (parse_handler): typo
1244
1245         * Documentation/user/macros.itexi: use @heading for headings.
1246
1247         * Documentation/user/refman.itely: updates, fixes.
1248
1249 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
1250
1251         * po/fi.po: add Finnish translations. fixes.
1252
1253         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
1254
1255         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
1256         from lily/glissando-engraver.cc.
1257
1258 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1259
1260         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
1261         for non-first _broken_ bracket.
1262
1263         * Documentation/user/refman.itely: corrections.
1264
1265 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1266
1267         * lily/new-fingering-engraver.cc (position_scripts): add heads to
1268         support of the fingerings.
1269
1270         * po/fr.po: French translation update.
1271
1272         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
1273         strings.
1274
1275 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1276
1277         * Documentation/user/introduction.itely: Small fixes.
1278
1279 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
1280
1281         * Documentation/topdocs/AUTHORS.texi: polish.
1282
1283 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1284
1285         * Documentation/user/introduction.itely: revise
1286
1287         * Documentation/user/tutorial.itely: reorganise.
1288
1289         * Documentation/topdocs/index.tely: remove.
1290
1291         * Documentation/header.html.in: prune.
1292
1293         * GNUmakefile.in: clean up web building.
1294
1295         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
1296         target.
1297
1298 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
1299
1300         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
1301
1302         * lilypond-mode.el: turn on blink-matching-paren.
1303
1304 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1305
1306         * scm/output-sodipodi.scm (svg-header): Fix typo.
1307
1308 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1309
1310         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
1311         fixes a security hole.
1312
1313         * scripts/lilypond-book.py (original_dir): remove temp_dir
1314
1315         * scm/document-translation.scm: use @code tags.
1316
1317 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
1318
1319         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
1320
1321         * lilypond-mode.el: add a buffer-local post-command-hook to set
1322         context dependent syntax-table after each cursor event. Remove old
1323         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
1324
1325         * lilypond-indent.el: update comments.
1326
1327         * Documentation/footer.html.in: add period.
1328
1329 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1330
1331         * make/lilypond.redhat.spec.in (Group): don't strip binary.
1332
1333         * scm/document-translation.scm (document-property-operation): add
1334         @code{} tags.
1335
1336         * VERSION (PACKAGE_NAME): release 1.7.27
1337
1338         * config.make.in: add PAPER variable
1339
1340         * buildscripts/new-chords.py (help): add help text
1341
1342         * Documentation/user/introduction.itely (Typography and program
1343         architecture):  fixes.
1344
1345         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
1346         for texinfo and dvips. This fixes problems with PDF output of the
1347         wrong size.
1348
1349         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
1350         DVIPS_PAPERSIZE variable
1351
1352         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
1353         TEXINFO_PAPERSIZE variable 
1354
1355 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1356
1357         * mf/feta-macros.mf: whoops: only draw lines for test situations.
1358
1359         * mf/feta-toevallig.mf: lowres fixes.
1360
1361 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1362
1363         * NEWS: Typo and fill-paragraph fixes.
1364
1365         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
1366         cast #define.
1367
1368         * configure.in: 
1369         * config.hh.in: Check for lrint.
1370
1371 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1372
1373         * VERSION: 1.7.26 released
1374
1375         * lily/separation-item.cc: add padding property.
1376
1377         * input/test/*.ly: various fixes, remove solo-a2.ly
1378
1379         * scm/new-markup.scm (brew-new-markup-molecule): arg order
1380         bugfix. Fixes old-style markup compatibility.
1381
1382         * Documentation/user/introduction.itely (Introduction): historical
1383         elucidations
1384
1385         * Documentation/user/music-glossary.tely (Top): linewidth fix.
1386
1387         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
1388
1389         * Documentation/index.texi (Top): cleanup.
1390
1391         * Documentation/user/introduction.itely (Introduction): rewrite
1392         introduction, 
1393         (Music notation and  engraving): about notation. Add flat-picture
1394
1395 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1396
1397         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
1398         separation items. This keeps lyrics from bumping into each other.
1399
1400 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1401
1402         * GNUmakefile.in (topdocs-web): New target.
1403         (local-web): Depend on topdocs-web; fixes html-doc.
1404
1405 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1406
1407         * po/lilypond.pot: run po-replace
1408
1409         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
1410
1411         * scm/drums.scm (reset-drum-kit): new function.
1412
1413         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
1414
1415         * scripts/update-lily.py: remove
1416         
1417         * VERSION: release 1.7.25
1418         
1419         * Documentation/user/introduction.itely (Introduction): rewrite
1420         start of introduction.
1421
1422 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
1423
1424         * lily/all-font-metrics.cc: fixed typo
1425
1426 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
1427
1428         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
1429         LilyPond-mode-context-set-syntax-table): new functions to define
1430         the syntax table according to context.
1431
1432         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
1433
1434 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1435
1436         * Documentation/user/refman.itely (Figured bass): 
1437         language nit courtesy http://www.vocabula.com
1438
1439         * GNUmakefile.in: remove no kpathsea hack.
1440
1441         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
1442         doco.
1443
1444         * GNUmakefile.in: remove web-doc target.
1445
1446         * lily/all-font-metrics.cc (find_afm): add message about
1447         buildscripts/clean-fonts.sh 
1448
1449         * scm/define-music-properties.scm (figure): use string for 'figure
1450
1451         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
1452
1453         * input/regression/ : add raggedright = ##t where applicable. 
1454         
1455         * scm/bass-figure.scm (make-bass-figure-markup): add
1456         alignBassFigureAccidentals property.
1457
1458         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
1459         bracket.
1460
1461         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
1462         syllables widths into account for minimum-length.
1463
1464         * input/test/staff-container.ly: update file
1465
1466         * input/test/stem.ly: remove
1467
1468         * lily/event.cc (LY_DEFINE): add ly: prefix.
1469
1470         * input/test/clef-manual-control.ly: from manual-clef
1471
1472         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
1473
1474         * input/test/different-time-signatures.ly: move to poly-metric.ly
1475
1476         * input/test/hara-kiri*,scales.ly: remove
1477         
1478         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
1479         with chord-names-jazz.ly)
1480
1481         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
1482         get scalable cm fonts too.
1483
1484         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
1485         --encoding for mftrace if present.
1486
1487         * input/regression/slur-area.ly: move from test/
1488
1489         * input/test/: remove simple-slur-endings slur-attachment
1490         slur-broken-cross-staff slur-broken.ly slur-damping.ly
1491         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
1492         slur-symmetry slur-symmetry tie-broken.ly
1493
1494         * scm/drums.scm (set-drum-kit): add function.
1495
1496         * Documentation/user/refman.itely (Percussion staves): use
1497         set-drum-kit
1498
1499         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
1500         too
1501         (Global_measure.set_timesig): handle 3/8 time sig too.
1502
1503         * scm/output-lib.scm (note-head-style->attachment-coordinates):
1504         note about triangle note heads.
1505
1506         * scm/drums.scm: use alist for instrument-settings. This fixes the
1507         bug with assigning to drums in the .ly file.
1508
1509         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
1510         CHANGED.
1511
1512         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
1513         cluster-beacon-interface
1514
1515         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
1516
1517         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
1518
1519         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
1520
1521         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
1522         to get positions.
1523
1524         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
1525         make ClusterSpannerBeacon to record Y positions. This removes the
1526         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
1527         make cluster-note-events.
1528
1529 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1530
1531         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
1532
1533         * configure.in: Use lily/main.cc as identifying source file.
1534
1535         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
1536
1537         * config.hh.in: 
1538         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
1539
1540         * configure.in: Require PYTHON >= 2.0.
1541
1542         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
1543           $PYTHON for include dir location.
1544         (STEPMAKE_PYTHON): New function.  Use
1545         
1546             PYTHON=foo ./configure
1547
1548           to override.
1549
1550 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1551
1552         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
1553         something.
1554
1555         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
1556         ftp.lilypond.org everywhere.
1557
1558 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1559
1560         * lily/text-item.cc (interpret_new_markup): do only if new-markup
1561         detected.
1562
1563         * Documentation/user/refman.itely (Grace notes): note on explicit
1564         contexts
1565
1566 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
1567
1568         * lilypond-font-lock.el: add a comment about LilyPond specific
1569         escape characters: ^, - and _, in the syntax table.
1570
1571         * Documentation/user/appendices.itely: a majuscule fix.
1572
1573 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1574
1575         * input/test/trills.ly (endHorizScript): fixes.
1576
1577         * input/test/chord-names-jazz.ly: merge in alternate Jazz
1578         notation, move from regression.
1579
1580         * input/test/script-stack.ly: change name from stacked-scripts
1581
1582         * input/test/ossia.ly: octave errors.
1583
1584         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
1585         for midi-volume-equaliser
1586
1587 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1588
1589         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
1590         cm fonts.
1591
1592         * mf/feta-beugel.mf: don't multiply font_count by 10.
1593
1594         * lily/lookup.cc (horizontal_line): new function. Use
1595         horizontal-line in output backends.
1596
1597         * Documentation/user/tutorial.itely (An orchestral part): new
1598         section on orchestral stuff and identifiers.
1599
1600 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
1601
1602         * lilypond-mode.el: comment-out paren-highlighting, it still causes
1603         some interference to other modes.
1604
1605 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1606
1607         * lily/spacing-spanner.cc (musical_column_spacing): use average,
1608         not maximum of spacing wishes in polyphonic situations.
1609
1610         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
1611         number
1612
1613         * lilypond-indent.el: remove paren matching. 
1614
1615         * lily/text-item.cc (interpret_new_markup): new function
1616         use iso. text2molecule.
1617
1618         * lily/main.cc (notice): change FSF address 
1619
1620         * po/de.po: update PO file to 1.6.
1621
1622 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
1623
1624         * Documentation/user/ {many}: Add periods and remove spaces.
1625         
1626 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
1627
1628         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
1629         Disable buffer-locally default paren hook and make a new one. 
1630
1631         * lilypond-mode.el: Turn off locally paren-mode, but turn on
1632         locally LilyPond-paren-mode. Add todo for mouse double-click.
1633
1634 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
1635
1636         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
1637         Disable buffer-locally default paren idle timer and make a new one. 
1638
1639         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
1640         locally LilyPond-show-paren-mode. Add to menu a toggle for
1641         LilyPond-show-paren-function.
1642
1643 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1644
1645         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
1646
1647 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
1648
1649         * Documentation/user/refman.itely: spelling fix.
1650
1651         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
1652         paren highlight function definitions. add todo for
1653         LilyPond-show-paren-mode.
1654
1655 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1656
1657         * input/template/jazz-combo.ly: new file.
1658
1659 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1660
1661         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
1662         lo-res fixes.
1663
1664         * mf/feta-schrift.mf: bugfix in varcoda sign.
1665         WARNING: FONT CHANGED
1666
1667         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
1668         in accordance with lexer.ll.   
1669
1670 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1671
1672         * Documentation/user/tutorial.itely: Edit introduction.
1673
1674 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1675
1676         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
1677         ly:grob-staff-position
1678
1679 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1680
1681         * scm/to-xml.scm: import srfi-1
1682
1683         * VERSION (MAJOR_VERSION):  release 1.7.24
1684
1685         * python/lilylib.py (make_ps_images): make multipage _really_ work.
1686
1687         * scripts/lilypond-book.py (do_file): put texidoc before image.
1688         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
1689
1690         * input/regression/*.ly: fix snippet octaves 
1691
1692         * input/test/spanner-after-break-tweak.ly: import
1693         broken-spanner-adjustment
1694
1695         * input/no-notation/midi-transposing.ly: move from input/test/
1696
1697         * input/test/: remove chord-markup
1698
1699         * input/regression/instrument-name-partial.ly: move from input/test.
1700
1701         * input/test/vertical-text.ly: remove
1702
1703         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
1704         space above lyrics lines.
1705
1706         * input/test/uniform-breaking.ly: remove file.
1707
1708         * lily/gourlay-breaking.cc (combine_demerits): add comment about
1709         uniform spacing density. 
1710
1711         * input/test/chords.ly (keys): remove file.
1712
1713         * scm/documentation-lib.scm (oop): use srfi-1 too.
1714
1715         * input/regression/*.ly: add \version
1716
1717         * Documentation/user/*.itely: various fixes.
1718
1719         * buildscripts/mf-to-table.py (base): break table every three
1720         symbols.
1721
1722         * input/:  remove %% new-chords-done %% .
1723
1724         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
1725         os-music.ly
1726         
1727 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1728
1729         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
1730
1731         * scm/new-markup.scm (box-markup): new function.
1732         (box-markup): new function. Contributed by Dick Schoeller
1733         <schoeller@attbi.com>
1734
1735         * scm/lily.scm: remove reduce-no-unit 
1736         (list-insert-separator): use fold-right
1737
1738         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
1739         of arguments. 
1740
1741         * NEWS: more neutral language for ancient notation 
1742
1743         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
1744         inside pointing beaming for chord tremolo.
1745
1746         * Documentation/user/lilypond-book.itely: minor editing
1747
1748 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
1749
1750         * NEWS: added news for 1.8 regarding ancient notation
1751
1752         * Documentation/user/refman.itely (Gregorian square neumes
1753         ligatures): fixed typo
1754
1755         * lily/vaticana-ligature-engraver.cc,
1756         lily/include/vaticana-ligature.hh: bugfix: use special heads for
1757         lower/upper head of Pes only when heads are stacked
1758
1759         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1760         scm/define-grob-properties.scm: cleanup: make "join-left" a
1761         boolean grob property and save delta pitch in grob property
1762         "delta-pitch" instead
1763
1764         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
1765
1766 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1767
1768         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
1769         completely borked
1770
1771         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
1772         (try_music): bug fix: beam multiplicity was completely borked.
1773
1774         * scm/lily.scm: remove tail, filter-list, filter-out-list,
1775         first-n, butfirst-n in favor of srfi-1 functions.
1776         remove string-join, string-pad in favor of srfi-13 functions.
1777
1778         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
1779
1780         * NEWS: use complete sentences.
1781
1782         * Documentation/user/introduction.itely (Example applications):
1783         add note about databases and lilypond-book.
1784
1785         * input/test/volta.ly: remove file
1786
1787         * input/regression/volta-broken-left-edge.ly: simplify file
1788
1789 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1790
1791         * Documentation/user/refman.itely (Constructing a tweak): new
1792         subsection.
1793
1794         * Documentation/user/tutorial.itely (Fine tuning layout): add
1795         common tweaks.
1796
1797         * scm/define-grobs.scm (TextScript): use new brewer.
1798
1799 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1800
1801         * VERSION: release 1.7.23
1802
1803         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
1804
1805         * python/lilylib.py (make_ps_images): bugfixes.
1806
1807         * input/regression/volta-multi-staff.ly: new file.
1808
1809         * Documentation/user/macros.itexi: refcommands, refcommand macros.
1810
1811         * Documentation/user/tutorial.itely (Piano staffs): new section.
1812         (Setting variables): new section
1813         (Fine tuning layout): new section
1814
1815         * input/just-friends.ly: remove file. Superseeded by
1816         input/test/chords-without-melody.ly
1817
1818         * ly/property-init.ly: add all commands to refman.
1819
1820         * scm/define-translator-properties.scm: remove
1821         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
1822
1823         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
1824         name. Underscores botch up PS output.
1825
1826         * scm/define-translator-properties.scm: remove
1827         textNonEmpty, oneBeat, regularSpacingDelta
1828
1829         * scripts/convert-ly.py (FatalConversionError.conv): conversion
1830         rule for automaticBars.
1831
1832         * lily/timing-engraver.cc (start_translation_timestep): change
1833         barNonAuto to automaticBars
1834
1835 2003-06-30  Graham Percival  <gperlist@shaw.ca>
1836
1837         * input/test/perform-tie.ly: delete file.
1838
1839 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
1840
1841         * Documentation/user/refman.itely (Gregorian square neumes
1842         ligatures): bugfix: do not show ledger lines in neumes table
1843         (fixed by setting staff symbol to transparent rather than removing
1844         it from staff context)
1845
1846 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1847
1848         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
1849         glue into brew-new-markup-molecule.
1850
1851         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
1852
1853         * Documentation/user/introduction.itely (Computerized typography):
1854         new section
1855
1856         * Documentation/user/tutorial.itely (An orchestral part): remove
1857         pc example from tutorial.
1858
1859         * input/tutorial/lilbook.tex: use screech-boink
1860
1861         * scripts/lilypond-book.py (compile_all_files): split formatting
1862         output body and scheduling lilypond compilation.
1863         (format_lilypond_output_bodies): new function
1864         (format_lilypond_block): new function
1865         (html_pages): allow multi-page images in HTML
1866
1867         * python/lilylib.py (make_ps_images): rename function from
1868         make_preview, merge with make_page_images
1869
1870 2003-06-28  Graham Percival  <gperlist@shaw.ca>
1871
1872         * input/test/key-clefs.ly: moved to regression.
1873
1874         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
1875
1876         * input/no-notation/README: added note about midi-*.ly files.
1877
1878         * input/test/two-key.ly: moved to no-notation/parse5.ly
1879
1880         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
1881         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
1882
1883         * input/test/ {various}: modified comments, marked some for deletion.
1884
1885         * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
1886
1887         * input/test/mmrest-collision: moved to regression.
1888
1889 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1890
1891         * scm/chord-name.scm (note-name->markup): don't superscript root
1892         alterations in chordnames.
1893
1894 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1895
1896         * Documentation/user/refman.itely (Multi measure rests): more
1897         index/cross-referencing.
1898
1899         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
1900
1901         * scm/font.scm: remove properties-to-font-name code.
1902
1903         * scm/define-grob-properties.scm: remove 'type
1904
1905         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
1906         conversion
1907
1908         * lily/text-spanner.cc: change 'type grob prop to 'style 
1909
1910         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
1911         "first" flag to decide whether to make a start-repeat
1912
1913         * input/regression/grace-volta-repeat-2.ly: new file.
1914
1915 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1916
1917         * lilypond-indent.el: rename generic functions to LilyPond-*
1918
1919 2003-06-22  Graham Percival  <gperlist@shaw.ca>
1920
1921         * input/test/thumb.ly: delete, merged into refman.
1922
1923         * Documentation/user/refman.itely: added thumb info to Fingering.
1924
1925         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
1926         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
1927         vertical-align.ly : deleted files.
1928
1929 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1930
1931         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
1932
1933         * lily/line-spanner.cc (broken_trend_offset): remove function.
1934         (get_broken_offset): idem.
1935         (brew_molecule): rewrite the line-break case.
1936
1937         * input/regression/follow-voice-break.ly:  new file.
1938
1939         * lily/line-spanner.cc (after_line_breaking): remove lines at the
1940         start of a system.
1941
1942 2003-06-20  Graham Percival  <gperlist@shaw.ca>
1943
1944         * input/test/tuplet-rest.ly: moved to regression.
1945
1946         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
1947         deleted file.
1948
1949         * input/test/ {many} : marked file for possible deletion.
1950
1951 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1952
1953         * input/regression/beam-funky.ly: add note about (disputed)
1954         correct beaming.
1955
1956         * ly/engraver-init.ly (ScoreContext): put key-signature after
1957         staff-bar
1958         
1959 2003-06-20  Graham Percival  <gperlist@shaw.ca>
1960
1961         * input/test/ broken.ly lyric-phrasing.ly: deleted.
1962
1963         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
1964
1965         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
1966
1967         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
1968         stem-extend was deleted (it was duplicate example, and not as
1969         good).
1970
1971         * input/test/[s-z]*.ly: add texidoc index.
1972
1973 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1974
1975         * lily/slur.cc (get_boundary_notecolumn_y): change name from
1976         get_first_notecolumn_y
1977
1978         * lily/spanner.cc (broken_spanner_index): new function.
1979
1980 2003-06-19  Graham Percival  <gperlist@shaw.ca>
1981
1982         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
1983         lyric-hyphen.ly : moved to regression.
1984
1985         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
1986         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
1987
1988         * input/test/instrument-name-mmrest.ly: moved to
1989         ../regression/multi-measure-rest-instr-name.ly
1990
1991         * input/test/knee-sym.ly: moved to
1992         ../regression/beam-knee-symmetry.ly.
1993
1994         * input/test/hymn.ly: change comments.
1995
1996         * input/test/[p-r]*.ly: add texidoc index.
1997
1998 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1999
2000         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
2001         to postfix syntax
2002         
2003         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
2004         syntax.
2005
2006         * VERSION: release 1.7.22
2007
2008 2003-06-18  Graham Percival  <gperlist@shaw.ca>
2009
2010         * input/test/[h-k]*.ly: added texidoc index.
2011
2012         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
2013
2014         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
2015
2016         * input/test/ various : mark files for deletion or moving to regression.
2017
2018         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
2019
2020         * input/test/[l-o]*.ly: added texidoc index.
2021
2022 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2023
2024         * scm/music-functions.scm (make-ottava-set): 
2025         only do ottavation if centralCPosition is set.
2026
2027         * lily/translator-scheme.cc (ly:context-property-where-defined):
2028         return '() if not found.
2029
2030 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
2031
2032         * lilypond-mode.el (LilyPond-un-comment-region): removed.
2033         Use one command for both commenting and uncommenting.
2034
2035         * lilypond-indent.el (LilyPond-comment-region): new function,
2036         (un)comments each line separately.
2037
2038         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
2039         
2040         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
2041         imenu is not added by default; adapted from f90.el,
2042         makes Help-menu, which does not fit, visible in XEmacs.
2043         
2044 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
2045
2046         * lilypond-mode.el: Set show-paren-mode local; minor-mode
2047         show-paren-mode sets blink-matching-paren-on-screen local.
2048         Try to make show-paren-function to paren-highlight local.
2049
2050         * lilypond-indent.el (LilyPond-scan-sexps): new function.
2051         Copy definitions of Emacs' show-paren-function and
2052         XEmacs' paren-highlight and make minimal changes;
2053         add comments about locality. 
2054         Fix matching first open-paren-char in '<< .. >>'.
2055
2056 2003-06-16  Graham Percival  <gperlist@shaw.ca>
2057
2058         * input/test/g*: added texidoc index.
2059
2060         * input/test/[a-g]*: added raggedright==#t when it
2061          seemed appropiate.
2062
2063         * input/test/ fake-grace.ly figured-bass.ly : removed file.
2064
2065         * Documentation/topdoc/INSTALL.texi: removed false warnings
2066         about gcc 3.3.
2067
2068 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2069
2070         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
2071
2072         * input/test/chords-without-melody.ly (texidoc): add from
2073         input/just-friends.ly
2074
2075         * input/regression/size{13--26}.ly: move from input/
2076
2077         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
2078         input/{star-spangled-banner,twinkle}.ly: remove 
2079         
2080         * lily/slur.cc: remove slur over rest warnings.
2081
2082         * lily/note-spacing.cc (get_spacing): include left part of right
2083         object in fixed space. This fixes stretched space before
2084         accidentals.
2085
2086         * input/regression/spacing-accidental-stretch.ly: new file.
2087
2088 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
2089
2090         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
2091         Reduce to 16pt.
2092
2093 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2094
2095         * input/regression/spacing-knee.ly: docstring
2096
2097         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
2098
2099         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
2100         input/tutorial/{test,solar,flowing}.ly: remove
2101
2102         * input/rhythm.ly: remove
2103
2104         * input/mutopia/F.Schubert/standchen.ly: update syntax.
2105
2106         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
2107         update syntax. 
2108
2109         * scm/define-grobs.scm (all-grob-descriptions): set
2110         knee-spacing-correction to 1.0
2111
2112         * lily/note-spacing.cc (stem_dir_correction): compute knee
2113         correction using stem-thickness and head width.
2114
2115         * input/regression/beam-quanting-horizontal.ly: update texidoc
2116
2117         * scm/define-grobs.scm (all-grob-descriptions): set
2118         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
2119         This fixes 32nd beams for noteheads in spaces quants.
2120
2121         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
2122
2123 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
2124
2125         * README.mandrake: Change lilypond-extras to lilypond-documentation.
2126
2127 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2128
2129         * input/test/dpncnt.ly,part-combine-score.ly: remove.
2130
2131         * VERSION (PACKAGE_NAME): release 1.7.21
2132
2133         * input/regression/stem-shorten.ly: new file.
2134
2135         * lily/stem.cc (get_default_stem_end_position): revise stem
2136         shortening code.
2137
2138         * input/regression/spacing-multi-tuplet.ly: move from input/test/
2139
2140         * input/test/{scripts,volta-start,sleur}.ly: remove
2141         
2142         * input/regression/span-bar.ly: smaller file.
2143
2144         * input/regression/spacing-{natural,tight,loose}.ly: remove
2145
2146         * input/test/markup.ly: remove
2147
2148         * scripts/lilypond-book.py: put printfilename in separate chunk,
2149         so texidoc is printed after the filename.  
2150
2151 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
2152
2153         * make/lilypond.mandrake.spec.in: fix docdirs.
2154
2155 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2156
2157         * input/regression/beam-french.ly: bugfix.
2158
2159         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
2160
2161         * input/regression/(various).ly: add raggedright = #t.
2162
2163         * input/regression/auto-beam.ly: move from abe.ly
2164
2165 2003-06-13  Graham Percival  <gperlist@shaw.ca>
2166
2167         * input/test/f*.ly: added texinfo index.
2168         
2169         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
2170
2171 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2172
2173         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
2174         quant penalty for beam just outside staff.
2175
2176         * input/regression/beam-quanting-horizontal.ly (texidoc): move
2177         from beam-pos.ly,  remove non-horizontal tests. 
2178
2179         * input/test/(various): cleanup header info. 
2180
2181         * input/test/tchaikovsky.ly: remove file.
2182
2183         * scm/chord-generic-names.scm: move from
2184         double-plus-new-chord-name.scm
2185
2186         * input/test/orchestscore.ly: remove file
2187
2188         * Documentation/user/refman.itely (Vocal music): update documentation.
2189
2190         * scm/define-translator-properties.scm (chordNoteNamer): remove
2191         chordNameStyle, use chordNameFunction
2192
2193         * scm/chord-name.scm (set-chord-name-style): remove
2194         set-chord-name-style. Use \property chordNameFunction.
2195
2196 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2197
2198         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2199         music): remove @TeX{} command.
2200
2201 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2202
2203         * lilypond-indent.el (scan-sexps): Renamed to
2204         aargh-this-breaks-other-emacs-modes-scan-sexps.
2205
2206 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
2207
2208         * lilypond-indent.el: Fix: match concurrent one-char opening and 
2209         closing slurs: '()', etc. Add comments.
2210
2211         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
2212
2213         * lilypond-font-lock.el: match unending string at eof.
2214
2215         * make/lilypond.mandrake.spec.in: refreshed packed file list.
2216         
2217 2003-06-10  Graham Percival  <gperlist@shaw.ca>
2218
2219         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
2220         input/test/beam-dir.ly input/test/beam-position.ly    
2221         input/test/beam-suspect.ly input/test/beam-trend.ly    
2222         input/test/beams.ly input/test/crescendo-text.ly : deleted
2223         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
2224         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
2225         * input/test/default-bars.ly: moved to bar-always.ly
2226         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
2227
2228 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2229
2230         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
2231
2232 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2233
2234         * scm/chord-ignatzek-names.scm (remove-step): rename file.
2235
2236 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
2237
2238         * lilypond-indent.el: Match better slurs in scheme expressions.
2239         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
2240
2241         * Documentation/user/invoking.itexi: document Emacs' paren matching.
2242
2243 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2244
2245         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
2246
2247         * input/ac-extra-voice.ly: Add texidoc.
2248
2249         * ly/chord-modifiers-init.ly: 
2250         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
2251         and chordNameExceptionsPartial for new chord names.
2252
2253         * input/test/chord-names-dpnj.ly: 
2254         * input/test/dpncnt.ly: Update.
2255
2256         * scm/chord-name.scm: 
2257         * scm/double-plus-new-chord-name.scm: Add compatibility for new
2258         chord selection and options.
2259
2260         * ly/chord-modifiers-init.ly: Add exceptions 
2261
2262         * scm/define-translator-properties.scm (chordNameStyle) 
2263         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
2264
2265 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
2266
2267         * ly/property-init.ly (germanChords): Added.
2268         (semiGermanChords): Added.
2269         
2270         * input/test/chord-names-german.ly: Use new macros
2271         
2272 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
2273
2274         * lilypond-indent.el: Use similar parenthesis highlighting for 
2275         Emacs and XEmacs through redefinitions of parenthesis highlighting 
2276         functions; removed LilyPond-show-paren-function. Fix indenting.
2277         Turn paren-matching on also in XEmacs.
2278
2279         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
2280         as needed by parenthesis highlighting functions (in scan-sexp).
2281
2282 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2283
2284         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
2285         function.
2286         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
2287
2288 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
2289
2290         * lilypond-indent.el: tune regexp for show-paren-function.
2291
2292 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2293
2294         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
2295         for all LilyPond-produced tex snippets.
2296
2297         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
2298         fixes one line --preview output of ly2dvi.
2299
2300 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
2301
2302         * lilypond-indent.el: match only one type of slurs in
2303         LilyPond-show-paren-function.
2304
2305 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2306
2307         * debian/GNUmakefile (EXTRA_DIST_FILES): 
2308         * debian/lilypond1.7.dirs: 
2309         * debian/lilypond1.7-doc.dirs: New file.
2310
2311         * input/regression/chord-name-exceptions.ly: Add parameter for
2312         ignatzekExceptions.  Quote hash in docstring.
2313
2314 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
2315
2316         * lilypond-indent.el (show-paren-function): define show-paren-function
2317         as LilyPond-blink-matching-open and use it for closing parens.
2318         Let LilyPond-blink-matching-open know whether a bracket was inserted.
2319
2320         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
2321         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
2322         LilyPond-blink-matching-paren in order to match both open and close
2323         brackets.
2324         
2325 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
2326
2327         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
2328         testing by modifying the code from FSF Emacs paren.el. Add comments.
2329
2330 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2331
2332         * input/test/dpncnt.ly: Transpose example to match new
2333         default \chords octave.  Add comment.
2334         
2335         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
2336         comment about octave change.
2337
2338 2003-06-04  Graham Percival  <gperlist@shaw.ca>
2339
2340         * input/test/[d,e]: added texinfo index tags.
2341         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
2342
2343 2003-06-04  Graham Percival  <gperlist@shaw.ca>
2344
2345         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
2346
2347 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
2348
2349         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
2350         as in blink-matching-open.
2351
2352 2003-06-03  Graham Percival  <gperlist@shaw.ca>
2353
2354         * input/test/[a-c]: more comments in files.
2355         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
2356         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
2357         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
2358         mark file for proposed deletion.
2359         * input/test: renaming files:
2360         auto-beam-4-8.ly to beam-auto-4-8.ly
2361         auto-beam-override.ly to beam-auto-override.ly
2362         auto-beam.ly to beam-auto.ly
2363         blank.ly to blank-paper.ly
2364         absolute-volume.ly to dynamic-absolute-volume.ly
2365
2366 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2367
2368         * input/test/dpncnt.ly: 
2369         * input/test/chord-names-dpnj.ly: Resurrect.
2370
2371         * lily/my-lily-lexer.cc: Remove chordnames keyword.
2372
2373         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
2374
2375         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
2376         Better docstring, add parameter OMIT-ROOT, tidy up.
2377
2378 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
2379
2380         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
2381
2382 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2383
2384         * scm/output-ascii-script.scm (as-font-alist-alist):
2385         (as-properties-to-font-name):
2386         (as-make-style-sheet): Remove.
2387
2388         * scm/font.scm (as-make-font-list): New function.
2389         (as-font-sheet-alist): New variable.
2390
2391         * ly/paper-as9-init.ly: 
2392         * ly/paper-as5-init.ly: Update.
2393
2394         * ly/paper-as5.ly:
2395         * ly/paper-as9.ly: New file.
2396
2397 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2398
2399         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
2400
2401 2003-05-28  Graham Percival  <gperlist@shaw.ca>
2402         * input/sondag-morgen/*: removed due to copyright concerns.
2403         * input/[a,b]*.ly: added a newline at the end of the texinfo
2404         doc string (produces better output in HTML version).
2405         * input/c*.ly: added texinfo index and added comments to
2406         aid in future changes to input/test/ files.
2407
2408 2003-05-28  Graham Percival  <gperlist@shaw.ca>
2409         
2410         * Documentation/user/refman.itely: fixed build problem (missing
2411         file) caused by previous renaming.
2412
2413 2003-05-28  Graham Percival  <gperlist@shaw.ca>
2414         
2415         * input/test/[a,b]*.ly: added texinfo index and added comments to
2416         aid in future changes to input/test/ files.
2417         * input/test/bar-number-every-5-reset.ly: renamed to
2418         bar-number-every-five-reset.ly
2419         * input/test/bar-script-visibility.ly: renamed to
2420         bar-number-show-all.ly
2421
2422 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2423
2424         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
2425         to Voice.
2426
2427         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
2428         out note-line and glissando functionality.
2429         
2430         * lily/line-spanner.cc (brew_molecule): cleanup.
2431
2432 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2433
2434         * scripts/as2text.scm: Use rdelim module.
2435         (start-system): Rename from start-line.
2436         (stop-system): Rename from stop-line.
2437         (af-gulp-file): Use string iso symbol for getenv.
2438
2439         * scm/output-ascii-script.scm: Add guile and lily modules.
2440         (font-name-alist): New variable.
2441         (draw-line): New function.
2442
2443         * scm/output-lib.scm (func, arg->string): Re-add from archive.
2444         (Were these silently removed, without ChangeLog entry?)
2445
2446 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2447
2448         * scm/music-functions.scm (make-ottava-set): bugfixes: also
2449         process 2nd ottava correctly.
2450
2451 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
2452
2453         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
2454
2455 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2456
2457         * Documentation/user/converters.itely (Invoking midi2ly): Update.
2458
2459 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2460
2461         * VERSION: release 1.7.20
2462         
2463         * lily/text-spanner.cc (brew_molecule): clean up function. This
2464         fixes bugs with broken 8va spanners.
2465
2466         * lily/simple-spacer.cc (solve): also compute force for raggedright.
2467         This prevents spurious line-breaks with raggedright
2468         
2469 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2470
2471         * lily/key-performer.cc (create_audio_elements): always use major
2472         key
2473
2474         * Documentation/user/internals.itely: updates
2475
2476         * input/regression/beam-break.ly: new file.
2477
2478         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
2479         beams if starting or terminating stems have 'beaming set.)
2480
2481         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
2482         property.
2483
2484         * lily/parser.yy (verbose_command_req): add comment about scales.
2485
2486 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
2487
2488         * lilypond-indent.el: adjust regexps in bracket-matching.
2489
2490 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
2491
2492         * Documentation/user/refman.itely: more tiny fixes
2493
2494         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
2495         "Chord names"; added table with input syntax for solesmes neumes
2496         table; added some words about rationale on input syntax design
2497
2498         * lily/gregorian-ligature-engraver.cc,
2499         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
2500         lily/include/gregorian-ligature.hh: bugfix: horizontal head
2501         alignment of Pes Initio Debilis
2502
2503         * Documentation/user/refman.itely,
2504         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
2505         mf/parmesan-heads.mf: fixed most of the head selection/alignment
2506         bugs in the solesmes neumes table
2507
2508 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
2509
2510         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
2511         Similarly, match '[' and ']' by skipping '\[' and '\]'.
2512
2513         * lilypond-mode.el: fix tag-score. small improvements.
2514
2515 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2516
2517         * .cvsignore: Add aclocal.m4.
2518
2519         * lily/music-constructor.cc: Include <assert.h>.
2520
2521 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2522
2523         * ly/engraver-init.ly (HaraKiriStaffContext): use
2524         RemoveEmptyStaffContext instead.
2525
2526         * Documentation/user/refman.itely: updates
2527
2528 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
2529
2530         * Documentation/user/refman.itely: added solesmes neumes table;
2531         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
2532         bugfix: "Ornaments" -> "Articulations"
2533
2534         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
2535
2536 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
2537
2538         * lilypond-indent.el: Add a message about trying to match \] or \).
2539         
2540 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
2541         
2542         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
2543         obsolete "arithmetic_*"
2544
2545         * input/bugs/ligatures.ly: removed (will be put into a different
2546         directory later)
2547
2548 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2549
2550         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
2551         libkpathsea (Maurizio Tomasi).
2552
2553 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2554
2555         * input/regression/repeat-slash.ly (texidoc): new file
2556
2557         * lily/slash-repeat-engraver.cc (try_music): new file, handle
2558         slash repeats separately. Slash repeats and %
2559         repeats can now be nested.
2560
2561 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
2562
2563         * lilypond-indent.el: Add preliminary test for closing \] and \).
2564         
2565 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
2566
2567         * lily/gregorian-ligature-engraver.cc,
2568         lily/vaticana-ligature-engraver.cc,
2569         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
2570         mf/parmesan-heads.mf: various semivocalis related bugfixes
2571
2572         * input/bugs/ligatures.ly: new file demonstrating problems with
2573         ligatures
2574         
2575 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
2576
2577         * lilypond-mode.el,
2578         lilypond-font-lock.el,
2579         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
2580
2581 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
2582
2583         * lilypond-mode.el: Remove outdated code. Stress the difference 
2584         between Emacs and XEmacs definitions.
2585
2586         * lilypond-mode.el,
2587         lilypond-indent.el: Define a function interactive only when necessary.
2588
2589 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
2590
2591         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
2592         Use inactive regions also in XEmacs.
2593
2594 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2595
2596         * Documentation/user/refman.itely (Repeat syntax): more updates
2597
2598         * lily/simple-spacer.cc (solve): move solution process into
2599         solve(). This fixes a bug with collisions and raggedright = ##t.
2600  
2601         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
2602
2603         * ly/engraver-init.ly: remove GraceContext. Update examples.
2604
2605 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2606
2607         * GNUmakefile.in (fonts): Also make fontball.
2608
2609         * Website fixes:
2610
2611         * ly/engraver-init.ly (GraceContext): Add.
2612
2613         * run:
2614
2615             convert-ly $(find . -name *.ly)
2616
2617         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
2618         new chords.
2619
2620 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2621
2622         * VERSION: 1.7.19 released
2623         
2624         * scm/music-functions.scm (set-octavation): new function.
2625
2626         * input/regression/ottava.ly: new file
2627
2628         * lily/translator-scheme.cc (LY_DEFINE): new function
2629         ly:unset-context-property
2630         (LY_DEFINE) new function ly:context-property-where-defined: 
2631
2632 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
2633
2634         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
2635
2636         * lilypond.words: add few.
2637
2638         * input/test/script-chart.ly: fix typo.
2639
2640 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2641
2642         * scm/define-grobs.scm: uniform naming for definitions and output
2643         routine files. 
2644
2645         * ly/engraver-init.ly (ChoirStaffContext): add \description from
2646         scm/context-description.scm
2647
2648         * lily/parser.yy (translator_spec_body): add \description to the
2649         \translator{} body syntax.
2650
2651         * lily/ottava-engraver.cc: new file.
2652
2653         * scm/chord-name.scm (natural-chord-alteration): replace old
2654         chord stuff. 
2655
2656         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
2657
2658         * Documentation/user/refman.itely (Metronome marks): update doco.
2659
2660         * input/regression/markup-note.ly: new file
2661
2662         * input/regression/metronome-marking.ly: new file
2663
2664         * lily/metronome-engraver.cc: new file. Print \tempo markings.
2665
2666         * scm/new-markup.scm (note-markup): make a note glyph, useful for
2667         metronome marks.
2668
2669 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2670
2671         * Documentation/user/GNUmakefile: Compatibility fix for new
2672         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
2673         for making binary packages; info splitting bug has been fixed.
2674
2675         * Documentation/user/refman.itely: Compile fixes.
2676
2677 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
2678
2679         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
2680         Count \midi -keywords also for a region.
2681
2682 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2683
2684         * lily/lookup.cc (LY_DEFINE): new function
2685
2686         * Documentation/user/tutorial.itely: updates
2687
2688 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
2689
2690         * lilypond-mode.el: Allow Midi on buffer.
2691         Use only '.ly'-extension, remove '.sly' and '.fly'.
2692         Allow use of inactive regions. Invoke next Command on Master file, 
2693         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
2694
2695 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2696
2697         * Documentation/user/tutorial.itely: updates.
2698
2699 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
2700
2701         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
2702
2703 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
2704
2705         * lily/coherent-ligature-engraver.cc: fixed typo
2706
2707         * lily/coherent-ligature-engraver.cc,
2708         lily/gregorian-ligature-engraver.cc,
2709         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
2710         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
2711         lily/vaticana-ligature-engraver.cc,
2712         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
2713         scm/grob-description.scm: cleanup: junked LigatureHead grob and
2714         removed all ligature specific stuff from NoteHead code
2715
2716         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
2717         ligatures now use regular noteheads
2718
2719         * lily/vaticana-ligature.cc: tiny code cleanups
2720
2721         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
2722         space between two adjacent noteheads of the same pitch
2723
2724         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
2725         description; cleanup: removed obsolete font-family settings
2726
2727 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
2728
2729         * lily/coherent-ligature-engraver.cc,
2730         lily/gregorian-ligature-engraver.cc,
2731         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
2732         lily/mensural-ligature-engraver.cc,
2733         lily/vaticana-ligature-engraver.cc,
2734         lily/include/gregorian-ligature-engraver.hh: updated for new
2735         Coherent_ligature_engraver; added comments that describe the basic
2736         design ideas of the ligature implementation
2737
2738         * lily/coherent-ligature-engraver.cc,
2739         lily/include/coherent-ligature-engraver.hh: new file: shared code
2740         between mensural ligatures and Gregorian chant notation ligatures
2741
2742 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
2743
2744         * lilypond-mode.el: XEmacs fixes: include two definitions for the
2745         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
2746         use only two arguments in sit-for, use no arguments in
2747         read-char-exclusive, backspace is not a character (127) in XEmacs.
2748
2749         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
2750
2751 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
2752
2753         * lilypond-mode.el: un-commenting works after syntax-table fix.
2754
2755         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
2756         group, verbose commenting for syntax table.
2757
2758         * lilypond-indent.el: add TODO for ligature slurs.
2759
2760 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
2761
2762         * lilypond-mode.el: Move comments of parenthesis matching away,
2763         (blink-matching-paren-on-screen) fix blinking in Emacs.
2764
2765         * lilypond-font-lock.el: Fix parent-matching for Emacs:
2766         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
2767
2768         * lilypond-indent.el: Add TODO for parenthesis matching.
2769
2770 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
2771
2772         * lilypond-mode.el: Fix XEmacs: 
2773         changed [S-iso-lefttab] to [(shift iso-lefttab)],
2774         invoke explicitly easy-menu-add (in Emacs done automatically).
2775         
2776         * lilypond.words: Add few words from input/*/*.ly.
2777
2778 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2779
2780         * VERSION (PATCH_LEVEL): release 1.7.18
2781
2782         * scripts/lilypond-book.py: only print basename for printfilename
2783         option
2784
2785         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
2786         and syntax updates.
2787
2788 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2789
2790         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
2791         better parametrisation. Move fatness of bulb downward.
2792
2793         * mf/parmesan-custodes.mf (dir_down): remove underscores from
2794         glyph names. Underscores are not allowed .ps encoding files.
2795
2796 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
2797
2798         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
2799         variable "packed" for packed right-ragged mode
2800
2801         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
2802         unused variable ragged; fixed indentation
2803
2804         * Documentation/user/refman.itely: tiny cleanups in ancient
2805         clef and custos section
2806
2807 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2808
2809         * lily/parser.yy (Simple_music): add \applyoutput, syntax
2810         \applyoutput PROCEDURE
2811
2812         * lily/my-lily-lexer.cc: add \applyoutput.
2813
2814         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
2815
2816         * lily/text-item.cc: clean text-interface description
2817
2818 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2819
2820         * input/{regression,test}/: use postfix for slur endings and beam
2821         begins.
2822
2823         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
2824         style beams too. 
2825
2826         * input/regression/lyrics-melisma-beam.ly: new file.
2827
2828         * lily/lyric-engraver.cc (process_music): change from
2829         process_acknowledged_grobs()
2830
2831         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
2832         functions to set and revert auto-beam settings.
2833
2834 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2835
2836         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
2837
2838 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
2839
2840         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
2841         Documentation/user/lilypond.tely: fixed some typos; updated author
2842         info
2843
2844         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
2845         #"" -> #'flag-style = #'()
2846
2847         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
2848         cleanup: removed dead #includes
2849
2850         * lily/gregorian-ligature-engraver.cc,
2851         lily/include/gregorian-ligature.hh,
2852         scm/grob-property-description.scm: small cleanups, small spacing
2853         fixes
2854
2855         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
2856         lily/vaticana-ligature.cc,
2857         lily/include/gregorian-ligature-engraver.hh,
2858         scm/grob-property-description.scm, scm/music-types.scm:
2859         "porrectus" -> "pes or flexa"
2860
2861         * ly/engraver-init.ly, scm/grob-description.scm,
2862         scm/grob-property-description.scm: junked porrectus, now handled
2863         by ligature code
2864
2865         * scm/grob-description.scm: bugfix: added space-alist entry for
2866         breathing sign/custos
2867
2868 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2869
2870         * Another grand 2003 update.
2871         
2872         * Remove mentioning of `mudela'; There's no such thing.
2873
2874 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2875
2876         * Documentation/user/preface.itely (Preface to version 1.8): update
2877
2878         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
2879
2880         * Documentation/user/converters.itely (Invoking convert-ly): revise
2881
2882         * scripts/convert-ly.py (outfile_name): remove --assume-old.
2883
2884         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
2885
2886 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2887
2888         * Documentation/user/internals.itely: more updates.
2889
2890 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2891
2892         * Documentation/user/refman.itely: revise 
2893
2894         * Documentation/user/internals.itely: revise
2895
2896         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
2897
2898 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
2899
2900         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
2901         beautification: reformatted ancient clefs section; cleanup: small
2902         wording fixes
2903
2904 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
2905
2906         * lilypond.words: added words for chant notation, sorted
2907         alphabetically through "sort lilypond.words"
2908
2909 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
2910
2911         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
2912         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
2913         chant notation
2914
2915 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
2916
2917         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
2918         prevent TeX from interpreting them as long dash
2919
2920         * input/test/vaticana.ly: updated
2921
2922         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
2923         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
2924         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
2925         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
2926         fixes
2927
2928         * mf/parmesan-heads.mf: ledger endings: removed dead code
2929
2930 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2931
2932         * VERSION: 1.7.17 released
2933         
2934         * Documentation/user/GNUmakefile
2935         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
2936         files too.
2937
2938         * scm/document-markup.scm: new file: document all markup
2939         functions.
2940
2941         * scm/documentation-generate.scm: rename all documentation modules
2942         to document-*.scm
2943
2944         * scripts/lilypond-book.py: generate link to .ly file iso. link to
2945         .png
2946
2947         * input/test/divisiones.ly: added
2948
2949         * input/regression/output-property.ly: new file
2950
2951         * lily/cluster.cc: change cluster-interface to use style property
2952
2953 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
2954
2955         * input/test/chord-names-german.ly: modified.
2956
2957         * scm/chords-ignatzek.scm:
2958           chord-name->german-markup: Added
2959           note-name->german-markup: Changed (now producing lowercase notenames)
2960
2961         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
2962         
2963 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2964
2965         * scripts/convert-ly.py (FatalConversionError.conv):
2966         divisiominima -> divisioMinima, etc.
2967
2968         * ly/engraver-init.ly (FiguredBassContext): add
2969         Separating_line_group_engraver to Figured bass context.
2970
2971         * ly/german-chords-init.ly: remove file
2972
2973         * input/test/chord-names-german.ly (scm): new file.
2974
2975         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
2976
2977         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
2978         Chord_name_engraver
2979
2980         * Documentation/user/refman.itely: lots of updates.
2981
2982         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
2983         new file
2984
2985         * input/test/bar-number-every-5-reset.ly: new file.
2986
2987 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2988
2989         * input/regression/chord-name-major7.ly: new file
2990
2991         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
2992         if specced explicitly.
2993
2994         * input/regression/chord-name-entry-11.ly: new file.
2995
2996         * input/test/slur-beautiful.ly: new file.
2997
2998         * Documentation/user/refman.itely: updates.
2999
3000         * input/regression/collisions.ly (threevoice): cleanup.
3001
3002         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
3003
3004 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3005
3006         * Documentation/user/*.itely: various updates.
3007
3008         * ly/spanners-init.ly: enddecr/ endcr.
3009
3010         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
3011         of tutorial
3012
3013 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3014
3015         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
3016
3017         * lily/new-chord-name-engraver.cc (process_music): use octavation
3018         (a number) instead of original-pitch to store inversions. This
3019         fixes a problem with transposed chords with inversions.  
3020
3021 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3022
3023         * stepmake/aclocal.m4: Include compile fix for broken flex, as
3024         used in includable-lexer.hh.
3025
3026         * lily/includable-lexer.cc: Bugfix: include config.h.
3027
3028         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
3029         circumvention of Debian packaging bug.
3030
3031 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3032
3033         * flex-2.5.31 hits Debian/unstable.  Fixes below.
3034         
3035         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
3036
3037         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
3038         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
3039
3040         * lily/include/includable-lexer.hh: 
3041         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
3042
3043         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
3044
3045         * aclocal.m4: Regenerate.
3046
3047         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
3048         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
3049
3050         * scm/pdf.scm (use-modules): Include lily.
3051
3052         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
3053         Noordkamp).
3054         (use-modules): Include lily.
3055         (lily-def): Bugfix: include tex-val in let.
3056
3057 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
3058
3059         * lilypond-mode.el: sensible error if lilypond.words not found.
3060
3061         * lilypond.words: add few words.
3062
3063 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
3064
3065         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
3066
3067         * mf/parmesan-scripts.mf: fixed typo in char name
3068
3069 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3070
3071         * VERSION: 1.7.16 released
3072
3073         * python/lilylib.py (setup_temp): temporary directories are mode 700.
3074         (this is a security vulnerability).
3075
3076         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
3077
3078         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
3079         add staff support.
3080
3081 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
3082
3083         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
3084         ly/script-init.ly, scm/script.scm: bugfix: renamed
3085         fermata->signumcongruentiae to fix naming clash with feta font
3086
3087 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3088
3089         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
3090
3091         * lily/multi-measure-rest-engraver.cc
3092         (start_translation_timestep): use grace timing too for determining
3093         when to make mmrest.
3094         (start_translation_timestep): clear numbers too.
3095
3096 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
3097
3098         * scm/music-types.scm: compile fix: escape braces
3099
3100         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
3101         work around font selection problem
3102
3103         * Documentation/user/refman.itely: BreathingSign: added docu for
3104         property "text"
3105
3106 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3107
3108         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
3109         information.
3110
3111 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3112
3113         * lily/multi-measure-rest-engraver.cc (class
3114         Multi_measure_rest_engraver): make multiple Number objects, one
3115         for each MultiMeasureTextEvent.
3116
3117         * scm/music-functions.scm (glue-mm-rest-texts): use
3118         MultiMeasureTextEvent
3119
3120         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
3121
3122         * Documentation/user/refman.itely (Multi measure rests): update.
3123
3124 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3125
3126         * lily/ly-module.cc (ly_copy_module_variables): use
3127         scm_internal_hash_fold() for iterating modules.
3128
3129 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
3130
3131         * Documentation/user/refman.itely: Section Custodes: added more
3132         example code
3133
3134         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
3135         neo-mensural rests to parmesan font
3136
3137         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
3138         header
3139
3140 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3141
3142         * Documentation/user/macros.itexi: @fileref macro.
3143
3144         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
3145         each file. 
3146
3147 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
3148
3149         * lily/include/custos.hh, make/lilypond.suse.spec.in,
3150         Documentation/topdocs/AUTHORS.texi: updated my email address
3151
3152         * Documentation/user/refman.itely: updated custos documentation;
3153         beautified divisiones example; beautified articulations table
3154
3155         * lily/breathing-sign.cc: bugfix: finalis molecule
3156
3157 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
3158
3159         * Documentation/user/refman.itely: added docu for
3160         contemporary fermata symbols, gregorian breathing signs; small fixes
3161
3162         * ly/gregorian-init.ly: removed obsolete #'type props
3163
3164 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3165
3166         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
3167         minimum-length property correctly.
3168
3169 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3170
3171         * scm/music-functions.scm (make-multi-measure-rest): set input
3172         locations for multimeasure rests.
3173
3174 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
3175
3176         * input/regression/breathing-sign.ly: updated to for ancient
3177         notation
3178
3179 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3180
3181         * scripts/ly2dvi.py: Add newline.
3182
3183 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3184
3185         * scripts/ly2dvi.py (dependency_files): Compile fix.
3186
3187 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3188
3189         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
3190         (make_html_menu_file): --html menu. 
3191
3192 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3193
3194         * scripts/ly2dvi.py (run_dvips): +add the .map file 
3195
3196 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3197
3198         * input/screech-boink.ly: new file.
3199
3200 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3201
3202         * scripts/lilypond-book.py (make_lilypond_file): convert
3203         lilypond-file to lilypond block directly, without going through
3204         begin/end lilypond text.
3205         
3206
3207 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
3208
3209         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
3210         scm/grob-description.scm: moved Michael's original breathing sign
3211         code in brew_molecule() to divisio_minima(); provided new
3212         brew_molecule() that effectively replaces the
3213         Text_item::brew_molecule callback (with additional fallback to
3214         Michael's original code); added callbacks for brewing divisio
3215         maior/maxima and finalis
3216
3217         * gregorian-init.ly: added breathing sign shortcuts for virgula,
3218         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
3219
3220         * script-init.ly: added shortfermata, longfermata,
3221         verylongfermata, varcoda
3222
3223         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
3224         longfermata, verylongfermata, varcomma, varcoda
3225
3226 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3227
3228         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
3229           Remove all noquote and insert a few quote.
3230         
3231         * Documentation/user/lilypond-book.itely (Music fragment options),
3232           scripts/lilypond-book.py: Don't include quotation blocks by
3233           default. Introduce option quote instead of noquote
3234
3235 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3236
3237         * VERSION: 1.7.15 released
3238         
3239         * Documentation/user/lilypond.tely: omf updates.
3240
3241         * buildscripts/texi2omf.py (omf_vars): include version.date
3242
3243         * make/lilypond.redhat.spec.in: fixes for spec file. 
3244
3245         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
3246         by function definition: lily now requires a recent GNU Make.
3247
3248         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
3249
3250         * make/ly-rules.make: remove .ly -> .tex rule
3251
3252         * Documentation/user/refman.itely (Figured bass): revised figured
3253         bass example.
3254
3255 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3256
3257         * stepmake/stepmake/omf-targets.make (local-install): add
3258         scrollkeeper-update message.
3259
3260         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
3261         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
3262
3263         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
3264
3265         * Documentation/user/converters.itely (Invoking midi2ly): add
3266         track/channel notice.
3267
3268 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3269
3270         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
3271
3272         * lily/parser.yy (scalar): DIGIT is also a scalar.
3273
3274         * Documentation/user/music-glossary.tely: add @omf tags
3275
3276         * Documentation/user/lilypond.tely: add @omf tags
3277
3278         * scm/generate-documentation.scm (string-append): add @omf tags.
3279
3280         * stepmake/stepmake/omf-*: new files 
3281
3282         * input/regression/multi-measure-rest.ly (texidoc): add doco
3283
3284         * GNUmakefile.in (web-doc-install): add web-doc-install target
3285
3286         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
3287         fixes crashes while dumping MIDI.
3288
3289         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
3290         midi
3291
3292 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3293
3294         * buildscripts/texi2omf.py: new file.
3295
3296         * mf/feta-beugel.mf: include font count, not staffsize (16) in
3297         font-name
3298
3299 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3300
3301         * input/regression/beam-manual-beaming.ly (texidoc): new file.
3302
3303         * lily/sequential-iterator.cc (descend_to_child): call
3304         descend_to_child() for all types of music.
3305
3306 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3307
3308         * scm/translator-property-description.scm: Add
3309         bassFigureFormatFunction.  Replace some entries.
3310
3311 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3312
3313         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
3314         clean out.
3315
3316 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3317
3318         * scripts/midi2ly.py (Note.dump): never dump duration for
3319         dump_dur=0.
3320
3321         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
3322         new function
3323
3324         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
3325         figures using new markups. Much simpler, and should improve layout
3326         a little.
3327
3328         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
3329
3330 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3331
3332         * ly/engraver-init.ly: use Hara kiri by default for 
3333         ChordNames, FiguredBass and Lyrics(Voice) context. 
3334
3335         * lily/axis-group-engraver.cc (acknowledge_grob): use
3336         rhythmic-grob-interface for selecting items not to hara-kiri'd 
3337
3338         * scm/new-markup.scm (markup-function-list): add bracket,
3339         vbracket.
3340
3341         * ly/engraver-init.ly (ChordNamesContext): set
3342         minimumVerticalExtent
3343
3344 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3345
3346         * input/test/time-signature-double.ly: new file 
3347
3348         * input/regression/collision-head-chords.ly (texidoc): new file.
3349
3350         * lily/type-swallow-translator.cc: add note swallow translator 
3351
3352         * input/test/time-signature-double.ly: new file.
3353
3354         * lily/type-swallow-translator.cc: add Rest_swallow_translator
3355
3356         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
3357         (FiguredBassContext): idem.
3358
3359         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
3360
3361         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
3362
3363         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
3364
3365         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
3366         .afm dependency
3367
3368         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
3369
3370         * python/lilylib.py (make_page_images): add function.
3371
3372         * scripts/ly2dvi.py (run_latex): include title in preview image.
3373
3374         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
3375         from lilypond-book for <ly2dvifile> tags in HTML.
3376
3377         * scripts/ly2dvi.py (option_definitions): add --debug option to
3378         print out environment.
3379
3380         * input/regression/tie-chord-partial.ly: new file.
3381
3382 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
3383
3384         * lilypond.words: add 3
3385
3386 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3387
3388         * scm/new-markup.scm (markup-function-list): add finger-markup
3389
3390         * input/tutorial/brahms-tweaked.ly: new markup 
3391
3392         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
3393
3394         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
3395         crash when processing '() markup
3396
3397         * input/regression/breathing-sign.ly (texidoc): add caesura example.
3398
3399         * lily/breathing-sign.cc (railtracks): another caesura.
3400
3401         * mf/feta-schrift.mf: caesura symbol. 
3402
3403 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3404
3405         * scripts/convert-ly.py (FatalConversionError.conv): add
3406         ly:molecule-XXX conversions.
3407
3408         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
3409
3410         * input/regression/multi-measure-rest-text.ly: new file.
3411
3412         * scm/music-functions.scm (glue-mm-rest-texts): automatically
3413         convert MMREST-TEXT to MultiMeasureRestNumber settings.
3414
3415         * ly/engraver-init.ly (ScoreContext): move tablature settings to
3416         ScoreContext
3417
3418         * scm/new-markup.scm (center-markup): \center markup.
3419
3420         * scm/music-functions.scm: remove pitchify scripts.
3421
3422         * lily/music.cc (print_smob): display music name if available 
3423
3424 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3425
3426         * Documentation/user/refman.itely (Instrument names): remove
3427         \turnOff doco.
3428
3429 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3430
3431         * lily/score.cc (mark_smob): bugfix.
3432
3433         * input/regression/rehearsal-mark.ly: new file.
3434
3435         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
3436         report error at the current token again.
3437
3438 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3439
3440         * cygwin/mknetrel: Exit if doc build fails.
3441
3442         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
3443
3444 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3445
3446         * scm/music-types.scm (music-descriptions): add doc strings
3447
3448 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3449
3450         * lily/lexer.ll: 
3451         * lily/include/my-lily-lexer.hh: 
3452         * lily/include/includable-lexer.hh: Add flex kludge.
3453
3454         * config.hh.in: 
3455         * config.make.in: 
3456         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
3457         cruft.
3458         
3459         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
3460         code.
3461
3462 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3463
3464         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
3465
3466         * lily/parser.yy (new_chord): Compile fix.
3467
3468 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3469
3470         * Documentation/user/refman.itely (Tuning groups of objects):
3471         remove documentation for \turnOff. 
3472
3473         * lily/percent-repeat-engraver.cc (try_music): add correct
3474         processing moments for double-measure percents as well.
3475
3476         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
3477
3478         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
3479         grob prop type. 
3480
3481         * Documentation/user/refman.itely (Printing named chords): add
3482         chord name tweak doco.
3483
3484         * input/template/gregorian-transcription.ly: new file.
3485
3486 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3487
3488         * VERSION: 1.7.13 released
3489         
3490         * input/test/*: lots of cleanups/comment-outs/removals in chord
3491         examples
3492         
3493         * input/regression/*: lots of cleanups/comment-outs/removals in
3494         chord examples
3495         
3496         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
3497         options
3498
3499         * lily/new-chord-name-engraver.cc (process_music): give original
3500         inversion pitch to chord name routine.
3501
3502         * input/tutorial/os-score.ly: update to new markup
3503
3504         * Documentation/user/appendices.itely: simply include
3505         chords-ignatzek. 
3506
3507         * Documentation/user/refman.itely (Chords mode): add documentation
3508         for chord mode.
3509
3510         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
3511         not present in chord.
3512         (construct-chord): add inversion and bass support.
3513
3514         * lily/chord.cc: junk contents.
3515
3516 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
3517
3518         * Documentation/user/refman.itely:
3519         * Documentation/user/music-glossary.tely: fix. 
3520
3521 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3522
3523         * scm/chord-entry.scm (construct-chord): move chord construction
3524         to Scheme.
3525
3526         * lily/parser.yy (new_chord): new setup for chord entry.
3527
3528 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
3529
3530         * lilypond.words:
3531         * Documentation/user/music-glossary.tely: add ambitus.
3532
3533 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3534
3535         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
3536
3537         * lily/include/*.hh: string() -> to_string()
3538
3539         * scm/chords-ignatzek.scm: new file.
3540
3541         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
3542         standard chord name exceptions.
3543
3544         * scm/translator-property-description.scm (chordNameSeparator):
3545         add property.
3546         (majorSevenSymbol): add property
3547
3548         * lily/translator-scheme.cc (ly:context-properties): new function
3549         (ly:context-parent): new function.
3550         (print_smob): print context name.
3551
3552         * lily/music.cc (ly:get-music-length): new function
3553         (print_smob): don't print properties.
3554
3555         * lily/duration.cc (duration<?): new function
3556
3557         * input/regression/chords-funky-ignatzek.ly: new file.
3558
3559         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
3560         jazz chords.
3561
3562         * lily/pitch.cc (ly:pitch-diff): new function.
3563
3564         * input/regression/chords-ignatzek.ly: new file.
3565
3566 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3567
3568         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
3569         pitches for jazz chords.
3570
3571 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3572
3573         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
3574
3575 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
3576
3577         * lilypond.words: add 1
3578
3579 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
3580
3581         * Documentation/topdocs/AUTHORS.texi: refine.
3582
3583 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
3584
3585         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
3586         
3587         * lilypond.words: add one.
3588
3589 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
3590
3591         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
3592         Fontify bass note in chords, e.g., e in c1/e.
3593         
3594 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3595
3596         * Documentation/user/music-glossary.tely: Dutch updates and
3597         additions (Arent Storm).
3598
3599 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3600
3601         * input/regression/ambitus.ly:  move file.      
3602
3603         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
3604
3605         * lily/event.cc (transpose): add tonic property to Key_change_req
3606         and to Key_engraver.
3607
3608 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
3609
3610         * Documentation/user/refman.itely: fix typo.
3611
3612         * lilypond.words: removed wrong identifiers.
3613
3614 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3615
3616         * mf/feta-toevallig.mf: make flat stem shorter 
3617
3618 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
3619
3620         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
3621
3622         * lilypond.words: add from Phrasing slur.
3623         
3624 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
3625
3626         * lilypond-mode.el: allow launching multiple ViewPS processes.
3627         
3628         * lilypond.words: add from Text markup.
3629
3630 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3631
3632         * input/test/ossia.ly (texidoc): add comment.
3633
3634         * input/regression/voice-follower.ly: new file.
3635
3636         * mf/feta-toevallig.mf: make flat heavier.
3637
3638         * lily/cluster-engraver.cc: clean up Cluster engraver
3639
3640         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
3641         Engraver. Use Note_column to compute Y positions and deal with
3642         line break stuff.
3643
3644 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3645
3646         * lily/stem.cc: move french-beaming to stem.
3647
3648 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
3649
3650         * lilypond-font-lock.el: fontify all durations in chords.
3651
3652         * lilypond.words: add from lily/my-lily-lexer.cc
3653
3654 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3655
3656         * VERSION: release 1.7.12
3657
3658         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
3659
3660         * lily/gregorian-ligature.cc: new file
3661
3662         * lily/*: the Great 2003 search & replace.
3663
3664         * Documentation/user/refman.itely (Manual repeat commands): add
3665         note about font selection.
3666
3667 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
3668
3669         * lilypond-mode.el: propose recompiling midi while invoking playing,
3670         not while stopping playing.
3671
3672 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
3673
3674         * lilypond.words: add one.
3675
3676         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
3677         and expressional note grouping. Fontify chord modes.
3678
3679 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
3680
3681         * Documentation/user/music-glossary.tely (Top): translate melisma.
3682
3683 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3684
3685         * Documentation/user/music-glossary.tely (Top): add melisma.
3686
3687 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
3688
3689         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
3690         interfaces for (abstract) grob GregorianLigature
3691
3692         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
3693         renamed head* -> glyph_name*, x-shift* -> x-offset*
3694
3695         * scm/grob-property-description.scm: bugfix: added missing descriptions
3696
3697 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3698
3699         * input/test/chord-names-dpnj.ly: New file.
3700
3701         * scm/double-plus-new-chord-name.scm: Implement full and partial
3702         exceptions.
3703
3704         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
3705
3706         * scm/double-plus-new-chord-name.scm
3707         (double-plus-new-chord->markup): Fix sub->markup.
3708
3709
3710 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
3711
3712         * lily/custos-engraver.cc: added TODO; editorial changes
3713
3714         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
3715         consistency with other ligature engravers; removed access on (now)
3716         private variable _ligature of Ligature_engraver
3717
3718         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
3719         renamed last_bound -> last_bound_; issue programming_error on
3720         abstract method calls; moved primitives code from
3721         Mensural_bracket_engraver to here (because almost ligature
3722         engravers will need it); renamed try_stop_ligature () ->
3723         typeset_ligature (); bugfix: store primitives of finished ligature
3724         in separate variable finished_primitives_ to avoid clash on input
3725         like "\] \["; added current_ligature () to enable access on
3726         private variable _ligature
3727
3728         * lily/mensural-ligature-engraver.cc: removed primitives_ code
3729         (now in super class); renamed try_stop_ligature () ->
3730         typeset_ligature ()
3731
3732         * lily/mensural-ligature.cc: issue programming_error on abstract
3733         method calls
3734
3735         * lily/note-heads-engraver.cc: added TODO comment upon bool
3736         in_ligature
3737
3738         * mf/parmesan-heads.mf: fixed some of set_char_box()
3739
3740         * scm/grob-description.scm: added VaticanaLigature
3741
3742         * scm/grob-property-description.scm: added neume prefix properties
3743
3744         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
3745         lily/include/gregorian-ligature-engraver.hh,
3746         lily/include/gregorian-ligature.hh: new files; framework for
3747         gregorian ligature engravers such as vaticana
3748
3749         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
3750         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
3751         vaticana style ligature implementation (still somewhat uncomplete)
3752
3753 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3754
3755         * VERSION: release 1.7.11
3756
3757         * scripts/convert-ly.py: add ly:pitch-transpose rule
3758
3759 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3760
3761         * input/test/dpncnt.ly: New file.
3762
3763         * lily/my-lily-lexer.cc: Add chordnames keyword.
3764
3765         * lily/parser.yy (chordnames_block): Parse chord name exception
3766         lists, see input/test/dpncnt.ly.
3767
3768         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
3769         function.
3770
3771         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
3772         filter-out too.
3773
3774         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
3775         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
3776         pitch functions (except for ly:make-pitch, but that's apparently
3777         some sort of scheme naming standard?).
3778
3779         * scm/lily.scm (!=): define-public.
3780
3781         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
3782
3783 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3784
3785         * scm/double-plus-new-chord-name.scm
3786         (double-plus-new-chord-name->markup): New file.
3787
3788 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3789
3790         * python/lilylib.py (make_preview): don't suppress progress for
3791         bbox extraction.
3792
3793 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3794
3795         * Documentation/user/appendices.itely (scheme): update for new syntax.
3796
3797         * input/regression/chord-name-styles.ly: new file
3798
3799         * lily/instrument-name-engraver.cc: create instrument names
3800         without barline too.  Allows instrument name on ChordNames  
3801
3802         * scm/new-markup.scm (interpret-markup): allow simple strings as
3803         markup too.
3804
3805 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3806
3807         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
3808         (step->markup-accidental): Fix: add accidental.
3809         (chord::inner-name-american): 
3810         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
3811         append stray '/' if last superscript addition was 'o'.
3812
3813         * scm/new-markup.scm (normal-size-sub-markup) 
3814         (normal-size-super-markup): New function.
3815
3816         * lily/source-file.cc (Source_file): Add warning for possibly
3817         intentional but suspicious initialization.
3818
3819         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
3820         add comments about cut-and-paste programming.
3821
3822         * flower/rational.cc (lcm): Not used; comment out.
3823
3824 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3825
3826         * lily/new-fingering-engraver.cc (position_scripts): use
3827         fingerHorizontalDirection to determine fingering horizontal
3828         directions.
3829  
3830         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
3831         fingering support.
3832
3833         * scripts/convert-ly.py (FatalConversionError.conv): add style
3834         conversion rule. 
3835
3836         * scm/chord-name.scm (set-chord-name-style): new function.
3837         (new-chord-name-brew-molecule): revise to interpret markup only
3838         (new-chord->markup): cleanuppish rewrite. To be called from the
3839         new engraver.
3840
3841         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
3842         Markup earlier, during interpreting.
3843
3844         * input/test/{banter,jazz,american}-chords.ly (scheme): update
3845         style settings. Rename to chord-names-*.ly
3846
3847 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3848
3849         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
3850         markup code and update to new markup.  Most probably broke some of
3851         it.
3852         
3853 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
3854
3855         * Documentation/user/refman.itely: added docu for ambitus and
3856         clusters
3857
3858         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
3859         ly_quote_scm() in lookup.cc
3860
3861         * mf/parmesan-clefs.mf: set_char_box fix
3862
3863         * lily/cluster-engraver.cc: junk implicit protection; use
3864         Protected_scm instead
3865
3866 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3867
3868         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
3869         throughout.
3870
3871         * scm/new-markup.scm: Turn-off error-triggering test code.
3872
3873 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3874
3875         * scm/new-markup.scm (markup-thrower-typecheck) 
3876         (markup-typecheck?):  add full typechecking functions.
3877         (make-markup-maker): add make-FOO-markup functions.
3878         (markup-argument-list-error): nice error checking messages.
3879         (make-markup): better function: less quoting escapades.
3880
3881 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3882
3883         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
3884
3885 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3886
3887         * cygwin/lilypond.hint (requires): Add cygwin.
3888
3889         * .cvsignore: Remove stepmake (huh!?!), add lib.
3890
3891         * GNUmakefile.in: Add libdir links for builddir runs.
3892
3893         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
3894         instead of datadir.
3895
3896         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
3897         local_lilypond_libdir.
3898
3899         * config.make.in (lilypond_libdir): Add.
3900
3901         * stepmake/stepmake/substitute-rules.make: 
3902         * stepmake/stepmake/script-rules.make: 
3903         * stepmake/stepmake/python-module-rules.make:
3904         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
3905         lilypond-python-module patch.
3906
3907 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3908
3909         * Documentation/user/refman.itely (Graphical interfaces): add note
3910         about xml2ly.
3911
3912 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3913
3914         * scripts/ly2dvi.py (run_dvips): remove trailing newline
3915
3916 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3917
3918         * VERSION: released 1.7.10
3919
3920         * scripts/musedata2ly.py (): idem
3921
3922         * scripts/midi2ly.py (dump_chord): idem
3923
3924         * scripts/etf2ly.py (version): idem 
3925
3926         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
3927
3928         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
3929
3930         * scm/tex.scm (tex-output-expression): remove eval compat
3931         glut. Other output files too.
3932
3933         * scm/chord-name.scm: don't export anything from chord module.
3934
3935         * input/test/american-chords.ly: idem
3936
3937         * input/test/banter-chords.ly (texidoc): idem
3938
3939         * input/test/Cc-chords.ly: add breakage notes.
3940
3941         * Documentation/user/refman.itely (Text markup): rewrite manual section.
3942
3943         * lily/parser.yy (scalar): allow \markup { } as property value. 
3944
3945         * scm/chord-name.scm: complete new markup usage
3946
3947         * scm/grob-description.scm (all-grob-descriptions): use new markup
3948         texts by default
3949
3950 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3951
3952         * scm/chord-name.scm: partial move to new markup texts.
3953
3954 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3955
3956         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
3957
3958         * scm/bass-figure.scm (brew-bass-figure): make stack direction
3959         settable.
3960
3961 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
3962
3963         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
3964         invoked for old midi, wait for killing.
3965
3966 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
3967
3968         * Documentation/user/music-glossary.tely: Finnishing.
3969
3970 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3971
3972         * mf/feta-nummer-code.mf: some kerning pairs.
3973
3974 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
3975
3976         * scm/output-lib.scm (set-bar-number-visibility): Context-function
3977         Added.
3978
3979         * Documentation/user/refman.itely (Bar numbers):
3980         set-bar-number-visibility added, modulo-bar-number removed again
3981         (sorry).
3982
3983 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
3984
3985         * scm/output-lib.scm (modulo-bar-number-visible): add function.
3986
3987         * Documentation/user/refman.itely: add modulo-bar-number-visible.
3988
3989         * Documentation/user/music-glossary.tely: translate into Finnish.
3990
3991 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
3992
3993         * lilypond-mode.el: add shortcut for 2midi
3994
3995         * lilypond-font-lock.el: fontify lyrics
3996
3997 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
3998
3999         * scm/drums.scm : use 1.7.x names.
4000
4001         * input/regression/drums.ly : Don't use << chords >>
4002
4003 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
4004
4005         * lilypond-mode.el: tidy, add TODO
4006
4007         * make/lilypond.mandrake.spec.in: install-info quietly.
4008
4009 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4010
4011         * input/test/markup.ly: use new syntax.
4012
4013 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4014
4015         * ly/params-init.ly (interscoreline): add word-space
4016
4017         * input/test/metronome.ly (eighthNote): idem.
4018
4019         * input/test/script-priority.ly: use new markup
4020
4021         * lily/parser.yy (markup): allow HEAD markup0 markup1 
4022
4023         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
4024
4025         * lily/parser.yy (gen_text_def): bugfix.
4026         (full_markup): allow markup identifier.
4027
4028 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
4029
4030         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
4031         jobs at the same time. Add horizontal lines to Command menu.
4032         Allow one compiling job -- propose killing others before a new one.
4033
4034         * lilypond.words: add markup, teeny, etc.
4035
4036 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
4037
4038         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
4039         Allow only one type of midi process; launching Midi either stops
4040         midis or plays the current midi and launching MidiAll stops midis
4041         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
4042         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
4043
4044 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4045
4046         * lily/text-engraver.cc (process_acknowledged_grobs): use new
4047         markup  for new markup texts.
4048
4049         * lily/mark-engraver.cc (process_music): idem
4050         
4051         * lily/instrument-name-engraver.cc (create_text): idem
4052
4053         * scm/new-markup.scm (magnify-markup): new function.
4054
4055         * scm/molecule.scm (stack-lines): bugfix.
4056
4057         * lily/font-interface.cc (get_font): take font-magnification from
4058         alist chain.
4059
4060 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4061
4062         * lily/molecule-scheme.cc: move scheme functions to separate file.
4063
4064         * lily/font-metric.cc  (ly_get_glyph): new function. 
4065         
4066         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
4067         (italic-markup, dynamic-markup): new functions
4068         (font-markup): new function
4069
4070         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
4071         padding and minimum
4072
4073 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
4074
4075         * lily/accidental-engraver.cc:
4076         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
4077
4078 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
4079
4080         * lilypond.vim:
4081         * lilypond-font-lock.el: Put \longa as duration. Accept only 
4082         [a-zA-Z] for user defined identifiers. Separate note cases 
4083         with and without a duration (allow cis\longaX).
4084
4085         * lilypond.words: Add words from Info.
4086
4087 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
4088
4089         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
4090
4091 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
4092
4093         * lilypond-mode.el: Propose reverting buffer before a command if
4094         it was edited with an another editor.
4095
4096 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4097
4098         * lily/molecule.cc (ly_translate_molecule): new function
4099
4100         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
4101         into libdir
4102
4103         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
4104
4105         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
4106
4107 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
4108
4109         * lilypond.words: take \words from Info-index.
4110
4111 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4112
4113         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
4114
4115 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
4116
4117         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
4118
4119 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
4120
4121         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
4122         and lilypond-documentation.
4123
4124 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4125
4126         * lily/parser.yy: Compile fix (bison 1.75).
4127
4128 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4129
4130         * VERSION: 1.7.9 released
4131
4132         * scm/music-functions.scm (shift-one-duration-log): refactor.
4133         Use music-map.
4134
4135         * input/regression/chord-tremolo.ly (texidoc): add dot test.
4136
4137         * NEWS: update.
4138
4139         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
4140         argument
4141         
4142         * scm/music-functions.scm (display-music): new function
4143         (music-map): change arg order.
4144
4145         * input/regression/new-markup-syntax.scm: new file
4146
4147         * lily/parser.yy (markup): add \markup { .. } syntax.
4148
4149         * scm/new-markup.scm (override-markup): new function
4150         (lookup-markup): new function
4151         (music-markup): new function
4152         (lookup-markup-command): use markup-signature to store argument
4153         format for parser.
4154
4155         * lily/lexer.ll: preliminary \markup syntax. 
4156
4157 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
4158
4159         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
4160         add pre/post-dependencies and menus with icons from source.
4161
4162         * Documentation/pictures/lilypond-48x48.xpm:
4163         * Documentation/pictures/lilypond-32x32.xpm:
4164         * Documentation/pictures/lilypond-16x16.xpm: new files, background
4165         transparent.
4166
4167         * stepmake/stepmake/generic-targets.make:
4168         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
4169
4170 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4171
4172         * input/regression/music-map.ly (texidoc): new file.
4173
4174         * scm/music-functions.scm (music-map): new function
4175
4176 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4177
4178         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
4179
4180 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
4181
4182         * input/test/to-xml.ly:
4183         * lily/ligature-engraver.cc: Fixes documentation.
4184
4185         * lilypond.mandrake.spec.in:
4186         * lilypond.redhat.spec.in: Add lilypond.words.
4187
4188         * Documentation/user/refman.itely: Mention Info inside emacs.
4189         
4190         * lilypond.suse.spec.in:
4191         * lilypond.redhat.spec.in: 
4192         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
4193
4194 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4195
4196         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
4197         os.popen.read ().
4198
4199 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4200
4201         * scripts/ly2dvi.py (include_path): print warning if failing anything.
4202
4203         * python/lilylib.py (error): add space
4204
4205 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4206
4207         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
4208         distribution.
4209
4210 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4211
4212         * lily/paper-outputter.cc (Paper_outputter): close port when
4213         finishing score.
4214
4215 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4216
4217         * scm/sodipodi.scm: Fixes.
4218
4219 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
4220
4221         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
4222
4223         * buildscripts/make-font-dir.py: Fix. 
4224
4225 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
4226
4227         * lilypond-mode.el: Add support for Info inside Emacs.
4228
4229 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4230
4231         * buildscripts/make-font-dir.py: 
4232         * mf/GNUmakefile: Make sodipodi font map.
4233
4234         * scm/sodipodi.scm: Add more output functions.
4235
4236         * mf/feta-nummer.mf: 
4237         * mf/feta-beugel.mf: Add font_coding_scheme.
4238
4239         * lily/paper-outputter.cc (output_header): Fix creator string.
4240
4241 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
4242
4243         * lilypond-mode.el (LilyPond-autocompletion): invoked with
4244         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
4245
4246         * lilypond.words: add two (Everybody can add/remove words now!).
4247
4248         * debian/rules:
4249         * make/lilypond.suse.spec.in:
4250         * make/lilypond.mandrake.spec.in:
4251         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
4252
4253         * Documentation/user/refman.itely: Mention autocompletion.
4254
4255 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4256
4257         * scripts/ly2dvi.py: Add paper sizes.
4258
4259         * lily/timing-engraver.cc: 
4260         * lily/time-signature.cc: 
4261         * lily/span-bar.cc: 
4262         * lily/grob-scheme.cc: Code formatting fixes.
4263
4264         * scm/sodipodi.scm: 
4265         * scm/sketch.scm:
4266         * buildscripts/mf-to-table.py: 
4267         * buildscripts/make-font-dir.py: Font testing.
4268
4269 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
4270
4271         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
4272         inserts try-completion and shows all-completions.
4273
4274         * lilypond.words: '\' -> '\\'
4275
4276         * lilypond-mode.el: load libraries in the end, lilypond.words defines
4277         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
4278         
4279         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
4280         and LilyPond-reserved-words.
4281         
4282 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
4283
4284         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
4285         from load-path.
4286         
4287         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
4288         the mini-buffer with Control-Shift-c.
4289         
4290 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4291
4292         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
4293         duration. This fixes \tempo taking time.
4294
4295 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
4296
4297         * lily/volta-engraver.cc (process_acknowledged_grobs): 
4298         Allow for text markup in repeatCommands. 
4299
4300 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
4301
4302         * lilypond-mode.el (LilyPond-insert-string): new function, use it
4303         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
4304         Get rid of skeleton.el-dependency.
4305
4306         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
4307
4308 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4309
4310         * lily/beam-engraver.cc (stop_translation_timestep): reset
4311         now_stop_ev_
4312
4313         * lily/scm-option.cc: add parse-protect to ly:set-option
4314
4315         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
4316
4317 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4318
4319         * lily/include/ligature-bracket.hh: removed
4320         * lily/ligature-bracket.cc: removed
4321
4322         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
4323         .tex
4324
4325         * lily/beam.cc (set_beaming): don't change beam count on rests.
4326         (brew_molecule): always set flag-width > 0.
4327
4328 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
4329
4330         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
4331         chars, remove instructions; instead, refer to lilypond-init.el and
4332         Documentation/topdocs/INSTALL.texi.
4333
4334         * lilypond.words: add identifiers and reserved words.
4335
4336         * Documentation/topdocs/INSTALL.texi: separate sections for installing
4337         files and adding a load-path.
4338
4339         * lilypond-init.el: Instructions, extracted from 
4340         Documentation/topdocs/INSTALL.texi. 
4341         
4342 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4343
4344         * VERSION: 1.7.8 released 
4345
4346         * lily/grob.cc (warning): better robustness fix.
4347
4348 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
4349
4350         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
4351
4352         * lily/cluster-engraver.cc: stick better to variable naming
4353         conventions
4354
4355         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
4356         until stop_translation_timestep()
4357
4358         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
4359         min/max coordinates to backend, but no musical info such as
4360         pitches
4361
4362         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
4363
4364         * lily/grob.cc: robustness fix: warning(): do not crash if
4365         cause is not set
4366
4367         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
4368         the much more elaborated tuplet brackets than the very naive and
4369         simple ligature bracket grob
4370
4371 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4372
4373         * Documentation/user/refman.itely (Analysis brackets): add
4374         horizontal bracket doco.
4375
4376         * ly/property-init.ly (setMmRestFermata): added.
4377
4378         * Documentation/user/refman.itely (Multi measure rests): fermatas
4379         on mm rests.
4380
4381         * input/regression/apply-context.ly (texidoc): new file
4382
4383         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
4384         code to be executed during interpretation. Possible applications:
4385         smart octavation, more advanced bar checks. 
4386
4387         * lily/apply-context-iterator.cc: new file.
4388
4389 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4390
4391         * input/test/new-markup.ly: new file.
4392
4393         * lily/text-item.cc (text_to_molecule): new function
4394
4395         * scm/new-markup.scm (lambda): new file
4396
4397         * lily/function-documentation.cc (ly_add_function_documentation):
4398         add proc property as well
4399
4400 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4401
4402         * Documentation/user/music-glossary.tely (Top): add custos.
4403
4404 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
4405
4406         * Documentation/topdocs/INSTALL.texi: advise how to include source
4407         path to Emacs load-path and improve language.
4408
4409 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4410
4411         * GNUmakefile.in: config.h message fix.
4412
4413         * autogen.sh:
4414         * aclocal.m4: Regenerate.
4415
4416         * configure.in: 
4417         * config.make.in: 
4418         * stepmake/config.make.in: 
4419         * stepmake/configure.in: 
4420         * stepmake/autogen.sh: 
4421         * stepmake/aclocal.m4: Update for autoconf 2.56.
4422
4423 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
4424
4425         * Documentation/topdocs/INSTALL.texi: instructions for an user how
4426         to install Emacs-mode. Instructions how to use vim-mode.
4427
4428 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4429
4430         * scm/music-types.scm (music-descriptions): no length for tempo event.
4431
4432         * input/*.ly: add \version everywhere.
4433         
4434         * input/*.ly: update syntax to 1.7 + new-chords.
4435
4436         * VERSION: 1.7.7 released.
4437         
4438         * Documentation/user/*.tely: new chord syntax.
4439
4440         * input/regression/[bc]*.ly (texidoc): syntax updates.
4441         
4442 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
4443
4444         * lilypond.words: add vocabulary to be used in auto-completion
4445
4446         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
4447
4448         * lilypond.vim: allow note name at EOF
4449
4450 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4451
4452         * buildscripts/new-chords.py (edit): -e option: inline editing.
4453
4454         * input/regression/a*.ly (texidoc): syntax updates.
4455
4456         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
4457         music): elucidations. 
4458
4459 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
4460
4461         * lily/include/lily-proto.hh, ly/engraver-init.ly,
4462         ly/spanners-init.ly, scm/grob-description.scm,
4463         scm/grob-property-description.scm, scm/music-types.scm,
4464         lily/cluster-engraver.cc, lily/cluster.cc,
4465         lily/include/cluster.hh, input/test/cluster.ly: cluster
4466         implementation
4467
4468         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
4469         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
4470         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
4471
4472         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
4473
4474         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
4475
4476         * scm/grob-description.scm: bugfix: by default, use default note
4477         head style when engraving ligatures
4478
4479         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
4480
4481         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
4482         events
4483
4484         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
4485
4486         * input/test/ancient-font.ly: bugfix: style -> flag-style
4487
4488         * lily/ligature-engraver.cc: indentation fix
4489
4490         * lily/parser.yy: indentation fixes
4491         
4492 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4493
4494         * input/regression/measure-grouping.ly: more elaborate example.
4495
4496         * lily/moment.cc: ly:add-moment, ly:mul-moment,
4497         ly:div-moment. New functions 
4498
4499         * scm/music-functions.scm (set-time-signature): new function,
4500         allow inline time sig settings with measure grouping.
4501
4502         * lily/parser.yy (command_element): move time sig construction
4503         into Scheme.
4504
4505         * lily/side-position-interface.cc (out_of_staff): new function,
4506         like padding, but keep minimum distance from staff. Easier than
4507         linespanners (dynamics, pedals), but roughly the same effect.
4508
4509 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
4510
4511         * emacs-mode.el: Added spanish-note-replacements 
4512         (Carlos Betancourt, <carlos.betancourt@chello.be>).
4513
4514         * vimrc: (Un)commenting with <(S-)F12>, tidy.
4515
4516 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
4517
4518         * lilypond.vim: Do not fontify cises, desis, etc.
4519
4520         * vimrc: view dvi with <S-F6>
4521
4522 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4523
4524         * lily/lookup.cc (triangle): new function.
4525
4526         * input/regression/measure-grouping.ly (texidoc): new file: show
4527         triangles and brackets for beat groups of 3 and 2.
4528
4529         * lily/include/measure-grouping-spanner.hh (class
4530         Measure_grouping): new file.
4531
4532         * lily/measure-grouping-spanner.cc (brew_molecule): new file
4533
4534         * lily/measure-grouping-engraver.cc (class
4535         Measure_grouping_engraver): new file.
4536
4537 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4538
4539         * Merge from stable:
4540
4541             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
4542         
4543         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
4544         stylesheet.
4545
4546         * ly/paper19.ly: Include paper19-init.ly.
4547
4548         * ly/paper19-init.ly: New file.
4549
4550         * Documentation/user/tutorial.itely (First steps): Fix first
4551         example for font test.
4552
4553         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
4554
4555         * ChangeLog: Add 1.7.6 release marker (see below).
4556
4557         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
4558         Add .py files.
4559
4560 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4561
4562         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
4563
4564         * input/tutorial/*.ly: update to new syntax.
4565
4566         * lily/parser.yy (Composite_music): new transpose syntax,
4567         \transpose FROM TO MUSIC. 
4568
4569 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4570
4571         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
4572         latex progress/error output to stderr (by default this goes to
4573         stdout).  Show lilypond progress, even when not verbose.
4574
4575         * python/lilylib.py (system): New optional parameter to control
4576         showing of progress.
4577
4578         * scm/backend-documentation-lib.scm (check-dangling-properties):
4579         Fix error message.
4580
4581         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
4582         axis, extent.
4583
4584         * scm/grob-property-description.scm (magnify): Remove.
4585         (extent, axis): Add.
4586
4587 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4588
4589         * VERSION: Release 1.7.6.
4590
4591         * scripts/convert-ly.py: more uniformization substitutions.
4592
4593         * buildscripts/new-chords.py (sub_chords): new file.
4594
4595 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4596
4597         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
4598         lilypond.map.  Include sauter fonts too.  Cleanups.
4599
4600 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4601
4602         * Documentation/user/tutorial.itely (First steps): change to new
4603         chord/tie/slur/beam notation.
4604
4605         * lily/parser.yy (event_that_take_dir): allow postfix notation for
4606         ties.
4607
4608         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
4609         engraver. Process ties in postfix notation, i.e. c8-~ c
4610
4611         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
4612
4613         * input/regression/beam-postfix-notation.ly (texidoc): new file.
4614
4615         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
4616
4617         * lily/beam-engraver.cc (try_music): accept new-beam-events
4618
4619         * input/regression/chord-scripts.ly (texidoc): new file
4620
4621         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
4622         script-events.
4623
4624         * scm/script.scm (default-script-alist): cleanup.
4625
4626         * lily/script-engraver.cc (make_script_from_event): cleanup.
4627
4628         * lily/lyric-combine-music-iterator.cc
4629         (Lyric_combine_music_iterator): remove superfluous events.
4630         (melisma_busy): new function. Fix broken melismas.
4631
4632 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
4633
4634         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
4635         Remove nonvalid settings. Use descriptive key names.
4636         Use <Return> to indicate the pressing of that key.
4637
4638 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4639
4640         * scripts/lilypond-book.py (option_definitions): Typo.
4641
4642         * scripts/ly2dvi.py: Updates.
4643
4644         * python/lilylib.py (setup_environment, print_environment)
4645         (get_bbox, make_preview): Merge and remove from ly2dvi and
4646         lilypond-book.
4647
4648         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
4649
4650         * .cvsignore: Remove some cruft.
4651
4652         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
4653         path.
4654
4655         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
4656         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
4657         throughout.
4658
4659         * python/lilylib.py (quiet_system): Junk
4660         (system): Display error log upon failure.
4661         (read_pipe): New function.  Cleanups and fixes.
4662
4663         * python/*.py: Rename from *.py.in.
4664         
4665         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
4666
4667         * GNUmakefile.in (SUBDIRS): Move python before scripts.
4668
4669 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4670
4671         * python/GNUmakefile: Bugfix: handle modules.
4672
4673         * stepmake/stepmake/python-module-targets.make (default): Add
4674         compiled modules. 
4675
4676         * stepmake/stepmake/python-module-rules.make: Add rule for byte
4677         compiling modules.
4678
4679         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
4680         Bugfix.  (OUT_PYC_MODULES): Add.
4681
4682 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
4683
4684         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
4685         Use default paths. Refresh description.
4686
4687 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4688
4689         * VERSION: 1.7.5 released
4690
4691         * input/regression/finger-chords.ly (texidoc): new file.
4692
4693         * lily/script-engraver.cc (process_music): remove scriptHorizontal
4694         support
4695
4696         * lily/fingering-engraver.cc (process_music): remove kludgy
4697         scriptHorizontal stuff.
4698
4699         * lily/script.cc: remove staff-support property.
4700
4701         * lily/new-fingering-engraver.cc (add_fingering): new
4702         file. Fingering engraver for new style chords.
4703
4704 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4705
4706         * lily/parser.yy (bare_number): allow 4 \cm (without
4707         decimal dot). (should backport to 1.6?)
4708
4709         * ly/declarations-init.ly: use Scheme for dimension defs.
4710
4711         * lily/parser.yy (TODO): remove hard coded dimensions, add
4712         REAL NUMBER_IDENTIFIER production.
4713
4714         * lily/rest-collision.cc (force_shift_callback): rewrite using
4715         -done property.
4716
4717         * scm/grob-property-description.scm (rest-collision-done): add
4718         property.
4719         
4720         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
4721
4722 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4723
4724         * input/regression/multi-measure-rest-center.ly: new file.
4725
4726         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
4727         off horizontally by 0.05 ss. Fixed.
4728
4729 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4730
4731         * scm/pdftex.scm: Rename ly-number to ly:number->string.
4732
4733         * Documentation/topdocs/index.tely: Remove duplicate from merge.
4734
4735 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4736
4737         * lily/tie.cc (get_control_points): also avoid staff lines on the
4738         just outside the outer staff lines
4739
4740 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4741
4742         * ly/params-init.ly: Just define style-alist, no need to
4743         define-public.
4744
4745         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
4746         (thanks Han-Wen).
4747
4748         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
4749         (FET_FILES): = FONT_FILES.
4750
4751         * Merge from stable:
4752
4753             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
4754
4755 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4756
4757         * VERSION: 1.7.4 released.  
4758         
4759         * scm/generate-documentation.scm (string-append): add macro
4760         definitions.
4761
4762         * lily/text-item.cc (lookup_text): don't use virtual fonts for
4763         normal texts.
4764
4765         * lily/multi-measure-rest-engraver.cc: make separate
4766         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
4767
4768         * lily/multi-measure-rest.cc: remove text handling. Remove
4769         number-threshold.
4770
4771 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4772
4773         * scm/music-types.scm: doc patch by Graham Percival
4774
4775 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4776
4777         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
4778         encoding part.
4779         (Font_info.set_defaults): pixelsize now also defauts to '0'.
4780         (sketch_p): Sketch wants only first four elements of X11 font spec.
4781
4782         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
4783
4784         * mf/feta-autometric.mf: Write foundry and family to log.
4785
4786         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
4787         font translation table.
4788
4789         * buildscripts/mf-to-table.py: Better font info into afm.
4790
4791         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
4792         1.0.9 required.
4793
4794         * configure.in: Whine for mftrace 1.0.9.
4795
4796 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4797
4798         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
4799
4800         * lily/main.cc (main_prog): don't try to load init.EXT when
4801         processing foo.EXT.
4802
4803 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
4804
4805         * scm/tex.scm (zigzig-line): added.
4806
4807         * scm/ps.scm (zigzag-line): added.
4808
4809         * ps/music-drawing-routines.ps (subvec): added.
4810         (draw_zigzag_line): added.
4811         
4812         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
4813         grob properties zigzag-width and zigzag-length.
4814
4815         * input/regression/glissando.ly: Add some zig-zagged glissandi.
4816
4817 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4818
4819         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
4820         svg output, including font.
4821
4822 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4823
4824         * scm/lily.scm: Register sodipodi output module.
4825
4826         * scm/sodipodi.scm: New file.
4827
4828         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
4829
4830         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
4831         comment, after header.
4832         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
4833         FullName.  Fix FontName key.
4834
4835 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
4836
4837         * lily/rest.cc (after_line_breaking): bugfix: dots after half
4838         and breve rests.
4839         
4840         * input/test/blank-notes.ly: bugfix
4841
4842         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
4843         rests. (Kim Shrier)
4844
4845         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
4846         
4847 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4848
4849         * scm/tex.scm: 
4850         * scm/ps.scm: Cleanup and remove obsolete junk.
4851
4852         * Documentation/user/internals.itely:
4853         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
4854
4855         * lily/parser.yy: Identify shift/reduce problems.
4856
4857         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
4858         make-style-sheet.  Too specific for convert-ly?
4859
4860 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4861
4862         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
4863
4864         * input/test/*.ly: various fixes.
4865
4866         * lily/music.cc (name): bugfix
4867
4868         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
4869
4870         * lily/input-file-results.cc (code): set-point-and-click! ->
4871         set-point-and-click
4872         
4873 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4874
4875         * Use uniform ly: prefix for exported scheme primitive functions.
4876
4877         * scm/music-types.scm: junk compat glue
4878
4879         * scripts/convert-ly.py: add rules for stuff below, junk
4880         compatibility glue for spanrequest.
4881
4882         * lily/parser.yy (verbose_event): remove \spanrequest,
4883         \commandspanrequest, \script. 
4884         
4885         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
4886
4887         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
4888         for \penalty, \glissando.
4889
4890         * VERSION: release 1.7.3
4891         
4892 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
4893
4894         * lily/accidental-engraver.cc: Fix
4895         grace-in-the-beginning-of-measure bug caused by the resent
4896         partial-measure fix.
4897
4898         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
4899         overlap looks too crowded)
4900         
4901 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4902
4903         * lily/parser.yy (assignment): allow SCM expression as assignment.
4904
4905         * lily/include/music-output-def.hh (class Music_output_def):
4906         * lily/music-output-def.cc: 
4907         * lily/paper-def.cc: 
4908         * scm/font.scm (markup-to-properties):
4909         * lily/parser.yy (music_output_def_body): 
4910         remove style_sheet_
4911
4912 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4913
4914         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
4915         length.
4916
4917         * input/regression/spacing-to-grace.ly: new file.
4918
4919         * input/regression/spacing-end-of-line.ly: new file.
4920
4921         * lily/note-spacing.cc (get_spacing): take into account breakable
4922         stuff sticking out at the left (time sig change at line break).
4923
4924         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
4925         raggedright code.
4926
4927         * scm/music-functions.scm (make-voice-props-set): add
4928         staff-position for mm rests.
4929  
4930         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
4931         before grace notes a little.
4932
4933         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
4934
4935         * lily/break-align-interface.cc (do_alignment): right-edge spacing
4936         key adds space at the end of line. 
4937
4938 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4939
4940         * scm/sketch.scm: Fix beams.
4941
4942         * buildscripts/mf-to-table.py: Add EncodingScheme.
4943
4944         * scm/sketch.scm: Resurrect.
4945
4946 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4947
4948         * lily/multi-measure-rest.cc: use breve rests for measure lengths
4949         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
4950
4951 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4952
4953         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
4954
4955         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
4956
4957 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4958
4959         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
4960         token for origin information.
4961
4962         * lily/parser.yy (My_lily_lexer): do identifier location and
4963         cloning from lexer.
4964
4965         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
4966         logic out of the parser. Add bar checks on both ends.
4967
4968         * Documentation/user/refman.itely (Multi measure rests): add more
4969         notes about mm rests.
4970
4971 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4972
4973         * input/regression/bar-scripts.ly: Re-enable.
4974
4975         * lily/parser.yy:
4976         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
4977         released rsn.  Bison 1.50 has a crucial bug and won't work.
4978
4979         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
4980
4981
4982 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4983
4984         * input/regression/bar-scripts.ly: Blunt documentation build fix.
4985
4986 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4987
4988         * Actually merge changes since 1.6.4 besides ChangeLog, and
4989         resolve conflicts.  Lots of updates, hope all is well.
4990         
4991         * cygwin/lilypond.hint (requires): Add ghostscript.
4992
4993         * scm: Update some (c).
4994         
4995 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4996
4997         * input/test/{various}.ly: add \header fields and texidoc strings.
4998
4999 2002-10-05  Werner Lemberg  <wl@gnu.org>
5000
5001         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
5002         renamed to `output_latex_quoted'.
5003         Added `output_latex_noquote'.
5004         (schedule_lilypond_block): Implement `noquote' option for LaTeX
5005         mode.
5006
5007 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5008
5009         * ChangeLog: Add 1.6.6 release marker.  See below.
5010
5011         * stepmake/stepmake/po-targets.make: Remove --c++ option.
5012
5013         * scripts/midi2ly.py: Fix global syntax warnings.
5014
5015         * GNUmakefile.in: Generate builddir locale tree too.
5016
5017         * scripts/ly2dvi.py:
5018         * scripts/midi2ly.py: 
5019         * scripts/mup2ly.py: 
5020         * scripts/update-lily.py:
5021         * lily/main.cc (setup_paths): Fix for locales setup.
5022
5023 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5024
5025         * Documentation/windows/installing.texi: Soften wording about
5026         necessity of becoming Administrator.  tommie@iae.nl reports this
5027         does not seem to be necessary for his flavour of Windows 2000.
5028         Explicitely discourage text mode mounts.
5029
5030 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5031
5032         * lily/rest.cc (after_line_breaking): backport dot position fix.
5033
5034         * lily/rest-collision.cc (do_shift): also remove dots for suicided
5035         rests. Thanks to Klaus Zimmermann for finding this bug.
5036
5037 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5038
5039         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
5040
5041 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5042
5043         * Documentation/user/music-glossary.tely: fix links.
5044
5045 2002-10-21  Werner Lemberg  <wl@gnu.org>
5046
5047         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
5048         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
5049         scaling factor) only once and use them in the definition of
5050         \embeddedps.
5051         * ps/music-drawing-routines.ps (skeel): Removed.
5052
5053 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5054
5055         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
5056         Solaris7, as we don't use nested $( ) constructs.
5057
5058 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5059
5060         * VERSION: Release 1.6.6.
5061         
5062 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5063
5064         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
5065         as workaround for /bin/sh problems on Solaris7.
5066
5067 2002-10-19  Werner Lemberg  <wl@gnu.org>
5068
5069         * GNUmakefile.in (web-doc): Fix typos.
5070         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
5071         `music-drawing-routines.ps' but emit \special{header=...} once.
5072         * scm/tex.scm (header-end): Updated.
5073
5074 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5075
5076         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
5077         undefined tremolo. 
5078
5079 2002-10-15  Werner Lemberg  <wl@gnu.org>
5080
5081         * scripts/lilypond-book.py (g_make_html): New global variable.
5082         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
5083         if `g_make_html' isn't set.
5084         [main]: Add format `texi-html'.
5085         (option_definitions): Updated.
5086         * Documentation/user/lilypond-book.itely: Updated.
5087
5088         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
5089         * make/ly-rules.make (%.texi, %.nexi): Use it.
5090         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
5091         format to lilypond-book.
5092         * GNUmakefile.in (web-doc): Ditto.
5093
5094 2002-10-14  Werner Lemberg  <wl@gnu.org>
5095
5096         Further improve TeX output.  The produced files are about 40%
5097         smaller.  `lilyponddefs.tex' is now read only once.
5098
5099         * tex/lilyponddefs.tex: Remove footer stuff.
5100         (\ifundefined): Renamed to...
5101         (\lilypondundefined): This.  Use LaTeX's definition to
5102         make it nestable and make it global.
5103         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
5104         output.
5105         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
5106         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
5107         them global.
5108         (\placebox): Renamed to...
5109         (\lyitem): This.
5110         Make it global and call \outputscale by itself.
5111         (\lybox, \lyvrule): New macros to reduce input data.
5112         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
5113         New auxiliary macros.
5114         (\SkipLilydefs, \EndLilyPondOutput): Removed.
5115         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
5116         to...
5117         (\lilypondspace): This and made it global.
5118         (\turnOnPostScript): Renamed to...
5119         (\lilypondpostscript): This and made it global.
5120         (\turnOnExperimentalFeatures): Renamed to...
5121         (\lilypondexperimentalfeatures): This and made it global.
5122         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
5123         (\lilypondsetdimen): This and made it global.
5124         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
5125         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
5126         (all, $(outdir)/music-drawing-routines.ps): New rules.
5127         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
5128         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
5129         start-system, stop-system, stop-last-system, filledbox): Updated to
5130         use the changed macros from lilyponddefs.tex.
5131         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
5132
5133 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5134
5135         * Documentation/windows/installing.texi: Update.
5136
5137 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5138
5139         * VERSION: 1.6.5 released
5140
5141         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
5142
5143 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5144
5145         * scm/translator-property-description.scm (voltaOnThisStaff): add
5146         property.
5147
5148 2002-09-28  Werner Lemberg  <wl@gnu.org>
5149
5150         * scm/tex.scm (header-end): Suppress page numbering.
5151
5152         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
5153         Fix quotation for HTML output.
5154
5155 2002-09-28   Graham Percival   <gperciva@sfu.ca>
5156         
5157         * Documentation/user/refman.itely: grammar and phrasing
5158           fixes to "Note Entry" section.  Also adds a few new examples.
5159
5160 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5161
5162         * flower/include/string-data.icc: include string.h
5163
5164 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5165
5166         * scm/chord-name.scm (chord::inner-name-banter): remove space.
5167
5168 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5169
5170         * Documentation/user/GNUmakefile (extra-local-help): Add.
5171
5172         * stepmake/stepmake/www-targets.make (local-help): Add.
5173
5174 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5175
5176         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
5177         packages.
5178
5179         * Documentation/topdocs/README.texi (Top): building documentation
5180         (not website.)
5181
5182 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5183
5184         * Documentation/user/refman.itely: 
5185         * Documentation/user/tutorial.itely: 
5186         * Documentation/user/music-glossary.tely: Merge changes.
5187
5188         * Documentation/user/glossary.html.in: 
5189         * Documentation/index.texi: 
5190         * Documentation/header.html.in: Accomodate renaming of glossary.
5191         
5192         * Documentation/user/tutorial.itely: Add some glossary references.
5193         
5194         * Documentation/user/refman.itely: Minor fixes.
5195         
5196         * Documentation/user/lilypond.tely: Add glossary do direntry.
5197
5198         * Documentation/user/music-glossary.tely: Rename (previously:
5199         glossary.tely).  Fix anchor placement.
5200
5201         * Documentation/user/GNUmakefile: Make music-glossary.info too.
5202
5203 2002-09-23  Werner Lemberg  <wl@gnu.org>
5204
5205         * scripts/lilypond-book.py (output_dict): Fix handling of
5206         various environments by avoid extraneous newlines.
5207         Rename `output-all' regexp for html to `output-html'.
5208         Replace `output-all' regexp for texi with `output-texi-quote'
5209         and `output-texi-noquote'.
5210         (compose_full_body): Don't override `linewidth' user option
5211         for `singleline'.
5212         (schedule_lilypond_block): Don't indent text specified with
5213         `intertext' option.
5214         Add new option `noquote'.
5215         (compile_all_files): Use latex instead of tex to compile ly
5216         files directly.
5217
5218         * Documentation/user/lilypond-book.itely: Updated and revised.
5219         Improve layout.
5220
5221         * Documentation/user/glossary.tely,
5222         Documentation/user/introduction.itely,
5223         Documentation/user/tutorial.itely,
5224         Documentation/user/refman.itely,
5225         Documentation/user/appendices.itely: Fix overfull LilyPond
5226         boxes caused by the new lilypond-book code.  Other minor
5227         fixes.
5228
5229         * Documentation/user/macros.itexi (@texiflat): Don't emit
5230         trailing space.
5231
5232         * scm/tex.scm (end-output, header-end): Add preamble and
5233         postamble to make lilypond output directly compilable with
5234         latex.
5235
5236         
5237 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5238
5239         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
5240         instructions.
5241
5242 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5243
5244         * Documentation/user/glossary.tely: Add titling and hyperlinks.
5245
5246 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5247
5248         * lily/beam.cc (connect_beams): don't crash if there are quarter
5249         notes in beams.
5250
5251 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
5252
5253         * Documentation/user/refman.itely: corrected ancient clef
5254         docu; added docu on ligatures
5255
5256 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
5257
5258         * Documentation/user/glossary.tely,
5259         Documentation/user/refman.itely, input/les-nereides.ly,
5260         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
5261         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
5262         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
5263         Stem properties: flag-style -> stroke-style, style -> flag-style.
5264
5265
5266 2002-09-22  Werner Lemberg  <wl@gnu.org>
5267
5268         * scripts/lilypond-book.py: Add option `notime' to suppress
5269         printing of a time signature.  Specify default indentation of 0pt
5270         if single line fragment.  Don't emit redundant `\paper{ }'.
5271
5272         * Documentation/user/lilypond-book.itely: Updated.
5273
5274         * Documentation/user/glossary.tely: Completely reformatting.
5275
5276 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5277
5278         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
5279
5280 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5281
5282         * Documentation/user/tutorial.itely: Fix links.
5283         
5284         * Documentation/topdocs/index.tely:
5285         * Documentation/index.texi:
5286         * Documentation/header.html.in: Small website fixes and updates.
5287
5288         * debian/: Debian patch by Anthony Fok.
5289
5290 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5291
5292         * Documentation/footer.html.in: How time flies: It's already 2002!
5293
5294         * Documentation/topdocs/index.tely: Stable/development fix.  Use
5295         more descriptive link names than 'here'.
5296
5297 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5298
5299         * VERSION: 1.7.2 released
5300         * VERSION: 1.6.4 released
5301         
5302         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
5303
5304         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
5305         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
5306
5307         * mf/feta-din.mf (test): add x-height and space.
5308
5309         * lily/dynamic-engraver.cc (process_music): take dynamic direction
5310         from ^_ for crescendi. Idem for slurs and phrasing slurs.
5311
5312         * ly/grace-init.ly: add-to-grace-init: function to portably add
5313         settings to \grace. 
5314
5315         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
5316         if we get an absolute dynamic event.
5317  
5318         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
5319
5320         * lily/source-file.cc (get_line): oops. All line numbers were off
5321         by 2. Fix that. 
5322
5323         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
5324         be after the note, combined with -_^, i.e. c4-(-\)-\>  
5325
5326         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
5327
5328         * lily/parser.yy (number_factor): remove (number) as number
5329         expression. ("Let them eat Lisp").
5330
5331 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5332
5333         * lily/horizontal-bracket.cc: new file.
5334
5335         * lily/horizontal-bracket-engraver.cc: new file.
5336
5337         * input/regression/note-group-bracket.ly: new file. Support
5338         horizontal note brackets for music analysis.
5339
5340         * lily/stem.cc (flag): new flag-style: no-flag.
5341
5342         * input/test/stem-cross-staff.ly: new file
5343         
5344         * Documentation/user/internals.itely: Improved formatting, fixing
5345         typos.  Added a section `Output details' to describe how the TeX
5346         code looks like.
5347
5348         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
5349
5350         * lily/parser.yy: remove \dynamicscript.
5351
5352         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
5353         definitions. 
5354
5355         * python/midi.c (midi_error): take two arguments.
5356
5357         * Merge 1.6.5 changes:
5358         
5359 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5360
5361         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
5362         staff-space.  Previous 1.5 was probably meant as half-spaces.
5363         (cautionary-style): parentheses (was: smaller).  This is what doco
5364         says, and it seems more logical.
5365
5366         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
5367         for 2nd sentence.
5368
5369 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5370
5371         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
5372
5373 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5374
5375         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
5376
5377 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5378
5379         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
5380
5381 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5382
5383         * scm/translator-property-description.scm (voltaOnThisStaff): add
5384         property.
5385
5386 2002-09-28  Werner Lemberg  <wl@gnu.org>
5387
5388         * scm/tex.scm (header-end): Suppress page numbering.
5389
5390         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
5391         Fix quotation for HTML output.
5392
5393 2002-09-28   Graham Percival   <gperciva@sfu.ca>
5394         
5395         * Documentation/user/refman.itely: grammar and phrasing
5396           fixes to "Note Entry" section.  Also adds a few new examples.
5397
5398 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5399
5400         * flower/include/string-data.icc: include string.h
5401
5402 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5403
5404         * scm/chord-name.scm (chord::inner-name-banter): remove space.
5405
5406 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5407
5408         * Documentation/user/GNUmakefile (extra-local-help): Add.
5409
5410         * stepmake/stepmake/www-targets.make (local-help): Add.
5411
5412 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5413
5414         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
5415         packages.
5416
5417         * Documentation/topdocs/README.texi (Top): building documentation
5418         (not website.)
5419
5420 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5421
5422         * Documentation/user/refman.itely: 
5423         * Documentation/user/tutorial.itely: 
5424         * Documentation/user/music-glossary.tely: Merge changes.
5425
5426         * Documentation/user/glossary.html.in: 
5427         * Documentation/index.texi: 
5428         * Documentation/header.html.in: Accomodate renaming of glossary.
5429         
5430         * Documentation/user/tutorial.itely: Add some glossary references.
5431         
5432         * Documentation/user/refman.itely: Minor fixes.
5433         
5434         * Documentation/user/lilypond.tely: Add glossary do direntry.
5435
5436         * Documentation/user/music-glossary.tely: Rename (previously:
5437         glossary.tely).  Fix anchor placement.
5438
5439         * Documentation/user/GNUmakefile: Make music-glossary.info too.
5440
5441 2002-09-23  Werner Lemberg  <wl@gnu.org>
5442
5443         * scripts/lilypond-book.py (output_dict): Fix handling of
5444         various environments by avoid extraneous newlines.
5445         Rename `output-all' regexp for html to `output-html'.
5446         Replace `output-all' regexp for texi with `output-texi-quote'
5447         and `output-texi-noquote'.
5448         (compose_full_body): Don't override `linewidth' user option
5449         for `singleline'.
5450         (schedule_lilypond_block): Don't indent text specified with
5451         `intertext' option.
5452         Add new option `noquote'.
5453         (compile_all_files): Use latex instead of tex to compile ly
5454         files directly.
5455
5456         * Documentation/user/lilypond-book.itely: Updated and revised.
5457         Improve layout.
5458
5459         * Documentation/user/glossary.tely,
5460         Documentation/user/introduction.itely,
5461         Documentation/user/tutorial.itely,
5462         Documentation/user/refman.itely,
5463         Documentation/user/appendices.itely: Fix overfull LilyPond
5464         boxes caused by the new lilypond-book code.  Other minor
5465         fixes.
5466
5467         * Documentation/user/macros.itexi (@texiflat): Don't emit
5468         trailing space.
5469
5470         * scm/tex.scm (end-output, header-end): Add preamble and
5471         postamble to make lilypond output directly compilable with
5472         latex.
5473
5474         
5475 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5476
5477         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
5478         instructions.
5479
5480 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5481
5482         * Documentation/user/glossary.tely: Add titling and hyperlinks.
5483
5484 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5485
5486         * lily/beam.cc (connect_beams): don't crash if there are quarter
5487         notes in beams.
5488
5489 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
5490
5491         * Documentation/user/refman.itely: corrected ancient clef
5492         docu; added docu on ligatures
5493
5494 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
5495
5496         * Documentation/user/glossary.tely,
5497         Documentation/user/refman.itely, input/les-nereides.ly,
5498         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
5499         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
5500         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
5501         Stem properties: flag-style -> stroke-style, style -> flag-style.
5502
5503 2002-09-22  Werner Lemberg  <wl@gnu.org>
5504
5505         * scripts/lilypond-book.py: Add option `notime' to suppress
5506         printing of a time signature.  Specify default indentation of 0pt
5507         if single line fragment.  Don't emit redundant `\paper{ }'.
5508
5509         * Documentation/user/lilypond-book.itely: Updated.
5510
5511         * Documentation/user/glossary.tely: Completely reformatting.
5512
5513 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5514
5515         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
5516
5517 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5518
5519         * Documentation/user/tutorial.itely: Fix links.
5520         
5521         * Documentation/topdocs/index.tely:
5522         * Documentation/index.texi:
5523         * Documentation/header.html.in: Small website fixes and updates.
5524
5525         * debian/: Debian patch by Anthony Fok.
5526
5527 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5528
5529         * Documentation/footer.html.in: How time flies: It's already 2002!
5530
5531         * Documentation/topdocs/index.tely: Stable/development fix.  Use
5532         more descriptive link names than 'here'.
5533
5534 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5535
5536         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
5537
5538 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5539
5540         * lily/part-combine-music-iterator.cc (get_state): cleanup
5541         (get_music_info): cleanup.
5542
5543 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5544
5545         * scm/backend-documentation-lib.scm (interface-doc-string):
5546         crosslinks between interfaces and grobs. Headings for interfaces
5547         in grob explanation.
5548
5549 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5550
5551         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
5552         dtd).  Add preliminary dtd.
5553         (re-sub-alist): Robustify.
5554
5555 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5556
5557         * lily/include/event-chord-iterator.hh,
5558         lily/context-specced-music-iterator.cc,
5559         lily/event.cc, lily/event-chord-iterator.cc: add
5560
5561 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5562
5563         * lily/: some (c) header fixes.
5564         
5565         * lily/request-chord.cc: Remove.
5566         
5567         * lily/include/event-chord-iterator.hh:
5568         * lily/include/event.hh:
5569         * lily/event-chord.cc: New file.
5570         
5571         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
5572         requested.
5573
5574 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5575
5576         * lily/ : rename Request to Event
5577
5578         * lily/parser.yy (command_element): move clef stuff into Scheme.
5579
5580         * lily/:  rename length_mom () to get_length()
5581
5582         * lily/part-combine-music.cc: removed file and class.
5583
5584         * lily/context-specced-music-iterator.cc (class
5585         Context_specced_music_iterator): new file. Obsoletes the
5586         Context_specced_music type.
5587
5588         * scm/music-types.scm (make-repeated-music): put different kinds
5589         of repeated music into music-type table.
5590
5591         * VERSION: 1.7.1 released.
5592
5593         * scm/to-xml.scm: new file.
5594
5595         * input/test/to-xml.ly (fooBar): demo of what is possible with the
5596         new Input representation: dump music as XML.
5597
5598         * scm/engraver-documentation-lib.scm
5599         (engraver-accepts-music-types?): add links from music to engraver,
5600         from music-type to engraver.
5601
5602         * lily/include/command-request.hh: removed
5603         lily/include/musical-request.hh: removed. Removed all _req classes
5604         except Key_change_req. Changes throughout.
5605
5606 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5607
5608         * lily/tuplet-engraver.cc (try_music): Compile kludge.
5609
5610 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5611
5612         * lily/*.cc: specify accepts for many engravers.
5613
5614         * scm/music-documentation-lib.scm: dump music expressions and
5615         music subtypes.
5616
5617         * scm/documentation-lib.scm: complete revision.
5618         Use GOOPS objects to store document tree explicitly. Cleaned up and
5619         sped up doco generation a lot.
5620
5621 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5622
5623         * input/trip.ly (fugaIILeft): add arpeggio
5624
5625         * lily/translator-group.cc (try_music_on_nongroup_children):
5626         oops. The name symbol is in the cdr of the assoc handle.
5627
5628         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
5629         Hyphen_req, Glissando_req, Break_req, Mark_req 
5630
5631 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5632
5633         * lily/musical-request.cc (music-duration-length,
5634         music-duration-compress): new functions.
5635
5636         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
5637         throughout. Warning doesn't work yet.
5638
5639         * lily/translator-group.cc (try_music_on_nongroup_children):
5640         new implementation: store candidate acceptors in a hashTable.
5641
5642 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5643
5644         * scm/music-types.scm (music-descriptions): change name to
5645         internal-class-name
5646
5647         * scm/chord-name.scm (chord::inner-name-banter): remove space.
5648
5649 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5650
5651         * lily/beam.cc (connect_beams): don't crash if there are quarter
5652         notes in beams.
5653
5654 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
5655
5656         * Documentation/user/refman.itely: corrected ancient clef
5657         docu; added docu on ligatures
5658
5659 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
5660
5661         * Documentation/user/glossary.tely,
5662         Documentation/user/refman.itely, input/les-nereides.ly,
5663         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
5664         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
5665         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
5666         Stem properties: flag-style -> stroke-style, style -> flag-style.
5667
5668 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5669
5670         * scm/music-functions.scm (music-separator?): don't use name music
5671         property.
5672
5673 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5674
5675         * stepmake/stepmake/generic-targets.make (help): Document check
5676         target.
5677
5678         * lily/new-accidental-engraver.cc: Compile fix.
5679
5680 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5681
5682         * scripts/convert-ly.py: Add rule.
5683
5684         * input/test/music-creation.ly:
5685         * input/test/add-staccato.ly:
5686         * input/test/add-text-script.ly: ly-make-music.
5687
5688         * scm/drums.scm (make-head-type-elem, make-articulation-script):
5689         More ly-make-music renamings.
5690
5691         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
5692
5693         * lily/music-constructor.cc (make_music): Add debugging info.
5694
5695         * scm/music-functions.scm (make-simultaneous-music,
5696         (make-sequential-music, context-spec-music):
5697         * scm/music-types.scm (music-descriptions): Get lily to run.
5698
5699 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5700
5701         * lily/command-request.cc (transpose_key_alist): new function.
5702
5703         * lily/key-performer.cc (create_audio_elements): cleanup. 
5704
5705 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5706
5707         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
5708
5709         * lily/include/translator.hh (ENTER_DESCRIPTION): add
5710         events-accepted field.
5711
5712         * scm/music-types.scm: new file.
5713
5714         * lily/parser.yy: put music type initialization into scheme,
5715         similar to grob initialization.  Changes throughout.
5716
5717 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5718
5719         * Documentation/user/tutorial.itely: Fix links.
5720         
5721         * Documentation/index.texi: 
5722         * Documentation/header.html.in: 
5723         * Documentation/topdocs/index.tely: Small website fixes and updates.
5724
5725         * debian/: Debian patch by Anthony Fok.
5726
5727 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5728
5729         * Documentation/footer.html.in: How time flies: It's already 2002!
5730
5731         * Documentation/topdocs/index.tely: Stable/development fix.  Use
5732         more descriptive link names than 'here'.
5733
5734         * ROADMAP: Remove test stuff.
5735
5736         * scripts/update-lily.py: Allow auto-building of stable and
5737         development versions.  Bugfixes.
5738
5739 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5740
5741         * VERSION: released 1.7.0
5742
5743         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
5744
5745         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
5746         positive line widths.
5747
5748 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5749
5750         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
5751         go.  Fix comments.
5752
5753         * cygwin: Cygwin updates.
5754
5755 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5756
5757         * Documentation/windows/installing.texi (Top): version for python,
5758         urls for ghostscript (thanks to John Potelle)
5759         
5760         * lily/simultaneous-music-iterator.cc
5761         (Simultaneous_music_iterator): init children_list_ before
5762         triggering GC.
5763
5764         * lily/*-iterator.cc: be even more careful with smobbed copy
5765         constructors. 
5766
5767         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
5768         LeftEdge item.
5769
5770 2002-09-15  Werner Lemberg  <wl@gnu.org>
5771
5772         Improving LilyPond's output to make them ordinary TeX boxes with
5773         predictable dimensions.  System boxes are now vertically centered on
5774         the baseline; this offset can be further controlled with
5775         \lilypondscoreshift.
5776
5777         * lily/system.cc (System::post_processing): Pass length of current
5778         system to `start-system' (including any horizontal indentation).
5779
5780         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
5781         prettier.
5782         (lily-def): Append `%'.
5783         (start-system): Add parameter `wd'.  Output more TeX code to specify
5784         box dimensions.
5785         (stop-system, stop-last-system): Complement changes in
5786         `start-system'.
5787         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
5788         Updated.
5789
5790         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
5791         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
5792         Write final `\endinput'.
5793
5794         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
5795         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
5796         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
5797         files and macro definitions don't produce spurious spaces and
5798         paragraphs (using \endlinechar).
5799         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
5800
5801         * Documentation/user/internals.itely: Improved formatting, fixing
5802         typos.  Added a section `Output details' to describe how the TeX
5803         code looks like.
5804
5805 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
5806
5807         * lily/accidental-engraver.cc: Also work with partial measures.
5808
5809 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5810
5811         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
5812         spanner.
5813
5814 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5815
5816         * lily/identifier-smob.cc (unpack_identifier): new file.
5817
5818         * lily/lexer.ll (identifier_type): new function.  use ly-id to
5819         pass off scheme expressions as music identifiers.
5820
5821         * scm/lily.scm: reorganisation, cleanups.
5822
5823         * lily/main.cc: small cleanups.
5824
5825 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5826
5827         * lily/ly-module.{cc,hh}: new file.
5828
5829 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
5830
5831         * lily/accidental-engraver.cc: Also work with partial measures.
5832
5833 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5834
5835         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
5836
5837 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5838
5839         * lily/my-lily-lexer.cc: use SCM module in stead of
5840         Scheme_hash_table. Changes throughout.  
5841
5842 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5843
5844         * VERSION (MY_PATCH_LEVEL): make 1.7.0
5845