* input/regression/beam-quant-standard.ly: new file: test standard
[lilypond.git] / ChangeLog
blobf9908737b53db621429f9fffbb4e062dae535e7f
1 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3         * input/regression/beam-quant-standard.ly: new file: test standard
4         beam quants.
6         * scm/beam.scm (check-quant-callbacks): new function
7         (check-beam-quant): new function: check whether current beam
8         quants match argument.
10         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
11         forbidden quant for sitting (upstem)/hanging (downstem) on outer
12         staffline line.
14 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
16         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music functions.
18         * lily/note-collision.cc (do_shifts): align colliding notes to
19         their leftmost note.
21         * input/regression/collision-alignment.ly: new file.
23         * ly/init.ly: don't print gc stats.
25         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
26         extra newline
28         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
29         for dimensions. This fixes ottava-remove-empty-staff.ly
31         * input/regression/lyrics-tenor-clef.ly: new file.
33         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
34         cyclic parents when two axis-group-engravers are
35         present. Fixes: crash-axis-group-engraver.ly. 
36         
37         * input/test/volta-chord-names.ly: new file.
39         * scm/define-context-properties.scm
40         (all-user-translation-properties): change voltaOnThisStaff
41         definition. 
43         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
44         if necessary.
46         * lily/volta-bracket.cc (print): handle volta brackets without
47         bars. 
49 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
51         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
52         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
54 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
56         * scm/output-gnome.scm: updated instructions for running gnome
57         backend
59 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
61         * scm/fret-diagrams.scm (draw-dots): default values for dot size
62         and dot-position now depend on finger-code value; in-dot makes
63         dots larger and centered.
64         (draw-barre): added straight-barre indicator option
65         (draw-dots): made fontify-text-white work.
67         * music-drawing-routines.ps: added /draw_white_text
69         * scm/output-tex.scm:  added white-text
71         * scm/output-ps.scm:  added white-text
73         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
74         list of stencil expressions
76         * scm/stencil.scm: Added fontify-text-white
78 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
80         * input/regression/+.ly: use @unnumbered section.
82 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
84         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
85         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
87 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
89         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
91 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
93         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
94         was causing an error. (was not actually commited in 2004-06-20)
96         * input/regression/lily-in-scheme.ly (withPaddingC): does not
97         breaks anymore
99 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
101         * VERSION: 2.3.5 released.
102         
103         * lily/my-lily-parser.cc (parse_string): switch module too.
105 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
107         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
108         ec-fonts-mftraced to running requirements.
110 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
112         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
113         assignments don't reach the original file.
115         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
116         exists
118 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
120         * scm/output-gnome.scm: 
121         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
123         * debian/: Apply Debian patch (Anthony Fok).
125 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
127         * Documentation/user/music-glossary.tely: fix titling; @top is already
128         an @unnumbered @chapter.
130 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
132         * debian/GNUmakefile (EXTRA_DIST_FILES):
133         (CONF_FILES): update file list.
135         * lily/stencil.cc (interpret_stencil_expression): bugfix.
137 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
139         * debian/: Remove cruft (requested Anthony Fok.)
141         * buildscripts/guile-gnome.sh: Build without gcc libtool version
142         juggling.
144         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
145         Add popup menu with grob properties.
147         * lily/grob-scheme.cc (ly:grob-properties):
148         (ly:grob-basic-properties): New function.
150         * lily/stencil.cc (interpret_stencil_expression): Comment-out
151         "no-origin" call.  Fixes -fps output.
153         * scm/output-ps.scm (no-origin): Add dummy implementation.
155         * scm/output-gnome.scm (define-origin): Remove
156         (grob-cause): Add.
158         * scm/output-ps.scm (scm):
159         * scm/output-tex.scm (scm): Remove define-origin from exports list.
160         (define-origin): Remove.
162         * scm/output-gnome.scm (define-origin): 
164         * scm/lily.scm (ly:all-output-backend-commands): Remove
165         define-origin.  Add grob-cause.
167 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
169         * buildscripts/lilypond-words.py: add ly/portugues.ly.
171 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
173         * Documentation/user/GNUmakefile:
174         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
175         --include-css=.../texinfo.css; command includes css into the html.
177         * Documentation/texinfo.css: add file.
178         define <hr> as black and thin.            
180 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
182         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
183         stencil expression. Junk define-origin.
185         * lily/my-lily-parser.cc (parse_string): init parser variable when
186         lexer_ is set, ie. in parse_string and parse_file.
188         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
189         ly:score-bookify.
191         * scm/lily.scm (collect-scores-for-book): new function.
193         * ly/init.ly: print collected scores/musics.
195         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
196         scope, not in lily module.
198         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
200         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
201         encapsulate gtk/pango tests.
203         * po/tr.po: Turkish translation.
205 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
207         * input/regression/lily-in-scheme.ly: regression test for #{
208         ... #} syntax
210         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
211         was causing an error.
213         * Documentation/user/programming-interface.itely (Using LilyPond
214         syntax inside Scheme): documentation for #{ ... #} syntax.
216 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
218         * Documentation/index.html.in: use black thin <hr>.
220         * buildscripts/mutopia-index.py: use thin black <hr>.
222 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
224         * scm/fret-diagrams.scm: Use UNIX style line endings.
225         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
226         typo.  Fixes compile.
228         * scm/output-ps.scm (white-dot): Remove second incarnation.
230         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
232 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
234         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
235         single file error.
237         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
239 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
241         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
242         remove size as argument to fret-diagram interface;
243         improved white-circle dots for fret;
244         improved top-fret thick line/
246         * scm/output-ps.scm: added white-dot function
248         * scm/output-tex.scm: added white-dot function
250         * tex/music-drawing-routines.ps: added draw_white_dot function
252         * ps/music-drawing-routines.ps: added draw_white_dot function
254         * input/test/fret-diagram.ly: examples to show multiple
255         functions and multiple interfaces
257 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
259         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
260         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
262         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
263         conflict.  Have I told you lately how much I love autotools?
265 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
267         * lily/lily-guile.cc: 
268         * lily/pangofc-afm-decoder.cc:
269         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
270         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
272         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
273         developers.
275         * lily/paper-outputter.cc (file): New method.
276         (dump_string): Use it.
278         * scm/output-gnome.scm: Update with pango CVS info, lilylib
279         musing.
281         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
282         of them has a comma :-).
284         * scm/framework-gnome.scm: Add pango decoders.
286         * lily/include/pangofc-afm-decoder.hh: 
287         * lily/pangofc-afm-decoder.cc: New file.
289         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
291         * configure.in: Check for pango.
293         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
294         autoconf).
295         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
297         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
299 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
301         * Documentation/user/tutorial.itely (Integrating text and music):
302         fix grammar & punctuation.
304 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
306         * lily/: Stray janitorial cleanups.
308         * scm/lily.scm (ly:all-stencil-expressions):
309         * scm/lily.scm (ly:all-output-backend-commands): New function.
311         * scm/safe-lily.scm (safe-objects): Add them.
313         * scm/framework-gnome.scm (<gnome-outputter>): New class.
315         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
317 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
319         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
321 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
323         * scm/page-layout.scm (default-page-make-stencil): add
324         raggedbottom, raggedlastbottom.
326         * Documentation/user/changing-defaults.itely (Page layout): add doc.
328         * scm/framework-tex.scm (define-fonts): fix export of
329         papersize.
331         * lily/paper-book.cc (classic_output): strip suffixes from
332         framework functions.
334         * lily/tuplet-bracket.cc (before_line_breaking): do not return
335         SCM_UNDEFINED to Scheme.
337 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
339         * lily/book.cc: remove Book::to_stencil().
340         (process): whoops. Score::book_rendering returns vector, not list.
342         * scripts/convert-ly.py (conv): remove \notes.
343         apply to input examples.
345         * lily/paper-outputter.cc (output_stencil): don't use
346         smobify_self() but self_scm()
348         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
349         from smobify_self().
351         * lily/paper-book.cc (output): load framework module
352         scm_c_resolve_module().
354         * python/lilylib.py (exit): exit with argument i.
356 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
358         * scm/framework-gnome.scm (output-framework-gnome): Try loading
359         gnome modules from non-toplevel.
361         * lily/ly-module.cc (ly:import-module): Export to ly:.
363         * lily/paper-score.cc (process): Do not show progress newline.
365         * lily/paper-book.cc (output, classic_output): Show progess
366         newline after score.
368 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
370         * buildscripts/lilypond-words.py: add ly/vlaams.ly
372 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
374         * lily/score.cc (ly:run-translator): Do not crash on empty music
375         list.
377         * lily/book.cc (process): Do not render score when systems is empty.
379         * input/simple-song.ly: Down one octave.
381         * scm/output-gnome.scm: Remove script again; re-add modules fix
382         (CVS conflict resolve?)
384         * lily/stencil.cc (ly:interpret-stencil): Was:
385         interpret_stencil_expression.
387 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
389         * buildscripts/guile-gnome.sh: New file.
391         * scm/output-gnome.scm: White background, better window size, sane
392         canvas size.  Cleanups.
394 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
396         * VERSION: release 2.3.4
398         * Documentation/user/invoking.itexi (Invoking the lilypond
399         binary): document --safe.
401         * scm/output-gnome.scm: set PATH in script.
403         * scm/page-layout.scm (default-page-make-stencil): don't stretch
404         if there is too few systems on a page.
406         * lily/parser.yy (relative_music): start at middle C without pitch
407         argument.
409         * Documentation/user/changing-defaults.itely (Page layout): new node.
410         (Paper size): rename node
411         (Page breaking): new node.
412         (Titling): move from invoking.
413         (File structure): new node.
415         * lily/parser.yy (score_body): allow \header and music anywhere in
416         \score body.
418 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
420         * scm/lily.scm (ly:load): Remove page-breaking.scm.
422 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
424         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
426         * lily/include/paper-line.hh: rename to Paper_system.
428         * lily/include/paper-book.hh: doc class.
430         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
432         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
433         (plain-header): add instrument-name.
434         (default-page-make-stencil): bugfixes.
436         * lily/parser.yy (book_body): allow \header anywhere in \book{}
438         * lily/paper-book.cc: remove copyright & tagline. Remove
439         interactions with Page
441         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
442         here, 
443         (default-page-make-stencil): new function
444         (default-page-music-height): new function
445         (page-headfoot): new function
446         (ly:optimal-page-breaks): generate stencils directly from here
448         * scm/titling.scm: new file, group titling functions
450 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
452         * scm/output-gnome.scm: Handle multiple pages.
454         * scm/framework-gnome.scm: Do not load output-gnome.
455         (framework-gnome): Invoke output-gnome::header and
456         output-gnome::end-output as faked stencils.  Fixes experimental
457         gnome output.
459 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
461         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
462         octavation compatibility fixes. Backportme. 
464         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
465         pages.
466         (ly:optimal-page-breaks): combine-penalties: no shortcut for
467         negative. Now we handle negative penalties (ie. \pageBreak)
468         correctly.
470         * lily/system.cc (get_line): extract page-penalty from the left
471         bound.
473         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
475 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
477         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
479 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
481         * scm/output-gnome.scm: Update script.  Move development to
482         lilypond_2_3_2 branch for now.
484 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
486         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
487         negative penalties.
488         cleanups.
490         * Documentation/user/changing-defaults.itely (Creating contexts):
491         index entries
493         * scm/page-breaking.scm (ly:optimal-page-breaks): new
494         file. Rewrite function. 
496         * lily/paper-book.cc (pages): new interface: page-breaking returns
497         list of line-list.
499         * lily/page.cc (Page): take lines argument.
501         * scm/document-translation.scm (all-engravers-doc): link to user man
503         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
505         * Documentation/user/notation.itely (Relative octaves): typo.
507         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
509 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
511         * scm/output-gnome.scm: Update build script.
513 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
515         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
516         gnome backend.
518         * scm/framework-gnome.scm: New file.
520         * scm/lily.scm: Use it.
522         * lily/paper-outputter.cc: Janitorial cleanups.
523         (ly:outputter-dump-string): Remove unreachable statement.
525         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
526         (ice-9): Bugfix: Add srfi-1.
528         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
530 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
532         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
533         in do_quit()
535 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
537         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
539 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
541         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
542         override of Beam::position-callbacks. Why would grace beams not be
543         quantized? Fixes: weird-stem-size-grace. 
545         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
546         warning only once. Backportme.
548         * lily/accidental-engraver.cc (number_accidentals_from_sig):
549         bugfix, 2nd try. Backportme.
551         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
553 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
555         * Documentation/user/notation.itely (Instrument transpositions):
556         Correct the name of the instrumentTransposition property.
558 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
560         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
562 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
564         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
565         and postLilyPondExample are called when defined.
567 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
569         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
570         This fixes setting notenames with `\include "nederlands.ly" '
572         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
573         new function.
575 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
577         * scm/page-layout.scm: don't do piece, it should be in score-title
578         only.
580         * lily/lexer.ll: lex \score separately.
582         * lily/paper-book.cc: junk stencil2line.
584         * lily/paper-line.cc (Paper_line): construct from Stencil
585         directly. No futzing with the dimensions.
587         * lily/include/paper-line.hh (class Paper_line): 
589         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
590         takes arbitrary number of arguments.
592         * input/test/markup-score.ly (tuning): simplify example. 
594 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
596         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
598         * scm/define-markup-commands.scm (score): define score-markup
600         * lily/parser.yy (markup): use score-markup.
602         * lily/score.cc: add ly:score? 
604 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
606         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
607         fret-parse-string so it prepares for calls to fret-diagram-verbose
608         Changed display constants to props so they are available for
609         \override.
611 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
613         * VERSION: release 2.3.3
615         * stepmake/stepmake/generic-vars.make: unset LANG.
617         * input/regression/tuplet-nest.ly: bugfix.
619         * lily/tie-performer.cc (stop_translation_timestep): reset
620         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
622         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
623         clear repeat_ directly after setting stem_tremolo_. Fixes:
624         tremolo-repeat.ly
626         * input/regression/span-bar-break.ly: new file.
628         * scm/define-grobs.scm (all-grob-descriptions): remove
629         break-visibility from SpanBar. Fixes: piano-repeat.ly
631 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
633         * python/lilylib.py (make_ps_images): only compute bbox when needed.
635         * scripts/lilypond-book.py (process_snippets): use lily -f ps
636         files for generating pngs. (failed experiment)
638         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
639         file with PFA fonts included.
641         * lily/score.cc (default_rendering): put header in too.
643         * lily/paper-line.cc (LY_DEFINE): change function to
644         ly:paper-line-extent
646         * scm/page-layout.scm (default-book-title): only add lines for
647         non-nil fields.
648         (default-score-title): idem.
650         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
652         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
654         * lily/include/paper-book.hh (class Paper_book): remove height_
655         member.
657         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
659         * lily/ly-module.cc (LY_DEFINE): bugfix.
661         * lily/paper-book.cc (book_title): separate function for the book
662         title.
664         * scm/page-layout.scm (default-book-title): only account for
665         markup fields.
667         * scm/framework-ps.scm: new file. Move high level interface from
668         output-ps.scm
670         * scm/music-functions.scm (def-grace-function): move macros from
671         ly/music-functions-init.ly
673         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
674         framework-tex.scm
676         * scm/framework-tex.scm (dump-line): new file. High level
677         interface for output (pages, systems, header). 
679         * lily/include/page.hh (class Page): add is_last_ field.
681         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
683         * lily/paper-book.cc (split_string): new function
684         (output): output multiple formats, i.e. --format=ps,tex
686         * scm/output-ps.scm (output-scopes): dump variables directly.
687         (define-fonts): rewrite for new interface
689         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
691         * lily/paper-outputter.cc (Paper_outputter): take format argument.
693         * lily/main.cc (parse_argv): don't set extension for output.
695         * lily/clef-engraver.cc (create_clef): remove
696         Staff_symbol_referencer::set_position() call. 
698 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
700         * ly/music-functions-init.ly (addlyrics): set the 'origin property
701         with the location argument in music function definitions.
703 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
705         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
706         staffsymbol dependency.
708         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
709         cleanups.
711         * lily/book.cc (process): return Paper_book
712         (to_stencil): use Book::process().
714         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
715         header_ field. Store in $globalheader
717         * lily/parser.yy (book_body): book header is initted to
718         $globalheader.
721 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
723         * input/test/fill-a4.ly: removed.
725         * lily/parser.yy (output_def): push scope of parent_ Output_def
726         too.
728 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
730         * scm/output-gnome.scm: Update info.
732 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
734         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
736         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
737         than 1 module.
739         * lily/include/ly-module.hh (ly_use_module): rename is_module to
740         ly_c_module_p.
742         * scm/page-layout.scm (default-book-title): move Scheme titling
743         functions to here.
745         * lily/parser.yy (book_paper_block): remove scope too.
747         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
749         * lily/rest.cc: add direction to rest properties.
751         * lily/include/output-def.hh: new file, move from
752         music-output-def.hh
754 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
756         * scm/output-gnome.scm: Describe feta-cork hack.
758 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
760         * lily/include/book-paper-def.hh: derive from Output_def 
762         * lily/include/paper-def.hh: move all functionality out of class.
763         Junk header.
765         * lily/include/music-output-def.hh: rename Music_output_def to
766         Output_def.
768         * input/wilhelmus.ly: only set space for Paper formatting. 
770         * lily/include/midi-def.hh: remove file, remove class.
771         Move functions to Music-output-def.
773         * lily/music-output-def.cc (Music_output_def): remove separate
774         translator table. Lookup translators in scope directly. This
775         obviates Context suffix for context identifiers, i.e.
777         \context {
778           \Staff
779           .. 
780           }
783         will work.
786         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
788         * Documentation/user/changing-defaults.itely (Horizontal spacing):
789         document spacing override hack.
791 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
793         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
794         installation info.  Support point-and-click.  Add +/- zoom
795         keybindings.
797 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
799         * VERSION: 2.3.2 released
801         * lily/parser.yy (book_body): set default bookpaper.
803         * scm/output-tex.scm (header): kludge: hard code linewidth. 
805         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
807 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
809         * lily/score.cc (default_rendering): scale outputdef before
810         starting.
812 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
814         * scm/fret-diagrams.scm: Add header.
816         * scm/output-gnome.scm: Hello world :-)
818 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
820         * scripts/lilypond.py (run_dvips): only add papersize if present.
822         * lily/accidental-engraver.cc (update_local_key_signature): new
823         function, fold code from initialize() and process_music().
824         (update_local_key_signature): use deep copy. This fixes one
825         problem from custom-key-signatures.ly.
826         (number_accidentals_from_sig): tighter check for
827         accidental-too-old.
829         * ly/engraver-init.ly: remove localKeySignature
830         definition from ChoirStaff, StaffGroup, Score.
832         * lily/percent-repeat-engraver.cc (try_music): add moments for
833         barlines too. Fixes: skipbars-percent-repeat.ly.
835 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
837         * lily/context-def.cc (filter_performers): don't go to cdrloc if
838         skipping last pair. Fixes: crash-bar-number.
840         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
841         D. Sorensen)
843         * input/test/fret-diagram.ly: new file.
845         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
846         (scale-paper): divide by scale.
848 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
850         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
851         case.
853 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
855         * scm/stencil.scm (fontify-text): reinstate function
857         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
859         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
861         * lily/parser.yy (book_paper_head): \bookpaper {} 
863         * python/midi.c: remove config.h
865 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
867         * scm/output-gnome.scm: Update.
869 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
871         * scm/output-gnome.scm: New file.
873         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
875 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
877         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
878         (find_scaled_font): move from Paper_def
880 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
882         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
883         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
885         * po/fr.po: update po.
887         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
889         * lily/book-paper-def.cc (print_smob): new file.
891 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
893         * buildscripts/lilypond-words.py: search words also from
894         music-functions-init.ly.
896 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
898         * ly/music-functions-init.ly (def-music-function): new helper
899         macro for defining music functions. \addlyrics \appoggiatura
900         \acciaccatura \grace \partcombine \autochange \applycontext
901         \applyoutput and \breathe are now defined here thanks to it.
903         * lily/parser.yy: 
904         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
905         \grace \partcombine \autochange \applycontext \applyoutput and
906         \breathe keywords removed from the parser.
908         * lily/parser.yy: 
909         * lily/music-function.cc (ly_make_music_function): 
910         * lily/lexer.ll (music_function_type): added a case for 0-arg
911         music functions.
913 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
915         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
916         refering to a music expression can be used in lily-inside-scheme:
917         #{ $music #}
919         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
920         and ly:parser-define, and change ly:parser-parse-string in order
921         to make #{ $music #} work.
923         * scm/new-markup.scm (compile-markup-expression): when an argument
924         is a string, use `make-simple-markup'.
926 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
928         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
930 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
932         * scripts/convert-ly.py (FatalConversionError.func): handle + in
933         font-size. (backportme)
935 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
937         * lily/paper-outputter.cc (output_stencil): dump font definitions
938         before each stencil.
940         * lily/include/paper-book.hh (struct Score_lines): new
941         struct. Collect info per Paper-score.
943         * lily/include/page.hh (class Page): to_stencil() returns Stencil
944         everywhere.
946         * lily/stencil.cc (find_expression_fonts): new function
948         * lily/paper-outputter.cc (output_stencil): use
949         interpret_stencil_expr
951         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
952         (interpret_stencil_expr): new function. Generic stencil
953         interpretation.
955         * lily/paper-def.cc (find_scaled_font): divide lookup
956         magnification by outpuscale for non-virtual fontmetrics. This
957         fixes ludicrously long font definitions for text
958         fonts. (backportme)
960         * lily/score-engraver.cc: remove
961         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
963 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
965         * input/test/markup-score.ly: Remove \notes.
967         * lily/parser.yy (book_body): Grok Composite_music and \header.
968         (markup): Push NOTES mode before score_block.
970         * VERSION: release 2.3.1
972         * mf/feta-klef.mf: 
973         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
975         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
977         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
979 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
981         * scm/output-tex.scm (output-tex-string): tighten safe security.
983         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
985         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
986         allowed ly functions.
988         * lily/ly-module.cc (ly_module_define): only define variable if
989         bound.
990         (ly_make_anonymous_module): take safe option.
992 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
994         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
996 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
998         * input/regression/newaddlyrics.ly: Fix.
1000         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
1001         \score \notes.
1003 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
1005         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
1007 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1009         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
1011         * lily/paper-line.cc (Paper_line): don't store list of stencils,
1012         but convert to single Stencil immediately.
1014         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
1016 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1018         * scm/output-sodipodi.scm: Resurrect sodipodi output.
1020 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
1022         * elisp/lilypond-mode.el: Changed the way defaults are created for
1023         LilyPond-command-master.  LilyPond-mode will now check the
1024         timestamps of the files to see which command has to run next.
1026 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1028         * scm/bass-figure.scm (format-bass-figure): don't set
1029         number-markup for strings. This fixes string in bass
1030         figure. (backportme)
1032         * lily/parser.yy (bass_number): insert number-markup into figure
1033         definition.
1035         * scm/define-music-properties.scm (all-music-properties): make
1036         'figure a markup.
1038         * scripts/convert-ly.py (conv): \apply -> \applymusic
1040 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
1042         * elisp/lilypond-mode.el: changed the order of some commands
1043         ("Midi" after "2Midi"), use the user-defined
1044         LilyPond-command-default as default instead of "LilyPond"
1046         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
1047         to set the master file for the next command.
1049         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
1050         with font-lock-reference-face.
1052 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
1054         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
1056         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
1058 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1060         * ly/music-functions-init.ly (TODO): new file.
1062         * lily/parser.yy (Generic_prefix_music_scm): add more
1063         music_function symbols.
1064         (Prefix_composite_music): change \apply to music-function   
1066         * lily/include/music-function.hh: rename to music-function
1068 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1070         * lily/music-head.cc (LY_DEFINE): change order of args.
1072         * input/regression/music-head.ly (texidoc): new file.
1074         * lily/parser.yy (Generic_prefix_music): allow generic
1075         music-transformation functions. 
1077         * lily/include/music-head.hh (is_music_head): new file.
1079         * lily/music-head.cc (get_music_head_transform): new file.
1081 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1083         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
1084         empty extent. This fixes ottava brackets on rests. (backportme)
1086         * make/lilypond.redhat.spec.in (Group): ln png files for info.
1088         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
1090         * cygwin/lily-wins.py: update for the lily-wins.py script.
1092 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1094         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
1095         code. This will obviate typeset_grob () in the future.  The effect
1096         of this is that improperly written spanner handling will result in
1097         invalid spanner bounds.
1098         (announce_grob): add to elems_ from here
1099         (typeset_grob): comment out.  
1101         * lily/include/engraver.hh (make_spanner): new calling interface
1102         for make_{item,spanner}. This obviates most calls to
1103         announce_grob().
1105         * scm/music-functions.scm (set-accidental-style): use GrandStaff
1106         iso. PianoStaff for piano styles.
1108 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
1110         * Documentation/user/music-glossary.tely: add segno after d.s.
1112 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1114         * lily/include/audio-column.hh: remove unused variables.
1115         (patch by Michael Welsh Duggan)
1117         * flower/include/axes.hh (other_axis): inline Axes function
1118         (thanks to David Brandon).
1120 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1122         * cygwin/mknetrel: Install image links (backportme).
1124         * Documentation/user/GNUmakefile (local-install-info): Activate
1125         actual installing of image links (backportme).
1127 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1129         * Documentation/user/notation.itely (Measure repeats): Removed
1130         unnecessary (and confusing) \context Voice{.
1132 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1134         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
1136         * lily/page.cc (Page): Do not use ly_scheme_function for
1137         volatile/configurable variables (FIXME: better name).
1139         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
1140         get_scmvar).
1142 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1144         * scripts/convert-ly.py (FatalConversionError.subst): use
1145         \transposition.
1147 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1149         * lily/include/page.hh (class Page): Declare left_margin ().
1151         * lily/page.cc: Remove paper var caching.
1153 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1155         * Documentation/user/music-glossary.tely: Add name to @top node.
1156         Remove comment from @table definitions (workaround for makinfo
1157         bug).
1159         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
1160         ly:stencil-get-expr).  Update callers.
1161         (ly:stencil-align-to!):  Return stencil too.
1163         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
1164         stencil.  Remove looped line-based page output.
1165         (output_line): Use line stencil.  Remove looped stencil-based line
1166         output.
1168         * lily/page.cc (ly:page-paper-lines): New function.
1170         * input/test/markup-score.ly: New file.
1172         * scm/define-markup-commands.scm (stencil): New markup.
1174         * lily/book.cc (to_stencil): New method.
1176         * lily/parser.yy (markup): Use it to grok \score.
1178 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1180         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
1182         * lily/paper-book.cc (pages): Change signature.  Update callers.
1184         * lily/include/page.hh:
1185         * lily/page.cc: New file.
1187         * lily/paper-line.cc (to_stencil): New method.
1189         * lily/paper-outputter.cc (output_stencil): New method.
1191         * lily/paper-outputter.cc (output_line): Use them.
1193         * lily/warn.cc: Remove.
1195         * lily/my-lily-parser.cc (distill_inname): Remove.
1197         * flower/include/file-name.hh: 
1198         * flower/file-name.cc: New file.  Update users.
1200         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
1201         (find): New method of same name.
1203         * lily/my-lily-parser.cc (ly:parse-file): Use it.
1205         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
1206         constant error message.
1208 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
1210         * input/test/{blank-notes.ly,staff-container.ly}: typos.
1212 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1214         * Documentation/user/music-glossary.tely: @table @strong' replaced
1215         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
1216         (backportme).
1218 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1220         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
1222         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
1223         #{ lily music expression #} that returns an equivalent scheme
1224         music expression by parsing the string.
1226 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1228         * lily/my-lily-parser.cc:
1229         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
1230         SCM string (foo.ly/toto.scm support).
1232 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1234         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
1236 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1238         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
1240         * scripts/lilypond-book.py: LY code that includes \header is
1241         not assumed to be a fragment.
1243 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1245         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
1246         tremolo beams up.
1248         * lily/stem.cc (chord_start_y): Return 0 if no heads.
1249         (get_default_stem_end_position): No tremolo head juggling if no
1250         heads.  Fixes tremolo crash on rests (backportme).
1252         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
1254 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1256         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
1257         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
1259         * lily/lexer.ll: Allow \encoding in NOTES mode.
1261         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
1262         for lyrics, not for commands.
1264         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
1265         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
1267         * input/regression/newaddlyrics.ly: New file.
1269         * Documentation/topdocs/NEWS.texi: Update.
1271         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
1272         (Music_list): Allow embedded scm.
1274         * lily/score.cc (ly:score-bookify): New function.
1276         * lily/music.cc (ly:music-scorify): Idem.
1278         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
1279         (ly:parser-print-score): Idem.
1281         * scm/lily.scm (default-toplevel-book-handler): Idem.
1282         (default-toplevel-music-handler): Idem.
1283         (default-toplevel-score-handler): Idem.
1285         * ly/declarations-init.ly: Set default toplevel handlers.
1287         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
1289         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
1290         printer for score at toplevel.
1292 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1294         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
1295         Fix for simple case: input/simple-song.ly, more complex stuff
1296         does not work yet.
1298 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1300         * lily/parser.yy (Prefix_composite_music): split Composite_music
1301         in Prefix_composite_music and Grouped_music_list.
1302         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
1304 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1306         * scm/lily.scm (toplevel-expression): New define.
1308         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
1310         * lily/parser.yy (toplevel_expression): Use it.
1312         * lily/include/my-lily-parser.hh: Smobbify.
1314         * lily/my-lily-parser.cc (parse_string): New method.
1316         * lily/my-lily-parser.cc (ly:parse-string): New function.
1318         * Documentation/user/lilypond.tely: Add comment and workaround for
1319         gs-8.01 crash.  Fixes make web.
1321         Simplification of toplevel music.
1323         * lily/lexer.ll, lily/parser.yy:
1325         * In LYRICS mode, return LYRICS_STRING.  This fixes one
1326         shift/reduce problem.
1328         * Use NOTES mode at start of maininput.
1330         * Grok toplevel composite music expression, put in score and book.
1332         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
1334         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
1336         * input/simple.ly: New file.
1338         * input/simple-song.ly: Idem.
1340 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1342         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1343         Sandberg.
1345 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1347         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1349 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
1351         * input/regression/accidental-octave.ly: doc automatic showing
1352         of note names.
1354 2004-04-16  Heikki Junes <janneke@gnu.org>
1356         * po/fi.po: do "make po && make -C po po-update" at top-level,
1357         then "cp po/out/fi.po po/fi.po" and update fields.
1359         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1361 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1363         * Documentation/user/introduction.itely (About this manual): Fix
1364         templates and regression urls (backportme).
1366 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1368         * ly/engraver-init.ly (Score:graceSettings): Increase
1369         beamed-lengths, especially for 32nd notes.
1371         * Documentation/user/notation.itely (Grace notes): Correct the
1372         syntax for add-grace-property example.
1374 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1376         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1377         `Generated' tag.
1379         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1380         Severely broken (the Debian package, at least).
1382 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1384         * lily/context.cc (find_create_context): assign to lvalue.
1386 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1388         * lily/include/translator.hh (class Translator): rename
1389         get_parent_context() to context () to avoid confusion.
1391         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1393         * lily/lexer.ll: change is_string -> ly_c_string_p 
1395         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1397         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1399         * VERSION: release 2.3.0
1401         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1403         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1404         if nonempty.
1406         * lily/include/context.hh (class Context): make members protected.
1407         (children_contexts): new accessor function.
1409         * lily/include/translator.hh (class Translator): make
1410         daddy_context_ protected.
1411         (class Translator): clean up. 
1413         * lily/include/context.hh (class Context): make daddy_context_
1414         private.
1416         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1417         higher for finding Voice. (backportme)  
1419         * lily/include/context.hh (class Context): remove
1420         find_context_below() as a method.
1422         * Documentation/user/notation.itely (The Lyrics context): add note
1423         about manual durations
1425         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1426         encoding.
1428         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1430 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1432         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1433         \usepackage{inputenc}
1435         * lily/paper-book.cc (classic_output): don't advance Offset for
1436         TeX output.
1438         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1439         ec-sauter.map in rules
1441         * mf/ecb.mf (font_identifier): new file, based on ecbx
1443         * mf/ecb10.mf (gensize): new file.
1445         * Documentation/topdocs/NEWS.texi (Top): document some more new
1446         features.
1448         * ly/declarations-init.ly: run convert-ly
1450         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1451         from input-file-results. Remove input-file-results.* 
1453 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1455         * scm/output-ps.scm (font-command): Fix, again.
1457         * input/test/title-markup.ly: Add \noPagebreak test.
1459         * lily/score-engraver.cc (try_music): Bugfix.
1461 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1463         * lily/main.cc (main_with_guile): excise dependency options -M and
1464         --dep-prefix
1466         * lily/input-file-results.cc: excise Makefile dependency code
1468         * Documentation/user/invoking.itexi (Invoking the lilypond
1469         binary): remove dep doco
1471         * lily/main.cc (main_with_guile): call lilypond-main
1473         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1475         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1476         exception.
1478         * lily/my-lily-parser.cc: remove paper_description function
1480         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1481         new function.
1483         * lily/main.cc: remove global_score_count.
1485         * lily/book.cc (process): don't take header from global_input_file.
1487         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1489         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1491         * lily/music-output-def.cc (LY_DEFINE): new function
1492         ly_output_description. This function does the bulk for  setting,
1493         parsing and breaking down of an input file.
1495         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1496         anonymous modules globally. Let's hope they get GCd
1498         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1500 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1502         * scm/output-ps.scm (header): Papersize from paper.
1504         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1505         for classic output.
1507         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1508         lilypondclassic is defined.
1509         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1511         * input/regression/between-systems.ly: Remove.
1513         * python/lilylib.py (get_bbox): Fix regular expression
1514         for bounding box.
1516         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1518         * scm/output-tex.scm (stop-page): Use it.
1520         * scm/output-ps.scm (define-fonts): Bugfix.
1522         * lily/grob.cc: Add penalty to interface.
1524         * lily/include/paper-line.hh (class Paper_line): New member
1525         var penalty_.
1527         * lily/system.cc (get_line): Initialise Paper_line with
1528         page-penalty's from original grobs.
1530         * scm/define-music-properties.scm (all-music-properties): Add
1531         page-penalty.
1533         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1535         * lily/score-engraver.cc (try_music): Handle page-penalty.
1537         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1539 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1541         * ly/declarations-init.ly (melismaEnd): typo
1543         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1545         * scm/output-ps.scm (text): split string into spaces, use moveto
1546         for setting space. 
1548 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1550         * po/nl.po: Update.
1552         * scm/font.scm (add-cmr-fonts): Typo.
1554 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1556         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1557         font-encoding.
1559         * scm/define-grobs.scm (all-grob-descriptions): idem.
1561         * lily/time-signature.cc (numbered_time_signature): idem.
1563         * scm/font.scm (add-cmr-fonts): use real encoding names for
1564         font-encoding.
1566 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1568         * lily/paper-book.cc (classic_output): 
1569         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1570         Fixes classic output.
1571         (lilypondstart):
1572         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1573         kludge.
1575         * scripts/old-lilypond-book.py: Remove.
1577         Page layout for SCOREs enclosed in a BOOK:
1579         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1580         layout tweaking.
1582         * input/les-nereides.ly (theScore): Add \book.
1584         * input/test/title-markup.ly: Add \book.
1586         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1587         only if 'verbose.
1589         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1591         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1593         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1594         * scm/output-tex.scm (start-system): Update for page layout by
1595         LilyPond.
1597         * scm/output-ps.scm (start-system): Previously (new-start-system).
1599         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1600         passed to define-fonts.
1602         * lily/paper-column.cc: 
1603         * lily/system.cc (get_line):
1604         * ly/property-init.ly (newpage): 
1605         * scm/define-grob-properties.scm:
1606         * scm/output-ps.scm: 
1607         * scm/output-tex.scm: Remove between-system-string kludge.
1609         * scm/output-ps.scm (define-fonts, font-command,
1610         font-load-encoding): Handle ENCODING = #f.
1612         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1614         * scm/define-markup-commands.scm (fill-line): Use
1615         make-simple-markup (WAS: unexisting make-word-markup).
1617         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1618         ENCODING, MARKUP parameters for interpret_string.
1620         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1622         * lily/score.cc (book_rendering): New method.
1623         (default_rendering): Create Paper_book helper locally, dump
1624         output.
1626         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1628         * lily/parser.yy: Handle \book.
1630         * lily/include/book.hh: 
1631         * lily/book.cc: New file.
1633 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1635         * lily/text-item.cc (interpret_string): new file, select font with
1636         encoding.
1638         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1640         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1642         * lily/parser.yy (markup): take encoding from lexer.
1644 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1646         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1648         * scm/output-ps.scm: Remove some cruft.
1650 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1652         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1654         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1656 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1658         * scm/font.scm (add-century-schoolbook-fonts):
1659         (make-century-schoolbook-tree): New function.
1661         * input/test/title-markup.ly: Use Century Schoolbook font.
1663 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1665         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1666         to Erik Sandberg) 
1668         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1670         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1672         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1674         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1676 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1678         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1679         solo-state (at end of solo), we can set the solo status
1680         too. (backportme.)
1682         * input/regression/part-combine-solo-end.ly: new file.
1684 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1686         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1687         flavour abc files.  Really ignore unknown keys (backportme).
1689 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1691         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1692         magnification_ when looking up in orig_.
1694         * scm/output-tex.scm (text): switch off char-mapping.
1696         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1697         because AFM's encoding field cannot have spaces.
1699 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1701         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1703 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1705         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1707         * mf/cmr.enc: new file, without hi-bit ascii info. 
1709         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1710         width. This removes the 'hook' at the end of a long slur.
1712         * buildscripts/mf-to-table.py (parse_logfile): don't append
1713         encoding to fontname.
1715 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1717         * scm/output-ps.scm (define-fonts): Load .enc only once.
1719         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1720         too.
1722 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1724         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1725         encoding field.
1727         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1729         * ly/portuges.ly (pitchnames): new file.
1731         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1732         Michael Welsh Duggan
1734         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1736         * ly/nederlands.ly: add comment about digits.
1738         * lily/scaled-font-metric.cc (derived_mark): idem.
1740         * scm/encoding.scm (make-encoding-mapping): change permutation to
1741         mapping.
1743         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1744         (Modified_font_metric): make alist for coding_description_
1745         (LY_DEFINE): remove coding-name.
1747         * scm/output-tex.scm (text): remove debugging code.
1749         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1751         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1752         from infile.
1754         * mf/feta-generic.mf: move fet_beginfont into generic code.
1755         use fetaMusic (without space) as encoding
1757         * mf/feta-autometric.mf: take encoding argument
1759         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1761         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1762         use.
1764         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1765         name.
1767 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1769         * input/test/title-markup.ly: Set inputencoding.
1771         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1773         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1775         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1776         function.
1777         (coding-alist): Also hold filename, command.
1778         (read-encoding-file): Return symbols.
1780 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1782         * scm/output-tex.scm: remove fontify; text and char take a font
1783         argument.
1785         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1787         * lily/scaled-font-metric.cc (text_dimension): init
1788         coding_{permutation,table}_ too 
1789         (LY_DEFINE): ly:font-encoding, new function return
1791         * lily/paper-def.cc (find_scaled_font): take input coding from
1792         inputcoding paper var.
1794         * lily/performance.cc (output): remap modulo 16.
1796         * lily/text-item.cc (interpret_markup): whoops, variable
1797         shadowing fixed.
1799 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1801         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1802         symbols, not symbols to strings.
1804         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1805         symbols, not symbols to strings.
1807 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1809         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1810         (ly:kpathsea-gulp-file): New function.
1812         * scm/encoding.scm (read-encoding-file): Use it.
1814 2004-04-06  Werner Lemberg  <wl@gnu.org>
1816         * scm/encoding.scm (coding-alist): Fix typo.
1818 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1820         * lily/scaled-font-metric.cc (text_dimension): move function from
1821         Font_metric
1822         (make_scaled_font_metric): init coding_scheme_ to TeX
1823         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1825         * lily/include/scaled-font-metric.hh (struct
1826         Modified_font_metric): rename from Scaled_font_metric
1828         * scm/encoding.scm (read-encoding-file): split up large function,
1829         leave caching to (delay)
1831         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1833 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1835         * lily/my-lily-lexer.cc (set_encoding): New method.
1837         * lily/lexer.ll: Grok \encoding.
1839         * lily/font-metric.cc (get_encoded_index): New function.
1841         * lily/include/font-metric.hh (coding_scheme): New method.
1843         * scm/encoding.scm: New file.
1845         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1847 2004-04-05  Werner Lemberg  <wl@gnu.org>
1849         * Documentation/user/tutorial.itely: Revised (finished).
1851         * Documentation/user/macros.itexi (@separate): Removed.
1853 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1855         * scm/output-ps.scm (define-fonts): fix scaling.
1857         * lily/scaled-font-metric.cc (design_size): add function.
1859         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1860         partial cut&paste of ly:font-magnification.
1862 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1864         * scm/output-ps.scm (define-fonts):
1865         (fontify): Update.
1867 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1869         * po/fr.po: update. (backportme).
1871         * po/nl.po: update. (backportme). 
1873         * mf/feta-beugel.mf: document why design size is not fixed.
1875         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1877 2004-04-04  Werner Lemberg  <wl@gnu.org>
1879         * Documentation/user/tutorial.itely: Revised (continued).
1881 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1883         * po/nl.po: Update (backportme).
1885 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1887         * po/de.po: update. (backportme).
1889         * scm/output-tex.scm (font-command): use ly: functions to
1890         construct name.
1891         (define-fonts): don't use alist, just dump \font definitions.
1892         (font-load-command): calculate proper scaling by taking
1893         outputscale from paper argument.
1895         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1896         expression.
1898         * lily/paper-outputter.cc (output_header): pass paper arg to
1899         define-fonts
1901         * lily/paper-def.cc (font_descriptions): dump list of
1902         Scaled_font_metrics
1903         (find_scaled_font): take Font_metric argument, store
1904         Scaled_font_metrics in hash-table containing (size ->
1905         Scaled_font_metrics) alist.
1906         (get_dimension): rename from get_realvar
1908         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1909         ly:font-magnification, ly:font-name: new functions
1911 2004-04-03  Werner Lemberg  <wl@gnu.org>
1913         * Documentation/user/dedication.itely,
1914         Documentation/user/preface.itely,
1915         Documentation/user/introduction.itely,
1916         Documentation/user/tutorial.itely: Revised.
1917         Removing leading spaces which distorts output if info files are read
1918         with stand-alone info.
1919         Removing superfluous inter-word spaces which also distorts output
1920         for stand-alone info.
1921         Using ` and ' instead of `` and '' everywhere to improve
1922         legilibility with stand-alone info
1923         Using @samp for single-letter input items and data which contains
1924         spaces, @code for other things.
1926         * lily/grob-interface.cc: Adding copyright.
1927         (check_interfaces_for_property): Improve format of warning message.
1929 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1931         * lily/include/font-metric.hh (struct Font_metric): add
1932         design_size () method.
1934         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1936         * lily/afm.cc (read_afm_file): read design size.
1938         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1940         * scm/music-functions.scm (unfold-repeats): handle dots too.
1942 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1944         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1945         (backportme)
1947 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1949         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1950         lyric indent.  Revert melismaBusyProperties using \unset.
1952 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1954         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1956         * lily/parser.yy (command_element): allow redefinition of |
1957         meaning.
1959         * lily/break-align-engraver.cc (acknowledge_grob): construct
1960         LeftEdge where the first cause for alignment is coming from.
1961         This makes \override Staff.LeftEdge work as expected.
1964         * lily/slur-performer.cc (Slur_performer): add inits
1966         * lily/beam-performer.cc (Beam_performer): add inits
1968 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1970         * VERSION (PACKAGE_NAME): release 2.2.0
1972         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1974 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1976         * lily/cluster.cc (height): Fix warning.
1978         * lily/parser.yy: Janitorial cleanups.
1980         * Documentation/user/tutorial.itely (Tutorial): Typo.
1982 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1984         * lily/change-iterator.cc (process): search at multiple context
1985         levels. This fixes 
1988         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1989         not voice-state index for tie state. This fixes a partcombine
1990         problem with ties.
1992         * Documentation/user/tutorial.itely (Commenting input files): add
1993         note about convert-ly.
1995         * input/test/cadenza-skip.ly:  new file.
1997 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1999         * po/nl.po: Spelling fixes.
2001         * autogen.sh (srcdir): Regenerate.
2003         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
2004         autogen.sh.
2006         * configure.in: Use C++ to check for C++ header.
2008         * po/nl.po: Update.
2010         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
2012         * lily/event.cc (to_relative_octave): Translatable sentence should
2013         be one string.
2015         * python/lilylib.py (warranty): Year range is not translatable.
2016         It's 2004 already!
2018         * flower/warn.cc (non_fatal_error, warning, programming_error):
2019         Remove whitespace from translated string.
2021 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2023         * VERSION: release 2.1.37.
2025 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2027         * configure.in: check for C language.
2029         * lily/source-file.cc: include strstream without h.
2031         * scm/documentation-generate.scm (string-append): use name without
2032         .texi.
2034         * autogen.sh (srcdir): SUSE fix.
2036         * Documentation/user/notation.itely (Ancient clefs): idem.
2038         * Documentation/user/lilypond-book.itely (Integrating HTML and
2039         music): idem.
2041         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
2043         * lily/change-iterator.cc (process): use find_existing_context().
2045         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
2047         * input/regression/repeat-unfold-tremolo.ly: new file.
2049         * scm/music-functions.scm (unfold-repeats): undo music compression
2050         too.
2052         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
2053         (LY_DEFINE): ly:music-compress new function.
2055         * scm/part-combiner.scm (determine-split-list): split for voice
2056         crossings
2058         * input/regression/part-combine-cross.ly: new file.
2060         * scm/part-combiner.scm (make-part-combine-music): don't do
2061         relative inside partcombine arguments.
2063         * scm/music-functions.scm (make-non-relative-music): new function.
2065         * Documentation/user/notation.itely (Automatic part combining):
2066         add note about \relative.
2068         * lily/part-combine-iterator.cc (construct_children): add
2069         start_moment_ member.
2071         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
2072         stem-tremolo by stem object. This fixes no stem for tremolo bug.
2074         * lily/stem-tremolo.cc (print): don't crash for no-stem.
2076         * Documentation/user/changing-defaults.itely (Which properties to
2077         change): fixes.
2079 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2081         * po/fr.po: update.
2083 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2085         * input/wilhelmus.ly: More original lyrics.  Add to examples.
2087         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
2088         Reinstate old code that issues warning.  Fixes --srcdir build.
2090 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2092         * input/wilhelmus.ly: New file.
2094         * Documentation/user/notation.itely: 
2095         * Documentation/user/introduction.itely:
2096         * Documentation/user/tutorial.itely: Use quote ly-option instead
2097         of explicit @quotation.  This fixes too long lilypond linewidths
2098         resulting in overful hboxes.
2100         * scripts/lilypond-book.py: Add ly-option: `quote'.
2102 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2104         * tex/titledefs.tex: Avoid that the first score line is extra
2105         indented if instrument is defined but not piece.
2107 2004-03-30  Werner Lemberg  <wl@gnu.org>
2109         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
2110         `lilypond/' to info file name.
2111         (@usermanref) [info]: New variant.
2113         * scm/documentation-generate.scm: Fix definition of @usermanref
2114         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
2115         to info file name.
2117 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2119         * VERSION: release 2.1.36
2121         * Documentation/user/changing-defaults.itely (Interpretation
2122         contexts): rewrite introduction.
2124 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
2126         * scm/define-markup-commands.scm: Use TeX accents instead of
2127         straight iso-8859-1 encoding in the doc string.
2129 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2131         * Documentation/user/tutorial.itely (A lead sheet): remove extra
2132         space after dotted duration.
2134 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2136         * Documentation/user/introduction.itely: 
2137         * Documentation/user/notation.itely:
2138         * Documentation/user/tutorial.itely: Up all relative examples.
2139         Enclose @lilypond displays in @quotation.  Typos and corrections.
2141         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
2143 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2145         * scm/music-functions.scm (make-voice-props-revert): Revert also
2146         MultiMeasureRest staff-position in oneVoice.
2148 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
2150         * Documentation/user/changing-defaults.itely, 
2151         Documentation/user/lilypond.tely: few fixes. Place no comma between
2152         two options: a and b, but commas between three options: a, b, and c.
2153         By this manner, grouping is possible: a and b, and c and d.
2155 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2157         * Documentation/user/GNUmakefile: add rule for .nexi
2159 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2161         * Documentation/user/music-glossary.tely: move glossary direntry
2163         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
2164         only do mkdir/install-info if INFO_INSTALL_FILES != "".
2166 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2168         * stepmake/aclocal.m4: Verify that gettext configure check with
2169         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
2171 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2173         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
2174         glob.glob for .png filenames. This catches multipage pngs.  
2176         * Documentation/user/changing-defaults.itely (Determining the grob
2177         property): fix references.
2179         * lily/staff-symbol.cc (print): only add extent if non empty.
2180         This fixes staff-container.ly.
2182         * lily/timing-engraver.cc (initialize): init whichBar, so a score
2183         starting with a mmrest also works.
2185         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
2186         PNG for texinfo too.
2188         * po/lilypond.pot: update translation strings.
2190         * VERSION: 2.1.35 released
2192         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
2193         context argument too.
2195         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
2197         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
2199         * python/lilylib.py (command_name): don't return 1st path
2200         component.
2202         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
2203         .png case separately.
2205         * python/lilylib.py (system): typo.
2207 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2209         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
2210         run indent-region.
2212         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
2213         Fixes compile.
2215         * lily/function-documentation.cc: Compile fix: Include <string.h>.
2216         Add header.
2218 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
2220         * vim/lilypond-indent.vim: small fixes.
2222 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2224         * Documentation/user/notation.itely (Entering lyrics): Add example
2225         with correct english double quotes (at least for LaTeX output,
2226         maybe not a good idea if we switch to PS as the default output
2227         format).
2229 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2231         * lily/staff-performer.cc (create_audio_elements): play instrument
2232         changes before notes arrive. This fixes instrument of the first
2233         note in a score.
2235         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
2236         to 1.9.0 conversion.
2238         * lily/mark-engraver.cc: doc string.
2240         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
2242         * Documentation/user/introduction.itely (Introduction): new node.
2244 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2246         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
2248         * input/regression/spacing-ragged-last.ly: new file.
2250         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
2251         spacing.
2253         * scm/font.scm: rewrite using GOOPS.
2255         * lily/context-def.cc (filter_engravers): derefence pointer.
2257         * lily/lily-guile.cc (type_check_assignment): use
2258         ly_scheme_function iso. scm_primitive_eval where possible.
2260         * lily/performance.cc (output): limit channels at 15. This fixes
2261         percussion inadvertently showing up in large scores.
2263 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2265         * input/regression/tuplet-gap.ly: new file.
2267         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
2268         (print): compute gap length from number size, include italic
2269         correction.
2271         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
2272         tuplet-bracket
2274         * scm/paper.scm (set-default-paper-size): new function, to be
2275         called at toplevel.
2276         (set-paper-size): new function, to be called inside \paper {}
2277         (set-default-paper-size): new function, to be called at toplevel.
2279         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
2281         * lily/beam-performer.cc (process_music): idem.
2283         * lily/slur-performer.cc (process_music): stop melisma for stop event.
2285         * tex/titledefs.tex: remove scshape for piece.
2287         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
2288         font-family
2290         * lily/time-signature.cc (special_time_signature): font-encoding
2291         not family.
2293         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
2294         dynamic to head. This fixes p placement in morgenlied.
2296 2004-03-23  Werner Lemberg  <wl@gnu.org>
2298         * stepmake/stepmake/generic-targets.make (help): Improve text.
2300 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2302         * VERSION: 2.1.34 released
2304         * lily/main.cc (main_with_guile): switch debugging.
2306         * lily/system.cc (get_line): plug leak.
2308         * lily/paper-book.cc (pages): plug memory leaks: delete page array
2309         and contents.
2310         (stencil2line): plug leak.
2312         * Documentation/user/changing-defaults.itely (Determining a grob
2313         property):  new node.
2314         (Layout interfaces): new node.
2315         (Navigating the program reference): new node.
2317         * lily/accidental-engraver.cc (acknowledge_grob): add property
2318         harmonicAccidentals
2320         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
2321         general cleanups.
2323         * input/les-nereides.ly (middleDynamics): resurrect Les
2324         nereides. Remove pedal hack.
2326 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2328         * input/regression/property-grace-polyphony.ly: new file.
2330         * lily/translator-property.cc (execute_pushpop_property): only pop
2331         one instance of the property. This fixes << \\ >> together with
2332         \grace.
2334         * lily/break-align-interface.cc (ordered_elements): we cannot
2335         modify the #'elements property, so return reordered array.
2337 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
2339         * buildscripts/lilypond.words.py: remove.
2340         * buildscripts/lilypond-words.py: add new, renamed file. 
2341         Give generated targets and dirs explicitly in arguments.
2343         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
2344         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
2345         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
2347         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
2349         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
2351         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
2352         orders.
2354         * vim/GNUmakefile: add local-uninstall target.
2356         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
2358         * vim/vimrc: add a one-liner file.
2360         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
2361         vimrc in EXTRA_DIST_FILES.
2363         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
2365 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
2367         * config.make.in: add vimdir.
2369         * vim/GNUmakefile: add local-install.
2371 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2373         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2374         with \lilypondifundefined{blabla}. Solves problem with multiple
2375         titles in the same lilypond-book document.
2377 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2379         * scm/document-backend.scm (interface-doc): sort grob list for
2380         interface.
2382         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2383         pre/post break align-order.
2385         * spelling patch courtesy Edward Sutton.
2387         * Documentation/user/changing-defaults.itely (Changing context
2388         default settings): new node.
2389         (Defining new  contexts): new node.
2391         * scripts/lilypond-book.py (is_derived_class): use numbers
2392         iso. booleans.
2394         * python/lilylib.py (make_ps_images): add margin to PS images.
2396         * scripts/lilypond-book.py (is_derived_class): new function. Take
2397         class arg iso. object.
2398         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2399         for bug in GS/dvips.
2401         * lily/text-item.cc (interpret_markup): idem.
2403         * scm/define-markup-commands.scm: remove split around-space hack.
2405         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2406         function, fold WL's fixes into one function.
2408 2004-03-22  Werner Lemberg  <wl@gnu.org>
2410         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2411         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2412         (Note_column::head_position_interval): Do proper rounding for
2413         calls to Staff_symbol_referencer::get_position.
2415 2004-03-21  Werner Lemberg  <wl@gnu.org>
2417         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2418         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2419         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2420         (My_lily_parser::parse_file): Improve formatting progress indication
2421         sent to stdout.
2423 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2425         * VERSION: 2.1.33 released.
2427         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2429         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2431         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2432         warning is issued about dummy.dep.
2434         * scm/new-font.scm: fix design sizes of nummer
2436 2004-03-21  Werner Lemberg  <wl@gnu.org>
2438         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2439         some annoying warnings from mkdir during `make install'.
2441 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2443         * lily/performer-group-performer.cc (do_announces): call
2444         Performer_group_performer::create_audio_elements () too.
2446         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2448         * scm/define-grobs.scm (all-grob-descriptions): add property
2449         break-align-orders
2451         * lily/global-context.cc (get_default_interpreter): new
2452         function. Override from base class, so no new Score contexts are
2453         created.
2455         * lily/include/stencil.hh (class Stencil): document origin field.
2457         * lily/staff-symbol.cc (print): span staff-symbol on column
2458         extents for non-broken columns. 
2460         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2461         key-signature.
2463         * tex/titledefs.tex: don't use smallcaps for piece.
2465         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2466         translated stencils in the output.
2468         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2470 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2472         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2473         and init ties_created_
2475         * VERSION: release 2.1.32
2477         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2478         doc string from IMPLEMENT_CTOR_CALLBACK().
2480         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2481         that engraver is in a performer hierarchy.
2483 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2485         * vim/lilypond-ftdetect.vim: new file.
2487 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2489         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2490         (compose_ly): default octave should be middle C.
2492         * Documentation/user/changing-defaults.itely (Layout tunings
2493         within contexts): new node.
2495         * lily/include/smobs.hh: document C++ smob interface.
2497         * lily/function-documentation.cc: don't doc functions without
2498         docstring.
2500 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2502         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2503         direntry, so that `info lilypond' goes to Top.
2505         * scm/output-ps.scm (polygon): Fix: add spaces.
2507         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2508         solutions are now optimal too.
2510         * input/test/page-breaks.ly: New file.
2512         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2513         functions into safe module.
2515         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2516         end, prepend zeros.
2518         * scm/output-*.scm: Use ly:number->string rather than
2519         number->string.  Makes for saner output.
2521         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2522         Fixes feta-nummer, feta-din scaling.
2524 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2526         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2528         * scm/music-functions.scm (descend-to-context): new
2529         function. Similar to context-spec-music.
2530         (make-time-signature-set): specify Score as descend-only. This
2531         fixes the polymetric.ly example.
2533         * lily/context-specced-music-iterator.cc (construct_children): add
2534         support for descend-only context spec.
2536         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2537         determine ez-notation letter. 
2539         * lily/system.cc (get_line): start with dumping layer 3. This
2540         fixes ez notation.
2542 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2544         * input/test/title-markup.ly: Stress breaking harder.
2546         * scm/page-layout.scm (height-score): Overfull page scores twice
2547         as bad as underfull (was: by a power).
2548         (walk-lines): Omit first walk-path round (breaking after new node,
2549         without lines).
2551         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2552         diff values are negative.
2553         (output): Bugfix: treat negative vfill differently.
2555         * Documentation/user/lilypond.tely (direntry): Add note about why
2556         `info lilypond' brings up `Invoking LilyPond' node.
2558 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2560         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2562         * lily/paper-book.cc: Remove cruft.
2563         (output): Bugfix: put vfill between lines.
2564         (pages): Bugfix: set page vars needed for filling.
2566         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2567         (was: @ar).
2569         * scm/page-layout.scm: Further development.
2571         * ly/declarations-init.ly (paper): Define page-breaking.
2573 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2575         * lily/note-head.cc (brew_ez_stencil): add note-names
2576         property. Provides internationalization for note names.
2578         * Documentation/user/changing-defaults.itely (Creating contexts):
2579         new node.
2581         * lily/grace-iterator.cc (process): descend to child for \grace.
2583         * lily/timing-translator.cc (initialize): Timing_translator adds
2584         Timing alias by itself.
2586         * lily/context.cc (add_alias): new function.
2588         * scm/lily.scm (tex-output-expression): new function, eval within
2589         drawing API. Guards against eval vulnerabilities.
2591         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2593         * scm/output-ps.scm (scm): export lily drawing API.
2595         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2596         throughout.
2598 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2600         * scm/page-layout.scm (optimal-page-breaking): New function.
2602         * lily/paper-book.cc (pages): Use it.
2604 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2606         * lily/include/paper-line.hh (class Paper_line): Full smob.
2608 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2610         * lily/global-context.cc (run_iterator_on_me): fix grace note
2611         nesting by initting measurePosition.
2613         * lily/timing-translator.cc (initialize): do no init
2614         measurePosition
2616         * lily/include/music-output-def.hh (class Music_output_def): add
2617         input_origin_ field.
2619         * Documentation/user/changing-defaults.itely (Changing context
2620         properties on the fly): new node.
2622         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2623         function. Only have smobbed_copy (), and do not provide
2624         smobbed_copy() for non-simple smobs. Changes throughout.
2626 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2628         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2629         start_moment_. Fix by Doug A. Linhardt.
2631 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2633         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2634         accidentals for harmonic notes.
2636         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2637         of different style. (Thanks to Doug Linhardt).
2639         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2640         new node.
2642 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2644         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2646         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2647         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2648         vim/lilypond-indent.vim: doc targets and deps in comments.
2650 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2652         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2654         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2656         * lily/include/paper-line.hh:
2657         * lily/include/paper-line.cc: New file.
2659 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2661         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2663         * GNUmakefile.in: remove stray make out=www
2665         * input/test/bagpipe.ly (gcdg): octave fixes.
2667         * scm/define-markup-commands.scm (number): use font-encoding
2668         iso. font-family
2670         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2671         font-encoding.
2673 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2675         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2676         `output_format_global' and `PAGE_LAYOUT'.
2678 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2680         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2681         lily functions in safe mode.
2683         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2684         Print filename for HTML, LATEX, before texidoc.
2686         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2687         instructions in output-ps module.
2689         * scm/lily.scm: Do not load output-ps module.
2691         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2692         safe mode.
2694 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2696         * lily/span-dynamic-performer.cc (process_music): remove spurious
2697         warning.
2699         * lily/context-def.cc (Context_def): init name to ""
2701         * lily/font-interface.cc: add font-encoding property.
2703         * scm/lily.scm (chain-assoc-get): bugfix.
2705         * lily/paper-book.cc (stencil2line): protect static SCM.
2707         * lily/font-interface.cc (text_font_alist_chain): rename function,
2708         and use text-font-defaults. 
2710         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2712         * scm/paper.scm (paper-set-staff-size): use new function.
2714         * scm/new-font.scm (make-font-tree): new function.
2716 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2718         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2720         * scm/lily.scm (get-output-module): New function.
2721         (output-alist): Remove ,ps-output-expression.
2723         * scm/output-tex.scm (ps-output-expression): New function.
2725         * scm/output-ps.scm (ps-output-expression): Remove.
2726         (header, start-page): Output page metadata.
2728         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2729         initialise output_module_.  Do not write part of header.
2730         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2731         (output_header): Output full header.
2733         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2734         FIXME.
2736 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2738         * scm/new-font.scm: new file. Tree based font lookup.
2740         * scm/lily.scm (assoc-get): take default argument. Remove
2741         assoc-get-default.
2742         (chain-assoc-get): use chain-assoc-get everywhere.
2744         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2745         autobeamsettings conversion bug.
2747         * lily/include/global-context.hh (Context): clean-up data hiding.
2749         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2750         data hiding.
2752         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2754         * input/regression/stem-shorten.ly: add chord case.
2756         * lily/stem.cc (get_default_stem_end_position): shorten stems
2757         triggered by note-head positions, not by forced-direction. This
2758         fixes a bug with too short stems.  
2760 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2762         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2763         Lilypond_snippet.output_latex): Always call output_print_filename.
2765         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2766         expand pages.
2768 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2770         * scm/part-combiner.scm (make-autochange-music): switch rests
2771         before switched notes too.
2773         * lily/figured-bass-engraver.cc (process_music): change calling
2774         convention.
2776         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2778         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2779         command.
2781         * lily/include/stencil.hh (class Stencil): add origin field.
2783         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2784         function.
2786         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2788         * lily/lexer.ll: remove support for \$ and $ in identifiers
2790         * lily/sequential-iterator.cc: remove copy_grace_fixups
2791         (get_grace_fixup): slight abstraction of fixup code.
2793         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2795 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2797         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2798         in insert-mode. add indenting rules.
2800 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2802         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2803         protect hack.
2805         * scm/page-layout.scm:
2806         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2807         layout and titling should now match external latex based version.
2809         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2810         header fields.
2812         * ps/lilyponddefs.ps: Remove automatic page layout.
2814         * scm/output-ps.scm (new-start-system): New interface function.
2816         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2818         * lily/paper-book.cc (output): Bugfix.
2820 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2822         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2824 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2826         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2827         direntries.
2829         * ps/lilyponddefs.ps: Bugfix.
2831         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2833 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2835         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2836         cause. This should fix warnings.
2838         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2840         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2841         prevent aligned 6ths.
2843         * lily/custos.cc (print): remove adjust-if-on-staffline.
2845 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2847         * lily/paper-book.cc: Do header and footer.
2849 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2851         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2853         * scm/paper.scm (lineheight): Remove
2854         (head-sep, foot-sep): Add.
2856 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2858         * mf/feta-schrift.mf: reduce portato thickness.
2860         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2862         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2863         programming_error ().
2865         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2866         bracket to last command column.
2868         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2869         continues on next/prev system.
2871         * input/regression/pedal-end.ly: new file.
2873 2004-03-10  Werner Lemberg  <wl@gnu.org>
2875         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2876         Remove pmx2ly stuff.
2877         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2879 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2881         * scm/page-layout.scm: New file.
2883         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2884         settings.
2885         (Lilypond_snippet.is_outdated): Also check for PNG file.
2886         Workaround for interrupted (web) builds.
2888         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2890         * ps/lilyponddefs.ps: Use only very small top-marging.
2891         (init-paper): Also pop page size string.
2892         (start-page, stop-page): New function.
2894         * scm/output-ps.scm (header-end): Remove stray exec commands.
2896 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2898         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2900         * lily/score.cc (default_rendering): clean protection.
2902         * lily/paper-book.cc (mark_smob): implement smob marking.
2904         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2906         * Documentation/user/*.itely: user manual edits. 
2908 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2910         * Documentation/user/converters.itely (Invoking musedata2ly):
2911         remove pmx2ly.
2913         * scripts/pmx2ly: remove script.
2915 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2917         * lily/score.cc (default_rendering): Protect paper-book members.
2919         * lily/paper-def.cc (smobbed_copy): New method.
2921         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2922         switch runtime.
2924         * lily/include/music-output.hh (process): Change signature to
2925         return SCM.
2927         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2928         method.
2930         * lily/paper-score.cc (process): Return stencils rather than
2931         outputting directly.  Remove paper-book kludge.  Delete grobs.
2932         (output): Remove.
2934         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2936         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2938         * lily/score.cc (default_rendering)
2939         (ly_render_output): Move adding paper-score two levels up.
2941         * lily/system.cc (get_line):
2942         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2944 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2946         * scm/font.scm (paper20-font-vector): add more design sizes for
2947         number.
2949         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2950         feta-nummber{5,7,11,13}.
2952         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2953         for 12pt design size. 
2955 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2957         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2959 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2961         * lily/font-select.cc (properties_to_font_size_family): Fix
2962         warning message.
2964         * Experimental PostScript latin1 encoding:
2966         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2968         * scm/output-ps.scm: Experimental encoding using reencode-font.
2969         * scm/font.scm: Add latin1 `font-shape'.
2971         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2973         * ps/lilyponddefs.ps (reencode-font): New function.
2975         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2977         * scm/output-tex.scm (start-page):
2978         (stop-page): New interface function.
2980 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2982         * lily/paper-outputter.cc (output_expr):
2983         (output_header):
2984         (output_line): New method.
2986         * lily/system.cc (get_line):
2987         (get_lines): New method.
2988         (output_scheme):
2989         (output_line): Remove.
2991         * scm/lily.scm (make-title): New function.
2993         * lily/paper-book.cc: 
2994         * lily/include/paper-book.hh: New file.
2996         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2997         ly-modules.hh).
2999         * lily/ly-module.cc (ly_modules_lookup): New function.
3001         * lily/main.cc (main_with_guile): Move memory leak debug code back.
3003         * scm/output-ps.scm (make-title): Remove.
3004         (output-scopes): Junk header-title test.
3006 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3008         * mf/feta-schrift.mf: thicker dot for portato.
3010         * lily/accidental-placement.cc (position_accidentals): bugfix in
3011         offset, this fixes right-padding of AccidentalPlacement.
3013         * lily/[h-z]*.cc: () formatting.
3015         * Documentation/user/tutorial.itely (An orchestral part): more
3016         fixes for the tutorial.
3018         * scm/translation-functions.scm (fraction-tuplet-formatter):
3019         reverse fraction.
3021         * lily/parser.yy (context_def_spec_block): use \context instead of
3022         \translator.
3024         * lily/[a-g].cc: () style cleanup.
3026         * Documentation/user/tutorial.itely (Automatic and manual beams):
3027         editing of tutorial.
3029 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3031         * buildscripts/mf-to-table.py (base): write encoding name.
3033 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3035         * Documentation/user/GNUmakefile (local-install-info): Issue
3036         warning (for packager, ie, if not installing in /usr or /usr/local).
3038         * lily/stencil-scheme.cc: 
3039         * lily/staff-symbol-referencer.cc: 
3040         * lily/script-column.cc: 
3041         * lily/pitch.cc: 
3042         * lily/music.cc: 
3043         * lily/grob-pq-engraver.cc: 
3044         * lily/font-interface.cc: 
3045         * lily/music-output-def.cc: 
3046         * lily/duration.cc: 
3047         * lily/grob-scheme.cc:
3048         * lily/context-scheme.cc: Put scheme name on first line in
3049         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
3050         style cleanups.
3052         * stepmake/stepmake/scm-vars.make: 
3053         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
3054         Rename and split TAGS_FILES.
3056         * GNUmakefile.in (ALL-TAGS): Remove.
3058         * stepmake/stepmake/generic-targets.make (TAGS): Also include
3059         deeper TAGS files.  Fixes regexp tags in TOP dir.
3061 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3063         * VERSION: 2.1.29 released.
3065         * Documentation/user/changing-defaults.itely (Changing defaults):
3066         new file.
3068         * Documentation/user/notation.itely (Notation manual): rename from 
3069         refman.itely
3071         * Documentation/user/notation-appendices.itely (The Feta font):
3072         new file.
3074         * Documentation/user/advanced.itely: add aborted attempt for
3075         advanced topics manual.
3077 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3079         * scm/new-markup.scm: display Markups in sane format. Patch by
3080         Nicolas Sceaux.
3082 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3084         * lily/main.cc: Cleanups.
3085         (setup_localisation): New function.
3086         (sane_putenv): Remove.
3087         (main_with_guile): New name (Was: main_prog).  Remove musings
3088         about possible preparation for GUILE heavy memory usage and
3089         practical uselessness.  Do not set environment variables
3090         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
3091         name juggling.
3092         (parse_argv): New function.
3093         (copyright): New function.  It's 2004 already.
3095         * lily/input-file-results.cc (do_one_file): Add file name juggling.
3096         (distill_inname): Move from main.
3098 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3100         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
3102         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
3104         * Documentation/user/running.itely: new file.
3106         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
3108         * lily/score-performer.cc (finish): call Translator::finalize ().
3110 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
3112         * lilypond-ftpplugin.vim: renamed to the following file.
3113         * lilypond-ftplugin.vim: new file.
3115         * GNUmakefile.in: update VIM_FILES.
3117 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3119         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
3120         props.
3122         * input/test/tie-sparse.ly: remove.
3124         * lily/tie-performer.cc (try_music): copy & paste from
3125         Tie_engraver.
3127         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
3128         variable_ref twice.
3130         * lily/key-performer.cc (create_audio_elements): use
3131         alterations-in-key.
3133         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
3135 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
3137         * input/test/smart-transpose.ly: fix cases fes->e and similar.
3138         handle also quarter tones (not shown as tests). test also flats.
3140         * Documentation/index.html.in: small fixes.
3142 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3144         * input/regression/new-markup-scheme.ly: Typo.
3146         * scm/define-markup-commands.scm (fill-line): New markup.
3148         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
3149         (output-paper-def): Fix alignment.
3150         (make-title): Fix height/width scaling.
3152         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
3154         * input/test/title-markup.ly: Add remaining titles.  Layout and
3155         font size fixes.  Add simplistic latin1 test.
3157 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
3159         * input/test/nested-groups.ly: remove. move content (to next). 
3160         * input/test/staff-bracket.ly: replace content (from prev), this 
3161         has been already in templates.
3163 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3165         * stepmake/autogen.sh: Only issue warning about running configure
3166         without arguments when autogen.sh will actually be running
3167         configure.
3169 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3171         * scm/new-markup.scm (stack-stencil-line): robustness.
3173         * scm/define-markup-commands.scm (simple): robustification of
3174         simple-markup.
3176         * Documentation/user/music-glossary.tely (Top): change central C
3177         to middle C.
3179         * lily/text-item.cc (interpret_markup): cache make-simple-markup
3181 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3183         * input/test/title-markup.ly (spaceTest): Add.
3185         * lily/text-item.cc (interpret_markup): Make line markup from
3186         multi word markup.
3188         * scm/define-markup-commands.scm (word): New markup command.
3189         (simple): Use it.
3191         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
3193 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
3195         * vim/ftplugin/lilypond.vim:
3196         * vim/syntax/lilypond.vim: use only local settings with setlocal.
3197         show matching paren in insert mode.
3199 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3201         * scm/output-ps.scm (make-title, output-scopes): Further
3202         development.
3204         * input/test/title-markup.ly: New file.
3206         * ps/lilyponddefs.ps: Disable PostScript titling.
3208         * lily/paper-score.cc (process): Quote PORT argument to make-title.
3210 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3212         * lily/arpeggio.cc (width_callback): remove padding.
3214         * scm/define-grobs.scm (all-grob-descriptions): add padding.
3216         * scm/define-music-types.scm: remove make-music-by-name.
3218         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
3220 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3222         * lily/paper-score.cc (process): Output titles using make-title.
3224         * scm/output-ps.scm (output-stencil): Display directly instead of
3225         constructing string.
3226         (make-title): New function.
3228 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3230         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
3231         music), Documentation/user/invoking.itexi (Invoking lilypond): 
3232         Move documentation of LaTeX packages for latin1 characters to the
3233         lilypond-book manual.
3235 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
3237         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
3239         * vimrc: add menu in console and shortcut <F10> for it.
3241         * vim/:
3242         * vim/compiler/:
3243         * vim/syntax/:
3244         * vim/indent/:
3245         * vim/ftplugin/: new directories.
3247         * vim/filetype.vim: new file.
3249         * lilypond.vim: remove files (see next).
3250         * vim/syntax/lilypond.vim: new, renamed file (see prev).
3252         * vimrc: remove file (see next).
3253         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
3255         * vim/ftplugin/lilypond.vim: change dir for dictionary.
3256         add header. apply bindings only locally.
3258         * vim/indent/lilypond.vim: new file.
3260         * vim/ftplugin/lilypond.vim: remove errorformat.
3261         * vim/compiler/lilypond.vim: new file for errorformats.
3263         * Documentation/topdocs/INSTALL.texi: give easier orders.
3265         * ROADMAP: add vim/
3267 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3269         * Documentation/user/introduction.itely (Introduction): Use @image
3270         iso @html <img...>.  Add workaround for images in columns in info.
3272         * stepmake/aclocal.m4: Store computed version in variable.
3274         * configure.in: Export MAKEINFO_VERSION.
3276         * config.make.in (MAKEINFO_VERSION): Add.
3278         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
3280         * Documentation/user/GNUmakefile: Only build info with images when
3281         building web.
3283         * GNUmakefile.in (install-WWW): Visit Documentation/user.
3285         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
3286         stuff from documentation-targets.make
3288 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3290         * VERSION: 2.1.28 released
3292         * scripts/convert-ly.py (conv): 
3294 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
3296         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
3297         \arpeggioBoth. redefine \arpeggioBracket.
3299         * Documentation/user/refman.itely: document new arpeggio
3300         functions.
3302         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
3304         * input/regression/arpeggio-bracket.ly: apply convert-ly.
3306         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
3308 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3310         * Documentation/user/introduction.itely (Automated engraving):
3311         rewrite introduction using website text.
3313 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3315         * scm/*.scm: make-music-by-name is replaced by make-music, which
3316         also accept music property settings, eg:
3317           (make-music 'TextScriptEvent 'direction DOWN 'text
3318               (make-simple-markup x))
3320         Patch courtesy Nicolas Sceaux
3322         * lily/beam-quanting.cc: cleanup, separate counts for left and
3323         right beam ends.
3325         * lily/side-position-interface.cc (quantised_position): also
3326         quantize staccato position for forced stem directions. 
3328 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3330         * scm/*.scm: Patch by Nicolas Sceaux: 
3332         * scm/music-functions.scm: ly:grob-property and ly:music-property
3333         are made procedure with setters.
3335         * scm/*.scm: replace ..-set-property! with set! (..-property  )
3337 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
3339         * input/test/[t-v]*.ly: finish rewriting texidocs.
3341         * input/test/vaticana.ly: remove.
3342         * input/test/ligature-vaticana.ly: new, renamed file name.
3344         * input/test/stem-centered.ly: remove.
3345         * input/test/mensural-note-heads.ly: new file. take content from
3346         removed file stem-centered.ly.
3348         * input/test/scales-greek.ly: simplify.
3350         * input/test/s*.ly: reformulate texidocs.
3352         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
3353         of missing features.
3355 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3357         * input/test/[j-o]*.ly: update texidocs.
3359 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3361         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
3363         * Documentation/topdocs/NEWS.texi: Add note about info docs with
3364         images.
3366         * Documentation/user/lilypond.tely (@direntry): Update.
3368         * stepmake/stepmake/documentation-targets.make
3369         (install-info,uninstall-info): Install into $(package_infodir).
3370         Install images.  Run install-info to update dir.
3372         * config.make.in (package_infodir): Add.
3374         * Documentation/user/GNUmakefile (info-with-images,
3375         local-install-info, local-uninstall-info): New target.
3377 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3379         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3380         gap/threshold.
3382         * lily/beam-quanting.cc (score_slopes_dy): remove
3383         ROUND_TO_ZERO_SLOPE kludge.
3385         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3387         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3389         * lily/global-context.cc (Global_context): alway accept Score
3390         (run_iterator_on_me): cast Context to Score_context, not
3391         Context_def.
3393         * Documentation/user/refman.itely: documentation patch by Edward
3394         Sanford Sutton.
3396         * mf/GNUmakefile: unset sauter-fonts.
3398 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3400         * scripts/lilypond-book.py (output_texinfo): Output @image
3401         descriptions for info too.
3403         * input/test/chord-names-jazz.ly: 
3404         * input/test/embedded-scm.ly: Clarify.
3406         * input/test/cautionaries.ly: Typo.
3408         * lily/input-smob.cc (ly_input_location): Compile fix.
3410 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3412         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3414         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3415         fixes problems with system defaults being reverted with \override
3416         on Score level.
3418         * lily/global-context.cc (Global_context): apply property-ops to
3419         Global_context too. 
3421 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3423         * scm/output-ps.scm (stencil->string): Rewrite.
3425 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3427         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3428         impersonal style.
3430 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3432         * lily/input-smob.cc (ly_input_location: New function.
3434         * scm/define-markup-commands.scm (upright): New markup command.
3436         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3438         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3440         * scm/output-ps.scm (output-stencil): New function.
3442         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3443         of snippet types; fixes @ignore and @verbatim blocks.
3445 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3447         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3448         to a file in printed documentation, instead, refer either to a 
3449         syntax or to an output.
3451 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3453         * input/regression/beam-center-slope.ly: Add test.
3455 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3457         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3458         (SAUTER_FONTS): Reinstate.
3460         * scm/define-markup-commands.scm (caps): New markup command.
3462         * scm/output-ps.scm (output-scopes): Experimental markup output.
3464         * scm/: Add missing headers.
3466         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3468         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3470 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3472         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3473         Stray style cleanups.
3475 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3477         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3478         no dot combination.
3480         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3481         substitute \override Staff.autoBeamSettings too
3483         * Documentation/user/tutorial.itely: proofreading fixes by David
3484         Bobroff
3486 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3488         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3490         * ps/music-drawing-routines.ps: 
3491         * ps/lilyponddefs.ps: Add end markers.
3493 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3495         * VERSION: 2.1.27 released.
3497         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3499         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3500         obey documentation.
3502 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3504         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3506         * scm/output-ps.scm: Resurrect.
3508         * scm/output-tex.scm: Minimal cleanups.
3510         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3512         * make/ly-rules.make: Remove any broken lily-*.tex files before
3513         lilypond-book run.
3515         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3516         comment.
3518         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3519         Enabled by default, may save 10% compile time.
3521 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3523         * lily/lyric-phrasing-engraver.cc: remove
3525         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3526         longer necessary. 
3528         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3529         so lyric-phrasing-engraver is no longer necessary.
3531         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3532         Grob_pq_engraver from Staff.
3534         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3535         busyGrobs directly.
3537         * input/regression/quote-transposition.ly: new file.
3539         * lily/recording-group-engraver.cc (stop_translation_timestep):
3540         store instrumentTuning too. 
3542         * lily/quote-iterator.cc (process): transpose events using
3543         instrumentTuning.
3545         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3546         -> \tuning <pitch>
3548         * lily/parser.yy (command_req): add \tuning command for setting
3549         instrument tuning of staff.
3551         * Documentation/user/GNUmakefile
3552         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3554         * Documentation/user/refman.itely (Customized accidental rules):
3555         typo.
3557 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3559         * Documentation/user/music-glossary.tely: remove the missing norwegian
3560         translation; they can be put in later properly.
3562 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3564         * lily/recording-group-engraver.cc (start_translation_timestep):
3565         init Recording_group_engraver twice.
3567 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3569         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3570         stray style cleanups:
3572         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3573         -Wmissing-prototypes.
3575         * flower/include/killing-cons.tcc (Killing_cons): Add template
3576         specifier for car_.
3578         * flower/include/parray.hh (binsearchs): Add template specifier
3579         for maxkey.
3581         * flower/include/interval.hh: Declare elem () with template specfier.
3583 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3585         * elisp/lilypond-indent.el (get-buffer-size): add customization
3586         groups for several variables (Reuben Thomas).
3588 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3590         * Documentation/user/invoking.itexi (Point and click): add index
3591         entry.
3593         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3594         go under beam.
3596         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3597         sarabande beam. 
3599         * flower/warn.cc (programming_error): cross fingers not thumbs.
3601         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3602         staff-position is set.
3604         * VERSION: release 2.1.26 
3606         * scm/chord-entry.scm (construct-chord): process transposition
3607         after processing explicit-11.  
3609 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3611         * lily/parser.yy (add_quote): add syntax for adding quotes:
3612         \addquote "id-string" Music
3614         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3616         * scripts/convert-ly.py (conv): add rules for name changes.
3618         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3619         music/context/grob property functions. Internally, use
3620         get_property() and set_property() for both.
3622 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3624         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3625         for Emacs <= 20 (Laurent Martelli).
3627 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3629         * lily/parser.yy (command_element): extract quoted vector in
3630         parser.
3632         * input/regression/quote.ly: new file.
3634         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3636         * lily/parser.yy (command_element): \quote DURATION NAME: support
3637         cue notes. 
3639         * lily/quote-iterator.cc (class Quote_iterator): new file.
3641 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3643         * lily/auto-beam-engraver.cc (try_music): accept and process
3644         beam-forbid-event.
3646         * input/regression/auto-beam-no-beam.ly: new file.
3648 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3650         * lily/accidental.cc (print): Change font-relative-size ->
3651         font-size. Fixes cautionary-style = smaller.
3653 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3655         * lily/system-start-delimiter.cc (staff_brace): remove
3656         font-relative-size
3658         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3659         forgotten with scm_list_n. Fixes spurious coredumps.
3661         * lily/accidental-engraver.cc (stop_translation_timestep): move
3662         update of localKeySignature to stop_translation_timestep (). This
3663         makes sure that all ties are noticed at the right moment.
3664         (stop_translation_timestep): clear tie only when right-side
3665         notehead was seen.
3666         (number_accidentals_from_sig): cleanup. 
3668         * input/regression/accidental-tie.ly (mus): new file
3670         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3671         these longish tests.
3673 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3675         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3677         * THANKS: update bugreporter list.
3679         * lily/beam.cc (print): broken beams last until end of staff.
3680         (print): broken beams start from prefatory matter.
3682         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3684         * lily/paper-score.cc (process): dump header only once.
3686         * lily/paper-outputter.cc (Paper_outputter): move logic into
3687         Scheme.
3689         * scm/output-tex.scm (output-scopes): new function.
3690         (output-paper-def): new function
3691         (tex-string-def): new function
3692         (symbol->tex-key): new function
3694         * scripts/convert-ly.py (conv): add rule for | ~
3696 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3698         * input/regression/{many}.ly: refresh, trying to guess how
3699         it was designed.
3701 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3703         * VERSION: release 2.1.25
3705         * scm/define-translator-properties.scm
3706         (all-user-translation-properties): add printOctaveNames
3708         * ly/engraver-init.ly: remove Note_event_swallower from
3709         NoteNamesContext.
3711         * lily/note-name-engraver.cc (process_music): new property
3712         printOctaveNames
3714         * lily/context.cc (find_existing_context): remove support for
3715         Current.
3717         * scm/music-functions.scm (set-accidental-style): new function;
3718         duplicate accidental macros.
3720         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3722         * lily/note-name-engraver.cc (process_music):
3723         process_acknowledged_grobs () -> process_music ()
3725         * scm/part-combiner.scm (determine-split-list): robustification.
3727 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3729         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3730         lines for falling into beam-gap.
3731         (score_forbidden_quants): check all staff lines for falling in
3732         beam gaps.
3734         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3735         key/clef/time signatures. 
3737         * input/test/ossia.ly: revise example.
3739         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3740         cleanup.
3742         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3743         comply to Scheme standard.  Remove ly:get-paper-variable
3745 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3747         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3749 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3751         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3752         properties from Voice context. This fixes accidental size for
3753         staff-switches during grace contexts.
3755         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3756         if necessary. Else, simply wipe dots.
3758         * input/test/beam-alternate.ly: new file
3760         * input/test/piano-staff-distance.ly: new file.
3762         * lily/translator-group.cc (recurse_down_translators): use
3763         Direction for bottom-up/top-down.
3765         * lily/include/translator.hh (class Translator): add
3766         process_music() and do_announces(). This obviates
3767         recurse_down_{engravers,performers}.
3769         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3770         \melisma and \melismaEnd
3772         * lily/melisma-engraver.cc (process_music): change to
3773         Melisma_translator, unify with performer. Accept
3774         ManualMelismaEvent.
3776         * ly/engraver-init.ly: add Font_size_engraver.
3778 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3780         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3781         it hara-kiri.
3783         * input/regression/{many}.ly: improve descriptions trying to figure
3784         out what is tested.
3786 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3788         * lily/slur.cc (broken_trend_offset): robustness fix.
3790         * VERSION: release 2.1.24
3792         * lily/context.cc (find_create_context): go to Score if it exists.
3794         * lily/context-scheme.cc: new file.
3796         * lily/score-translator.cc (get_output): new file.
3798         * lily/include/grob-info.hh: origin_contexts() now does not
3799         include the originating engraver
3801         * lily/translator-group.cc (translator_each): clean up contents,
3802         remove superfluous stubs. Engraver_group_engraver and
3803         Performer_group_performer are the only classes using multiple
3804         inheritance.
3806         * lily/include/score-context.hh (class Score_context): interface
3807         between Score_{engraver,performer} and Global_context.
3809         * lily/include/global-context.hh (Context): change from
3810         global-translator. This is the entry point for contexts; it is not
3811         tweakable using \translator{}. Score is no longer the top context,
3812         but sits underneath Global.
3814         * lily/include/context.hh (class Context): brain surgery: split
3815         out Context functionality from Translator_group. Context is now a
3816         separate type from Translator.
3818 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3820         * lily/include/translator.hh (class Translator): make
3821         get_score_context() and get_global_translator (), and use the one
3822         which is appropriate.
3824         * lily/context.cc: partially put functionality of Translator_group
3825         into Context.
3827         * lily/include/context.hh (Translator): new class: put between
3828         Translator and Translator_group. 
3830         * lily/new-accidental-engraver.cc: remove file.
3832 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3834         * input/regression/{many}.ly: improve descriptions: use complete 
3835         sentences, try to describe what is tested, avoid `we´, do not use 
3836         don't, ... 
3838 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3840         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3841         is at EOL.
3843         * Documentation/user/lilypond.tely: declare the topmost node only
3844         once; removes empty line in @contents.
3846         * Documentation/user/music-glossary.tely: really add Finnish author.
3847         Draw more beatiful `->´ arrow in html: &rarr;
3849 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3851         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3853         * scripts/convert-ly.py (conv): add ly:music-list  change.
3855         * lily/grob.cc: edit doc string.
3857         * scm/define-grob-properties.scm (all-user-grob-properties):
3858         proofreading, editing of doc strings.
3860         * input/regression/tablature-string-tunings.ly: new file.
3862         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3863         listen to stringTunings
3865         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3866         for self-alignment-[XY] code.
3868 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3870         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3871         cond) into function. Cleanup.
3873         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3875         * VERSION (PACKAGE_NAME): 2.1.23 released
3877 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3879         * Documentation/user/{refman,internals}.itely: small fixes.
3881 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3883         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3884         accidentals for harmonic notes
3886         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3887         for harmonic notes.
3889         * scm/document-backend.scm (interface-doc): prune Grob
3890         documentation: don't duplicate interface information.
3892         * lily/*.cc: lots of updates of doc strings.
3894 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3896         * input/test/ac-extra-voice.ly (accompany): remove file.
3898         * input/test/maximum-rest-count.ly: remove file.
3900         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3901         conversion rule for \translator { }. Apply everywhere.  
3903         * lily/parser.yy (music_property_def): set property for \once in
3904         the PropertyMusic itself, not the ContextSpec.
3905         (property_operation): change syntax within \translator { }
3907         * scm/define-music-properties.scm (all-music-properties): clean up.
3909         * lily/auto-beam-engraver.cc (test_moment): use
3910         updated_grob_properties() to retrieve autoBeam settings.
3912         * lily/spacing-spanner.cc: bound shortest_playing_len by
3913         measure_length
3915         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3916         multi-measure events for spacing computation.
3918         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3919         elliptical, to 1.49.
3921         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3922         vertical positioning for polyphony, without RestCollision object.
3924         * lily/note-column.cc (add_head): prevent rests & note heads on
3925         one stem.
3927         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3928         (do_shift): rewrite only-rests case: use common refpoints: the
3929         routine will have sensible results when other rest-translations
3930         have taken place.
3932         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3933         < 0 case. 
3935         * VERSION: 2.1.22 released
3937         * input/GNUmakefile (SUBDIRS): remove ascii-art
3939 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3941         * input/: Convert ly files that still had \property.  Fixes make
3942         web.  Remove exta spaces around '='. 
3944         * scripts/convert-ly.py (conv): Redundant space fixes.
3946         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3948 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3950         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3951         create scalable PS and PDFs  for input/{test,template,regression}.
3953         * lily/context.cc (is_alias): move function.
3954         (is_alias): add Bottom as context alias. 
3955         (find_create_translator): add Bottom as a context alias for creation.
3957         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3959         * lily/parser.yy (music_property_def): new syntax for property
3960         assignments:
3962         \set A.B = #C , \unset A.B
3963         \override A.B #C = #D, \revert A.B #C 
3965         * lily/my-lily-lexer.cc: remove \property
3967 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3969         * Documentation/user/refman.itely: add dots after seealso refs.
3971         * input/template/{many}.ly: harmonise descriptions.
3973         * Documentation/user/music-glossary.itely: add Finnish author.
3975 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3977         * VERSION (PACKAGE_NAME): release 2.1.21
3979 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3981         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3983         * scripts/lilypond-book.py (snippet_res): @include filename must
3984         not be empty.
3986 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3988         * scm/documentation-generate.scm (markup-doc-string): dump
3989         markup-commands.tely
3991         * scm/define-markup-commands.scm (override): new file.
3992         Move documentation from refman into doc-strings. 
3994         * input/test/staff-container.ly: fix example.
3996         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3997         StaffContainer
3999         * lily/grob.cc: remove point_dimension_callback
4000         (Grob): read forced dimensions from X-extent and Y-extent.
4001         (get_paper): remove preset_extent.
4003         * scm/define-grobs.scm (all-grob-descriptions): remove
4004         point_dimension_callback. 
4006         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
4007         textscript to head. This makes no-spacing-rods work on
4008         DynamicText.
4010         * lily/chord-name.cc: remove props chord, bass, inversion.
4012         * Documentation/user/appendices.itely: add Scheme functions,
4013         context-properties and layout properties to manual.
4015         * scm/part-combiner.scm (determine-split-list): include rests in a
4016         solo1/2 sequence.
4018         * lily/new-part-combine-iterator.cc (substitute_both): new
4019         function.
4020         (class New_pc_iterator): add separate Voice=solo context, fixes
4021         autobeams going from chords to solo.
4023 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4025         * Documentation/user/invoking.itexi (Editor support): Fix typo.
4027         * Documentation/user/tutorial.itely:
4028         * Documentation/user/refman.itely: Add short note about being part
4029         of lilypond.tely.
4031         * COPYING: Make note more clear with respect to files that are
4032         explicitely licenced otherwise (Documention/user/ comes to mind).
4034         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
4035         comment about barfing of @c,{}.
4037         * Documentation/user/music-glossary.tely: Add list of authors.
4039         * stepmake/stepmake/library-rules.make: Thank Nelson only in
4040         source (was: also in build log).
4042 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4044         * lily/side-position-interface.cc (general_side_position): if
4045         staff-padding is set, then include staff in support too.
4047         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
4048         module workbook
4050         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
4052         * lily/tuplet-engraver.cc: remove tupletInvisible
4054         * scm/define-translator-properties.scm: cleanup, separate in
4055         internal and user props. 
4057         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
4058         LyricsVoice -> Lyrics
4060         * lily/new-part-combine-iterator.cc (process): only print warning
4061         for symbols.
4063 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4065         * scm/part-combiner.scm: Add proper header.
4067         * All but lily/*: The great --2003 --2004 replace; the missing
4068         `bits'.
4070         * TODO: Fix outline mode.  Add book notes.
4072         * ROADMAP: Update.
4074 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4076         * scm/part-combiner.scm (make-autochange-music): use
4077         accumulator. Fixes stack overflow.
4079         * lily/*: rename brew_molecule -> print , molecule-callback ->
4080         print-function
4082         * scm/define-grob-properties.scm: cleanup. Separate into internal
4083         and user properties.
4085         * lily/translator-property.cc (updated_grob_properties): new
4086         function
4087         (execute_pushpop_property): change to new convention:
4088         object property inits are stored as (cons ALIST BASED-ON). This
4089         storage format allows concurrent tweaks in different contexts.
4091 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4093         * TODO: new file.
4095 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4097         * debian/: Late Debian update (sorry Anthony).
4099         * scripts/lilypond-book.py (do_file): Look for input_file in
4100         include path, or ask kpathsea if LATEX.
4102         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
4103         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
4104         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
4105         --header=texidoc.
4107         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
4108         relative.
4110         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
4111         only when filtering, default to input_base otherwise.  Coding
4112         style fixes.
4114 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4116         * lily/include/translator.hh (class Translator): add virtual
4117         qualifier.
4119 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4121         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
4123 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4125         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
4127         * Documentation/user/refman.itely: Run texinfo-all-menus-update
4128         (fixes make web).
4130         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
4131         live in $(out)-www).
4133         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
4134         dependencies.  Add link to .ly source in HTML output.
4135         (Lilypond_snippet.output_html): Handle multiple page picture
4136         output.
4137         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
4138         Make usable for output_texinfo again.
4140         * Documentation/user/GNUmakefile: Add static dependency for
4141         lilypond.tely includes.
4143         * Documentation/user/tutorial.itely: Add some lost `relative'
4144         ly-options.
4146 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4148         * lily/include/translator-group.hh: move Music_output_def member
4149         to Global_translator.
4151         * scripts/lilypond-book.py (do_file):  fix latex output.
4153         * VERSION: release 2.1.20
4155         * scm/part-combiner.scm (determine-split-list): robustness fix 
4157         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
4159         * lily/parser.yy (music_output_def_body): plug memory leak.
4161         * lily/translator-group.cc (add_fresh_group_translator): plug
4162         memory leak: unprotect Translator_group once added.   
4164         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
4166         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
4167         write .dep file.
4168         (Lilypond_snippet.ly): add \renameinput.
4170 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4172         * Documentation/user/refman.itely (Markup command definition): Doc
4173         by Nicolas Sceaux. Rewrite by Han-Wen
4175         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
4176         thing of the line.
4177         (brew_molecule): only remove if hyphen is not at the end of line.
4178         (set_spacing_rods): new function: minimum-length specifies
4179         distance between syllables.
4181         * scm/define-grobs.scm (all-grob-descriptions): add
4182         Hyphen_spanner::set_spacing_rods to LyricHyphen
4184         * input/regression/lyric-hyphen-break.ly: new file.
4186         * input/test/lyric-hyphen-retain.ly: new file.
4188         * lily/new-part-combine-iterator.cc (construct_children):
4189         add Rest direction.
4191 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4193         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
4195         * Documentation/bibliography/engraving.bib (donemus1982):
4196         update entry.
4198 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4200         * scripts/lilypond-book.py (Substring.__init__): new class.
4201         (Snippet.output_texinfo): add texidoc option.
4202         (Include_snippet.replacement_text): new class.
4203         (Lilypond_snippet.__init__): new class
4204         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
4206         * Documentation/user/refman.itely (Sound): 
4207         note about number of channels.
4209         * scm/music-functions.scm (voicify-music): add \context Staff for
4210         << \\ >> polyphony.
4212         * lily/parser.yy (verbose_command_req): \skip now creates
4213         SkipMusic, and does not lead to spurious staves.
4215         * scm/define-music-types.scm (music-descriptions): rename
4216         NonEventSkip to SkipMusic
4218         * input/no-notation/midi-lyric-barcheck.ly: new file.
4220         * input/regression/collision-dots-invert.ly: new file.
4222         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
4223         case.
4225         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
4226         die if melody died too.
4228 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4230         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
4231         with reading from stdin.
4233         * lily/slur-performer.cc (try_music): new file.
4235         * lily/melisma-performer.cc (try_music): new file. Handle
4236         melismata to help lyrics.
4238         * lily/beam-performer.cc (try_music): new file. Handle beam events
4239         to help lyrics.
4241         * lily/score-performer.cc (one_time_step): reinstate
4242         process_music().
4244         * lily/performer.cc (process_music): add to interface.
4246         * lily/performer-group-performer.cc (process_music): new function.
4248         * lily/dot-column.cc (do_shifts): do collision resolution before
4249         dot positioning.
4251         * scripts/lilypond-book.py (Snippet.output_print_filename): new
4252         file, process printfilename option.
4253         (Snippet.__init__): rewrite: do not use global variables h or
4254         index.
4255         (main): really support -I option.
4256         (find_toplevel_snippets): new code.
4257         (find_toplevel_snippets): reinstate old version, without global
4258         variables.
4260         * tex/texinfo.tex: really add file.
4262 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4264         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
4265         compatibility.
4267 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4269         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
4271         * scm/define-translator-properties.scm (drumPitchTable): add
4272         property.
4274         * scripts/lilypond-book.py (simple_toplevel_snippets): new
4275         function.
4276         (help_summary): docstrings.
4277         (do_file): strip the dir of input_base too.
4279 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4281         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
4283         * Documentation/user/lilypond-book.itely: Update.
4285         * make/ly-rules.make: Update lilypond-book commands.
4287         * Documentation/user/GNUmakefile: Update makeinfo commands,
4288         lilypond-book flags.
4290         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
4292         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
4294         * scripts/filter-lilypond-book.py: Remove.
4296         * Documentation/user/*tely: Update options for new lilypond-book.
4298         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
4299         with @macros in @includes.
4301 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4303         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
4304         make rest-collision only.
4306         * lily/break-substitution.cc (substitute_one_mutable_property):
4307         clear all-elements using scm_assq_remove_x(). 
4309         * lily/rest-collision.cc (do_shift): shift single rests
4311         * flower/include/array.hh (class Array): rename to is_empty ()
4313         * lily/drum-note-performer.cc: new file: perform drum notes.
4315         * VERSION (PACKAGE_NAME): release 2.1.19.
4317 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4319         * scripts/filter-lilypond-book.py
4320         (classic_lilypond_book_compatibility): New function.
4322 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4324         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
4326         * Grand 2003 -> 2004 search replace. 
4328         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
4329         (i.e. < > )
4331         * ly/performer-init.ly: add DrumStaff
4333         * lily/axis-group-engraver.cc (acknowledge_grob): also take
4334         lyric-interface; this prevents lines with only extender lines from
4335         being junked.
4337         * scm/define-grob-interfaces.scm (lyric-interface): new interface
4339         * lily/lyric-extender.cc (brew_molecule): get line breaking and
4340         extenders right, for once and for all (hopefully).
4342         * lily/break-substitution.cc (substitute_one_mutable_property):
4343         clear old 'all-elements for System grobs.
4345         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
4346         that associatedVoiceContext is always assigned when music & lyrics
4347         are found. 
4349         * ly/engraver-init.ly: remove Lyrics context.
4350         (TabVoice): add noteheads engraver
4352         * input/test/improv.ly: update: do not use Thread switching. 
4354         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
4355         squashedPosition is a number  
4357         * Documentation/user/refman.itely (Automatic note splitting):
4358         remove Thread references.
4360         * input/no-notation/pc-direction.ly: remove file.
4362         * ly/engraver-init.ly: remove Thread
4364         * input/regression/tie-chord-partial.ly: remove file.
4366         * scripts/convert-ly.py (conv): \harmonic rule
4368         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
4369         notation for harmonic notes: <c' g''\harmonic>
4371         * lily/lily-guile.cc (alist_to_hashq): new function
4373         * scm/lily.scm (alist->hash-table): new function.
4375         * Documentation/user/refman.itely (Percussion staves): update doco.
4377         * input/regression/drums.ly (timb): updates
4379         * lily/note-performer.cc (create_audio_elements): robustness fix.
4381         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4383 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4385         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4386         discard valid matches.
4388 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4390         * lily/drum-note-engraver.cc: new file.
4392         * ly/drumpitch-init.ly: move drum definitions
4394         * scm/drums.scm: remove file.
4396         * lily/*.cc: remove abort-event everywhere.
4398         * lily/note-heads-engraver.cc (process_music): robustification.
4400         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4401         robustification.
4403         * lily/parser.yy (simple_element): add \drums mode.
4404         (simple_element): remove \pitchnames , \chordmodifiers. Use
4405         variables to store this. 
4407         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4408         outside \notes.
4410         * VERSION: release 2.1.18.
4412         * input/test: remove octave-duplicate.ly
4414 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4416         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4418 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4420         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4421         constructor from Music_iterator. Changes throughout.
4423         * lily/include/music-iterator.hh (class Music_iterator): remove
4424         Music_iterator::skip and Music_iterator::get_pending_events from
4425         interface. Rename report_to -> get_outlet 
4427         * lily/auto-change-iterator.cc: move contents from
4428         new-auto-change-iterator.cc from
4430         * scm/part-combiner.scm: determine split-list from Scheme. 
4432         * lily/new-auto-change-iterator.cc (process): new file.
4434         * lily/parser.yy (part_combined_music): remove old PC cruft.
4436         * ly/engraver-init.ly: remove old
4437         PC cruft.
4439         * Documentation/user/refman.itely (The Lyrics context): note about
4440         extender lines.
4442         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4443         to allow 0-length mmrest events.
4445         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4447         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4449         * lily/spacing-engraver.cc (finalize): robustifications.
4451         * input/regression/new-part-combine-solo-global.ly: new file.
4453         * scm/part-combiner.scm: rewrite.
4455 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4457         * Documentation/user/refman.itely, input/puer-fragment.ly,
4458         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4459         updated for proper use of lyricsto; replaced "(" and ")" ->
4460         "\melisma" and "\melismaEnd"
4462         * input/test/ancient-font.ly: small updates to reduce compile
4463         warnings (TODO: junk this file)
4465         * input/test/gregorian-scripts.ly: added comment about bug
4467         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4468         tiny robustness fix
4470         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4471         recent changes in the feta code); temporarily mapped mensural g
4472         clef to a copy of petrucci g clef until mensural g clef will have
4473         been rewritten
4475         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4476         between mensural and neo-mensural heads (this broke quite a while
4477         ago)
4479         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4481 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4483         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4484         indication.  Fixes for verbatim, multi line comments.
4486 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4488         * input/regression/new-part-combine-solo.ly: more cases.
4490         * lily/slur.cc (height): robustness fix.
4492         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4494         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4495         stemUp/stemDown.
4497         * scm/music-functions.scm (determine-split-list): further analysis.
4499         * lily/script-engraver.cc (try_music): discard duplicate
4500         articulations.
4502         * input/regression/new-part-combine-solo.ly: new file
4504         * input/regression/new-part-combine-a2.ly: new file.
4506         * ly/performer-init.ly: add Devnull
4508         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4509         for \musicglyph #"accidental-*"
4510         (conv): \newpartcombine rule.
4512 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4514         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4516 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4518         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4519         textwidth, --output.
4521 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4523         * scm/new-markup.scm (doubleflat): add accidental markups.
4525         * VERSION: release 2.1.17
4527         * Documentation/user/refman.itely (Automatic part combining):
4528         revise documentation of the part-combiner.
4530         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4532         * input/test/part-combine-{moment,staff}.ly: remove file.
4534         * input/regression/pc-mmrest.ly (two): remove file.
4536         * scm/define-music-types.scm (music-descriptions): add
4537         Solo{One,Two}Event and UnisonoEvent
4539         * lily/new-part-combine-iterator.cc (unisono): add state_
4540         variable, signal changes with part-combine-event.
4542         * input/regression/new-part-combine-text.ly: new file.
4544         * lily/part-combine-engraver.cc: new file.
4546 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4548         * scripts/filter-lilypond-book.py: Handle snippet options.
4550 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4552         * scm/music-functions.scm (determine-split-list): detect solo1/2
4553         and unisono.
4555         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4556         revert fix, document why.
4558         * lily/tie-performer.cc (process_music): new function. Set melisma
4559         property.
4561         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4562         always smaller than bracket size.
4563         (make_bracket): oops. Size of the gap was off by factor 2
4565         * input/test/text-rotate.ly: new file.
4567         * scm/new-markup.scm (markup): a macro that provides a
4568         LilyPond-like syntax in scheme for building markups, in order to
4569         help markup command definition. (Nicolas Sceaux)
4571         * input/test/lyrics-skip-notes.ly: new example.
4573         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4575         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4576         use is_alias() iso. == . This fixes lyrics on
4577         GregorianTranscriptions. 
4579 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4581         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4582         \thispagestyle{lastpage} to avoid that it's printed on the second
4583         last page when there's only a single score line on the last page.
4584         (The page breaking mechanism in TeX played some ugly tricks to us.)
4586 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4588         * scripts/filter-lilypond-book.py: Further development.
4590         * input/regression/collision-dots-move.ly: New test.
4592         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4593         hand side note head of non-merged collision to the right.
4595         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4596         Construct children before accessing property from emtpy
4597         lyrics_context_.
4598         (construct_children): Find thread before finding LyricsVoice.
4599         Create LyricsVoice one if none found, fixes crash (thanks Erik
4600         Sandberg).
4602 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4604         * cygwin/: Forward port.
4606 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4608         * buildscripts/install-info-html.sh: Use Bash.
4610         * cygwin/mknetrel: Patch from Bert.
4612 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4614         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4616         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4617         try to copy *png, index.html (Bertalan Fodor).
4619         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4621 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4623         * lily/note-collision.cc (check_meshing_chords): Do not remove
4624         dots (from down head) when merging similar heads (thanks Matthias
4625         Kilian).  Simplify merge_possible tests and other cleanups
4627         * input/regression/collision-merge-differently-dotted.ly: Add test
4628         for disappearing dots on similar heads for both voices.
4630 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4632         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4633         that tagline overrides copyright for single page scores. Correct
4634         the default tagline value.
4636 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4638         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4640 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4642         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4643         TEXMF if it's previously unset.
4645 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4647         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4649         * input/test/trills.ly: fix the unfolding of lineprall.
4651         * input/test/figured-bass-alternative.ly: fix accidental.
4653 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4655         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4657         * input/no-notation/dos-guile.ly: 
4658         * input/no-notation/dos-ps.ly: 
4659         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4661         * input/no-notation/safe-include.ly:
4662         * input/no-notation/safe-guile.ly:
4663         * input/no-notation/safe-ps.ly: 
4664         * input/no-notation/safe-tex.ly: New file.
4666         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4667         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4668         options now.
4669         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4670         When in --safe-mode, set environment openout_any=p[aranoid].
4672         * tex/ltest.tex: 
4673         * tex/lilyponddefs.tex: Add \nofiles.
4675         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4676         options.
4678         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4679         This allows building the user manual using a binary installation
4680         and a matching unpacked source tree.
4682         * scm/lily.scm (safe-module): New variable. 
4684         * lily/includable-lexer.cc (new_input): Fix error messages.
4686         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4687         If SAFE, evaluate in safe-module.  Change callers.
4689         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4691         * lily/lexer.ll (embedded_scm): While processing main-input,
4692         invoke ly_parse_scm with safe mode if running in safe-mode.
4693         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4694         in init.ly for safe-mode.
4696 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4698         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4699         compatibility with old versions of geometry.sty (compat2
4700         already implied includehead).
4701         Change the page layout slightly so bottom + footskip = top +
4702         headheight + headsep = 16mm, the remaining paperheight-32mm
4703         are used for the music. Increase footskip to 5mm, so the top of
4704         the footer text doesn't touch the music.
4706 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4708         * VERSION: release 2.1.16
4710         * scm/music-functions.scm (determine-split-list): bugfix: only use
4711         new-active for both voices if both indexes advance. This fixes the
4712         biggest outstanding problem with new-pc. 
4714         * lily/new-part-combine-iterator.cc (construct_children): set more
4715         directions.
4717 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4719         * scripts/convert-ly.py (conv): add instrument rule.
4721         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4723         * lily/side-position-interface.cc: remove add_staff_support ()
4724         Change all callers to use staff-padding.
4726         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4727         make_spanner().
4729         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4731         * lily/text-engraver.cc: remove scriptHorizontal property.
4733         * lily/beam.cc (least_squares): also set least-squares-dy for
4734         special case of slanted 2-stem beam to center.
4736         * lily/side-position-interface.cc (out_of_staff): move contents of
4737         out_of_staff into aligned_side.
4738         remove out_of_staff().
4740         * input/regression/measure-grouping.ly: fix warning.
4742         * lily/side-position-interface.cc: add staff-padding support to
4743         Side_position_interface::aligned_side.
4745         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4746         one get_property too many.
4748         * flower/include/drul-array.hh (linear_combination): new function
4749         (scale_drul): new function
4751         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4752         operations on empty intervals are silly.
4754 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4756         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4757         (iso gh_scm2int), fixes crash in new part-combiner.
4759         * configure.in: Up mftrace to 1.0.27.
4761 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4763         * VERSION: release 2.1.15
4765         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4766         align all stanza numbers.
4768 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4770         * Documentation/user/{introduction.itely,refman.itely,
4771         converters.itely}: fix some text inside parentheses; text should
4772         be readable (even) if parentheses are either replaced with commas 
4773         or dropped out.
4775 2004-01-25  Werner Lemberg  <wl@gnu.org>
4777         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4778         input/test/vaticana.ly, input/test/ancient-font.ly,
4779         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4780         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4781         ly/params-as-init.ly, scm/define-grobs.scm,
4782         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4784         * ly/params-as-init.ly: Removed.  Obsolete.
4785         * buildscripts/lilypond.words.py: Updated.
4787 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4789         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4791         * mf/feta-din{4,5,7,9}.mf: remove.
4793         * lily/engraver.cc (internal_make_item): centralize item/spanner
4794         factory.
4796         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4797         do correct chord conversion for ^"sim."  (backportme)
4798         (FatalConversionError.sub_articulations): substitute ^"foo" in
4799         chords too. (backportme)
4801         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4802         for Fingering.
4804         * lily/side-position-interface.cc (out_of_staff): don't do
4805         anything if staff-padding not defined. 
4807         * mf/feta-params.mf (stafflines): introduce linethickness as
4808         general blackness of the font.
4810         * lily/stem.cc (position_noteheads): rounding error robustness.
4812         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4813         from beam-collision.ly 
4815         * lily/beam.cc (rest_collision_callback): remove direction.
4817         * scm/define-grobs.scm (all-grob-descriptions): remove
4818         enclose-bounds in OttavaBracket and PianoPedalBracket
4820         * scm/new-markup.scm (def-markup-command) new macro, which takes
4821         care of defining the COMMAND-markup and make-COMMAND-markup
4822         procedures, setting markup-signature and keyword-signature object
4823         properties, and pushing the markup command in
4824         markup-function-list.
4826         All markup commands are defined thanks to it.  Users may also use
4827         it to define their own markup commands. (Nicolas Sceaux)
4829         * scm/new-markup.scm: Scheme style clean-up: there should be no
4830         parenthesis alone on a line; LET* should not be used where LET is
4831         enough. (Nicolas Sceaux)
4833 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4835         * scripts/filter-lilypond-book.py: Add script.
4837 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4839         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4841 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4843         * Documentation/user/refman.itely (Fingering instructions): add
4844         single note chords. 
4846         * lily/multi-measure-rest-engraver.cc: use a single
4847         MultiMeasureEvent for mm rests. This prevents problems with the
4848         new part combiner.
4850         * scm/music-functions.scm (determine-split-list): analysis has
4851         global effect: a difference halfway a phrase makes the entire
4852         phrase be typeset as apart.
4853         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4855 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4857         * ly/performer-init.ly: add Devnull.
4859         * Documentation/user/refman.itely (Font selection): remove paper20
4860         ref.
4862 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4864         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4866 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4868         * scm/music-functions.scm (determine-split-list): bugfixes.
4870         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4872         * input/test/scales-greek.ly: use C as base, results in different
4873         alterations at the clef.
4875         * input/regression/pedal-ped.ly: new file.
4877         * input/regression/pedal-bracket.ly: new file.
4879         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4880         replace after_line_breaking()
4882         * lily/line-interface.cc (line): read thickness.
4883         (line): dash-fraction = 0 always for dotted-line style.
4885         * input/test/staff-lines.ly (lower): bugfix.
4887         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4888         \accepts Devnull into Score.
4890         * scm/lily.scm: remove bla.scm load.
4892 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4894         * VERSION: release 2.1.14
4896         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4898         * lily/side-position-interface.cc (general_side_position): add
4899         Staff_symbol_referencer::staff_space ().
4901         * lily/include/context-def.hh: rename from translator-def.hh
4903 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4905         * input/template/piano-dynamics.ly (pedal): Updated definition of
4906         Dynamics such that \cresc works, for example.
4908 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4910         * lily/stem.cc (calc_stem_info): use
4911         Staff_symbol_referencer::staff_space
4913         * lily/beam-quanting.cc (quanting): scale Stem_info 
4915         * lily/beam.cc (rest_collision_callback): use minimum-distance
4916         property for rest/beam collisions.
4917         (rest_collision_callback): bugfixes.
4919         * lily/system.cc (post_processing): extra-offset is now relative
4920         to the size of the current staff.
4922         * scm/music-functions.scm (notice-the-events-for-pc): record all
4923         voices, only analyze "one" and "two".
4925         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4926         not parent. 
4928         * lily/new-part-combine-iterator.cc (construct_children): create
4929         Devnull from Voice context
4931         * scm/music-functions.scm (determine-split-list): bugfixes.
4933         * lily/lily-guile.cc (robust_scm2int): new function
4935         * lily/staff-symbol-referencer.cc (line_thickness): new
4936         function. Use throughout.
4938         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4939         in its own context.  Add to preset font-size.
4941         * lily/stem.cc (thickness): new function.
4943         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4944         compute thickness from ledger-line-thickness.
4946         * lily/note-head.cc (brew_ledger_lines): use
4947         Staff_symbol::get_ledger_line_thickness ().
4949         * lily/beam.cc (rest_collision_callback): use
4950         Staff_symbol_referencer::staff_space().
4952         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4953         Mus1 Mus2
4955         * lily/include/translator.hh (class Translator): add accepts_list_
4956         so  \with { \denies / \accepts } also works.
4958         * scm/music-functions.scm (determine-split-list): determine split
4959         list from music events.
4961         * lily/new-part-combine-iterator.cc: more states.
4963         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4965 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4967         * lily/system.cc (set_loose_columns): use the right prebroken cols
4968         for interpolating loose column position.
4970         * lily/text-spanner.cc (brew_molecule): default to no vertical
4971         lines.
4973         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4974         take space.
4976         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4978 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4980         * scripts/convert-ly.py: Do not test filename when processing
4981         stdin.
4983         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4985 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4987         * lily/axis-group-engraver.cc (finalize): extra check; if
4988         process_music () is never called, then staffline_ == 0.
4990         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4991         check run_always ().
4993         * VERSION: release 2.1.13
4995         * input/regression/note-head-style.ly (pattern): cleanup.
4997         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4998         downloading.
5000         * scm/output-lib.scm (shift-right-at-line-begin): new function:
5001         kludge rehearsalmark placement.
5003         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
5004         , ly:spanner?
5006         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
5007         close to note head for accidentals.
5009         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
5010         tuplet direction.
5012         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
5014 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5016         * lily/include/music-iterator.hh (class Music_iterator): add
5017         substitute_outlet() to iterator API.
5019         * lily/new-part-combine-iterator.cc (construct_children):
5020         New_pc_iterator: new class, better part combining.
5022         * lily/tie-column.cc (werner_directions): new function
5024         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
5026         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
5027         empty objects group spanner as parent
5029         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
5030         slope against graphical slope.
5032         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
5033         for ottava bracket.
5035         * lily/side-position-interface.cc (general_side_position):
5036         opps. reinstate *dir.
5038         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
5039         parser run.
5041         * lily/tuplet-bracket.cc: remove calc_dy ().
5043         * Documentation/user/refman.itely (Balloon help): document balloon
5044         help
5046 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5048         * scm/document-backend.scm (check-dangling-properties): Grob
5049         properties are defined define-grob-properties.scm.
5051 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5053         * VERSION: release 2.1.12
5055         * scm/define-grobs.scm (all-grob-descriptions): larger font for
5056         ChordName
5058         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
5059         relation to surroundings.
5061         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
5062         Y-extent to the note-extents: stay clear of the staff.
5064 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5066         * Documentation/user/GNUmakefile
5067         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
5068         iso. copy.
5070         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
5072         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
5074         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
5076         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
5078         * lily/line-interface.cc (line): remove thickness from calling interface.
5080         * lily/hairpin.cc: use Line_interface
5082         * lily/line-interface.cc: new file. Line_interface for everything
5083         with dotted/dashed lines.
5086         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
5088         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
5089         for constructing ottava brackets.
5091         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
5092         the note heads.
5094         * Documentation/user/internals.itely (Engravers and performers):
5095         fix broken link.
5097         * scm/music-functions.scm (make-mark-set): new function.
5099         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
5100         functionally identical to beam.
5102         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
5103         () with beam (). 
5105         * Documentation/user/refman.itely (Rehearsal marks): document new
5106         functionality.
5108         * input/regression/rehearsal-mark-number.ly: new file.
5110         * input/regression/rehearsal-mark-letter.ly: new file.
5112         * scm/translation-functions.scm (number->mark-string): new function
5113         (format-mark-letters): new function
5114         (format-mark-numbers): new function
5116         * lily/mark-engraver.cc (process_music): rehearsalMark is now
5117         integer; formatting is done through markFormatter property.
5119         * scm/define-translator-properties.scm: fold all *-done properties
5120         into positioning-done.
5122         * lily/beam.cc (position_beam): new function
5123         (brew_molecule): make sure that positions are calced before making
5124         the molecule.
5126         * scm/output*.scm (beam):  take 4th argument for function.
5128         * ps/music-drawing-routines.ps: take blot as 4th argument.
5130         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
5131         stem to avoid small dents.
5133 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5135         * VERSION: release 2.1.11
5137         * input/regression/balloon.ly: new file.
5139         * lily/balloon.cc (brew_molecule): new file: draw boxes around
5140         objects, and make help texts. 
5142         * scm/new-markup.scm (parse-simple-duration): parse duration
5143         string to log & dots. (Thanks Nicolas!)
5145         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
5146         rule.
5148 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
5150         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
5151         Lemberg).
5153         * THANKS: alphabetic order.
5155 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5157         * input/regression/note-head-harmonic.ly: new file.
5159         * Documentation/user/internals.itely (Technical manual): explain
5160         difference between music, translation, layout.
5162         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
5164         * scm/output-ascii-script.scm (bracket): rounding bfs.
5166         * scripts/convert-ly.py (conv): add \include "paper" rule. 
5168         * ly/paper*.ly: remove files. 
5170         * scm/paper.scm (set-staff-size): new function: set default
5171         staff-size.
5173         * scripts/convert-ly.py (conv): add conversion rule.
5175         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
5176         function.
5178         * scm/paper.scm: new file.
5179         (set-staff-size): new function 
5180         (set-paper-size): new function
5182         * lily/parser.yy (music_output_def_body): restructure definition,
5183         so first Scheme statement in \paper also happens in new scope. 
5185         * lily/system.cc (post_processing): move uniquify_list () to
5186         dumping molecule stage.
5188         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
5189         this will mess up scores that use barchecks to shorten measures.
5191         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
5192         at 20pt too.
5194         * Documentation/user/tutorial.itely (Printing lyrics): document
5195         \lyricsto
5197         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
5199         * Documentation/user/refman.itely (Fermatas): document \lyricsto
5201         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
5202         if Voice is not found.
5204         * VERSION: release 2.1.10
5206         * input/{test,regression}/: remove old-relative 
5208         * lily/lexer.ll: add empty markup signature. 
5210         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
5211         strut markup
5213         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
5215         * scm/define-translator-properties.scm: update melismata property
5216         doco.
5218         * lily/system.cc (output_lines): revert uniquify_list() patch,
5219         strange side effects seen.
5221         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
5222         dash-period < 0.
5224         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
5225         for flute. 
5227 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5229         * input/regression/*.ly: use newaddlyrics iso. addlyrics
5231         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
5233         * lily/lyric-extender.cc (brew_molecule): behave decently in case
5234         of line breaks.
5235         (brew_molecule): add padding to left, not right.
5237         * lily/system.cc (uniquify_list): new function
5238         (output_lines): uniquify_list () on all-elements. This fixes
5239         double symbols in the output.
5241         * lily/beam.cc (rest_collision_callback): don't move anything if
5242         staff-position is set.
5244         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
5246         * lily/system.cc (typeset_grob): warn if adding twice.
5248         * lily/sequential-iterator.cc (run_always): implement run_always().
5249         (also in other files.)
5251         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
5253         * lily/event.cc (to_relative_octave): add octave-check.
5255         * Documentation/user/refman.itely (Line breaking): add noBreak.
5257         * scm/new-markup.scm (normalsize-markup): add function.
5258         (sans-markup): new function.
5260         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
5261         come earlier nowadays.  This fixes beams on grace notes.
5263         * scm/music-functions.scm (direction-polyphonic-grobs): new
5264         variable, share between override and revert. This fixes script
5265         directions in polyphonic sections. (backportme)
5267 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5269         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
5270         breakpoints.
5272         * lily/break-align-interface.cc: add doco
5274         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
5276 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5278         * VERSION: release 2.1.9
5280         * scm/document-markup.scm (markup-doc-node): add note about naming.
5282         * scm/new-markup.scm (left-align-markup): bugfix. 
5284         * Documentation/user/refman.itely (Ottava brackets): more doco for
5285         ottava.
5287         * lily/side-position-interface.cc (out_of_staff): also do
5288         out_of_staff() correctly for d == DOWN.
5290         * lily/text-spanner.cc (brew_molecule): only put vertical line and
5291         horizontal line if they move to the right.
5293         * scm/define-grobs.scm (all-grob-descriptions): set
5294         text-repeat-if-broken for ottava spanner
5296         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
5297         property.
5299         * mf/feta18.mf: design size is 18 not 22.5
5301         * lily/new-lyric-combine-music-iterator.cc (process): new file.
5302         Add a single LyricsVoice to a melody. Melismata may be set
5303         individually.
5305         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
5307         * lily/dot-column.cc: add stdio.h
5309 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5311         * lily/item.cc: documentation for break-visibility (Thanks, John).
5313 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5315         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
5317         * lily/translator-def.cc: rename Translator_def to Context_def.
5319         * Documentation/user/internals.itely (Lexical details): clarify
5320         string def.
5322         * Documentation/user/refman.itely (Rhythmic music): add link to
5323         RhythmicStaff 
5325 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5327         * lily/translator.cc: document start_translation_timestep()
5329         * scm/output-tex.scm (tex-encoded-fontswitch): use
5330         round for rounding (inexact->exact yields rationals)
5332         * lily/*.cc: remove superfluous start_translation_timestep() calls.
5334         * lily/translator-group.cc (get_simple_trans_list): 
5335         new function; construct simple_trans_list_ lazily.
5337 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5339         * lily/paper-outputter.cc (output_scope): Check if number before
5340         checking exact (guile cvs).
5342         * scm/*: Escape backslashes in scheme strings (guile cvs).
5344 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5346         * Documentation/user/refman.itely (Tablatures basic): annotate
5347         seealso sections.
5349         * lily/*.cc: cleanup of engraver initialize() functions.
5351         * lily/repeat-acknowledge-engraver.cc
5352         (start_translation_timestep): remove first_b_
5354         * lily/tab-note-heads-engraver.cc: listen to string number events
5355         inside < > too. (backportme).
5357         * Documentation/user/refman.itely (Text scripts): add fatText to
5358         index.
5360 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5362         * VERSION: 2.1.8
5364         * stepmake/bin/add-html-footer.py (built): add Wiki links to
5365         footer.
5367         * lily/parser.yy (translator_mod): allow \with { \remove .. }
5369         * lily/bar-check-iterator.cc (process): only warn if
5370         barCheckLastFail was changed.
5372         * scm/define-translator-properties.scm (barCheckLastFail): add
5373         property.
5375         * lily/main.cc (main_prog): print summary of failed files.
5377         * lily/axis-group-engraver.cc: move all spanner creation to
5378         process_music (). Now staffs can be adjusted with \override too.
5379         (Jan, you are a brilliant programmer!)
5381         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5383 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5385         * Documentation/user/tutorial.itely (Integrating text and music):
5386         Show the commands to produce a PDF as well.
5388 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5390         * lily/translator-def.cc (get_translator_names): accept user
5391         tweaks too. 
5393         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5394         as big as normal heads. 
5396         * input/*ly: run convert-ly
5398         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5399         () if dependencies are fluked.
5401         * scm/document-translation.scm (engraver-doc-string): update on
5402         latest string/symbol conventions.
5404         * lily/translator-ctors.cc: use Scheme_hash_table.
5406         * lily/translator-def.cc (get_translator_names): new function
5407         (add_context_mod): new function
5408         (get_accepted): new function
5410         * lily/parser.yy (context_mod): put all modifications of
5411         \translator { } in a single production, encode as SCM.
5413         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5414         to use read-only lists, so additions to the definition can be
5415         prepended easily.  
5417         * Documentation/user/invoking.itexi (Editor support): add node on
5418         editor support.
5420         * Documentation/user/refman.itely (Bar check): add lyrics example
5421         of bar checks. 
5423         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5425         * scripts/convert-ly.py (conv): add conversion rule.
5427         * lily/parser.yy: use \change iso. \translator for staff switch.
5429         * lily/my-lily-lexer.cc: add \change.
5431         * scm/define-translator-properties.scm
5432         (default-melisma-properties): add definition.
5434 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5436         * Documentation/user/refman.itely (Bar lines): clarification of
5437         systemStartDelimiter. 
5439         * input/test/slur-shape.ly (x): remove file.
5441         * lily/translator-group.cc (apply_property_operations): new function.
5443 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5445         * lily/parser.yy (optional_prop_ops): allow \with {
5446         PROPERTYSETTINGS } following \context or \new.
5448         * lily/my-lily-lexer.cc: add \with.
5450         * lily/parser.yy (property_operation): clean up definition of
5451         property operations.
5452         (property_op_to_music): new function.
5453         (context_spec_music): new function
5455         * VERSION: 2.1.7 released.
5457         * input/regression/collision-merge-dots.ly: new file.
5459         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5460         then kill the dots too. 
5462         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5463         set/unset breakableSeparationItem
5465         * lily/separation-item.cc (relative_width): add function.
5467         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5468         only-prebreak-interface
5470         * lily/system.cc (output_lines): only junk only-prebreak-interface
5471         grobs.
5473         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5474         read breakableSeparationItem
5476         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5478         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5480         * lily/dot-column.cc (dot_config_badness): new function:
5481         select the best scoring dot configuration: dots should go close to
5482         the note heads, but be shifted up or down according to conventions.
5483         (print_dot_configuration): idem.
5484         (shift_one): idem
5485         (remove_collision): idem.
5487         * input/regression/dots.ly: add more test cases.
5489 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5491         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5493         * flower/include/interval.hh: rename elem_b to contains 
5495         * lily/tie.cc: change 'heads to 'head-pair.
5497         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5498         fill in 'heads field.
5500         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5501         minimum-length for short ones, and shorten so collisions with the
5502         next syllable are avoided.
5504         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5505         near-zero slopes.
5506         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5508         * lily/dots.cc: remove quantized_position callback. All Y
5509         positioning is done by dot-column.cc
5511         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5512         exhaustive test of all dot positions. This fixes disappearing dots
5513         in dotted chords.
5515 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5517         * mf/feta-klef.mf (test_staff): fatten up G clef
5518         (test_staff): fatten up f clef.
5521 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5523         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5524         * input/les-nereides.ly: Use latin1 characters for title, like
5525         Morgenlied.
5527 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5529         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5530         cmb10).
5532         * lily/lyric-extender.cc (brew_molecule): add little space before
5533         extender line.
5535         * lily/beam-quanting.cc (score_forbidden_quants): check if
5536         outer stafflines fall in any beam gaps.
5538         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5539         for lyric texts.
5541 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5543         * VERSION: 2.1.6 released.
5545         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5546         this shows the demerits of a user-defined beam position pair.
5548         * scm/define-grobs.scm (all-grob-descriptions): set
5549         beamed-extreme-minimum-free-lengths to a different value.
5551         * lily/scm-option.cc: add debug-beam scm-option
5553         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5555 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5557         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5559         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5560         space after barline.
5562         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5564         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5565         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5566         the other case, take standard column-breakable spacing. Do not
5567         warn about "no spacing wishes".
5569         This fixes wide spaces after barlines in very loose lines.
5571         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5573 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5575         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5576         acknowledge_grob lyric-syllable, not lyric-text.
5578         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5579         dashes of length #'length separated by #'dash-period. 
5581         * lily/lyric-extender.cc (brew_molecule): idem
5583         * lily/multi-measure-rest.cc (big_rest): idem
5585         * lily/system-start-delimiter.cc (simple_bar): idem
5587         * lily/bar-line.cc (simple_barline): use rounded box
5589         * VERSION: release 2.1.5
5591         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5592         music): move note about dvips to more visible place.
5594         * lily/lyric-phrasing-engraver.cc: move from
5595         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5596         lyric-phrasing-engraver.hh)
5598         * lyric-align.ly: remove file
5600         * scripts/convert-ly.py (FatalConversionError.func): add removal
5601         rule for automaticMelismata
5603         * ly/engraver-init.ly (ScoreContext): switch on
5604         New_phrasing_engraver by default.
5606         * lily/slur-engraver.cc (class Slur_engraver):
5607         process_acknowledged_grobs -> process_music.
5608         (try_music): signal melismata correctly.
5610         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5611         word-space, right-trim-amount, and extend past right bound only
5612         for note heads.
5614         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5615         lyric-extender support: add note-heads to the extender
5616         automatically.
5618         * lily/parser.yy: extender is now post_event. 
5620         * lily/accidental-engraver.cc (number_accidentals): remove
5621         spurious warning about non-parent contexts.
5623         * lily/music-output-def.cc (assign_translator): \translator { }
5624         for a Foo context implicitly redefines \FooContext.
5626         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5627         fixes.
5629         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5630         doubly in slur weight. 
5632         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5633         combination.
5635         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5636         staffbar distance.
5638         * scripts/lilypond.py (global_latex_preamble): crank down size of
5639         the margins. Now there is a 12 mm top and bottom margin, which
5640         should correspond with the printable area of modern printers.
5642         This enlarges the music height of the printable page a little.
5644         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5645         signs. Use \markup instead.
5646         (accreg_pen): tweak for accordeon asterisk.
5648 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5650         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5652         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5654         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5656         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5658         * scm/define-grobs.scm (all-grob-descriptions): change
5659         StanzaNumber description: make side support, i.s.o. breakable.
5660         use Instrument_name_engraver for texts in the margin.
5662         * scm/define-translator-properties.scm: remove
5663         melismaEngraverBusy, stz property.
5665         * *.cc: naming: change empty_b () into is_empty ()
5667         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5669         * input/regression/lyric-phrasing-new.ly: new file.
5671         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5672         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5673         melismata are now left-aligned.
5675 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5677         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5679         * mf/feta19.mf: remove.
5681         * mf/feta-klef.mf (test_staff): more tweaks
5683         * mf/feta-toevallig.mf: more small size tweaks.
5685         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5686         rests for smaller sizes.
5688         * mf/feta-bolletjes.mf: fix cross heads.
5690         * VERSION: release 2.1.4
5692         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5693         deprecated #'ancient font family
5695         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5696         it is a string or number.
5698         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5699         change calling convention of stem-attachment function. 
5701         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5703         * mf/feta-autometric.mf: dump WX/WY fields too
5705         * mf/parmesan-heads.mf: idem.
5707         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5708         attachment coordinates.
5710         * lily/note-head.cc (stem_attachment_coordinate): read stem
5711         attachment from the notehead glyphs WX/WY fields.
5713         * lily/include/font-metric.hh (struct Font_metric): add methods
5714         get_indexed_wxwy (), make a distinction between looking up by
5715         index and ASCII  
5717         * mf/feta-bolletjes.mf: rewrite note head MF code.
5718         (test_outlines): make heads more rotund for smaller sizes. 
5720 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5722         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5723         throughout. Font scaling fixes throughout.
5725         * mf/feta-sleur,slur.mf: remove. 
5727         * mf/feta-slag.mf: rewrite.
5729 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5731         * VERSION: release 2.1.3
5733         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5735         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5737         * lily/mark-engraver.cc (process_music): fix mark
5738         \default. (backportme)
5740         * stepmake/stepmake/automatically-generated.sub.make (default):
5741         use -n for head/tail commands. 
5743         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5744         heads with the same pitch.
5746 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5748         * lily/recording-group-engraver.cc (finalize): set protected_scm
5749         member to '() before finalizing.
5751         * lily/translator-group.cc (finalize): remove removal_processing () 
5753         * lily/recording-group-engraver.cc: new engraver: record
5754         synchronized start & end times for each music object.
5756         * lily/parser.yy (toplevel_expression): execute score rendering
5757         during parsing. Cleanup output-filename handling; this is no
5758         longer done with global variables.
5759         (translator_spec_body): allow \type modification too.
5761         * lily/score.cc:  ly:run-translator: new function
5762         (LY_DEFINE): ly:render-output new function.
5764         Separate interpreting and rendering, and make available as
5765         functions at Scheme level.
5767 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5769         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5770         (musicxml-node->string):
5771         (xml-node->string):
5772         (music-to-musicxml): New function.
5774 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5776         * VERSION: 2.1.2 released
5778         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5780         * scm/font.scm (paper20-font-vector): discouple font design sizes
5781         from sizes specified in .ly file: store all design sizes of a font
5782         in a single vector.
5784         * lily/font-select.cc (get_font_by_design_size): new function
5786         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5787         add parmesan,feta in sizes 14 and 18.
5789         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5791         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5792         of fontSize: this now sets font-size
5794 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5796         * VERSION: 2.1.1 released
5798         * Documentation/user/refman.itely (Tuning objects): add note about
5799         concurrent tweaks in different contexts. 
5801         * lily/tie-engraver.cc (acknowledge_grob): use
5802         Staff_symbol_referencer::get_position iso. reading staff-position
5803         directly.
5805         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5806         currentMusicalColumn as left span-point for bracket. The bracket
5807         is too long when there are accidentals.
5809 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5811         * buildscripts/lilypond-profile.sh,
5812         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5813         Thanks to Reuben Thomas <rrt@mupsych.org>
5815 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5817         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5818         Wurbel <wurbel@univ-tln.fr>.
5820 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5822         * scripts/midi2ly.py: Add space after chords.
5824 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5826         * input/regression/{many}: add few @code{ ... }.
5828 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5830         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5831         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5832         Removed cmbx5, cmbx6 (which are included in teTeX)
5833         and cmbxti14 which is not used in fonts.scm.
5835 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5837         * lily/midi-item.cc: fine tune quarter tones.
5839 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5841         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5842         new function, warn how many cents are missing in fine tuning.
5844 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5846         * input/bugs/rhytmicstaff-tie.ly: add file.
5848         * THANKS: Create skeleton for 2.1.
5850 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5852         * input/test/bar-lines.ly (TODO): dashed "|".
5854 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5856         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5857         input/regression/tie-chord.ly: Fix spell for tying.
5859         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5861         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5862         new file (renamed, see above).
5864         * Documentation/user/lilypond-book.itely
5865         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5866         * input/example-1.ly input/example-2.ly input/example-3.ly
5867         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5868         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5869         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5870         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5871         * scripts/lilypond-book.py scripts/lilypond.py
5872         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5873         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5875         * Documentation/user/lilypond.tely: update version.
5877         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5878         Remove extra spaces in each @node, fixes spaces.
5880 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5882         * scripts/lilypond-book.py (output_dict): Add definition of
5883         \lilypondbook also for LaTeX output. Solves several bug reports.
5885 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5887         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5889 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5891         * input/test/transposition.ly: Fix key signatures, given in comments.
5893 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5895         * scm/midi.scm (instrument-names-alist),
5896         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5898 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5900         * input/test/temporary-stave.ly (texidoc): New example based on an
5901         email question from Ralph Little.
5903 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5905         * VERSION: release 2.1.0
5907         * lily/note-performer.cc (try_music): accept busy-playing-event.
5909         * lily/swallow-perf.cc (try_music): return false for
5910         busy-playing-event and melisma-playing-event.
5912 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5914         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5915         >> in \score.
5917 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5919         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5920         that articulation_substitute will not move beam start again.
5921         (articulation_substitute): Bugfix: remove stray space so that new
5922         old chords ending '>>' does not get broken up.
5923         (sub_chord): Use TAB for indentation (not spaces).
5925         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5926         Bugfix for startup: Use ?^ instead of ?\^.
5928 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5930         * lily/lyric-combine-music-iterator.cc
5931         (Lyric_combine_music_iterator): change init order, to prevent GC
5932         segfaults.
5934         * lily/context-specced-music-iterator.cc (construct_children): 
5935         only change  translator if found. This fixes a core dump problem.
5937 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5939         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5940         comparison.
5942         * mf/feta-bolletjes.mf: make hole in half note little
5943         smaller for stem attachment.
5945         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5947         * mf/feta-banier.mf: don't draw stem with flag, just small square
5948         attachment.
5950         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5952         * mf/feta-banier.mf: remove upstem/downstem characters.
5954         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5956         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5957         stafflinethickness (in the default)
5959         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5961         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5963         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5965         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5967         * lily/include/directional-element-interface.hh:
5968         junk class, make {get,set}_grob_direction functions.
5970         * lily/slur.cc (get_attachment): do something sensible when
5971         attaching to stem without heads (eg. a rest).
5973         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5974         forcing up to staff.  remove #'support-head property
5975         (brew_molecule): small cleanup.
5976         (flag): remove #'grace property.
5978 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5980         * cygwin/postinstall-lilypond.sh: 
5981         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5982         (Volker Zell).
5984 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5986         * scripts/lilypond-book.py: resurrect 'eps' option. 
5987         (TexiPaper.to_eps): use -Ppdf for EPS files.
5989         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5991         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5993         * VERSION: release 2.0.1
5995         * lily/bezier.cc (get_other_coordinate): change assert into
5996         warning.
5998         * lily/note-head.cc (internal_brew_molecule): make left protusion
5999         smaller, to accomodate for natural sign.
6000         (internal_brew_molecule): only do this when the accidental is
6001         close enough.
6002         (extent): new function
6004         * lily/skyline.cc (merge_skyline): new function
6005         (heighten_skyline): new function
6007         * lily/accidental-placement.cc (position_accidentals) 
6008         (position_accidentals): fix todo.
6010 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6012         * input/test/+.ly (texidoc): put version number inline.
6014         * GNUmakefile.in: remove rsync-web target.
6016         * input/regression/bar-scripts.ly (onestaff): raggedright
6018 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6020         * lily/*.cc: remove #if 0'd code in couple of places.
6022         * lily/midi-stream.cc (operator <<): rewrite.
6024         * lily/note-head.cc (internal_brew_molecule): 
6025         only make ledgers when the Staff symbol has lines.
6027         * ly/property-init.ly (arpeggioBracket): simplify
6029         * lily/translator-group.cc (execute_pushpop_property): use
6030         SCM_EQ_P for comparing keys. This fixes reverting
6031         auto-beam-settings.
6033 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6035         * lily/midi-stream.cc (operator <<): Also write MIDI string when
6036         midi_debug_global_b.
6037         (operator <<): Normalise loop.
6039 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6041         * scripts/lilypond.py (escape_path): revise.
6043         * scm/music-functions.scm (set-output-property): new function.
6045 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6047         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
6048         use addmakeflags again.
6050         * cygwin/lily-wins.py (escape_shell): New function; use it.
6052         * scripts/lilypond.py (escape_shell): Escape quotes and other
6053         spaces too.  Do not escape escaping backslashes.
6055         * make/srcdir.make.in (web-install): Must call install-WWW now.
6057         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
6058         dependency
6060 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6062         * scripts/lilypond.py (escape_path): escape quotes too. 
6064         * Documentation/user/lilypond.tely (Unified index): rename Index
6065         to accomodate Windows breakage.
6067         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
6069         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
6070         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
6071         target not a source.
6073 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6075         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
6076         addmakeflags.  Build and install doc and web also when building on
6077         Cygwin.
6079         * mf/GNUmakefile: Bugfix.
6081         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
6082         target web.
6084         * cygwin/lily-wins.py: Quote filename.
6086 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6088         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
6090 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6092         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
6093         settings.
6095         * configure.in: Require g++ > 3.0.4.
6097         * mf/GNUmakefile: Bugfix: Add list.ly target.
6099         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
6101         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
6102         make omf directory, add uninstall targets.
6104 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6106         * lily/tie-performer.cc (initialize): init prev_event
6108         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
6110         * lily/script-engraver.cc (make_script_from_event): don't crash on
6111         non-string articulation-type.
6113         * lily/new-fingering-engraver.cc (add_script): don't crash on
6114         0 scripts 
6115         (acknowledge_grob): warn about text script events.
6117 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
6119         * buildscript/lilypond.words: fix path for drums.scm.
6121 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6123         * lily/spacing-spanner.cc (note_spacing): don't make longer
6124         durations than measure-length.
6126         * VERSION: release 2.0.0
6128         * GNUmakefile.in (rsync-web): version independent rsync target.
6130         * input/test/+.ly (texidoc): idem.
6132         * input/regression/+.ly: print version number.
6134         * input/regression/accidentals.ly (mel): shorten.
6136         * input/regression/accidental-octave.ly (texidoc): shorten.
6138         * input/regression/hairpin-dashed.ly (texidoc): docstring.
6140         * input/regression/completion-heads-polyphony.ly: octave
6142         * input/regression/beam-manual.ly: remove
6144         * input/regression/beam-chord.ly: remove
6146         * input/regression/grace-dynamic.ly: remove
6148         * input/regression/grace-volta-repeat.ly: octave fixes.
6150         * input/regression/hairpin-dashed.ly (texidoc): doc string.
6152         * lily/parser.yy (step_number): semitones for chord entry too.
6153         (make_chord_step): more robust code, semitones. 
6155         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
6157         * input/regression/breathing-sign.ly (texidoc): split ancient and
6158         normal breathing signs.
6160         * scm/define-grobs.scm (all-grob-descriptions): swap
6161         beamed-extreme-minimum-free-lengths and
6162         beamed-minimum-free-lengths; the 'extreme' case should allow
6163         shorter stems. This fixes forced directions on beamed 32nd and
6164         shorter notes.
6166         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
6167         quartertones, not semitones.
6168         (NoteNamesContext): swallow more event types
6170         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
6172         * VERSION (PACKAGE_NAME): release 1.9.10
6174 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6176         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
6177         set note head as cause of note-column.  This gives a better error
6178         message.
6180 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6182         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
6184 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6186         * mf/GNUmakefile (pfa_warning): instruct 
6188         * stepmake/aclocal.m4: typo.
6190         * Documentation/user/cheatsheet.itely: more verbose examples.
6192         * input/regression/clefs.ly: remove bogus docstring.
6194 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6196         * GNUmakefile.in (SUBDIRS): Add elisp.
6198         * elisp/lilypond-mode.el: 
6199         * elisp/lilypond-init.el: 
6200         * elisp/lilypond-indent.el: 
6201         * elisp/lilypond-font-lock.el: Move from top dir.
6203         * stepmake/stepmake/elisp-vars.make: New file.
6205         * config.make.in (elispdir): Add.
6207         * Documentation/topdocs/INSTALL.texi: Typo.
6209         * make/ly-rules.make: Test for files instead of touching void and
6210         ignoring errors.
6212         * GNUmakefile.in:
6213         * make/lilypond.redhat.spec.in:
6214         * debian/rules: Fix lilypond.words stuff a bit.  For running from
6215         <builddir>, adding
6217         (push "<builddir>/share/lilypond/elisp" load-path)
6219         to your ~/.emacs.el should give you LilyPond-mode again.
6221         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
6222         regexp for DOS/Windows, we are too paranoid to fix others.
6224 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6226         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
6228         * input/test/chord-names-jazz.ly (banterProperties): fix
6230         * lily/parser.yy (bass_mod): bass figure alterations are semi
6231         tones, not quarter tones
6233         * lily/beam.cc (set_stem_lengths): only lengthen stems
6234         for gapped beams.
6236         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
6237         by beamcount.
6239         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
6240         a warning that the warning may erroneous.
6242         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
6243         target.
6245         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
6246         targets.
6248         * GNUmakefile.in ($(config_h)): config.h should depend on
6249         config.hh.in .
6250         (lilypond.words): remove fontball stuff.
6252         * stepmake/aclocal.m4: only print config.cache warning if it exists.
6254         * configure.in: remove pktrace reference.
6256         * GNUmakefile.in (rsync-web): permissions and ownership for
6257         website.
6259         * lily/volta-engraver.cc (staff_eligible): new function.
6260         (stop_translation_timestep): kill off spanners if not eligible.
6262         * VERSION (PATCH_LEVEL): release 1.9.9
6264         * input/regression/beam-quanting-32nd.ly (texidoc): new file
6266         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
6267         length is more important than forbidden quants.
6269 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
6271         * buildscripts/lilypond.words: order words in search order,
6272         add lilypond.words.vim to be generated.
6274         * lilypond.vim: use lilypond.words.vim for keyword matching.
6276         * lilypond-mode.el: use search order. fix word selection rules.
6278         * lilypond-font-lock.el: fix fontifying long durations.
6280         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
6282 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6284         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
6286         * stepmake/stepmake/generic-targets.make:
6287         * stepmake/stepmake/bin/make-version.py: 
6288         * stepmake/aclocal.m4:
6289         * make/stepmake.make:
6290         * make/toplevel-version.make: Build fixes: remove last traces of
6291           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
6293         * lily/beam.cc: Add gap-count property.
6295 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6297         * scm/define-grob-properties.scm (gap-count): add gap-count
6299         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
6301 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6303         * cygwin/mknetrel.doc: Typo.
6305         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
6307         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
6309 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6311         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
6312         sizes. Remove support for 'ledger'(=tabloid+landscape).
6314 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6316         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
6317         sauter PFAs.
6319         * configure.in: remove VERSION stuff once again.
6321         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
6323         * scm/define-grobs.scm (all-grob-descriptions): use sans family
6324         for chord names.
6326         * mf/GNUmakefile: always trace pfa fonts.
6327         (SAUTER_FONTS): add cmss[567] too fonts
6329         * configure.in: require mftrace. 
6331         * lily/staff-performer.cc (new_instrument_string): don't look at
6332         instrument property.
6334         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
6335         is_direction is the C++ one. Similar for ly_axis_p and
6336         ly_number_pair_p
6338 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6340         * lily/beam.cc (brew_molecule): read gap-count to determine
6341         number of tremolo (gapped) beams.
6343         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
6344         shorter than 1/8
6346         * flower/include/array.hh (default_compare): new function
6348         * cygwin/mknetrel: Native fixes.
6350         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
6352 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6354         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
6355         feature for Windows.
6357         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
6359         * cygwin/mknetrel: Updates for native use on Cygwin.
6361         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
6363         * stepmake/stepmake/help2man-rules.make: 
6364         * cygwin/mknetrel: Bugfix for manpages.
6366         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
6367         $(builddir).  Stepmake is a normal subdirectory now, that is not
6368         configured.  Another srcdir build fix.
6370         * Documentation/topdocs/INSTALL.texi,
6371         buildscripts/lilypond.words.py, lilypond-font-lock.el,
6372         lilypond-init.el, lilypond-mode.el, debian/rules,
6373         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6374         rename generated file lilypond.words to lilypond.words.el.
6376 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6378         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6380         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6381         GNUmakefile.in.
6383 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6385         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6386         when cross building.
6388         * configure.in: srcdir build fix.
6390         * cygwin/GNUmakefile:
6391         * cygwin/lily-wins.py:
6392         * cygwin/postremove-lilypond.sh: 
6393         * cygwin/postinstall-lilypond.sh: Merge from stable.
6395         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6396         s/ly2dvi/lilypond/.
6398 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6400         * lily/slur.cc (after_line_breaking): only set control points if
6401         none supplied yet.
6403         * input/test/slur-manual.ly: new file.
6405         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6406         <<  >> chords too.
6408         * VERSION (PACKAGE_NAME): release 1.9.8
6410         * scripts/lilypond.py (escape_path): escape spaces in directory names
6412         * input/test/text-spanner.ly: fixes.
6414 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6416         * buildscripts/lilypond.words.py: add drum names as note names to
6417         Emacs-mode.
6419 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6421         * input/regression/hairpin-dashed.ly: new file.
6423         * scripts/convert-ly.py (conv): warn about dash-length.
6425         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6426         automatically if we get a new one.
6428         * lily/lookup.cc (dashed_line): new function
6430         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6431         dash-fraction.
6433 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6435         * buildscripts/lilypond.words.py: extract note names.
6437         * lilypond-mode.el: take note names from lilypond.words -file.
6438         small fix in the use of string-match.
6440         * lilypond-font-lock.el: use lilypond.words for note names, add 
6441         maxima to note a duration.
6443 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6445         * lily/breathing-sign.cc: remove railtracks() function. 
6447         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6449         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6450         (brew_molecule): bugfix don't make arpeggio shorter when
6451         arpeggio-direction is set.
6453         *  debian/rules: small corrections in the (Pedro K)
6455         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6456         examples.
6458         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6459         special (repeat) bar comes along.
6461         * input/regression/auto-beam-bar.ly: update.
6463         * scripts/lilypond-book.py (output_dict): remove support for the
6464         EPS option.
6466         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6467         VerticalAlignment and VerticalAxisGroup this fixes the size
6468         computations for the entire system.
6470         * input/les-nereides.ly (bass): remove superfluous fontSize.
6472         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6473         causes directory of file to be added to include path.
6475         * input/regression/beam-break.ly: test single stem beams.
6477         * input/regression/system-start-bracket.ly: fix.
6479         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6481         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6483         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6484         (score_stem_lengths): do something sensible for single stem beams.
6486         * lily/beam.cc (least_squares): add kludge for single stem beams.
6488         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6489         keySignature to list of broken things.
6491         * input/regression/keys.ly: fix.
6493         * VERSION (PACKAGE_NAME): release 1.9.7
6495         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6497         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6499         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6500         (quartertone_pitch): new function
6502         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6503         flat. WARNING: FONT CHANGED.
6505         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6507         * lily/accidental-placement.cc (add_accidental): support for
6508         quarter tones.
6510         * ly/LANGUAGEs.ly: use symbols for alterations.
6512         * mf/feta-toevallig.mf: change accidental codes. 
6514         * scm/lily.scm (ly:get-option): switch on debugging only for
6515         --verbose.
6517         * lily/lily-guile.cc: remove ly:verbose?
6519         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6521         * lily/parser.yy (TODO): only do gh_call() for apply with
6522         procedure argument.
6524         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6525         stuff in accordance with new timing of tie-events.
6527         * lily/my-lily-lexer.cc: remove \outputproperty
6529         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6531         * scm/define-translator-properties.scm (melismaBusyProperties):
6532         add melismaBusyProperties property.
6534 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6536         * input/test/ambitus-mixed.ly (texidoc): new file.
6538         * buildscripts/mutopia-index.py (find): prune debugging
6540         * lily/side-position-interface.cc: doc updates
6542         * Documentation/user/refman.itely: updates, tweaks.
6544         * lily/parser.yy (Simple_music): remove outputproperty
6546         * make/stepmake.make: use VERSION again; importing VERSION via
6547         autoconf dependencies is too hairy.
6549 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6551         * lilypond-mode.el: allow `-' for keywords and identifiers.
6553 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6555         * VERSION: release 1.9.6
6557         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6558         iso. ly2dvi.
6560         * Documentation/user/*.itely: fixes everywhere
6562         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6563         produce ties from the engraver itself, do not broadcast TieEvent.
6565         * lily/my-lily-lexer.cc: remove pitch & duration.
6567         * lily/parser.yy (TODO): remove \pitch and \duration
6569         * input/test/explicit.ly: remove file.
6571         * Documentation/user/refman.itely (Pitches): remove \pitch 
6572         \duration command.
6574 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6576         * buildscripts/lilypond.words.py: add all slur types to Emacs
6577         insertion menu, suppose everything is postfixed by dropping 
6578         unnecessary `-' -marks.
6580 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6582         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6583         tremoloed stems.
6585         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6586         head for flagged stems.
6588         * lily/stem.cc (get_default_stem_end_position): futz with extra
6589         stem length if there is a stem tremolo.
6591         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6592         it would be too small.
6594         * lily/font-metric.cc: return #f for non-existent glyph.
6596         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6597         exported through config.make.
6599         * input/regression/clef-oct.ly: new file.
6601         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6602         transposition.
6604         * input/template/*.ly: remove old relative.
6606         * ly/english.ly: add X names for double sharp.
6608 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6610         * lily/font-select.cc: new file handle font selection routines.
6612         * lily/parser.yy: add ; (Patrick Atamaniuk)
6614         * input/test/time-signature-double.ly: use markups for double time
6615         sigs.
6617         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6618         ChordNames.SeparationItem #'padding for adjusting space after chords.
6620         * lily/music-output-def.cc (LY_DEFINE): 
6621         new function ly:paper-lookup.
6623         * mf/parmesan-clefs.mf: use # quantities for char_box
6624         offsets. Fixes overflow errors in the PFA. 
6626         * scm/new-markup.scm (strut-markup): change calling interface for
6627         markup. Pass paper-def, not grob. This would allow \markup to be
6628         used separately from grobs.
6630         * lily/paper-def.cc: new function ly:paper-font; this function
6631         replaces ly:get-font.
6633         * lily/include/font-interface.hh (struct Font_interface): take
6634         Paper_def iso. Grob for get_font().
6636 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6638         * Documentation/user/ tutorial.itely, refman.itely: add warning
6639         about \key and accidentals.
6641 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6643         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6645         * Documentation/user/*.itely: manual tweaks
6647 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6649         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6650         cleanup; bugfix: exact_center
6652         * Documentation/user/refman.itely: added more documentation on
6653         ambitus according to recent questions on lilypond-user list
6655 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6657         * input/regression/ottava.ly (texidoc): demo 15ma too.
6659         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6661         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6662         octave fixes.
6664 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6666         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6667         problems on older Mac editors.
6669 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6671         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6673 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6675         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6676         mf/parmesan-clefs.mf: added comments on character alignment and
6677         set_char_box() conventions
6679         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6680         set_char_box()'s
6682         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6684 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6686         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6688 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6690         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6691         shortened to avoid almost-collision with staff line; code cleanup;
6692         other custodes: fixed char boxes; code cleanup
6694 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6696         * configure.in: release 1.9.5
6698         * scripts/lilypond.py (global_latex_preamble): only set
6699         twosideshift if 'twoside' is in latexoptions 
6701         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6703         * VERSION: remove
6705         * scripts/*2ly.py: update <> syntax
6707 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6709         * lily/chord-name-engraver.cc (process_music): add origin for
6710         chord name.
6712         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6714         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6715         bass notes for exceptions too.
6717         * scm/define-grobs.scm (all-grob-descriptions): rename
6718         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6720         * scm/define-grob-properties.scm (remove-first): add remove-first
6721         property for orchestral scores.
6723         * Documentation/user/*.itely: switch <<>> and <> 
6725         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6726         last_line only once. This fixes the two consecutive glissandi problem.
6728 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6730         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6731         error message "flexa-width undefined"
6733         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6734         lily/include/gregorian-ligature.hh: print warning when ignoring
6735         head prefixes on flexa shapes
6737         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6738         space before a series of inclinatum heads
6740         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6741         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6742         cleanups
6744         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6745         and char_box
6747 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6749         * input/regression/breathing-sign.ly: tiny fixes
6751         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6752         semantical collision with vaticana ligatures
6754         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6755         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6756         now consistent with mensural ligatures
6758         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6759         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6760         context pitches and staff position; dto. for virga stem; removed
6761         obsolete virga and clivis characters from parmesan font (WARNING:
6762         font changed)
6764         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6765         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6767         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6768         scm/define-grob-properties.scm: consistency fix: renamed
6769         join_left->add_cauda
6771         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6772         appendix length; bugfix: yoffs_bt for reverse direction punctum
6773         characters
6775         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6776         small cleanups; added more docu
6778         * lily/mensural-ligature-engraver.cc,
6779         lily/vaticana-ligature-engraver.cc,
6780         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6781         computation to CoherentLigatureEngraver
6783         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6784         scm/define-grob-properties.scm: bugfix: added missing linea and
6785         cavum properties; bugfix: removed dead semivocalis property
6787         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6788         length; redesigned quilisma, stropha and auctum
6790         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6791         line thickness
6793         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6794         Documentation/user/refman.itely: bugfix: introduced shifted
6795         epiphonus head to avoid collision with adjacent plica
6797 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6799         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6801         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6803 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6805         * Documentation/user/tutorial.itely (A lead sheet): remove
6806         duplicate chords.
6808         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6810 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6812         * Documentation/bibliography/computer-notation.bib (isbn): add
6813         xivcim publication.
6815 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6817         * GNUmakefile.in: drop lilypond.words for generation.
6819 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6821         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6823         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6825 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6827         * input/test/figured-bass-alternate.ly (fl): new file.
6829         * Documentation/topdocs/README.texi (Top): clarifications.
6831         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6832         theses of Gieseking and Renz.
6834         * GNUmakefile.in (README_FILES): remove README.mandrake.
6836 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6838         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6839         from source files and search patterns listed in the script.
6841         * GNUmakefile.in: add target `lilypond.words'.
6843         * lilypond.words: remove file, generated by `make lilypond.words'.
6845         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6847 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6849         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6851 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6853         * VERSION: 1.9.4 released
6855         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6856         rule for < > <-> << >> substitution
6858         * lily/lexer.ll: exchange meaning of << >> and < > 
6860         * VERSION (PACKAGE_NAME): 1.9.3 released
6862         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6863         pages unconditionally.
6865 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6867         * Documentation/user/music-glossary.tely (Top): small syntax
6868         fixes.
6870         * scm/music-functions.scm (remove-tag): filter \tagged music
6871         expressions.
6873         * input/regression/tag-filter.ly (texidoc): new file.
6875         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6876         symbol2 .. ) etc. 
6878         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6879         convert rule.
6881         * Documentation/user/refman.itely (Fingering instructions): adjust
6882         manual.
6884         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6885         for borderline cases (e.g. 1 fingering.)
6886         (position_scripts): revise interface, use fingerOrientations to
6887         set fingering positions.
6889         * scm/document-translation.scm (context-doc): add aliases to
6890         automated documentation.
6892         * make/lilypond-vars.make: remove stepmake compat glue.
6894         * make/generic-vars.make: remove cruft.
6896         * lily/main.cc (main): don't identify binary.
6898 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6900         * lily/include/translator.hh (class Translator): remove
6901         type_string_ , use symbol for context name throughout.
6902         Changes through whole source tree.
6904         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6905         set PDF as default, and always make PDF.
6907         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6909 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6911         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6912         Documentation/user/refman.itely input/regression/allfontstyle.ly
6913         input/regression/grace-types.ly:
6914         fix spelling for acciaccatura (Webster's 1913).
6916 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6918         * lily/main.cc (usage): adjust blurb, include url.
6920         * input/regression/breathing-sign.ly (texidoc): transpose up
6922 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6924         * input/regression/breathing-sign.ly: changed ancient examples to
6925         be relevant (by request of Han-Wen); updated BreathingSign text
6926         property according to new syntax.
6928         * ly/gregorian-init.ly: updated BreathingSign text property
6929         according to new syntax
6931 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6933         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6934         (Clef): index entries for clefs.
6936         * python/lilylib.py (system): remove errorlog files.
6938 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6940         * lilypond.words: add \new and new graces. Add dynamics to menus
6941         keeping 1.8.x compatibility; after all the engraving relating to 
6942         notes becomes postfixed `-' marks will be removed.
6944 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6946         * lily/molecule.cc (align_to): idem.
6948         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6950         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6951         accacciatura everywhere.
6953         * VERSION (PACKAGE_NAME): released 1.9.2
6955         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6957         * scm/document-markup.scm (markup-doc-node): sort markup function
6958         list.
6960         * lily/paper-outputter.cc (output_version): change "Lily was here"
6961         into  "Engraved by LilyPond"
6963         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6964         on unquoted strings before \notenames.
6966         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6967         increases the number of s/r reductions to 4.
6969         * scm/new-markup.scm (fraction-markup): \fraction command.
6971         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6972         mode
6974         * lily/lookup.cc (round_filled_box): rename function.
6975         (LY_DEFINE): round-filled-box: change signature.
6977         * Documentation/user/refman.itely: revise section explaining grace
6978         notes.
6980         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6981         ly:set-context-property
6983         * input/*/*.ly (vmus): use \new everywhere.
6985         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6987         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6988         default
6990         * scm/music-functions.scm (set-stop-grace-properties)
6991         (set-start-grace-properties, add-grace-property): new functions
6992         for modular grace tweak control.
6994         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6996 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6998         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
7000         * GNUmakefile.in (install-pfa-fonts):
7001         (get-pfa-fonts): New target.
7003         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
7004         install-pfa-fonts help.
7006 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7008         * lily/translator-scheme.cc (LY_DEFINE):
7009         ly:context-pushpop-property new function.
7010         (LY_DEFINE): new function ly:translator-find  
7011         new function ly:translator?
7012         (LY_DEFINE): new function ly:context?
7014         * lily/translator-def.cc: remove
7015         Translator_def::apply_pushpop_property().
7017         * python/lilylib.py (read_pipe): only store and display error log
7018         if verbose not set.
7019         (read_pipe): only display log if it contains something.
7021 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7023         * Documentation/misc/GNUmakefile: Re-add.
7024         (TEXTS): Add CHANGES.
7026 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
7028         * lilypond.words: add \newcontext.
7030 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7032         * lily/tie-performer.cc (stop_translation_timestep): only flush
7033         tied_notes when we have actually made a tie. Fixes bugs with ties
7034         in polyphonic scores.
7036 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7038         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
7039         they do not exist.
7041 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7043         * VERSION (PACKAGE_NAME): released 1.9.1 
7045         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
7046         Instrument_name_engraver
7048         * lily/tie-performer.cc (create_audio_elements): bugfix
7050         * Documentation/user/music-glossary.tely (Top): comment out
7051         font-style statements.
7053         * input/test/force-hshift.ly: revise example.
7055         * Documentation/bibliography/engraving.bib (note): typos.
7057         * configure.in: bump GCC requirements to 3.x
7059         * lily/include/audio-item.hh (class Audio_tie): rename
7060         note_l_drul_ to note_drul_
7062         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
7064         * lily/parser.yy (relative_music): whoops. All \relative were off
7065         by ...  a lot .... Ahem.
7067         * scm/define-music-types.scm (music-descriptions): idem.
7069         * lily/beam-engraver.cc: move new-beam-event to beam-event
7071         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
7072         to Tie_engraver
7074         * input/regression/bar-number.ly: remove unnecessary old-relative
7075         options.
7077         * Documentation/user/internals.itely (Creating contexts): document
7078         \newcontext
7080         * lily/parser.yy (Composite_music): add \newcontext
7082         * Documentation/user/refman.itely (MIDI block): add note about
7083         dotted tempos.
7085         * scm/font.scm: remove old markup legacy
7087         * GNUmakefile.in (web-clean): remake share/ after web-clean.
7089         * lily/breathing-sign.cc (brew_molecule): remove function
7091         * lily/text-item.cc: remove old-style markups.
7092         (interpret_markup): C++ version of markup function
7093         (brew_molecule): idem.
7095         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
7096         as Scheme variable.
7098         * scripts/convert-ly.py (conv): dashes rule.
7099         Apply rule.
7101         * Documentation/user/lilypond-book.itely: syntax fixes. 
7103 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7105         * VERSION (PACKAGE_NAME): release 1.9.0
7107         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
7108         note about dvips. (Should backport.)
7110         * scripts/convert-ly.py
7111         (FatalConversionError.articulation_substitute): add
7112         convert-new-chords code. Remove convert-new-chords.py
7114         * Documentation/user/refman.itely (Octave check): document
7115         \octave.
7117         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
7118         \relative changes.
7120         * lily/parser.yy (command_element): octave check:
7122            \octave PITCH
7124         checks that PITCH (without octave) yields PITCH (with octave) in
7125         \relative
7127         * lily/relative-octave-music.cc (to_relative_octave): octave check.
7129         * lily/scm-option.cc: ly:set-option now has the default argument
7130         #t.
7132         * lily/lexer.ll: add \renameinput
7134         * python/lilylib.py (command_name): robustifications.
7136         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
7137         /dev/stderr. This is ash compatible.
7139         * ly/init.ly: add warning if compatibility was not necessary.
7141         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
7143         * flower/include/string-handle.icc: formatting cleanups, rename
7144         references by ref_count_.
7146 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
7148         * make/lilypond.mandrake.spec.in: syncronize the spec file with
7149         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
7150         package libs separately, fix conflicting php variable out=/dev/vc/
7151         invoking `unset out', declare menus, use only one icon-file, fix
7152         doc-path in menu.
7154 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7156         * scripts/convert-ly.py (FatalConversionError.conv): typo
7158         * Documentation/misc/GNUmakefile: restore misc directory.
7160         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
7162         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
7163         Petites-Preludes 
7165         * input/test/partial-blank.ly (quickmeasure): syntax
7167         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
7168         attachment property.
7170         * Documentation/user/refman.itely: remove superfluous -'s 
7171         (Grace notes): ) fixes.
7173         * lily/music.cc: generic compress(), transpose() functions. Remove
7174         others.
7176         * lily/parser.yy (gen_text_def): remove support for #'(italic )
7177         style markup entry.
7179         * lily/parser.yy: all articulations postfix; remove obligatory -
7180         for [,  ) and \!
7182         * lily/music.cc (to_relative_octave): write generic
7183         to_relative_octave function; various relative cleanups.
7184         Hmmm.
7186         * lily/scm-option.cc: add options new-relative and old-relative
7188         * po/sv.po: new po file.
7190         * Documentation/user/refman.itely (Dynamics): website
7191         fixes. (should backport!)
7193 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
7195         * make/lilypond.mandrake.spec.in: declare version only once.
7197 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7199         * lily/simultaneous-music.cc (to_relative_octave): undo relative
7200         meaning for now.
7202 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7204         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
7206         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
7208         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
7210         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
7212         * lily/music.cc (var): add ly:music-transpose function.
7214         * lily/parser.yy (pre_events): remove prefix articulations.
7216         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
7218         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
7220         * Documentation/user/refman.itely (Text markup): add comment about
7221         markup in header.
7223 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7225         * lily/paper-outputter.cc (write_header_fields_to_file): 
7226         only dump value if it is a string.
7228         * flower/include/dictionary.hh: remove.
7230         * Documentation/ChangeLog-1.5: add back old log.
7232         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
7233         .pfas from a .deb.
7235 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7237         * Documentation/bibliography/engraving.bib: add entry for
7238         Jaschinski's Notation
7240 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7242         * Documentation/user/refman.itely (Beaming): add note about
7243         allowBeamBreak
7245 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
7247         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7248         GregorianTranscription contexts
7250         * ly/engraver-init.ly: vaticana contexts: minor fixes
7252         * Documentation/user/refman.itely (Ancient notation): added note
7253         on appendix length bug
7255         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
7256         input/test/vaticana.ly: use vaticana contexts; small fixes
7258 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7260         * flower/hash.cc: Remove.
7262         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
7263         to (nonexistent?) hash_func_ identifier.
7265         * python/midi.c (midi_error, midi_warning): Use char const* for
7266         __FUNCTION__ argument.
7268         * python/gettext.py: Remove.  We already require python 2.1, which
7269         includes gettext.py.
7271         * configure.in: Require python 2.1, as INSTALL.texi says.
7272         it.
7274         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
7275         versions 1.50 and 1.75.  Remove note about lexer patch.
7277 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7279         * Documentation/topdocs/INSTALL.texi: Update type1 font
7280         description to actual situation.  Add comment about new font ball
7281         layout.
7283         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
7284         in $LILYPONDPREFIX suffices for installation.
7286 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7288         * debian/control (Build-Depends): Add flex-old as alternative to
7289         flex.  Deprecate bison 1.75.
7291 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
7293         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7294         Vaticana contexts
7296         * Documentation/user/refman.itely (Ancient notation): documented
7297         some bugs; tiny fixes; added docu on Vaticana contexts
7299         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
7300         scripts
7302 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
7304         * Documentation/user/refman.itely (Ancient notation): added some
7305         introductory words; added section on ancient time signatures;
7306         added some @seealso and @refcommands; small fixes and
7307         beautifications
7309 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
7311         * input/regression/note-head-style.ly: many fixes and updates
7313         * Documentation/user/refman.itely: added small sections on ancient
7314         accidentals, rests and flags; revised ancient note head section;
7315         small wording/spelling fixes
7317         * input/test/rests.ly: layout fixes
7319 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
7321         * input/puer-fragment.ly: bugfix: central C position of do clef
7323         * ly/gregorian-init.ly: workaround: add small padding space before
7324         divisiones (the correct fix would be the spacing engine to handle
7325         this)
7327 2003-08-13  Graham Percival  <gperlist@shaw.ca>
7329         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
7330         cue-notes.ly: minor fixes.
7332 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
7334         * Documentation/user/refman.itely: bugfix: remove obsolete link to
7335         input/test/custos-style.ly
7337         * Documentation/index.html.in: bugfix: link to Tutorial.html
7339         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
7340         to neumes; bugfix: "et": epiphonus, not just a simple pes
7342 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
7344         * lilypond-mode.el: split `Insert Tag' if it is long enough.
7346         * lilypond.words: add new features: markup, column, center, \[ \].
7348 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
7350         * Documentation/topdocs/NEWS.texi, DEDICATION,
7351         stepmake/bin/add-html-footer.py
7352         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
7353         input/mutopia/J.S.Bach/wtk1-fugue1.ly
7354         input/mutopia/J.S.Bach/wtk1-prelude1.ly
7355         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
7356         added (only) after a sentence which is complete; if the sentence is 
7357         not ended a comma `,' or nothing is used. fix also spaces.
7359 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7361         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
7362         requirements to plain 1.6.
7364         * buildscripts/mutopia-index.py (read_lilypond_header): update
7365         mutopia-index.py to 1.4 syntax [sic]
7367 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
7369         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
7371 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7373         * Documentation/index.html.in: url for regression pdf
7375         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7377         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7379         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7381         * VERSION: 1.8.0 released
7383         * GNUmakefile.in (local-WWW-post): footify build fix.
7385         * configure.in: require GUILE 1.6.4
7387         * Documentation/user/GNUmakefile: don't copy *.png for
7388         lilypond-internals
7390         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7391         local-WWW-post target.
7392         (rsync-web): add rsync-web target
7394         * Documentation/user/introduction.itely (Music notation and
7395         engraving): add neume example
7397         * input/puer-fragment.ly (cantus): add puer-fragment
7399 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7401         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7402         to notes, so that equalizer is actualy being used.
7404         * scm/midi.scm (instrument-equalizer-alist):
7405         (absolute-volume-alist): Define public, so that user can copy or
7406         override.
7408         * lily/key-performer.cc (create_audio_elements): Check for minor
7409         key.  Only if key is minor, set MIDI key to minor.
7411 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7413         * Documentation/user/refman.itely (Hiding staffs): fixes.
7415         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7417         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7418         vertical extents to deal with Hara kiri correctly.
7420         * input/regression/hara-kiri-short.ly: remove
7422         * input/regression/hara-kiri-pianostaff.ly: update test.
7424         * Documentation/user/*.tely: remove WEBTITLE
7426         * scm/output-tex.scm (comment): idem.
7428         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7430         * scm/music-functions.scm (make-lyric-event): new function
7432         * scm/lily.scm (lilypond-version): new function
7434         * input/test/version-output.ly: new file.
7436         * Documentation/user/lilypond.tely: add version number to
7437         front-page.
7439 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7441         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7443 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7445         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7447         * Documentation/user/refman.itely (Hiding staffs): rename node.
7449 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7451         * input/regression/new-markup-syntax.ly (texidoc): remove
7452         molecule-callback override.
7454 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7456         * input/les-nereides.ly: Mark tweaks with %tweak.
7458         * Debian patch, see debian/changelog (Anthony Fok).
7460 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7462         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7463         problem.
7465 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7467         * Documentation/user/refman.itely (Text markup): Fix language bug.
7469 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7471         * input/* : postfix syntax fixes.
7473         * Documentation/user/refman.itely (Text markup): add note about
7474         raise/lower with ^ or _ .
7476         * po/fi.po: fix \\apply strings.
7478         * lily/parser.yy (open_event): warn for prefix articulations.
7480 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7482         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7483         fix also on parmesan font.
7485 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7487         * VERSION 1.7.30 released
7489         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7491         * buildscripts/mutopia-index.py (headertext): rewording
7493 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7495         * scm/new-markup.scm (strut-markup): new markup function.
7497         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7498         space also when no accidental is there.
7500 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7502         * input/les-nereides.ly: Updates.
7504 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7506         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7507         which repeats the tag insertion selected from "Insert tag" menu.
7509 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7511         * lily/all-font-metrics.cc (find_font): load AFM files first only
7512         for feta fonts. This fixes problems with TeXlive and other TeX
7513         distros that include AFM files for the CM fonts. 
7515         * scm/font.scm (qualifiers-to-font-name): remove.
7517         * lily/paper-def.cc: remove get_var.
7519         * input/trip.ly: remove file.
7521         * input/regression/spacing-note-flags.ly (raggedright): remove
7522         stafflinethickness
7524         * input/les-nereides.ly: update to new syntax, cleanups.
7526 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7528         * Documentation/user/refman.itely: Clarify shortest-note problem
7529         of autobeamer.
7531 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7533         * lilypond-mode.el: Add each word to regexps only once.
7535         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7536         is based on the syntax definitions in lilypond.words. Remove all 
7537         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7538         LilyPond->Insert menu is generated by the entries in lilypond.words 
7539         to which have been given a syntax definition.
7541         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7542         \notes, \relative, \score, \simultaneous, \transpose.
7544         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7546         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7548         * lilypond-mode.el: add menu keywords separately.
7550         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7552 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7554         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7555         current ugly installation method for PFA fonts.
7557 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7559         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7560         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7562         * Documentation/user/music-glossary.tely: update legato.
7564 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7566         * lexer-gcc-3.0.patch: Remove.
7568         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7570 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7572         * debian/rules (binary-arch): remove NEWS.
7574 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7576         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7577         stepmake/bin{ many }: polish the `--help's of different scripts;
7578         model taken from the core-utils of Linux.
7580         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7582 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7584         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7586         * flower/libc-extension.cc: idem.
7588         * flower/include/libc-extension.hh: protect against isinf macros.
7590 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7592         * { many }: Use two uppercase letters in LilyPond.
7594         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7596         * VERSION: 1.7.29 released.
7598 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7600         * lily/tie.cc: add TODO comment.
7602         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7604         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7605         linejoins and linecaps. This fixes problems with occasional spikes
7606         on slur/tie endings.
7608         * input/regression/font-name.ly: don't use PS fonts for
7609         compatibility reasons. 
7611         * mutopia/claop.py (accents): update to 1.8
7613         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7615         * Documentation/user/macros.itexi: don't color glossary links.
7617         * Documentation/user/invoking.itexi (Error messages): new section
7619 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7621         * input/regression/font-name.ly: add file.
7623         * scm/document-backend.scm (grob-doc): remove <hr> from
7624         lilypond-internals
7626         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7627         reqd version to 1.6.4 
7629         * lily/font-interface.cc (get_font): bugfix: take font-name from
7630         alist chain too. This fixes font-name override for \markup.
7632 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7634         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7636         * input/test/polymetric-differing-notes.ly: Compile fix.
7638 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7640         * Documentation/user/refman.itely: fixed typo
7642         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7643         before flexa
7645 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7647         * input/test/{ many }: search & fix some typos.
7649 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7651         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7652         images.
7654         * scm/music-functions.scm (make-voice-props-set): set Script /
7655         TextScript dir for polyphony too.
7657         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7658         before clef.
7660         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7662 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7664         * Documentation/user/refman.itely (Percussion): Small
7665         clarifications and fixes.
7667         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7668         threads. This fixes different heads playing simultaneously.
7670 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7672         * Documentation/user/{ many }: increase readability (read through 
7673         User manual from `one big page').
7675 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7677         * input/test/polymetric-differing-notes.ly: add example with
7678         disparate note values.
7680         * input/test/polymetric.ly: rename from poly-metric
7682         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7683         iso. outname.
7685         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7686         G-clef bbox to real char extents. This fixes the G-clef being
7687         offset too much to the right.
7688         document perc clef offset.
7690         WARNING: FONT CHANGED.
7692         * Documentation/user/tutorial.itely (Tutorial): move menu.
7694 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7696         * buildscripts/lilypond-profile.sh (Error): trim error message.
7698         * Documentation/user/invoking.itexi (Invoking the lilypond
7699         binary): add note about path.
7701         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7702         suppresses superfluous spaces.
7704 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7706         * buildscripts/lilypond-profile.sh: Add documentation to error
7707         message.
7709         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7711 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7713         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7714         <mike@ossmann.com>)
7716         * Documentation/bibliography/computer-notation.bib (pages): prune
7717         unscientific language.
7719         * Documentation/user/GNUmakefile: copy unsplit file to
7720         lilypond.html (idem for lilypond-internals).
7722         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7724         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7726         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7728         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7729         fix.
7731 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7733         * Documentation/user/{ various }: bind text snippets with their
7734         examples, e.g. by punctuation: This is an example.
7736 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7738         * ly/performer-init.ly (VoiceContext): Typos.
7740         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7741         builds, leave final-install to toplevel srcdir makefile.
7743         * make/srcdir.make.in (install): New target.
7745 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7747         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7748         This fixes core dump on MIDI output (Simon Weatherill).
7750         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7751         on local-WWW-post.
7753 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7755         * make/lilypond.redhat.spec.in: add dvips to reqs.
7757 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7759         * make/srcdir.make.in (web): Add special web target.
7761         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7762         from inner $(LOOP).
7764         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7766         * stepmake/stepmake/generic-targets.make (www-targets-help):
7767         * GNUmakefile.in (web-install): Install in $(webdir).
7769         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7771         * cygwin/changelog: 
7772         * cygwin/mknetrel: Update.
7774         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7775         (html-doc): Remove (use: web).
7777         * stepmake/stepmake/script-rules.make: 
7778         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7779         Fix $(config_make) dependencies for srcdir build.
7781         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7782         target for srcdir build.
7784         * stepmake/make/stepmake.make: 
7785         * make/srcdir.make.in: 
7786         * GNUmakefile.in:
7787         * make/stepmake.make (config_make): Rename variable (was:
7788         configuration).
7790 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7792         * Documentation/user/internals.itely (Manipulating music
7793         expressions): run lilypond on example too.
7795         * flower/include/libc-extension.hh: move lrint define to
7796         header. bugfix.
7798 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7800         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7801         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7802         do we recurse whole tree?).
7804         * GNUmakefile.in (html-doc): Resurrect.
7806         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7807         obsolete $(package-icon) dependency.
7809 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7811         * Documentation/user/refman.itely (Automatic staff changes):
7812         add seealso 
7814         * Documentation/index.html.in: link to bigpage.
7816         * Documentation/user/tutorial.itely (Tutorial): streamline.
7818         * Documentation/index.html.in: url typo.
7820         * VERSION (PACKAGE_NAME): release 1.7.28
7822         * python/lilylib.py (error_log): remove '/' from name.
7824         * input/regression/pedal.ly: remove; dups input/test/
7826         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7828         * Documentation/index.html.in: python style doco index.
7830         * Documentation/{footer,header}.html.in (src): remove, 
7832         * Documentation/pictures: remove all but lelie-logo.xpm.
7834         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7835         before running makeinfo.
7837         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7838         @code{}
7840 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7842         * input/test/bar-number-regular-interval.ly: rename.
7844         * Documentation/user/*: various fixes. 
7846 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7848         * Documentation/{ many }: polish for update-all-menus. typos.
7850         * po/fi.po: fixes.
7852         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7854         * buildscripts/mutopia-index.py: polish.
7856         * input/regression/{ many }, input/test{ many }: polish texidocs.
7858 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7860         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7861         pedal-style
7863         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7864         iso. edge-widen.
7866         * lily/piano-pedal-engraver.cc (process_music): change from
7867         process_acknowledged ()
7869         * lily/piano-pedal-bracket.cc: new file. Change
7870         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7871         cleaned up.
7873         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7875         * input/regression/tuplets.ly (texidoc): rename file.
7877         * po/fr.po: update
7879         * buildscripts/lilypond-profile.sh: error message if script is not
7880         sourced.
7882         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7883         bracket-flare
7884         (make_bracket): simplify code.
7886         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7887         argument.
7889         * python/lilylib.py (lilypond_version_check): new function
7891         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7893         * scripts/ly2dvi.py (run_lilypond): add version check.
7895         * scripts/lilypond-book.py (option_definitions): typo
7897         * scripts/ly2dvi.py (include_path): typo
7899         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7901         * lily/parse-scm.cc (parse_handler): typo
7903         * Documentation/user/macros.itexi: use @heading for headings.
7905         * Documentation/user/refman.itely: updates, fixes.
7907 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7909         * po/fi.po: add Finnish translations. fixes.
7911         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7913         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7914         from lily/glissando-engraver.cc.
7916 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7918         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7919         for non-first _broken_ bracket.
7921         * Documentation/user/refman.itely: corrections.
7923 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7925         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7926         support of the fingerings.
7928         * po/fr.po: French translation update.
7930         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7931         strings.
7933 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7935         * Documentation/user/introduction.itely: Small fixes.
7937 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7939         * Documentation/topdocs/AUTHORS.texi: polish.
7941 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7943         * Documentation/user/introduction.itely: revise
7945         * Documentation/user/tutorial.itely: reorganise.
7947         * Documentation/topdocs/index.tely: remove.
7949         * Documentation/header.html.in: prune.
7951         * GNUmakefile.in: clean up web building.
7953         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7954         target.
7956 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7958         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7960         * lilypond-mode.el: turn on blink-matching-paren.
7962 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7964         * scm/output-sodipodi.scm (svg-header): Fix typo.
7966 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7968         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7969         fixes a security hole.
7971         * scripts/lilypond-book.py (original_dir): remove temp_dir
7973         * scm/document-translation.scm: use @code tags.
7975 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7977         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7979         * lilypond-mode.el: add a buffer-local post-command-hook to set
7980         context dependent syntax-table after each cursor event. Remove old
7981         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7983         * lilypond-indent.el: update comments.
7985         * Documentation/footer.html.in: add period.
7987 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7989         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7991         * scm/document-translation.scm (document-property-operation): add
7992         @code{} tags.
7994         * VERSION (PACKAGE_NAME): release 1.7.27
7996         * config.make.in: add PAPER variable
7998         * buildscripts/new-chords.py (help): add help text
8000         * Documentation/user/introduction.itely (Typography and program
8001         architecture):  fixes.
8003         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
8004         for texinfo and dvips. This fixes problems with PDF output of the
8005         wrong size.
8007         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
8008         DVIPS_PAPERSIZE variable
8010         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
8011         TEXINFO_PAPERSIZE variable 
8013 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8015         * mf/feta-macros.mf: whoops: only draw lines for test situations.
8017         * mf/feta-toevallig.mf: lowres fixes.
8019 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8021         * NEWS: Typo and fill-paragraph fixes.
8023         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
8024         cast #define.
8026         * configure.in: 
8027         * config.hh.in: Check for lrint.
8029 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8031         * VERSION: 1.7.26 released
8033         * lily/separation-item.cc: add padding property.
8035         * input/test/*.ly: various fixes, remove solo-a2.ly
8037         * scm/new-markup.scm (brew-new-markup-molecule): arg order
8038         bugfix. Fixes old-style markup compatibility.
8040         * Documentation/user/introduction.itely (Introduction): historical
8041         elucidations
8043         * Documentation/user/music-glossary.tely (Top): linewidth fix.
8045         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
8047         * Documentation/index.texi (Top): cleanup.
8049         * Documentation/user/introduction.itely (Introduction): rewrite
8050         introduction, 
8051         (Music notation and  engraving): about notation. Add flat-picture
8053 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8055         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
8056         separation items. This keeps lyrics from bumping into each other.
8058 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8060         * GNUmakefile.in (topdocs-web): New target.
8061         (local-web): Depend on topdocs-web; fixes html-doc.
8063 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8065         * po/lilypond.pot: run po-replace
8067         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
8069         * scm/drums.scm (reset-drum-kit): new function.
8071         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
8073         * scripts/update-lily.py: remove
8075         * VERSION: release 1.7.25
8077         * Documentation/user/introduction.itely (Introduction): rewrite
8078         start of introduction.
8080 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
8082         * lily/all-font-metrics.cc: fixed typo
8084 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
8086         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
8087         LilyPond-mode-context-set-syntax-table): new functions to define
8088         the syntax table according to context.
8090         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
8092 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8094         * Documentation/user/refman.itely (Figured bass): 
8095         language nit courtesy http://www.vocabula.com
8097         * GNUmakefile.in: remove no kpathsea hack.
8099         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
8100         doco.
8102         * GNUmakefile.in: remove web-doc target.
8104         * lily/all-font-metrics.cc (find_afm): add message about
8105         buildscripts/clean-fonts.sh 
8107         * scm/define-music-properties.scm (figure): use string for 'figure
8109         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
8111         * input/regression/ : add raggedright = ##t where applicable. 
8113         * scm/bass-figure.scm (make-bass-figure-markup): add
8114         alignBassFigureAccidentals property.
8116         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
8117         bracket.
8119         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
8120         syllables widths into account for minimum-length.
8122         * input/test/staff-container.ly: update file
8124         * input/test/stem.ly: remove
8126         * lily/event.cc (LY_DEFINE): add ly: prefix.
8128         * input/test/clef-manual-control.ly: from manual-clef
8130         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
8132         * input/test/different-time-signatures.ly: move to poly-metric.ly
8134         * input/test/hara-kiri*,scales.ly: remove
8136         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
8137         with chord-names-jazz.ly)
8139         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
8140         get scalable cm fonts too.
8142         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
8143         --encoding for mftrace if present.
8145         * input/regression/slur-area.ly: move from test/
8147         * input/test/: remove simple-slur-endings slur-attachment
8148         slur-broken-cross-staff slur-broken.ly slur-damping.ly
8149         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
8150         slur-symmetry slur-symmetry tie-broken.ly
8152         * scm/drums.scm (set-drum-kit): add function.
8154         * Documentation/user/refman.itely (Percussion staves): use
8155         set-drum-kit
8157         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
8158         too
8159         (Global_measure.set_timesig): handle 3/8 time sig too.
8161         * scm/output-lib.scm (note-head-style->attachment-coordinates):
8162         note about triangle note heads.
8164         * scm/drums.scm: use alist for instrument-settings. This fixes the
8165         bug with assigning to drums in the .ly file.
8167         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
8168         CHANGED.
8170         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
8171         cluster-beacon-interface
8173         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
8175         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
8177         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
8179         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
8180         to get positions.
8182         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
8183         make ClusterSpannerBeacon to record Y positions. This removes the
8184         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
8185         make cluster-note-events.
8187 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8189         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
8191         * configure.in: Use lily/main.cc as identifying source file.
8193         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
8195         * config.hh.in: 
8196         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
8198         * configure.in: Require PYTHON >= 2.0.
8200         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
8201           $PYTHON for include dir location.
8202         (STEPMAKE_PYTHON): New function.  Use
8204             PYTHON=foo ./configure
8206           to override.
8208 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8210         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
8211         something.
8213         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
8214         ftp.lilypond.org everywhere.
8216 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8218         * lily/text-item.cc (interpret_new_markup): do only if new-markup
8219         detected.
8221         * Documentation/user/refman.itely (Grace notes): note on explicit
8222         contexts
8224 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
8226         * lilypond-font-lock.el: add a comment about LilyPond specific
8227         escape characters: ^, - and _, in the syntax table.
8229         * Documentation/user/appendices.itely: a majuscule fix.
8231 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8233         * input/test/trills.ly (endHorizScript): fixes.
8235         * input/test/chord-names-jazz.ly: merge in alternate Jazz
8236         notation, move from regression.
8238         * input/test/script-stack.ly: change name from stacked-scripts
8240         * input/test/ossia.ly: octave errors.
8242         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
8243         for midi-volume-equaliser
8245 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8247         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
8248         cm fonts.
8250         * mf/feta-beugel.mf: don't multiply font_count by 10.
8252         * lily/lookup.cc (horizontal_line): new function. Use
8253         horizontal-line in output backends.
8255         * Documentation/user/tutorial.itely (An orchestral part): new
8256         section on orchestral stuff and identifiers.
8258 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
8260         * lilypond-mode.el: comment-out paren-highlighting, it still causes
8261         some interference to other modes.
8263 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8265         * lily/spacing-spanner.cc (musical_column_spacing): use average,
8266         not maximum of spacing wishes in polyphonic situations.
8268         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
8269         number
8271         * lilypond-indent.el: remove paren matching. 
8273         * lily/text-item.cc (interpret_new_markup): new function
8274         use iso. text2molecule.
8276         * lily/main.cc (notice): change FSF address 
8278         * po/de.po: update PO file to 1.6.
8280 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
8282         * Documentation/user/ {many}: Add periods and remove spaces.
8284 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
8286         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
8287         Disable buffer-locally default paren hook and make a new one. 
8289         * lilypond-mode.el: Turn off locally paren-mode, but turn on
8290         locally LilyPond-paren-mode. Add todo for mouse double-click.
8292 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
8294         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
8295         Disable buffer-locally default paren idle timer and make a new one. 
8297         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
8298         locally LilyPond-show-paren-mode. Add to menu a toggle for
8299         LilyPond-show-paren-function.
8301 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8303         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
8305 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
8307         * Documentation/user/refman.itely: spelling fix.
8309         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
8310         paren highlight function definitions. add todo for
8311         LilyPond-show-paren-mode.
8313 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8315         * input/template/jazz-combo.ly: new file.
8317 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8319         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
8320         lo-res fixes.
8322         * mf/feta-schrift.mf: bugfix in varcoda sign.
8323         WARNING: FONT CHANGED
8325         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
8326         in accordance with lexer.ll.   
8328 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8330         * Documentation/user/tutorial.itely: Edit introduction.
8332 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8334         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
8335         ly:grob-staff-position
8337 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8339         * scm/to-xml.scm: import srfi-1
8341         * VERSION (MAJOR_VERSION):  release 1.7.24
8343         * python/lilylib.py (make_ps_images): make multipage _really_ work.
8345         * scripts/lilypond-book.py (do_file): put texidoc before image.
8346         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
8348         * input/regression/*.ly: fix snippet octaves 
8350         * input/test/spanner-after-break-tweak.ly: import
8351         broken-spanner-adjustment
8353         * input/no-notation/midi-transposing.ly: move from input/test/
8355         * input/test/: remove chord-markup
8357         * input/regression/instrument-name-partial.ly: move from input/test.
8359         * input/test/vertical-text.ly: remove
8361         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
8362         space above lyrics lines.
8364         * input/test/uniform-breaking.ly: remove file.
8366         * lily/gourlay-breaking.cc (combine_demerits): add comment about
8367         uniform spacing density. 
8369         * input/test/chords.ly (keys): remove file.
8371         * scm/documentation-lib.scm (oop): use srfi-1 too.
8373         * input/regression/*.ly: add \version
8375         * Documentation/user/*.itely: various fixes.
8377         * buildscripts/mf-to-table.py (base): break table every three
8378         symbols.
8380         * input/:  remove %% new-chords-done %% .
8382         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8383         os-music.ly
8385 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8387         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8389         * scm/new-markup.scm (box-markup): new function.
8390         (box-markup): new function. Contributed by Dick Schoeller
8391         <schoeller@attbi.com>
8393         * scm/lily.scm: remove reduce-no-unit 
8394         (list-insert-separator): use fold-right
8396         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8397         of arguments. 
8399         * NEWS: more neutral language for ancient notation 
8401         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8402         inside pointing beaming for chord tremolo.
8404         * Documentation/user/lilypond-book.itely: minor editing
8406 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8408         * NEWS: added news for 1.8 regarding ancient notation
8410         * Documentation/user/refman.itely (Gregorian square neumes
8411         ligatures): fixed typo
8413         * lily/vaticana-ligature-engraver.cc,
8414         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8415         lower/upper head of Pes only when heads are stacked
8417         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8418         scm/define-grob-properties.scm: cleanup: make "join-left" a
8419         boolean grob property and save delta pitch in grob property
8420         "delta-pitch" instead
8422         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8424 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8426         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8427         completely borked
8429         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8430         (try_music): bug fix: beam multiplicity was completely borked.
8432         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8433         first-n, butfirst-n in favor of srfi-1 functions.
8434         remove string-join, string-pad in favor of srfi-13 functions.
8436         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8438         * NEWS: use complete sentences.
8440         * Documentation/user/introduction.itely (Example applications):
8441         add note about databases and lilypond-book.
8443         * input/test/volta.ly: remove file
8445         * input/regression/volta-broken-left-edge.ly: simplify file
8447 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8449         * Documentation/user/refman.itely (Constructing a tweak): new
8450         subsection.
8452         * Documentation/user/tutorial.itely (Fine tuning layout): add
8453         common tweaks.
8455         * scm/define-grobs.scm (TextScript): use new brewer.
8457 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8459         * VERSION: release 1.7.23
8461         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8463         * python/lilylib.py (make_ps_images): bugfixes.
8465         * input/regression/volta-multi-staff.ly: new file.
8467         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8469         * Documentation/user/tutorial.itely (Piano staffs): new section.
8470         (Setting variables): new section
8471         (Fine tuning layout): new section
8473         * input/just-friends.ly: remove file. Superseeded by
8474         input/test/chords-without-melody.ly
8476         * ly/property-init.ly: add all commands to refman.
8478         * scm/define-translator-properties.scm: remove
8479         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8481         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8482         name. Underscores botch up PS output.
8484         * scm/define-translator-properties.scm: remove
8485         textNonEmpty, oneBeat, regularSpacingDelta
8487         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8488         rule for automaticBars.
8490         * lily/timing-engraver.cc (start_translation_timestep): change
8491         barNonAuto to automaticBars
8493 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8495         * input/test/perform-tie.ly: delete file.
8497 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8499         * Documentation/user/refman.itely (Gregorian square neumes
8500         ligatures): bugfix: do not show ledger lines in neumes table
8501         (fixed by setting staff symbol to transparent rather than removing
8502         it from staff context)
8504 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8506         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8507         glue into brew-new-markup-molecule.
8509         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8511         * Documentation/user/introduction.itely (Computerized typography):
8512         new section
8514         * Documentation/user/tutorial.itely (An orchestral part): remove
8515         pc example from tutorial.
8517         * input/tutorial/lilbook.tex: use screech-boink
8519         * scripts/lilypond-book.py (compile_all_files): split formatting
8520         output body and scheduling lilypond compilation.
8521         (format_lilypond_output_bodies): new function
8522         (format_lilypond_block): new function
8523         (html_pages): allow multi-page images in HTML
8525         * python/lilylib.py (make_ps_images): rename function from
8526         make_preview, merge with make_page_images
8528 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8530         * input/test/key-clefs.ly: moved to regression.
8532         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8534         * input/no-notation/README: added note about midi-*.ly files.
8536         * input/test/two-key.ly: moved to no-notation/parse5.ly
8538         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8539         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8541         * input/test/ {various}: modified comments, marked some for deletion.
8543         * input/test/lines.ly: deleted file; duplicate of
8544         embedded-postscript.ly
8546         * input/test/mmrest-collision: moved to regression.
8548 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8550         * scm/chord-name.scm (note-name->markup): don't superscript root
8551         alterations in chordnames.
8553 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8555         * Documentation/user/refman.itely (Multi measure rests): more
8556         index/cross-referencing.
8558         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8560         * scm/font.scm: remove properties-to-font-name code.
8562         * scm/define-grob-properties.scm: remove 'type
8564         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8565         conversion
8567         * lily/text-spanner.cc: change 'type grob prop to 'style 
8569         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8570         "first" flag to decide whether to make a start-repeat
8572         * input/regression/grace-volta-repeat-2.ly: new file.
8574 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8576         * lilypond-indent.el: rename generic functions to LilyPond-*
8578 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8580         * input/test/thumb.ly: delete, merged into refman.
8582         * Documentation/user/refman.itely: added thumb info to Fingering.
8584         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8585         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8586         vertical-align.ly : deleted files.
8588 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8590         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8592         * lily/line-spanner.cc (broken_trend_offset): remove function.
8593         (get_broken_offset): idem.
8594         (brew_molecule): rewrite the line-break case.
8596         * input/regression/follow-voice-break.ly:  new file.
8598         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8599         start of a system.
8601 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8603         * input/test/tuplet-rest.ly: moved to regression.
8605         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8606         deleted file.
8608         * input/test/ {many} : marked file for possible deletion.
8610 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8612         * input/regression/beam-funky.ly: add note about (disputed)
8613         correct beaming.
8615         * ly/engraver-init.ly (ScoreContext): put key-signature after
8616         staff-bar
8618 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8620         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8622         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8624         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8626         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8627         stem-extend was deleted (it was duplicate example, and not as
8628         good).
8630         * input/test/[s-z]*.ly: add texidoc index.
8632 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8634         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8635         get_first_notecolumn_y
8637         * lily/spanner.cc (broken_spanner_index): new function.
8639 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8641         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8642         lyric-hyphen.ly : moved to regression.
8644         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8645         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8647         * input/test/instrument-name-mmrest.ly: moved to
8648         ../regression/multi-measure-rest-instr-name.ly
8650         * input/test/knee-sym.ly: moved to
8651         ../regression/beam-knee-symmetry.ly.
8653         * input/test/hymn.ly: change comments.
8655         * input/test/[p-r]*.ly: add texidoc index.
8657 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8659         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8660         to postfix syntax
8662         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8663         syntax.
8665         * VERSION: release 1.7.22
8667 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8669         * input/test/[h-k]*.ly: added texidoc index.
8671         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8673         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8675         * input/test/ various : mark files for deletion or moving to
8676         regression.
8678         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8680         * input/test/[l-o]*.ly: added texidoc index.
8682 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8684         * scm/music-functions.scm (make-ottava-set): 
8685         only do ottavation if centralCPosition is set.
8687         * lily/translator-scheme.cc (ly:context-property-where-defined):
8688         return '() if not found.
8690 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8692         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8693         Use one command for both commenting and uncommenting.
8695         * lilypond-indent.el (LilyPond-comment-region): new function,
8696         (un)comments each line separately.
8698         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8700         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8701         imenu is not added by default; adapted from f90.el,
8702         makes Help-menu, which does not fit, visible in XEmacs.
8704 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8706         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8707         show-paren-mode sets blink-matching-paren-on-screen local.
8708         Try to make show-paren-function to paren-highlight local.
8710         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8711         Copy definitions of Emacs' show-paren-function and
8712         XEmacs' paren-highlight and make minimal changes;
8713         add comments about locality. 
8714         Fix matching first open-paren-char in '<< .. >>'.
8716 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8718         * input/test/g*: added texidoc index.
8720         * input/test/[a-g]*: added raggedright==#t when it
8721          seemed appropiate.
8723         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8725         * Documentation/topdoc/INSTALL.texi: removed false warnings
8726         about gcc 3.3.
8728 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8730         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8732         * input/test/chords-without-melody.ly (texidoc): add from
8733         input/just-friends.ly
8735         * input/regression/size{13--26}.ly: move from input/
8737         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8738         input/{star-spangled-banner,twinkle}.ly: remove 
8740         * lily/slur.cc: remove slur over rest warnings.
8742         * lily/note-spacing.cc (get_spacing): include left part of right
8743         object in fixed space. This fixes stretched space before
8744         accidentals.
8746         * input/regression/spacing-accidental-stretch.ly: new file.
8748 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8750         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8751         Reduce to 16pt.
8753 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8755         * input/regression/spacing-knee.ly: docstring
8757         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8759         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8760         input/tutorial/{test,solar,flowing}.ly: remove
8762         * input/rhythm.ly: remove
8764         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8766         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8767         update syntax. 
8769         * scm/define-grobs.scm (all-grob-descriptions): set
8770         knee-spacing-correction to 1.0
8772         * lily/note-spacing.cc (stem_dir_correction): compute knee
8773         correction using stem-thickness and head width.
8775         * input/regression/beam-quanting-horizontal.ly: update texidoc
8777         * scm/define-grobs.scm (all-grob-descriptions): set
8778         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8779         This fixes 32nd beams for noteheads in spaces quants.
8781         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8783 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8785         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8787 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8789         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8791         * VERSION (PACKAGE_NAME): release 1.7.21
8793         * input/regression/stem-shorten.ly: new file.
8795         * lily/stem.cc (get_default_stem_end_position): revise stem
8796         shortening code.
8798         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8800         * input/test/{scripts,volta-start,sleur}.ly: remove
8802         * input/regression/span-bar.ly: smaller file.
8804         * input/regression/spacing-{natural,tight,loose}.ly: remove
8806         * input/test/markup.ly: remove
8808         * scripts/lilypond-book.py: put printfilename in separate chunk,
8809         so texidoc is printed after the filename.  
8811 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8813         * make/lilypond.mandrake.spec.in: fix docdirs.
8815 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8817         * input/regression/beam-french.ly: bugfix.
8819         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8821         * input/regression/(various).ly: add raggedright = #t.
8823         * input/regression/auto-beam.ly: move from abe.ly
8825 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8827         * input/test/f*.ly: added texinfo index.
8829         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8831 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8833         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8834         quant penalty for beam just outside staff.
8836         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8837         from beam-pos.ly,  remove non-horizontal tests. 
8839         * input/test/(various): cleanup header info. 
8841         * input/test/tchaikovsky.ly: remove file.
8843         * scm/chord-generic-names.scm: move from
8844         double-plus-new-chord-name.scm
8846         * input/test/orchestscore.ly: remove file
8848         * Documentation/user/refman.itely (Vocal music): update documentation.
8850         * scm/define-translator-properties.scm (chordNoteNamer): remove
8851         chordNameStyle, use chordNameFunction
8853         * scm/chord-name.scm (set-chord-name-style): remove
8854         set-chord-name-style. Use \property chordNameFunction.
8856 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8858         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8859         music): remove @TeX{} command.
8861 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8863         * lilypond-indent.el (scan-sexps): Renamed to
8864         aargh-this-breaks-other-emacs-modes-scan-sexps.
8866 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8868         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8869         closing slurs: '()', etc. Add comments.
8871         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8873         * lilypond-font-lock.el: match unending string at eof.
8875         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8877 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8879         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8880         input/test/beam-dir.ly input/test/beam-position.ly    
8881         input/test/beam-suspect.ly input/test/beam-trend.ly    
8882         input/test/beams.ly input/test/crescendo-text.ly : deleted
8883         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8884         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8885         * input/test/default-bars.ly: moved to bar-always.ly
8886         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8888 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8890         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8892 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8894         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8896 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8898         * lilypond-indent.el: Match better slurs in scheme expressions.
8899         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8901         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8903 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8905         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8907         * input/ac-extra-voice.ly: Add texidoc.
8909         * ly/chord-modifiers-init.ly: 
8910         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8911         and chordNameExceptionsPartial for new chord names.
8913         * input/test/chord-names-dpnj.ly: 
8914         * input/test/dpncnt.ly: Update.
8916         * scm/chord-name.scm: 
8917         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8918         chord selection and options.
8920         * ly/chord-modifiers-init.ly: Add exceptions 
8922         * scm/define-translator-properties.scm (chordNameStyle) 
8923         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8925 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8927         * ly/property-init.ly (germanChords): Added.
8928         (semiGermanChords): Added.
8930         * input/test/chord-names-german.ly: Use new macros
8932 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8934         * lilypond-indent.el: Use similar parenthesis highlighting for 
8935         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8936         functions; removed LilyPond-show-paren-function. Fix indenting.
8937         Turn paren-matching on also in XEmacs.
8939         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8940         as needed by parenthesis highlighting functions (in scan-sexp).
8942 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8944         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8945         function.
8946         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8948 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8950         * lilypond-indent.el: tune regexp for show-paren-function.
8952 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8954         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8955         for all LilyPond-produced tex snippets.
8957         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8958         fixes one line --preview output of ly2dvi.
8960 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8962         * lilypond-indent.el: match only one type of slurs in
8963         LilyPond-show-paren-function.
8965 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8967         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8968         * debian/lilypond1.7.dirs: 
8969         * debian/lilypond1.7-doc.dirs: New file.
8971         * input/regression/chord-name-exceptions.ly: Add parameter for
8972         ignatzekExceptions.  Quote hash in docstring.
8974 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8976         * lilypond-indent.el (show-paren-function): define show-paren-function
8977         as LilyPond-blink-matching-open and use it for closing parens.
8978         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8980         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8981         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8982         LilyPond-blink-matching-paren in order to match both open and close
8983         brackets.
8985 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8987         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8988         testing by modifying the code from FSF Emacs paren.el. Add comments.
8990 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8992         * input/test/dpncnt.ly: Transpose example to match new
8993         default \chords octave.  Add comment.
8995         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8996         comment about octave change.
8998 2003-06-04  Graham Percival  <gperlist@shaw.ca>
9000         * input/test/[d,e]: added texinfo index tags.
9001         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
9003 2003-06-04  Graham Percival  <gperlist@shaw.ca>
9005         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
9007 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
9009         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
9010         as in blink-matching-open.
9012 2003-06-03  Graham Percival  <gperlist@shaw.ca>
9014         * input/test/[a-c]: more comments in files.
9015         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
9016         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
9017         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
9018         mark file for proposed deletion.
9019         * input/test: renaming files:
9020         auto-beam-4-8.ly to beam-auto-4-8.ly
9021         auto-beam-override.ly to beam-auto-override.ly
9022         auto-beam.ly to beam-auto.ly
9023         blank.ly to blank-paper.ly
9024         absolute-volume.ly to dynamic-absolute-volume.ly
9026 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9028         * input/test/dpncnt.ly: 
9029         * input/test/chord-names-dpnj.ly: Resurrect.
9031         * lily/my-lily-lexer.cc: Remove chordnames keyword.
9033         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
9035         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
9036         Better docstring, add parameter OMIT-ROOT, tidy up.
9038 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
9040         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
9042 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9044         * scm/output-ascii-script.scm (as-font-alist-alist):
9045         (as-properties-to-font-name):
9046         (as-make-style-sheet): Remove.
9048         * scm/font.scm (as-make-font-list): New function.
9049         (as-font-sheet-alist): New variable.
9051         * ly/paper-as9-init.ly: 
9052         * ly/paper-as5-init.ly: Update.
9054         * ly/paper-as5.ly:
9055         * ly/paper-as9.ly: New file.
9057 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9059         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
9061 2003-05-28  Graham Percival  <gperlist@shaw.ca>
9062         * input/sondag-morgen/*: removed due to copyright concerns.
9063         * input/[a,b]*.ly: added a newline at the end of the texinfo
9064         doc string (produces better output in HTML version).
9065         * input/c*.ly: added texinfo index and added comments to
9066         aid in future changes to input/test/ files.
9068 2003-05-28  Graham Percival  <gperlist@shaw.ca>
9070         * Documentation/user/refman.itely: fixed build problem (missing
9071         file) caused by previous renaming.
9073 2003-05-28  Graham Percival  <gperlist@shaw.ca>
9075         * input/test/[a,b]*.ly: added texinfo index and added comments to
9076         aid in future changes to input/test/ files.
9077         * input/test/bar-number-every-5-reset.ly: renamed to
9078         bar-number-every-five-reset.ly
9079         * input/test/bar-script-visibility.ly: renamed to
9080         bar-number-show-all.ly
9082 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9084         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
9085         to Voice.
9087         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
9088         out note-line and glissando functionality.
9090         * lily/line-spanner.cc (brew_molecule): cleanup.
9092 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9094         * scripts/as2text.scm: Use rdelim module.
9095         (start-system): Rename from start-line.
9096         (stop-system): Rename from stop-line.
9097         (af-gulp-file): Use string iso symbol for getenv.
9099         * scm/output-ascii-script.scm: Add guile and lily modules.
9100         (font-name-alist): New variable.
9101         (draw-line): New function.
9103         * scm/output-lib.scm (func, arg->string): Re-add from archive.
9104         (Were these silently removed, without ChangeLog entry?)
9106 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9108         * scm/music-functions.scm (make-ottava-set): bugfixes: also
9109         process 2nd ottava correctly.
9111 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
9113         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
9115 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9117         * Documentation/user/converters.itely (Invoking midi2ly): Update.
9119 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9121         * VERSION: release 1.7.20
9123         * lily/text-spanner.cc (brew_molecule): clean up function. This
9124         fixes bugs with broken 8va spanners.
9126         * lily/simple-spacer.cc (solve): also compute force for raggedright.
9127         This prevents spurious line-breaks with raggedright
9129 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9131         * lily/key-performer.cc (create_audio_elements): always use major
9132         key
9134         * Documentation/user/internals.itely: updates
9136         * input/regression/beam-break.ly: new file.
9138         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
9139         beams if starting or terminating stems have 'beaming set.)
9141         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
9142         property.
9144         * lily/parser.yy (verbose_command_req): add comment about scales.
9146 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
9148         * lilypond-indent.el: adjust regexps in bracket-matching.
9150 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
9152         * Documentation/user/refman.itely: more tiny fixes
9154         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
9155         "Chord names"; added table with input syntax for solesmes neumes
9156         table; added some words about rationale on input syntax design
9158         * lily/gregorian-ligature-engraver.cc,
9159         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
9160         lily/include/gregorian-ligature.hh: bugfix: horizontal head
9161         alignment of Pes Initio Debilis
9163         * Documentation/user/refman.itely,
9164         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
9165         mf/parmesan-heads.mf: fixed most of the head selection/alignment
9166         bugs in the solesmes neumes table
9168 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
9170         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
9171         Similarly, match '[' and ']' by skipping '\[' and '\]'.
9173         * lilypond-mode.el: fix tag-score. small improvements.
9175 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9177         * .cvsignore: Add aclocal.m4.
9179         * lily/music-constructor.cc: Include <assert.h>.
9181 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9183         * ly/engraver-init.ly (HaraKiriStaffContext): use
9184         RemoveEmptyStaffContext instead.
9186         * Documentation/user/refman.itely: updates
9188 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
9190         * Documentation/user/refman.itely: added solesmes neumes table;
9191         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
9192         bugfix: "Ornaments" -> "Articulations"
9194         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
9196 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9198         * lilypond-indent.el: Add a message about trying to match \] or \).
9200 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
9202         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
9203         obsolete "arithmetic_*"
9205         * input/bugs/ligatures.ly: removed (will be put into a different
9206         directory later)
9208 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9210         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
9211         libkpathsea (Maurizio Tomasi).
9213 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9215         * input/regression/repeat-slash.ly (texidoc): new file
9217         * lily/slash-repeat-engraver.cc (try_music): new file, handle
9218         slash repeats separately. Slash repeats and %
9219         repeats can now be nested.
9221 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9223         * lilypond-indent.el: Add preliminary test for closing \] and \).
9225 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
9227         * lily/gregorian-ligature-engraver.cc,
9228         lily/vaticana-ligature-engraver.cc,
9229         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
9230         mf/parmesan-heads.mf: various semivocalis related bugfixes
9232         * input/bugs/ligatures.ly: new file demonstrating problems with
9233         ligatures
9235 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
9237         * lilypond-mode.el,
9238         lilypond-font-lock.el,
9239         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
9241 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
9243         * lilypond-mode.el: Remove outdated code. Stress the difference 
9244         between Emacs and XEmacs definitions.
9246         * lilypond-mode.el,
9247         lilypond-indent.el: Define a function interactive only when necessary.
9249 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
9251         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
9252         Use inactive regions also in XEmacs.
9254 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9256         * Documentation/user/refman.itely (Repeat syntax): more updates
9258         * lily/simple-spacer.cc (solve): move solution process into
9259         solve(). This fixes a bug with collisions and raggedright = ##t.
9261         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
9263         * ly/engraver-init.ly: remove GraceContext. Update examples.
9265 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9267         * GNUmakefile.in (fonts): Also make fontball.
9269         * Website fixes:
9271         * ly/engraver-init.ly (GraceContext): Add.
9273         * run:
9275             convert-ly $(find . -name *.ly)
9277         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
9278         new chords.
9280 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9282         * VERSION: 1.7.19 released
9284         * scm/music-functions.scm (set-octavation): new function.
9286         * input/regression/ottava.ly: new file
9288         * lily/translator-scheme.cc (LY_DEFINE): new function
9289         ly:unset-context-property
9290         (LY_DEFINE) new function ly:context-property-where-defined: 
9292 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
9294         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
9296         * lilypond.words: add few.
9298         * input/test/script-chart.ly: fix typo.
9300 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9302         * scm/define-grobs.scm: uniform naming for definitions and output
9303         routine files. 
9305         * ly/engraver-init.ly (ChoirStaffContext): add \description from
9306         scm/context-description.scm
9308         * lily/parser.yy (translator_spec_body): add \description to the
9309         \translator{} body syntax.
9311         * lily/ottava-engraver.cc: new file.
9313         * scm/chord-name.scm (natural-chord-alteration): replace old
9314         chord stuff. 
9316         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
9318         * Documentation/user/refman.itely (Metronome marks): update doco.
9320         * input/regression/markup-note.ly: new file
9322         * input/regression/metronome-marking.ly: new file
9324         * lily/metronome-engraver.cc: new file. Print \tempo markings.
9326         * scm/new-markup.scm (note-markup): make a note glyph, useful for
9327         metronome marks.
9329 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9331         * Documentation/user/GNUmakefile: Compatibility fix for new
9332         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
9333         for making binary packages; info splitting bug has been fixed.
9335         * Documentation/user/refman.itely: Compile fixes.
9337 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
9339         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
9340         Count \midi -keywords also for a region.
9342 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9344         * lily/lookup.cc (LY_DEFINE): new function
9346         * Documentation/user/tutorial.itely: updates
9348 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
9350         * lilypond-mode.el: Allow Midi on buffer.
9351         Use only '.ly'-extension, remove '.sly' and '.fly'.
9352         Allow use of inactive regions. Invoke next Command on Master file, 
9353         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
9355 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9357         * Documentation/user/tutorial.itely: updates.
9359 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
9361         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
9363 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
9365         * lily/coherent-ligature-engraver.cc: fixed typo
9367         * lily/coherent-ligature-engraver.cc,
9368         lily/gregorian-ligature-engraver.cc,
9369         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9370         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
9371         lily/vaticana-ligature-engraver.cc,
9372         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
9373         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9374         removed all ligature specific stuff from NoteHead code
9376         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9377         ligatures now use regular noteheads
9379         * lily/vaticana-ligature.cc: tiny code cleanups
9381         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9382         space between two adjacent noteheads of the same pitch
9384         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9385         description; cleanup: removed obsolete font-family settings
9387 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9389         * lily/coherent-ligature-engraver.cc,
9390         lily/gregorian-ligature-engraver.cc,
9391         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9392         lily/mensural-ligature-engraver.cc,
9393         lily/vaticana-ligature-engraver.cc,
9394         lily/include/gregorian-ligature-engraver.hh: updated for new
9395         Coherent_ligature_engraver; added comments that describe the basic
9396         design ideas of the ligature implementation
9398         * lily/coherent-ligature-engraver.cc,
9399         lily/include/coherent-ligature-engraver.hh: new file: shared code
9400         between mensural ligatures and Gregorian chant notation ligatures
9402 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9404         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9405         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9406         use only two arguments in sit-for, use no arguments in
9407         read-char-exclusive, backspace is not a character (127) in XEmacs.
9409         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9411 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9413         * lilypond-mode.el: un-commenting works after syntax-table fix.
9415         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9416         group, verbose commenting for syntax table.
9418         * lilypond-indent.el: add TODO for ligature slurs.
9420 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9422         * lilypond-mode.el: Move comments of parenthesis matching away,
9423         (blink-matching-paren-on-screen) fix blinking in Emacs.
9425         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9426         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9428         * lilypond-indent.el: Add TODO for parenthesis matching.
9430 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9432         * lilypond-mode.el: Fix XEmacs: 
9433         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9434         invoke explicitly easy-menu-add (in Emacs done automatically).
9436         * lilypond.words: Add few words from input/*/*.ly.
9438 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9440         * VERSION (PATCH_LEVEL): release 1.7.18
9442         * scripts/lilypond-book.py: only print basename for printfilename
9443         option
9445         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9446         and syntax updates.
9448 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9450         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9451         better parametrisation. Move fatness of bulb downward.
9453         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9454         glyph names. Underscores are not allowed .ps encoding files.
9456 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9458         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9459         variable "packed" for packed right-ragged mode
9461         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9462         unused variable ragged; fixed indentation
9464         * Documentation/user/refman.itely: tiny cleanups in ancient
9465         clef and custos section
9467 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9469         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9470         \applyoutput PROCEDURE
9472         * lily/my-lily-lexer.cc: add \applyoutput.
9474         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9476         * lily/text-item.cc: clean text-interface description
9478 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9480         * input/{regression,test}/: use postfix for slur endings and beam
9481         begins.
9483         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9484         style beams too. 
9486         * input/regression/lyrics-melisma-beam.ly: new file.
9488         * lily/lyric-engraver.cc (process_music): change from
9489         process_acknowledged_grobs()
9491         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9492         functions to set and revert auto-beam settings.
9494 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9496         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9498 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9500         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9501         Documentation/user/lilypond.tely: fixed some typos; updated author
9502         info
9504         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9505         #"" -> #'flag-style = #'()
9507         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9508         cleanup: removed dead #includes
9510         * lily/gregorian-ligature-engraver.cc,
9511         lily/include/gregorian-ligature.hh,
9512         scm/grob-property-description.scm: small cleanups, small spacing
9513         fixes
9515         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9516         lily/vaticana-ligature.cc,
9517         lily/include/gregorian-ligature-engraver.hh,
9518         scm/grob-property-description.scm, scm/music-types.scm:
9519         "porrectus" -> "pes or flexa"
9521         * ly/engraver-init.ly, scm/grob-description.scm,
9522         scm/grob-property-description.scm: junked porrectus, now handled
9523         by ligature code
9525         * scm/grob-description.scm: bugfix: added space-alist entry for
9526         breathing sign/custos
9528 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9530         * Another grand 2003 update.
9532         * Remove mentioning of `mudela'; There's no such thing.
9534 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9536         * Documentation/user/preface.itely (Preface to version 1.8): update
9538         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9540         * Documentation/user/converters.itely (Invoking convert-ly): revise
9542         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9544         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9546 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9548         * Documentation/user/internals.itely: more updates.
9550 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9552         * Documentation/user/refman.itely: revise 
9554         * Documentation/user/internals.itely: revise
9556         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9558 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9560         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9561         beautification: reformatted ancient clefs section; cleanup: small
9562         wording fixes
9564 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9566         * lilypond.words: added words for chant notation, sorted
9567         alphabetically through "sort lilypond.words"
9569 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9571         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9572         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9573         chant notation
9575 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9577         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9578         prevent TeX from interpreting them as long dash
9580         * input/test/vaticana.ly: updated
9582         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9583         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9584         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9585         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9586         fixes
9588         * mf/parmesan-heads.mf: ledger endings: removed dead code
9590 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9592         * VERSION: 1.7.17 released
9594         * Documentation/user/GNUmakefile
9595         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9596         files too.
9598         * scm/document-markup.scm: new file: document all markup
9599         functions.
9601         * scm/documentation-generate.scm: rename all documentation modules
9602         to document-*.scm
9604         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9605         .png
9607         * input/test/divisiones.ly: added
9609         * input/regression/output-property.ly: new file
9611         * lily/cluster.cc: change cluster-interface to use style property
9613 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9615         * input/test/chord-names-german.ly: modified.
9617         * scm/chords-ignatzek.scm:
9618           chord-name->german-markup: Added
9619           note-name->german-markup: Changed (now producing lowercase notenames)
9621         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9623 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9625         * scripts/convert-ly.py (FatalConversionError.conv):
9626         divisiominima -> divisioMinima, etc.
9628         * ly/engraver-init.ly (FiguredBassContext): add
9629         Separating_line_group_engraver to Figured bass context.
9631         * ly/german-chords-init.ly: remove file
9633         * input/test/chord-names-german.ly (scm): new file.
9635         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9637         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9638         Chord_name_engraver
9640         * Documentation/user/refman.itely: lots of updates.
9642         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9643         new file
9645         * input/test/bar-number-every-5-reset.ly: new file.
9647 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9649         * input/regression/chord-name-major7.ly: new file
9651         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9652         if specced explicitly.
9654         * input/regression/chord-name-entry-11.ly: new file.
9656         * input/test/slur-beautiful.ly: new file.
9658         * Documentation/user/refman.itely: updates.
9660         * input/regression/collisions.ly (threevoice): cleanup.
9662         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9664 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9666         * Documentation/user/*.itely: various updates.
9668         * ly/spanners-init.ly: enddecr/ endcr.
9670         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9671         of tutorial
9673 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9675         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9677         * lily/new-chord-name-engraver.cc (process_music): use octavation
9678         (a number) instead of original-pitch to store inversions. This
9679         fixes a problem with transposed chords with inversions.  
9681 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9683         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9684         used in includable-lexer.hh.
9686         * lily/includable-lexer.cc: Bugfix: include config.h.
9688         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9689         circumvention of Debian packaging bug.
9691 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9693         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9695         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9697         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9698         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9700         * lily/include/includable-lexer.hh: 
9701         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9703         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9705         * aclocal.m4: Regenerate.
9707         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9708         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9710         * scm/pdf.scm (use-modules): Include lily.
9712         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9713         Noordkamp).
9714         (use-modules): Include lily.
9715         (lily-def): Bugfix: include tex-val in let.
9717 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9719         * lilypond-mode.el: sensible error if lilypond.words not found.
9721         * lilypond.words: add few words.
9723 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9725         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9727         * mf/parmesan-scripts.mf: fixed typo in char name
9729 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9731         * VERSION: 1.7.16 released
9733         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9734         (this is a security vulnerability).
9736         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9738         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9739         add staff support.
9741 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9743         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9744         ly/script-init.ly, scm/script.scm: bugfix: renamed
9745         fermata->signumcongruentiae to fix naming clash with feta font
9747 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9749         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9751         * lily/multi-measure-rest-engraver.cc
9752         (start_translation_timestep): use grace timing too for determining
9753         when to make mmrest.
9754         (start_translation_timestep): clear numbers too.
9756 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9758         * scm/music-types.scm: compile fix: escape braces
9760         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9761         work around font selection problem
9763         * Documentation/user/refman.itely: BreathingSign: added docu for
9764         property "text"
9766 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9768         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9769         information.
9771 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9773         * lily/multi-measure-rest-engraver.cc (class
9774         Multi_measure_rest_engraver): make multiple Number objects, one
9775         for each MultiMeasureTextEvent.
9777         * scm/music-functions.scm (glue-mm-rest-texts): use
9778         MultiMeasureTextEvent
9780         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9782         * Documentation/user/refman.itely (Multi measure rests): update.
9784 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9786         * lily/ly-module.cc (ly_copy_module_variables): use
9787         scm_internal_hash_fold() for iterating modules.
9789 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9791         * Documentation/user/refman.itely: Section Custodes: added more
9792         example code
9794         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9795         neo-mensural rests to parmesan font
9797         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9798         header
9800 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9802         * Documentation/user/macros.itexi: @fileref macro.
9804         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9805         each file. 
9807 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9809         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9810         Documentation/topdocs/AUTHORS.texi: updated my email address
9812         * Documentation/user/refman.itely: updated custos documentation;
9813         beautified divisiones example; beautified articulations table
9815         * lily/breathing-sign.cc: bugfix: finalis molecule
9817 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9819         * Documentation/user/refman.itely: added docu for
9820         contemporary fermata symbols, gregorian breathing signs; small fixes
9822         * ly/gregorian-init.ly: removed obsolete #'type props
9824 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9826         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9827         minimum-length property correctly.
9829 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9831         * scm/music-functions.scm (make-multi-measure-rest): set input
9832         locations for multimeasure rests.
9834 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9836         * input/regression/breathing-sign.ly: updated to for ancient
9837         notation
9839 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9841         * scripts/ly2dvi.py: Add newline.
9843 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9845         * scripts/ly2dvi.py (dependency_files): Compile fix.
9847 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9849         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9850         (make_html_menu_file): --html menu. 
9852 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9854         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9856 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9858         * input/screech-boink.ly: new file.
9860 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9862         * scripts/lilypond-book.py (make_lilypond_file): convert
9863         lilypond-file to lilypond block directly, without going through
9864         begin/end lilypond text.
9867 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9869         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9870         scm/grob-description.scm: moved Michael's original breathing sign
9871         code in brew_molecule() to divisio_minima(); provided new
9872         brew_molecule() that effectively replaces the
9873         Text_item::brew_molecule callback (with additional fallback to
9874         Michael's original code); added callbacks for brewing divisio
9875         maior/maxima and finalis
9877         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9878         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9880         * script-init.ly: added shortfermata, longfermata,
9881         verylongfermata, varcoda
9883         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9884         longfermata, verylongfermata, varcomma, varcoda
9886 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9888         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9889           Remove all noquote and insert a few quote.
9891         * Documentation/user/lilypond-book.itely (Music fragment options),
9892           scripts/lilypond-book.py: Don't include quotation blocks by
9893           default. Introduce option quote instead of noquote
9895 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9897         * VERSION: 1.7.15 released
9899         * Documentation/user/lilypond.tely: omf updates.
9901         * buildscripts/texi2omf.py (omf_vars): include version.date
9903         * make/lilypond.redhat.spec.in: fixes for spec file. 
9905         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9906         by function definition: lily now requires a recent GNU Make.
9908         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9909         writing.
9911         * make/ly-rules.make: remove .ly -> .tex rule
9913         * Documentation/user/refman.itely (Figured bass): revised figured
9914         bass example.
9916 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9918         * stepmake/stepmake/omf-targets.make (local-install): add
9919         scrollkeeper-update message.
9921         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9922         to binary.
9923         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9925         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9927         * Documentation/user/converters.itely (Invoking midi2ly): add
9928         track/channel notice.
9930 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9932         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9934         * lily/parser.yy (scalar): DIGIT is also a scalar.
9936         * Documentation/user/music-glossary.tely: add @omf tags
9938         * Documentation/user/lilypond.tely: add @omf tags
9940         * scm/generate-documentation.scm (string-append): add @omf tags.
9942         * stepmake/stepmake/omf-*: new files 
9944         * input/regression/multi-measure-rest.ly (texidoc): add doco
9946         * GNUmakefile.in (web-doc-install): add web-doc-install target
9948         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9949         fixes crashes while dumping MIDI.
9951         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9952         midi
9954 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9956         * buildscripts/texi2omf.py: new file.
9958         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9959         font-name
9961 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9963         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9965         * lily/sequential-iterator.cc (descend_to_child): call
9966         descend_to_child() for all types of music.
9968 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9970         * scm/translator-property-description.scm: Add
9971         bassFigureFormatFunction.  Replace some entries.
9973 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9975         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9976         clean out.
9978 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9980         * scripts/midi2ly.py (Note.dump): never dump duration for
9981         dump_dur=0.
9983         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9984         new function
9986         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9987         figures using new markups. Much simpler, and should improve layout
9988         a little.
9990         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9992 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9994         * ly/engraver-init.ly: use Hara kiri by default for 
9995         ChordNames, FiguredBass and Lyrics(Voice) context. 
9997         * lily/axis-group-engraver.cc (acknowledge_grob): use
9998         rhythmic-grob-interface for selecting items not to hara-kiri'd 
10000         * scm/new-markup.scm (markup-function-list): add bracket,
10001         vbracket.
10003         * ly/engraver-init.ly (ChordNamesContext): set
10004         minimumVerticalExtent
10006 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10008         * input/test/time-signature-double.ly: new file 
10010         * input/regression/collision-head-chords.ly (texidoc): new file.
10012         * lily/type-swallow-translator.cc: add note swallow translator 
10014         * input/test/time-signature-double.ly: new file.
10016         * lily/type-swallow-translator.cc: add Rest_swallow_translator
10018         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
10019         (FiguredBassContext): idem.
10021         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
10023         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
10025         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
10027         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
10028         .afm dependency
10030         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
10032         * python/lilylib.py (make_page_images): add function.
10034         * scripts/ly2dvi.py (run_latex): include title in preview image.
10036         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
10037         from lilypond-book for <ly2dvifile> tags in HTML.
10039         * scripts/ly2dvi.py (option_definitions): add --debug option to
10040         print out environment.
10042         * input/regression/tie-chord-partial.ly: new file.
10044 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
10046         * lilypond.words: add 3
10048 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10050         * scm/new-markup.scm (markup-function-list): add finger-markup
10052         * input/tutorial/brahms-tweaked.ly: new markup 
10054         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
10056         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
10057         crash when processing '() markup
10059         * input/regression/breathing-sign.ly (texidoc): add caesura example.
10061         * lily/breathing-sign.cc (railtracks): another caesura.
10063         * mf/feta-schrift.mf: caesura symbol. 
10065 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10067         * scripts/convert-ly.py (FatalConversionError.conv): add
10068         ly:molecule-XXX conversions.
10070         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
10072         * input/regression/multi-measure-rest-text.ly: new file.
10074         * scm/music-functions.scm (glue-mm-rest-texts): automatically
10075         convert MMREST-TEXT to MultiMeasureRestNumber settings.
10077         * ly/engraver-init.ly (ScoreContext): move tablature settings to
10078         ScoreContext
10080         * scm/new-markup.scm (center-markup): \center markup.
10082         * scm/music-functions.scm: remove pitchify scripts.
10084         * lily/music.cc (print_smob): display music name if available 
10086 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10088         * Documentation/user/refman.itely (Instrument names): remove
10089         \turnOff doco.
10091 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10093         * lily/score.cc (mark_smob): bugfix.
10095         * input/regression/rehearsal-mark.ly: new file.
10097         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
10098         report error at the current token again.
10100 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10102         * cygwin/mknetrel: Exit if doc build fails.
10104         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
10106 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10108         * scm/music-types.scm (music-descriptions): add doc strings
10110 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10112         * lily/lexer.ll: 
10113         * lily/include/my-lily-lexer.hh: 
10114         * lily/include/includable-lexer.hh: Add flex kludge.
10116         * config.hh.in: 
10117         * config.make.in: 
10118         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
10119         cruft.
10121         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
10122         code.
10124 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10126         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
10128         * lily/parser.yy (new_chord): Compile fix.
10130 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10132         * Documentation/user/refman.itely (Tuning groups of objects):
10133         remove documentation for \turnOff. 
10135         * lily/percent-repeat-engraver.cc (try_music): add correct
10136         processing moments for double-measure percents as well.
10138         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
10140         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
10141         grob prop type. 
10143         * Documentation/user/refman.itely (Printing named chords): add
10144         chord name tweak doco.
10146         * input/template/gregorian-transcription.ly: new file.
10148 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10150         * VERSION: 1.7.13 released
10152         * input/test/*: lots of cleanups/comment-outs/removals in chord
10153         examples
10155         * input/regression/*: lots of cleanups/comment-outs/removals in
10156         chord examples
10158         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
10159         options
10161         * lily/new-chord-name-engraver.cc (process_music): give original
10162         inversion pitch to chord name routine.
10164         * input/tutorial/os-score.ly: update to new markup
10166         * Documentation/user/appendices.itely: simply include
10167         chords-ignatzek. 
10169         * Documentation/user/refman.itely (Chords mode): add documentation
10170         for chord mode.
10172         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
10173         not present in chord.
10174         (construct-chord): add inversion and bass support.
10176         * lily/chord.cc: junk contents.
10178 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
10180         * Documentation/user/refman.itely:
10181         * Documentation/user/music-glossary.tely: fix. 
10183 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10185         * scm/chord-entry.scm (construct-chord): move chord construction
10186         to Scheme.
10188         * lily/parser.yy (new_chord): new setup for chord entry.
10190 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
10192         * lilypond.words:
10193         * Documentation/user/music-glossary.tely: add ambitus.
10195 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10197         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
10199         * lily/include/*.hh: string() -> to_string()
10201         * scm/chords-ignatzek.scm: new file.
10203         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
10204         standard chord name exceptions.
10206         * scm/translator-property-description.scm (chordNameSeparator):
10207         add property.
10208         (majorSevenSymbol): add property
10210         * lily/translator-scheme.cc (ly:context-properties): new function
10211         (ly:context-parent): new function.
10212         (print_smob): print context name.
10214         * lily/music.cc (ly:get-music-length): new function
10215         (print_smob): don't print properties.
10217         * lily/duration.cc (duration<?): new function
10219         * input/regression/chords-funky-ignatzek.ly: new file.
10221         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
10222         jazz chords.
10224         * lily/pitch.cc (ly:pitch-diff): new function.
10226         * input/regression/chords-ignatzek.ly: new file.
10228 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10230         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
10231         pitches for jazz chords.
10233 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10235         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
10237 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
10239         * lilypond.words: add 1
10241 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
10243         * Documentation/topdocs/AUTHORS.texi: refine.
10245 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
10247         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
10249         * lilypond.words: add one.
10251 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
10253         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
10254         Fontify bass note in chords, e.g., e in c1/e.
10256 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10258         * Documentation/user/music-glossary.tely: Dutch updates and
10259         additions (Arent Storm).
10261 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10263         * input/regression/ambitus.ly:  move file.      
10265         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
10267         * lily/event.cc (transpose): add tonic property to Key_change_req
10268         and to Key_engraver.
10270 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
10272         * Documentation/user/refman.itely: fix typo.
10274         * lilypond.words: removed wrong identifiers.
10276 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10278         * mf/feta-toevallig.mf: make flat stem shorter 
10280 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
10282         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
10284         * lilypond.words: add from Phrasing slur.
10286 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
10288         * lilypond-mode.el: allow launching multiple ViewPS processes.
10290         * lilypond.words: add from Text markup.
10292 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10294         * input/test/ossia.ly (texidoc): add comment.
10296         * input/regression/voice-follower.ly: new file.
10298         * mf/feta-toevallig.mf: make flat heavier.
10300         * lily/cluster-engraver.cc: clean up Cluster engraver
10302         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
10303         Engraver. Use Note_column to compute Y positions and deal with
10304         line break stuff.
10306 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10308         * lily/stem.cc: move french-beaming to stem.
10310 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
10312         * lilypond-font-lock.el: fontify all durations in chords.
10314         * lilypond.words: add from lily/my-lily-lexer.cc
10316 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10318         * VERSION: release 1.7.12
10320         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
10322         * lily/gregorian-ligature.cc: new file
10324         * lily/*: the Great 2003 search & replace.
10326         * Documentation/user/refman.itely (Manual repeat commands): add
10327         note about font selection.
10329 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
10331         * lilypond-mode.el: propose recompiling midi while invoking playing,
10332         not while stopping playing.
10334 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
10336         * lilypond.words: add one.
10338         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
10339         and expressional note grouping. Fontify chord modes.
10341 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
10343         * Documentation/user/music-glossary.tely (Top): translate melisma.
10345 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10347         * Documentation/user/music-glossary.tely (Top): add melisma.
10349 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
10351         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
10352         interfaces for (abstract) grob GregorianLigature
10354         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
10355         renamed head* -> glyph_name*, x-shift* -> x-offset*
10357         * scm/grob-property-description.scm: bugfix: added missing descriptions
10359 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10361         * input/test/chord-names-dpnj.ly: New file.
10363         * scm/double-plus-new-chord-name.scm: Implement full and partial
10364         exceptions.
10366         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
10368         * scm/double-plus-new-chord-name.scm
10369         (double-plus-new-chord->markup): Fix sub->markup.
10372 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
10374         * lily/custos-engraver.cc: added TODO; editorial changes
10376         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10377         consistency with other ligature engravers; removed access on (now)
10378         private variable _ligature of Ligature_engraver
10380         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10381         renamed last_bound -> last_bound_; issue programming_error on
10382         abstract method calls; moved primitives code from
10383         Mensural_bracket_engraver to here (because almost ligature
10384         engravers will need it); renamed try_stop_ligature () ->
10385         typeset_ligature (); bugfix: store primitives of finished ligature
10386         in separate variable finished_primitives_ to avoid clash on input
10387         like "\] \["; added current_ligature () to enable access on
10388         private variable _ligature
10390         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10391         (now in super class); renamed try_stop_ligature () ->
10392         typeset_ligature ()
10394         * lily/mensural-ligature.cc: issue programming_error on abstract
10395         method calls
10397         * lily/note-heads-engraver.cc: added TODO comment upon bool
10398         in_ligature
10400         * mf/parmesan-heads.mf: fixed some of set_char_box()
10402         * scm/grob-description.scm: added VaticanaLigature
10404         * scm/grob-property-description.scm: added neume prefix properties
10406         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10407         lily/include/gregorian-ligature-engraver.hh,
10408         lily/include/gregorian-ligature.hh: new files; framework for
10409         gregorian ligature engravers such as vaticana
10411         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10412         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10413         vaticana style ligature implementation (still somewhat uncomplete)
10415 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10417         * VERSION: release 1.7.11
10419         * scripts/convert-ly.py: add ly:pitch-transpose rule
10421 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10423         * input/test/dpncnt.ly: New file.
10425         * lily/my-lily-lexer.cc: Add chordnames keyword.
10427         * lily/parser.yy (chordnames_block): Parse chord name exception
10428         lists, see input/test/dpncnt.ly.
10430         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10431         function.
10433         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10434         filter-out too.
10436         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10437         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10438         pitch functions (except for ly:make-pitch, but that's apparently
10439         some sort of scheme naming standard?).
10441         * scm/lily.scm (!=): define-public.
10443         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10445 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10447         * scm/double-plus-new-chord-name.scm
10448         (double-plus-new-chord-name->markup): New file.
10450 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10452         * python/lilylib.py (make_preview): don't suppress progress for
10453         bbox extraction.
10455 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10457         * Documentation/user/appendices.itely (scheme): update for new syntax.
10459         * input/regression/chord-name-styles.ly: new file
10461         * lily/instrument-name-engraver.cc: create instrument names
10462         without barline too.  Allows instrument name on ChordNames  
10464         * scm/new-markup.scm (interpret-markup): allow simple strings as
10465         markup too.
10467 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10469         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10470         (step->markup-accidental): Fix: add accidental.
10471         (chord::inner-name-american): 
10472         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10473         append stray '/' if last superscript addition was 'o'.
10475         * scm/new-markup.scm (normal-size-sub-markup) 
10476         (normal-size-super-markup): New function.
10478         * lily/source-file.cc (Source_file): Add warning for possibly
10479         intentional but suspicious initialization.
10481         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10482         add comments about cut-and-paste programming.
10484         * flower/rational.cc (lcm): Not used; comment out.
10486 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10488         * lily/new-fingering-engraver.cc (position_scripts): use
10489         fingerHorizontalDirection to determine fingering horizontal
10490         directions.
10492         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10493         fingering support.
10495         * scripts/convert-ly.py (FatalConversionError.conv): add style
10496         conversion rule. 
10498         * scm/chord-name.scm (set-chord-name-style): new function.
10499         (new-chord-name-brew-molecule): revise to interpret markup only
10500         (new-chord->markup): cleanuppish rewrite. To be called from the
10501         new engraver.
10503         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10504         Markup earlier, during interpreting.
10506         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10507         style settings. Rename to chord-names-*.ly
10509 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10511         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10512         markup code and update to new markup.  Most probably broke some of
10513         it.
10515 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10517         * Documentation/user/refman.itely: added docu for ambitus and
10518         clusters
10520         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10521         ly_quote_scm() in lookup.cc
10523         * mf/parmesan-clefs.mf: set_char_box fix
10525         * lily/cluster-engraver.cc: junk implicit protection; use
10526         Protected_scm instead
10528 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10530         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10531         throughout.
10533         * scm/new-markup.scm: Turn-off error-triggering test code.
10535 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10537         * scm/new-markup.scm (markup-thrower-typecheck) 
10538         (markup-typecheck?):  add full typechecking functions.
10539         (make-markup-maker): add make-FOO-markup functions.
10540         (markup-argument-list-error): nice error checking messages.
10541         (make-markup): better function: less quoting escapades.
10543 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10545         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10547 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10549         * cygwin/lilypond.hint (requires): Add cygwin.
10551         * .cvsignore: Remove stepmake (huh!?!), add lib.
10553         * GNUmakefile.in: Add libdir links for builddir runs.
10555         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10556         instead of datadir.
10558         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10559         local_lilypond_libdir.
10561         * config.make.in (lilypond_libdir): Add.
10563         * stepmake/stepmake/substitute-rules.make: 
10564         * stepmake/stepmake/script-rules.make: 
10565         * stepmake/stepmake/python-module-rules.make:
10566         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10567         lilypond-python-module patch.
10569 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10571         * Documentation/user/refman.itely (Graphical interfaces): add note
10572         about xml2ly.
10574 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10576         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10578 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10580         * VERSION: released 1.7.10
10582         * scripts/musedata2ly.py (): idem
10584         * scripts/midi2ly.py (dump_chord): idem
10586         * scripts/etf2ly.py (version): idem 
10588         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10590         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10592         * scm/tex.scm (tex-output-expression): remove eval compat
10593         glut. Other output files too.
10595         * scm/chord-name.scm: don't export anything from chord module.
10597         * input/test/american-chords.ly: idem
10599         * input/test/banter-chords.ly (texidoc): idem
10601         * input/test/Cc-chords.ly: add breakage notes.
10603         * Documentation/user/refman.itely (Text markup): rewrite manual
10604         section.
10606         * lily/parser.yy (scalar): allow \markup { } as property value. 
10608         * scm/chord-name.scm: complete new markup usage
10610         * scm/grob-description.scm (all-grob-descriptions): use new markup
10611         texts by default
10613 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10615         * scm/chord-name.scm: partial move to new markup texts.
10617 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10619         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10621         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10622         settable.
10624 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10626         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10627         invoked for old midi, wait for killing.
10629 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10631         * Documentation/user/music-glossary.tely: Finnishing.
10633 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10635         * mf/feta-nummer-code.mf: some kerning pairs.
10637 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10639         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10640         Added.
10642         * Documentation/user/refman.itely (Bar numbers):
10643         set-bar-number-visibility added, modulo-bar-number removed again
10644         (sorry).
10646 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10648         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10650         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10652         * Documentation/user/music-glossary.tely: translate into Finnish.
10654 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10656         * lilypond-mode.el: add shortcut for 2midi
10658         * lilypond-font-lock.el: fontify lyrics
10660 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10662         * scm/drums.scm : use 1.7.x names.
10664         * input/regression/drums.ly : Don't use << chords >>
10666 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10668         * lilypond-mode.el: tidy, add TODO
10670         * make/lilypond.mandrake.spec.in: install-info quietly.
10672 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10674         * input/test/markup.ly: use new syntax.
10676 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10678         * ly/params-init.ly (interscoreline): add word-space
10680         * input/test/metronome.ly (eighthNote): idem.
10682         * input/test/script-priority.ly: use new markup
10684         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10686         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10688         * lily/parser.yy (gen_text_def): bugfix.
10689         (full_markup): allow markup identifier.
10691 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10693         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10694         jobs at the same time. Add horizontal lines to Command menu.
10695         Allow one compiling job -- propose killing others before a new one.
10697         * lilypond.words: add markup, teeny, etc.
10699 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10701         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10702         Allow only one type of midi process; launching Midi either stops
10703         midis or plays the current midi and launching MidiAll stops midis
10704         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10705         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10707 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10709         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10710         markup  for new markup texts.
10712         * lily/mark-engraver.cc (process_music): idem
10714         * lily/instrument-name-engraver.cc (create_text): idem
10716         * scm/new-markup.scm (magnify-markup): new function.
10718         * scm/molecule.scm (stack-lines): bugfix.
10720         * lily/font-interface.cc (get_font): take font-magnification from
10721         alist chain.
10723 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10725         * lily/molecule-scheme.cc: move scheme functions to separate file.
10727         * lily/font-metric.cc  (ly_get_glyph): new function. 
10729         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10730         (italic-markup, dynamic-markup): new functions
10731         (font-markup): new function
10733         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10734         padding and minimum
10736 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10738         * lily/accidental-engraver.cc:
10739         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10741 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10743         * lilypond.vim:
10744         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10745         [a-zA-Z] for user defined identifiers. Separate note cases 
10746         with and without a duration (allow cis\longaX).
10748         * lilypond.words: Add words from Info.
10750 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10752         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10754 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10756         * lilypond-mode.el: Propose reverting buffer before a command if
10757         it was edited with an another editor.
10759 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10761         * lily/molecule.cc (ly_translate_molecule): new function
10763         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10764         into libdir
10766         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10768         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10770 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10772         * lilypond.words: take \words from Info-index.
10774 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10776         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10778 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10780         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10782 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10784         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10785         and lilypond-documentation.
10787 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10789         * lily/parser.yy: Compile fix (bison 1.75).
10791 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10793         * VERSION: 1.7.9 released
10795         * scm/music-functions.scm (shift-one-duration-log): refactor.
10796         Use music-map.
10798         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10800         * NEWS: update.
10802         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10803         argument
10805         * scm/music-functions.scm (display-music): new function
10806         (music-map): change arg order.
10808         * input/regression/new-markup-syntax.scm: new file
10810         * lily/parser.yy (markup): add \markup { .. } syntax.
10812         * scm/new-markup.scm (override-markup): new function
10813         (lookup-markup): new function
10814         (music-markup): new function
10815         (lookup-markup-command): use markup-signature to store argument
10816         format for parser.
10818         * lily/lexer.ll: preliminary \markup syntax. 
10820 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10822         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10823         add pre/post-dependencies and menus with icons from source.
10825         * Documentation/pictures/lilypond-48x48.xpm:
10826         * Documentation/pictures/lilypond-32x32.xpm:
10827         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10828         transparent.
10830         * stepmake/stepmake/generic-targets.make:
10831         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10833 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10835         * input/regression/music-map.ly (texidoc): new file.
10837         * scm/music-functions.scm (music-map): new function
10839 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10841         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10843 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10845         * input/test/to-xml.ly:
10846         * lily/ligature-engraver.cc: Fixes documentation.
10848         * lilypond.mandrake.spec.in:
10849         * lilypond.redhat.spec.in: Add lilypond.words.
10851         * Documentation/user/refman.itely: Mention Info inside emacs.
10853         * lilypond.suse.spec.in:
10854         * lilypond.redhat.spec.in:
10855         * lilypond.mandrake.spec.in: Set root-owner for doc
10856         (tobbe@nyvalls.se).
10858 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10860         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10861         os.popen.read ().
10863 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10865         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10867         * python/lilylib.py (error): add space
10869 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10871         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10872         distribution.
10874 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10876         * lily/paper-outputter.cc (Paper_outputter): close port when
10877         finishing score.
10879 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10881         * scm/sodipodi.scm: Fixes.
10883 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10885         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10887         * buildscripts/make-font-dir.py: Fix. 
10889 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10891         * lilypond-mode.el: Add support for Info inside Emacs.
10893 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10895         * buildscripts/make-font-dir.py: 
10896         * mf/GNUmakefile: Make sodipodi font map.
10898         * scm/sodipodi.scm: Add more output functions.
10900         * mf/feta-nummer.mf: 
10901         * mf/feta-beugel.mf: Add font_coding_scheme.
10903         * lily/paper-outputter.cc (output_header): Fix creator string.
10905 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10907         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10908         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10910         * lilypond.words: add two (Everybody can add/remove words now!).
10912         * debian/rules:
10913         * make/lilypond.suse.spec.in:
10914         * make/lilypond.mandrake.spec.in:
10915         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10917         * Documentation/user/refman.itely: Mention autocompletion.
10919 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10921         * scripts/ly2dvi.py: Add paper sizes.
10923         * lily/timing-engraver.cc: 
10924         * lily/time-signature.cc: 
10925         * lily/span-bar.cc: 
10926         * lily/grob-scheme.cc: Code formatting fixes.
10928         * scm/sodipodi.scm: 
10929         * scm/sketch.scm:
10930         * buildscripts/mf-to-table.py: 
10931         * buildscripts/make-font-dir.py: Font testing.
10933 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10935         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10936         inserts try-completion and shows all-completions.
10938         * lilypond.words: '\' -> '\\'
10940         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10941         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10943         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10944         and LilyPond-reserved-words.
10946 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10948         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10949         from load-path.
10951         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10952         the mini-buffer with Control-Shift-c.
10954 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10956         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10957         duration. This fixes \tempo taking time.
10959 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10961         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10962         Allow for text markup in repeatCommands. 
10964 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10966         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10967         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10968         Get rid of skeleton.el-dependency.
10970         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10972 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10974         * lily/beam-engraver.cc (stop_translation_timestep): reset
10975         now_stop_ev_
10977         * lily/scm-option.cc: add parse-protect to ly:set-option
10979         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10981 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10983         * lily/include/ligature-bracket.hh: removed
10984         * lily/ligature-bracket.cc: removed
10986         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10987         .tex
10989         * lily/beam.cc (set_beaming): don't change beam count on rests.
10990         (brew_molecule): always set flag-width > 0.
10992 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10994         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10995         chars, remove instructions; instead, refer to lilypond-init.el and
10996         Documentation/topdocs/INSTALL.texi.
10998         * lilypond.words: add identifiers and reserved words.
11000         * Documentation/topdocs/INSTALL.texi: separate sections for installing
11001         files and adding a load-path.
11003         * lilypond-init.el: Instructions, extracted from 
11004         Documentation/topdocs/INSTALL.texi. 
11006 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11008         * VERSION: 1.7.8 released 
11010         * lily/grob.cc (warning): better robustness fix.
11012 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
11014         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
11016         * lily/cluster-engraver.cc: stick better to variable naming
11017         conventions
11019         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
11020         until stop_translation_timestep()
11022         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
11023         min/max coordinates to backend, but no musical info such as
11024         pitches
11026         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
11028         * lily/grob.cc: robustness fix: warning(): do not crash if
11029         cause is not set
11031         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
11032         the much more elaborated tuplet brackets than the very naive and
11033         simple ligature bracket grob
11035 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11037         * Documentation/user/refman.itely (Analysis brackets): add
11038         horizontal bracket doco.
11040         * ly/property-init.ly (setMmRestFermata): added.
11042         * Documentation/user/refman.itely (Multi measure rests): fermatas
11043         on mm rests.
11045         * input/regression/apply-context.ly (texidoc): new file
11047         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
11048         code to be executed during interpretation. Possible applications:
11049         smart octavation, more advanced bar checks. 
11051         * lily/apply-context-iterator.cc: new file.
11053 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11055         * input/test/new-markup.ly: new file.
11057         * lily/text-item.cc (text_to_molecule): new function
11059         * scm/new-markup.scm (lambda): new file
11061         * lily/function-documentation.cc (ly_add_function_documentation):
11062         add proc property as well
11064 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11066         * Documentation/user/music-glossary.tely (Top): add custos.
11068 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
11070         * Documentation/topdocs/INSTALL.texi: advise how to include source
11071         path to Emacs load-path and improve language.
11073 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11075         * GNUmakefile.in: config.h message fix.
11077         * autogen.sh:
11078         * aclocal.m4: Regenerate.
11080         * configure.in: 
11081         * config.make.in: 
11082         * stepmake/config.make.in: 
11083         * stepmake/configure.in: 
11084         * stepmake/autogen.sh: 
11085         * stepmake/aclocal.m4: Update for autoconf 2.56.
11087 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
11089         * Documentation/topdocs/INSTALL.texi: instructions for an user how
11090         to install Emacs-mode. Instructions how to use vim-mode.
11092 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11094         * scm/music-types.scm (music-descriptions): no length for tempo event.
11096         * input/*.ly: add \version everywhere.
11098         * input/*.ly: update syntax to 1.7 + new-chords.
11100         * VERSION: 1.7.7 released.
11102         * Documentation/user/*.tely: new chord syntax.
11104         * input/regression/[bc]*.ly (texidoc): syntax updates.
11106 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
11108         * lilypond.words: add vocabulary to be used in auto-completion
11110         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
11112         * lilypond.vim: allow note name at EOF
11114 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11116         * buildscripts/new-chords.py (edit): -e option: inline editing.
11118         * input/regression/a*.ly (texidoc): syntax updates.
11120         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
11121         music): elucidations. 
11123 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
11125         * lily/include/lily-proto.hh, ly/engraver-init.ly,
11126         ly/spanners-init.ly, scm/grob-description.scm,
11127         scm/grob-property-description.scm, scm/music-types.scm,
11128         lily/cluster-engraver.cc, lily/cluster.cc,
11129         lily/include/cluster.hh, input/test/cluster.ly: cluster
11130         implementation
11132         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
11133         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
11134         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
11136         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
11138         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
11140         * scm/grob-description.scm: bugfix: by default, use default note
11141         head style when engraving ligatures
11143         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
11145         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
11146         events
11148         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
11150         * input/test/ancient-font.ly: bugfix: style -> flag-style
11152         * lily/ligature-engraver.cc: indentation fix
11154         * lily/parser.yy: indentation fixes
11156 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11158         * input/regression/measure-grouping.ly: more elaborate example.
11160         * lily/moment.cc: ly:add-moment, ly:mul-moment,
11161         ly:div-moment. New functions 
11163         * scm/music-functions.scm (set-time-signature): new function,
11164         allow inline time sig settings with measure grouping.
11166         * lily/parser.yy (command_element): move time sig construction
11167         into Scheme.
11169         * lily/side-position-interface.cc (out_of_staff): new function,
11170         like padding, but keep minimum distance from staff. Easier than
11171         linespanners (dynamics, pedals), but roughly the same effect.
11173 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
11175         * emacs-mode.el: Added spanish-note-replacements 
11176         (Carlos Betancourt, <carlos.betancourt@chello.be>).
11178         * vimrc: (Un)commenting with <(S-)F12>, tidy.
11180 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
11182         * lilypond.vim: Do not fontify cises, desis, etc.
11184         * vimrc: view dvi with <S-F6>
11186 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11188         * lily/lookup.cc (triangle): new function.
11190         * input/regression/measure-grouping.ly (texidoc): new file: show
11191         triangles and brackets for beat groups of 3 and 2.
11193         * lily/include/measure-grouping-spanner.hh (class
11194         Measure_grouping): new file.
11196         * lily/measure-grouping-spanner.cc (brew_molecule): new file
11198         * lily/measure-grouping-engraver.cc (class
11199         Measure_grouping_engraver): new file.
11201 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11203         * Merge from stable:
11205             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
11207         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
11208         stylesheet.
11210         * ly/paper19.ly: Include paper19-init.ly.
11212         * ly/paper19-init.ly: New file.
11214         * Documentation/user/tutorial.itely (First steps): Fix first
11215         example for font test.
11217         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
11219         * ChangeLog: Add 1.7.6 release marker (see below).
11221         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
11222         Add .py files.
11224 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11226         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
11228         * input/tutorial/*.ly: update to new syntax.
11230         * lily/parser.yy (Composite_music): new transpose syntax,
11231         \transpose FROM TO MUSIC. 
11233 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11235         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
11236         latex progress/error output to stderr (by default this goes to
11237         stdout).  Show lilypond progress, even when not verbose.
11239         * python/lilylib.py (system): New optional parameter to control
11240         showing of progress.
11242         * scm/backend-documentation-lib.scm (check-dangling-properties):
11243         Fix error message.
11245         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
11246         axis, extent.
11248         * scm/grob-property-description.scm (magnify): Remove.
11249         (extent, axis): Add.
11251 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11253         * VERSION: Release 1.7.6.
11255         * scripts/convert-ly.py: more uniformization substitutions.
11257         * buildscripts/new-chords.py (sub_chords): new file.
11259 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11261         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
11262         lilypond.map.  Include sauter fonts too.  Cleanups.
11264 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11266         * Documentation/user/tutorial.itely (First steps): change to new
11267         chord/tie/slur/beam notation.
11269         * lily/parser.yy (event_that_take_dir): allow postfix notation for
11270         ties.
11272         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
11273         engraver. Process ties in postfix notation, i.e. c8-~ c
11275         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
11277         * input/regression/beam-postfix-notation.ly (texidoc): new file.
11279         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
11281         * lily/beam-engraver.cc (try_music): accept new-beam-events
11283         * input/regression/chord-scripts.ly (texidoc): new file
11285         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
11286         script-events.
11288         * scm/script.scm (default-script-alist): cleanup.
11290         * lily/script-engraver.cc (make_script_from_event): cleanup.
11292         * lily/lyric-combine-music-iterator.cc
11293         (Lyric_combine_music_iterator): remove superfluous events.
11294         (melisma_busy): new function. Fix broken melismas.
11296 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
11298         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
11299         Remove nonvalid settings. Use descriptive key names.
11300         Use <Return> to indicate the pressing of that key.
11302 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11304         * scripts/lilypond-book.py (option_definitions): Typo.
11306         * scripts/ly2dvi.py: Updates.
11308         * python/lilylib.py (setup_environment, print_environment)
11309         (get_bbox, make_preview): Merge and remove from ly2dvi and
11310         lilypond-book.
11312         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
11314         * .cvsignore: Remove some cruft.
11316         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
11317         path.
11319         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
11320         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
11321         throughout.
11323         * python/lilylib.py (quiet_system): Junk
11324         (system): Display error log upon failure.
11325         (read_pipe): New function.  Cleanups and fixes.
11327         * python/*.py: Rename from *.py.in.
11329         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
11331         * GNUmakefile.in (SUBDIRS): Move python before scripts.
11333 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11335         * python/GNUmakefile: Bugfix: handle modules.
11337         * stepmake/stepmake/python-module-targets.make (default): Add
11338         compiled modules. 
11340         * stepmake/stepmake/python-module-rules.make: Add rule for byte
11341         compiling modules.
11343         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
11344         Bugfix.  (OUT_PYC_MODULES): Add.
11346 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
11348         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
11349         Use default paths. Refresh description.
11351 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11353         * VERSION: 1.7.5 released
11355         * input/regression/finger-chords.ly (texidoc): new file.
11357         * lily/script-engraver.cc (process_music): remove scriptHorizontal
11358         support
11360         * lily/fingering-engraver.cc (process_music): remove kludgy
11361         scriptHorizontal stuff.
11363         * lily/script.cc: remove staff-support property.
11365         * lily/new-fingering-engraver.cc (add_fingering): new
11366         file. Fingering engraver for new style chords.
11368 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11370         * lily/parser.yy (bare_number): allow 4 \cm (without
11371         decimal dot). (should backport to 1.6?)
11373         * ly/declarations-init.ly: use Scheme for dimension defs.
11375         * lily/parser.yy (TODO): remove hard coded dimensions, add
11376         REAL NUMBER_IDENTIFIER production.
11378         * lily/rest-collision.cc (force_shift_callback): rewrite using
11379         -done property.
11381         * scm/grob-property-description.scm (rest-collision-done): add
11382         property.
11384         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11386 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11388         * input/regression/multi-measure-rest-center.ly: new file.
11390         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11391         off horizontally by 0.05 ss. Fixed.
11393 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11395         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11397         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11399 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11401         * lily/tie.cc (get_control_points): also avoid staff lines on the
11402         just outside the outer staff lines
11404 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11406         * ly/params-init.ly: Just define style-alist, no need to
11407         define-public.
11409         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11410         (thanks Han-Wen).
11412         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11413         (FET_FILES): = FONT_FILES.
11415         * Merge from stable:
11417             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11419 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11421         * VERSION: 1.7.4 released.  
11423         * scm/generate-documentation.scm (string-append): add macro
11424         definitions.
11426         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11427         normal texts.
11429         * lily/multi-measure-rest-engraver.cc: make separate
11430         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11432         * lily/multi-measure-rest.cc: remove text handling. Remove
11433         number-threshold.
11435 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11437         * scm/music-types.scm: doc patch by Graham Percival
11439 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11441         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11442         encoding part.
11443         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11444         (sketch_p): Sketch wants only first four elements of X11 font spec.
11446         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11448         * mf/feta-autometric.mf: Write foundry and family to log.
11450         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11451         font translation table.
11453         * buildscripts/mf-to-table.py: Better font info into afm.
11455         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11456         1.0.9 required.
11458         * configure.in: Whine for mftrace 1.0.9.
11460 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11462         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11464         * lily/main.cc (main_prog): don't try to load init.EXT when
11465         processing foo.EXT.
11467 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11469         * scm/tex.scm (zigzig-line): added.
11471         * scm/ps.scm (zigzag-line): added.
11473         * ps/music-drawing-routines.ps (subvec): added.
11474         (draw_zigzag_line): added.
11476         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11477         grob properties zigzag-width and zigzag-length.
11479         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11481 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11483         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11484         svg output, including font.
11486 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11488         * scm/lily.scm: Register sodipodi output module.
11490         * scm/sodipodi.scm: New file.
11492         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11494         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11495         comment, after header.
11496         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11497         FullName.  Fix FontName key.
11499 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11501         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11502         and breve rests.
11504         * input/test/blank-notes.ly: bugfix
11506         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11507         rests. (Kim Shrier)
11509         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11511 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11513         * scm/tex.scm: 
11514         * scm/ps.scm: Cleanup and remove obsolete junk.
11516         * Documentation/user/internals.itely:
11517         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11519         * lily/parser.yy: Identify shift/reduce problems.
11521         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11522         make-style-sheet.  Too specific for convert-ly?
11524 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11526         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11528         * input/test/*.ly: various fixes.
11530         * lily/music.cc (name): bugfix
11532         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11534         * lily/input-file-results.cc (code): set-point-and-click! ->
11535         set-point-and-click
11537 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11539         * Use uniform ly: prefix for exported scheme primitive functions.
11541         * scm/music-types.scm: junk compat glue
11543         * scripts/convert-ly.py: add rules for stuff below, junk
11544         compatibility glue for spanrequest.
11546         * lily/parser.yy (verbose_event): remove \spanrequest,
11547         \commandspanrequest, \script. 
11549         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11551         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11552         for \penalty, \glissando.
11554         * VERSION: release 1.7.3
11556 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11558         * lily/accidental-engraver.cc: Fix
11559         grace-in-the-beginning-of-measure bug caused by the resent
11560         partial-measure fix.
11562         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11563         overlap looks too crowded)
11565 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11567         * lily/parser.yy (assignment): allow SCM expression as assignment.
11569         * lily/include/music-output-def.hh (class Music_output_def):
11570         * lily/music-output-def.cc: 
11571         * lily/paper-def.cc: 
11572         * scm/font.scm (markup-to-properties):
11573         * lily/parser.yy (music_output_def_body): 
11574         remove style_sheet_
11576 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11578         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11579         length.
11581         * input/regression/spacing-to-grace.ly: new file.
11583         * input/regression/spacing-end-of-line.ly: new file.
11585         * lily/note-spacing.cc (get_spacing): take into account breakable
11586         stuff sticking out at the left (time sig change at line break).
11588         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11589         raggedright code.
11591         * scm/music-functions.scm (make-voice-props-set): add
11592         staff-position for mm rests.
11594         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11595         before grace notes a little.
11597         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11599         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11600         key adds space at the end of line. 
11602 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11604         * scm/sketch.scm: Fix beams.
11606         * buildscripts/mf-to-table.py: Add EncodingScheme.
11608         * scm/sketch.scm: Resurrect.
11610 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11612         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11613         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11615 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11617         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11619         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11621 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11623         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11624         token for origin information.
11626         * lily/parser.yy (My_lily_lexer): do identifier location and
11627         cloning from lexer.
11629         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11630         logic out of the parser. Add bar checks on both ends.
11632         * Documentation/user/refman.itely (Multi measure rests): add more
11633         notes about mm rests.
11635 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11637         * input/regression/bar-scripts.ly: Re-enable.
11639         * lily/parser.yy:
11640         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11641         released rsn.  Bison 1.50 has a crucial bug and won't work.
11643         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11646 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11648         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11650 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11652         * Actually merge changes since 1.6.4 besides ChangeLog, and
11653         resolve conflicts.  Lots of updates, hope all is well.
11655         * cygwin/lilypond.hint (requires): Add ghostscript.
11657         * scm: Update some (c).
11659 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11661         * input/test/{various}.ly: add \header fields and texidoc strings.
11663 2002-10-05  Werner Lemberg  <wl@gnu.org>
11665         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11666         renamed to `output_latex_quoted'.
11667         Added `output_latex_noquote'.
11668         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11669         mode.
11671 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11673         * ChangeLog: Add 1.6.6 release marker.  See below.
11675         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11677         * scripts/midi2ly.py: Fix global syntax warnings.
11679         * GNUmakefile.in: Generate builddir locale tree too.
11681         * scripts/ly2dvi.py:
11682         * scripts/midi2ly.py: 
11683         * scripts/mup2ly.py: 
11684         * scripts/update-lily.py:
11685         * lily/main.cc (setup_paths): Fix for locales setup.
11687 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11689         * Documentation/windows/installing.texi: Soften wording about
11690         necessity of becoming Administrator.  tommie@iae.nl reports this
11691         does not seem to be necessary for his flavour of Windows 2000.
11692         Explicitely discourage text mode mounts.
11694 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11696         * lily/rest.cc (after_line_breaking): backport dot position fix.
11698         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11699         rests. Thanks to Klaus Zimmermann for finding this bug.
11701 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11703         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11705 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11707         * Documentation/user/music-glossary.tely: fix links.
11709 2002-10-21  Werner Lemberg  <wl@gnu.org>
11711         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11712         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11713         scaling factor) only once and use them in the definition of
11714         \embeddedps.
11715         * ps/music-drawing-routines.ps (skeel): Removed.
11717 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11719         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11720         Solaris7, as we don't use nested $( ) constructs.
11722 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11724         * VERSION: Release 1.6.6.
11726 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11728         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11729         as workaround for /bin/sh problems on Solaris7.
11731 2002-10-19  Werner Lemberg  <wl@gnu.org>
11733         * GNUmakefile.in (web-doc): Fix typos.
11734         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11735         `music-drawing-routines.ps' but emit \special{header=...} once.
11736         * scm/tex.scm (header-end): Updated.
11738 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11740         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11741         undefined tremolo. 
11743 2002-10-15  Werner Lemberg  <wl@gnu.org>
11745         * scripts/lilypond-book.py (g_make_html): New global variable.
11746         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11747         if `g_make_html' isn't set.
11748         [main]: Add format `texi-html'.
11749         (option_definitions): Updated.
11750         * Documentation/user/lilypond-book.itely: Updated.
11752         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11753         * make/ly-rules.make (%.texi, %.nexi): Use it.
11754         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11755         format to lilypond-book.
11756         * GNUmakefile.in (web-doc): Ditto.
11758 2002-10-14  Werner Lemberg  <wl@gnu.org>
11760         Further improve TeX output.  The produced files are about 40%
11761         smaller.  `lilyponddefs.tex' is now read only once.
11763         * tex/lilyponddefs.tex: Remove footer stuff.
11764         (\ifundefined): Renamed to...
11765         (\lilypondundefined): This.  Use LaTeX's definition to
11766         make it nestable and make it global.
11767         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11768         output.
11769         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11770         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11771         them global.
11772         (\placebox): Renamed to...
11773         (\lyitem): This.
11774         Make it global and call \outputscale by itself.
11775         (\lybox, \lyvrule): New macros to reduce input data.
11776         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11777         New auxiliary macros.
11778         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11779         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11780         to...
11781         (\lilypondspace): This and made it global.
11782         (\turnOnPostScript): Renamed to...
11783         (\lilypondpostscript): This and made it global.
11784         (\turnOnExperimentalFeatures): Renamed to...
11785         (\lilypondexperimentalfeatures): This and made it global.
11786         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11787         (\lilypondsetdimen): This and made it global.
11788         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11789         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11790         (all, $(outdir)/music-drawing-routines.ps): New rules.
11791         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11792         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11793         start-system, stop-system, stop-last-system, filledbox): Updated to
11794         use the changed macros from lilyponddefs.tex.
11795         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11797 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11799         * Documentation/windows/installing.texi: Update.
11801 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11803         * VERSION: 1.6.5 released
11805         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11807 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11809         * scm/translator-property-description.scm (voltaOnThisStaff): add
11810         property.
11812 2002-09-28  Werner Lemberg  <wl@gnu.org>
11814         * scm/tex.scm (header-end): Suppress page numbering.
11816         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11817         Fix quotation for HTML output.
11819 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11821         * Documentation/user/refman.itely: grammar and phrasing
11822           fixes to "Note Entry" section.  Also adds a few new examples.
11824 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11826         * flower/include/string-data.icc: include string.h
11828 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11830         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11832 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11834         * Documentation/user/GNUmakefile (extra-local-help): Add.
11836         * stepmake/stepmake/www-targets.make (local-help): Add.
11838 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11840         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11841         packages.
11843         * Documentation/topdocs/README.texi (Top): building documentation
11844         (not website.)
11846 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11848         * Documentation/user/refman.itely: 
11849         * Documentation/user/tutorial.itely: 
11850         * Documentation/user/music-glossary.tely: Merge changes.
11852         * Documentation/user/glossary.html.in: 
11853         * Documentation/index.texi: 
11854         * Documentation/header.html.in: Accomodate renaming of glossary.
11856         * Documentation/user/tutorial.itely: Add some glossary references.
11858         * Documentation/user/refman.itely: Minor fixes.
11860         * Documentation/user/lilypond.tely: Add glossary do direntry.
11862         * Documentation/user/music-glossary.tely: Rename (previously:
11863         glossary.tely).  Fix anchor placement.
11865         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11867 2002-09-23  Werner Lemberg  <wl@gnu.org>
11869         * scripts/lilypond-book.py (output_dict): Fix handling of
11870         various environments by avoid extraneous newlines.
11871         Rename `output-all' regexp for html to `output-html'.
11872         Replace `output-all' regexp for texi with `output-texi-quote'
11873         and `output-texi-noquote'.
11874         (compose_full_body): Don't override `linewidth' user option
11875         for `singleline'.
11876         (schedule_lilypond_block): Don't indent text specified with
11877         `intertext' option.
11878         Add new option `noquote'.
11879         (compile_all_files): Use latex instead of tex to compile ly
11880         files directly.
11882         * Documentation/user/lilypond-book.itely: Updated and revised.
11883         Improve layout.
11885         * Documentation/user/glossary.tely,
11886         Documentation/user/introduction.itely,
11887         Documentation/user/tutorial.itely,
11888         Documentation/user/refman.itely,
11889         Documentation/user/appendices.itely: Fix overfull LilyPond
11890         boxes caused by the new lilypond-book code.  Other minor
11891         fixes.
11893         * Documentation/user/macros.itexi (@texiflat): Don't emit
11894         trailing space.
11896         * scm/tex.scm (end-output, header-end): Add preamble and
11897         postamble to make lilypond output directly compilable with
11898         latex.
11901 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11903         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11904         instructions.
11906 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11908         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11910 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11912         * lily/beam.cc (connect_beams): don't crash if there are quarter
11913         notes in beams.
11915 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11917         * Documentation/user/refman.itely: corrected ancient clef
11918         docu; added docu on ligatures
11920 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11922         * Documentation/user/glossary.tely,
11923         Documentation/user/refman.itely, input/les-nereides.ly,
11924         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11925         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11926         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11927         Stem properties: flag-style -> stroke-style, style -> flag-style.
11930 2002-09-22  Werner Lemberg  <wl@gnu.org>
11932         * scripts/lilypond-book.py: Add option `notime' to suppress
11933         printing of a time signature.  Specify default indentation of 0pt
11934         if single line fragment.  Don't emit redundant `\paper{ }'.
11936         * Documentation/user/lilypond-book.itely: Updated.
11938         * Documentation/user/glossary.tely: Completely reformatting.
11940 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11942         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11944 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11946         * Documentation/user/tutorial.itely: Fix links.
11948         * Documentation/topdocs/index.tely:
11949         * Documentation/index.texi:
11950         * Documentation/header.html.in: Small website fixes and updates.
11952         * debian/: Debian patch by Anthony Fok.
11954 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11956         * Documentation/footer.html.in: How time flies: It's already 2002!
11958         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11959         more descriptive link names than 'here'.
11961 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11963         * VERSION: 1.7.2 released
11964         * VERSION: 1.6.4 released
11966         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11968         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11969         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11971         * mf/feta-din.mf (test): add x-height and space.
11973         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11974         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11976         * ly/grace-init.ly: add-to-grace-init: function to portably add
11977         settings to \grace. 
11979         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11980         if we get an absolute dynamic event.
11982         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11984         * lily/source-file.cc (get_line): oops. All line numbers were off
11985         by 2. Fix that. 
11987         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11988         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11990         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11992         * lily/parser.yy (number_factor): remove (number) as number
11993         expression. ("Let them eat Lisp").
11995 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11997         * lily/horizontal-bracket.cc: new file.
11999         * lily/horizontal-bracket-engraver.cc: new file.
12001         * input/regression/note-group-bracket.ly: new file. Support
12002         horizontal note brackets for music analysis.
12004         * lily/stem.cc (flag): new flag-style: no-flag.
12006         * input/test/stem-cross-staff.ly: new file
12008         * Documentation/user/internals.itely: Improved formatting, fixing
12009         typos.  Added a section `Output details' to describe how the TeX
12010         code looks like.
12012         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
12014         * lily/parser.yy: remove \dynamicscript.
12016         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
12017         definitions. 
12019         * python/midi.c (midi_error): take two arguments.
12021         * Merge 1.6.5 changes:
12023 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
12025         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
12026         staff-space.  Previous 1.5 was probably meant as half-spaces.
12027         (cautionary-style): parentheses (was: smaller).  This is what doco
12028         says, and it seems more logical.
12030         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
12031         for 2nd sentence.
12033 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12035         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
12037 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12039         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
12041 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12043         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
12045 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12047         * scm/translator-property-description.scm (voltaOnThisStaff): add
12048         property.
12050 2002-09-28  Werner Lemberg  <wl@gnu.org>
12052         * scm/tex.scm (header-end): Suppress page numbering.
12054         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
12055         Fix quotation for HTML output.
12057 2002-09-28   Graham Percival   <gperciva@sfu.ca>
12059         * Documentation/user/refman.itely: grammar and phrasing
12060           fixes to "Note Entry" section.  Also adds a few new examples.
12062 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12064         * flower/include/string-data.icc: include string.h
12066 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12068         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12070 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12072         * Documentation/user/GNUmakefile (extra-local-help): Add.
12074         * stepmake/stepmake/www-targets.make (local-help): Add.
12076 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12078         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
12079         packages.
12081         * Documentation/topdocs/README.texi (Top): building documentation
12082         (not website.)
12084 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
12086         * Documentation/user/refman.itely: 
12087         * Documentation/user/tutorial.itely: 
12088         * Documentation/user/music-glossary.tely: Merge changes.
12090         * Documentation/user/glossary.html.in: 
12091         * Documentation/index.texi: 
12092         * Documentation/header.html.in: Accomodate renaming of glossary.
12094         * Documentation/user/tutorial.itely: Add some glossary references.
12096         * Documentation/user/refman.itely: Minor fixes.
12098         * Documentation/user/lilypond.tely: Add glossary do direntry.
12100         * Documentation/user/music-glossary.tely: Rename (previously:
12101         glossary.tely).  Fix anchor placement.
12103         * Documentation/user/GNUmakefile: Make music-glossary.info too.
12105 2002-09-23  Werner Lemberg  <wl@gnu.org>
12107         * scripts/lilypond-book.py (output_dict): Fix handling of
12108         various environments by avoid extraneous newlines.
12109         Rename `output-all' regexp for html to `output-html'.
12110         Replace `output-all' regexp for texi with `output-texi-quote'
12111         and `output-texi-noquote'.
12112         (compose_full_body): Don't override `linewidth' user option
12113         for `singleline'.
12114         (schedule_lilypond_block): Don't indent text specified with
12115         `intertext' option.
12116         Add new option `noquote'.
12117         (compile_all_files): Use latex instead of tex to compile ly
12118         files directly.
12120         * Documentation/user/lilypond-book.itely: Updated and revised.
12121         Improve layout.
12123         * Documentation/user/glossary.tely,
12124         Documentation/user/introduction.itely,
12125         Documentation/user/tutorial.itely,
12126         Documentation/user/refman.itely,
12127         Documentation/user/appendices.itely: Fix overfull LilyPond
12128         boxes caused by the new lilypond-book code.  Other minor
12129         fixes.
12131         * Documentation/user/macros.itexi (@texiflat): Don't emit
12132         trailing space.
12134         * scm/tex.scm (end-output, header-end): Add preamble and
12135         postamble to make lilypond output directly compilable with
12136         latex.
12139 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12141         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
12142         instructions.
12144 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
12146         * Documentation/user/glossary.tely: Add titling and hyperlinks.
12148 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12150         * lily/beam.cc (connect_beams): don't crash if there are quarter
12151         notes in beams.
12153 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12155         * Documentation/user/refman.itely: corrected ancient clef
12156         docu; added docu on ligatures
12158 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12160         * Documentation/user/glossary.tely,
12161         Documentation/user/refman.itely, input/les-nereides.ly,
12162         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12163         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12164         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12165         Stem properties: flag-style -> stroke-style, style -> flag-style.
12167 2002-09-22  Werner Lemberg  <wl@gnu.org>
12169         * scripts/lilypond-book.py: Add option `notime' to suppress
12170         printing of a time signature.  Specify default indentation of 0pt
12171         if single line fragment.  Don't emit redundant `\paper{ }'.
12173         * Documentation/user/lilypond-book.itely: Updated.
12175         * Documentation/user/glossary.tely: Completely reformatting.
12177 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12179         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
12181 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12183         * Documentation/user/tutorial.itely: Fix links.
12185         * Documentation/topdocs/index.tely:
12186         * Documentation/index.texi:
12187         * Documentation/header.html.in: Small website fixes and updates.
12189         * debian/: Debian patch by Anthony Fok.
12191 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12193         * Documentation/footer.html.in: How time flies: It's already 2002!
12195         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12196         more descriptive link names than 'here'.
12198 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12200         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
12202 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12204         * lily/part-combine-music-iterator.cc (get_state): cleanup
12205         (get_music_info): cleanup.
12207 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12209         * scm/backend-documentation-lib.scm (interface-doc-string):
12210         crosslinks between interfaces and grobs. Headings for interfaces
12211         in grob explanation.
12213 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12215         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
12216         dtd).  Add preliminary dtd.
12217         (re-sub-alist): Robustify.
12219 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12221         * lily/include/event-chord-iterator.hh,
12222         lily/context-specced-music-iterator.cc,
12223         lily/event.cc, lily/event-chord-iterator.cc: add
12225 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12227         * lily/: some (c) header fixes.
12229         * lily/request-chord.cc: Remove.
12231         * lily/include/event-chord-iterator.hh:
12232         * lily/include/event.hh:
12233         * lily/event-chord.cc: New file.
12235         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
12236         requested.
12238 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12240         * lily/ : rename Request to Event
12242         * lily/parser.yy (command_element): move clef stuff into Scheme.
12244         * lily/:  rename length_mom () to get_length()
12246         * lily/part-combine-music.cc: removed file and class.
12248         * lily/context-specced-music-iterator.cc (class
12249         Context_specced_music_iterator): new file. Obsoletes the
12250         Context_specced_music type.
12252         * scm/music-types.scm (make-repeated-music): put different kinds
12253         of repeated music into music-type table.
12255         * VERSION: 1.7.1 released.
12257         * scm/to-xml.scm: new file.
12259         * input/test/to-xml.ly (fooBar): demo of what is possible with the
12260         new Input representation: dump music as XML.
12262         * scm/engraver-documentation-lib.scm
12263         (engraver-accepts-music-types?): add links from music to engraver,
12264         from music-type to engraver.
12266         * lily/include/command-request.hh: removed
12267         lily/include/musical-request.hh: removed. Removed all _req classes
12268         except Key_change_req. Changes throughout.
12270 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12272         * lily/tuplet-engraver.cc (try_music): Compile kludge.
12274 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12276         * lily/*.cc: specify accepts for many engravers.
12278         * scm/music-documentation-lib.scm: dump music expressions and
12279         music subtypes.
12281         * scm/documentation-lib.scm: complete revision.
12282         Use GOOPS objects to store document tree explicitly. Cleaned up and
12283         sped up doco generation a lot.
12285 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12287         * input/trip.ly (fugaIILeft): add arpeggio
12289         * lily/translator-group.cc (try_music_on_nongroup_children):
12290         oops. The name symbol is in the cdr of the assoc handle.
12292         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
12293         Hyphen_req, Glissando_req, Break_req, Mark_req 
12295 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12297         * lily/musical-request.cc (music-duration-length,
12298         music-duration-compress): new functions.
12300         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
12301         throughout. Warning doesn't work yet.
12303         * lily/translator-group.cc (try_music_on_nongroup_children):
12304         new implementation: store candidate acceptors in a hashTable.
12306 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12308         * scm/music-types.scm (music-descriptions): change name to
12309         internal-class-name
12311         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12313 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12315         * lily/beam.cc (connect_beams): don't crash if there are quarter
12316         notes in beams.
12318 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12320         * Documentation/user/refman.itely: corrected ancient clef
12321         docu; added docu on ligatures
12323 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12325         * Documentation/user/glossary.tely,
12326         Documentation/user/refman.itely, input/les-nereides.ly,
12327         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12328         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12329         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12330         Stem properties: flag-style -> stroke-style, style -> flag-style.
12332 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12334         * scm/music-functions.scm (music-separator?): don't use name music
12335         property.
12337 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12339         * stepmake/stepmake/generic-targets.make (help): Document check
12340         target.
12342         * lily/new-accidental-engraver.cc: Compile fix.
12344 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12346         * scripts/convert-ly.py: Add rule.
12348         * input/test/music-creation.ly:
12349         * input/test/add-staccato.ly:
12350         * input/test/add-text-script.ly: ly-make-music.
12352         * scm/drums.scm (make-head-type-elem, make-articulation-script):
12353         More ly-make-music renamings.
12355         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
12357         * lily/music-constructor.cc (make_music): Add debugging info.
12359         * scm/music-functions.scm (make-simultaneous-music,
12360         (make-sequential-music, context-spec-music):
12361         * scm/music-types.scm (music-descriptions): Get lily to run.
12363 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12365         * lily/command-request.cc (transpose_key_alist): new function.
12367         * lily/key-performer.cc (create_audio_elements): cleanup. 
12369 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12371         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
12373         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12374         events-accepted field.
12376         * scm/music-types.scm: new file.
12378         * lily/parser.yy: put music type initialization into scheme,
12379         similar to grob initialization.  Changes throughout.
12381 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12383         * Documentation/user/tutorial.itely: Fix links.
12385         * Documentation/index.texi: 
12386         * Documentation/header.html.in: 
12387         * Documentation/topdocs/index.tely: Small website fixes and updates.
12389         * debian/: Debian patch by Anthony Fok.
12391 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12393         * Documentation/footer.html.in: How time flies: It's already 2002!
12395         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12396         more descriptive link names than 'here'.
12398         * ROADMAP: Remove test stuff.
12400         * scripts/update-lily.py: Allow auto-building of stable and
12401         development versions.  Bugfixes.
12403 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12405         * VERSION: released 1.7.0
12407         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12409         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12410         positive line widths.
12412 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12414         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12415         go.  Fix comments.
12417         * cygwin: Cygwin updates.
12419 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12421         * Documentation/windows/installing.texi (Top): version for python,
12422         urls for ghostscript (thanks to John Potelle)
12424         * lily/simultaneous-music-iterator.cc
12425         (Simultaneous_music_iterator): init children_list_ before
12426         triggering GC.
12428         * lily/*-iterator.cc: be even more careful with smobbed copy
12429         constructors. 
12431         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12432         LeftEdge item.
12434 2002-09-15  Werner Lemberg  <wl@gnu.org>
12436         Improving LilyPond's output to make them ordinary TeX boxes with
12437         predictable dimensions.  System boxes are now vertically centered on
12438         the baseline; this offset can be further controlled with
12439         \lilypondscoreshift.
12441         * lily/system.cc (System::post_processing): Pass length of current
12442         system to `start-system' (including any horizontal indentation).
12444         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12445         prettier.
12446         (lily-def): Append `%'.
12447         (start-system): Add parameter `wd'.  Output more TeX code to specify
12448         box dimensions.
12449         (stop-system, stop-last-system): Complement changes in
12450         `start-system'.
12451         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12452         Updated.
12454         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12455         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12456         Write final `\endinput'.
12458         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12459         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12460         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12461         files and macro definitions don't produce spurious spaces and
12462         paragraphs (using \endlinechar).
12463         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12465         * Documentation/user/internals.itely: Improved formatting, fixing
12466         typos.  Added a section `Output details' to describe how the TeX
12467         code looks like.
12469 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12471         * lily/accidental-engraver.cc: Also work with partial measures.
12473 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12475         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12476         spanner.
12478 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12480         * lily/identifier-smob.cc (unpack_identifier): new file.
12482         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12483         pass off scheme expressions as music identifiers.
12485         * scm/lily.scm: reorganisation, cleanups.
12487         * lily/main.cc: small cleanups.
12489 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12491         * lily/ly-module.{cc,hh}: new file.
12493 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12495         * lily/accidental-engraver.cc: Also work with partial measures.
12497 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12499         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12501 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12503         * lily/my-lily-lexer.cc: use SCM module in stead of
12504         Scheme_hash_table. Changes throughout.  
12506 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12508         * VERSION (MY_PATCH_LEVEL): make 1.7.0