1 2004-07-24 Han-Wen Nienhuys <hanwen@xs4all.nl>
3 * scm/page-layout.scm (plain-header): add printpagenumber boolean
6 * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
7 $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
9 * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
11 * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin
13 * scripts/lilypond-latex.py: move from lilypond.py
15 * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
16 (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
18 * scm/lily.scm (postscript->png): new function
19 (postscript->pdf): new function
21 * lily/paper-book.cc (post_processing): call
22 convert-to-{dvi,ps,png,pdf}
24 * scripts/ps2png.py (option_definitions): new file.
26 * lily/paper-book.cc (output): call output-preview-framework
27 (post_processing): new function. Do PDF/PNG conversion.
29 * lily/paper-outputter.cc (close): new function.
31 * scm/framework-ps.scm (convert-to-pdf): new function. Call
33 (output-preview-framework): new function. Generate a preview .ps
36 2004-07-23 Han-Wen Nienhuys <hanwen@xs4all.nl>
38 * VERSION: release 2.3.8
40 * lily/note-head.cc: remove ledger line handling.
42 * lily/ambitus.cc (print): strip away accidental / note head code,
43 and associated properties.
45 * lily/ambitus-engraver.cc (create_ambitus): change name to
46 AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
48 (create_ambitus): group grobs in Ambitus grouping object.
50 * lily/include/pitch-interval.hh (Pitch>): new file.
52 * lily/pitch-interval.cc (add_point): new file.
54 * lily/ledger-line-engraver.cc: new file.
56 * lily/ledger-line-spanner.cc (print): new file. Set limits to
57 ledger line length to avoid clashes.
59 2004-07-22 Han-Wen Nienhuys <hanwen@xs4all.nl>
61 * Documentation/user/invoking.itexi (Invoking lilypond): remove
64 2004-07-21 Jan Nieuwenhuizen <janneke@gnu.org>
66 * SConstruct: Use only code files for TAGS. Change GO_FAST_BUTTON
67 to command line option: fast=1 (default on).
69 * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
70 This brings SCons run-time on up-to-date tree down from 48s with
71 only checksums, to 34s without 2day checksums, to 14s (make needs
73 (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
76 2004-07-20 Han-Wen Nienhuys <hanwen@xs4all.nl>
78 * lily/slur-quanting.cc (score_extra_encompass): add break ;
79 (score_extra_encompass): process scripts at edges too, by checking
80 control points directly.
82 2004-07-20 Jan Nieuwenhuizen <janneke@gnu.org>
86 * lily/main.cc: Fix ly:option-usage help.
88 * input/regression/slur-script.ly: More collision tests.
90 * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
92 2004-07-18 Han-Wen Nienhuys <hanwen@xs4all.nl>
94 * VERSION: release 2.3.7
96 * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
99 * Documentation/user/notation.itely (Slurs): document ^ and _ for
102 * input/regression/slur-script.ly: new file.
104 * lily/accidental-engraver.cc (process_acknowledged_grobs):
105 make accidental appear to come from note head engraver.
107 * lily/slur-quanting.cc: new file.
108 (score_extra_encompass): new function. Avoid scripts and
111 2004-07-18 Jan Nieuwenhuizen <janneke@gnu.org>
113 * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
114 This greatly reduces the number of files that get recompiled
115 after touching config.hh.
117 * config.hh.in: Remove GUILE_*_VERSION.
119 * lily/new-slur.cc: Resolve conflicts.
121 * lily/stem-engraver.cc (make_stem): New method.
123 * lily/include/script-interface.hh:
124 * lily/script-interface.cc: New file.
126 * lily/include/script.hh:
127 * lily/script.cc: Remove.
129 * lily/music.cc (duration_log): New method.
131 * lily/script.cc (struct Skript): Remove.
133 * lily/new-slur.cc (get_base_attachments): Try at articulations.
134 Lots of coding cleanups (Stom).
136 2004-07-18 Han-Wen Nienhuys <hanwen@xs4all.nl>
138 * lily/new-slur.cc (avoid_staff_line): new function: avoid
139 collisions with staff lines.
141 * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
144 * scm/define-grobs.scm (all-grob-descriptions): set ratio
145 .25. This flattens short slurs.
147 * lily/new-slur.cc (enumerate_attachments): move X of attachment
148 points for tilted slurs.
150 * input/regression/slur-tilt.ly: new file.
152 * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
153 stems of 16th graces too.
155 * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
156 quant penalty dependent on how much the line is in the gap.
158 * input/regression/grace-stem-length.ly: new file.
160 * lily/beam-quanting.cc (score_forbidden_quants): remove
161 interquant check. The penalty of 1000 is much too harsh, and the
162 inter case should be caught by check-staff-line-in-gap check.
164 * lily/scm-option.cc: move debug-beam to \paper.
166 * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
167 .txt files to appease makeinfo.
169 * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
172 * lily/new-slur.cc: cleanup, split in functions.
174 * lily/parser.yy (chord_body_element): allow octave-check = inside
177 * lily/new-slur.cc (score_encompass): variable head-distance penalty.
179 * lily/stem.cc (height): call Beam::after_line_breaking().
181 * lily/rest-collision.cc (force_shift_callback): only call shift
182 for columns containing rests.
184 * lily/new-slur.cc (print): use debug-slur-quanting paper var.
186 * input/regression/font-postscript.ly: invoke afm2tfm.
188 2004-07-18 Jan Nieuwenhuizen <janneke@gnu.org>
190 * mf/SConscript: Build map files.
192 * SConstruct: Rename $out to out-www in web.
194 2004-07-17 Jan Nieuwenhuizen <janneke@gnu.org>
196 * SConstruct (web_kluts): Have make web build in out-www. Not.
198 2004-07-17 Han-Wen Nienhuys <hanwen@xs4all.nl>
200 * Documentation/user/music-glossary.tely (Top): add fragment to
201 pertinent @lilypond entries.
203 * scm/define-grobs.scm: switch on new-slur by default.
205 * lily/scm-option.cc: symbol != string.
207 * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
209 (set_end_points): make X coord of attachment dependent on Y.
210 (score_encompass): add edges too.
212 2004-07-16 Han-Wen Nienhuys <hanwen@xs4all.nl>
214 * lily/stem.cc (get_beaming): new function.
216 * scripts/lilypond-book.py (compose_ly): make fragment mandatory
217 for fragment snippets. This fixes inclusion of toplevel-music
218 examples (such as new-slur.ly)
220 2004-07-16 Jan Nieuwenhuizen <janneke@gnu.org>
222 * scripts/lilypond-book.py: Remove second import of stat.
224 * More SCons cleanups.
226 * Documentation/bibliography/computer-notation.bib (note): Remove
227 extraneous closing brace.
229 2004-07-16 Han-Wen Nienhuys <hanwen@xs4all.nl>
231 * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
234 * Documentation/bibliography/SConscript (bibs): failed try to get
235 bib2html find html-long.bst.
237 * buildscripts/bib2html.py (stat): fail if bibtex fails.
239 * make/stepmake.make: use usescons for using scons.
241 2004-07-16 Jan Nieuwenhuizen <janneke@gnu.org>
243 * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
244 for lilypondend. Import stat (huh?).
246 2004-07-16 Han-Wen Nienhuys <hanwen@xs4all.nl>
248 * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
251 * input/regression/font-postscript.ly: new file.
253 * scm/framework-ps.scm (load-fonts): load pfb files too.
255 * lily/pfb.cc (pfb2pfa): new file.
257 2004-07-15 Han-Wen Nienhuys <hanwen@xs4all.nl>
259 * scripts/lilypond-book.py (PREAMBLE_LY): set
260 toplevel-music-handler too.
262 2004-07-15 Jan Nieuwenhuizen <janneke@gnu.org>
264 * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
265 (web_path): Fixes for webball. Install fixes, add DESTDIR option.
267 * lily/slur.cc: Add quant-score to interface. Fixes web build.
271 * input/mutopia/*SConscript: New file.
273 * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
275 * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
278 * make/stepmake.make (scons): re-route to SCONS if user has been
279 running scons in this tree.
281 * SConstruct (config_vars): Add CPPDEFINES.
282 (env): Set checksums type to "content".
283 (save_config_cache): Do not exit after configuring when using
284 checksums (the default) instead of timestamps.
286 2004-07-15 Jan Nieuwenhuizen <janneke@gnu.org>
288 * SConstruct: Further development.
290 * input/test/SConscript:
291 * input/template/SConscript:
292 * input/regression/SConscript:
293 * Documentation/bibliography/SConscript:
294 * Documentation/bibliography/index.html.in: New file.
296 * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
299 * buildscripts/builder.py: Add new builders.
301 * make/stepmake.make:
302 * stepmake/stepmake/*.make:
305 * flower*: Use config.hh (Was config.h).
307 * scm/encoding.scm (get-coding): Print friendly error message when
308 no encoding is found, rather than crashing.
310 2004-07-15 Han-Wen Nienhuys <hanwen@xs4all.nl>
312 * lily/new-slur.cc (score_slopes): strong sloping score only when
313 stems point in same dir.
315 2004-07-14 Han-Wen Nienhuys <hanwen@xs4all.nl>
317 * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
320 * lily/parser.yy (context_prop_spec): check grob name for
323 * lily/lyric-engraver.cc: creates LyricText objects
325 2004-07-13 Han-Wen Nienhuys <hanwen@xs4all.nl>
327 * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
329 2004-07-13 Jan Nieuwenhuizen <janneke@gnu.org>
331 * SConstruct: Configure only pristine build tree or on user
332 request. Cleanups. Add Documentation/topdocs to subdirs.
333 Use checksums instead of timestamps.
334 (CheckYYCurrentBuffer): Return result.
336 * Documentation/topdocs/SConscript: New file.
338 2004-07-12 Han-Wen Nienhuys <hanwen@xs4all.nl>
340 * lily/staff-symbol-referencer.cc (on_staffline): bugfix
342 * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
343 scm_from_int instead.
345 2004-07-12 Jan Nieuwenhuizen <janneke@gnu.org>
347 * SConstruct: Updates. Add targets: tar, dist, release.
349 2004-07-11 Jan Nieuwenhuizen <janneke@gnu.org>
351 * input/mutopia-header.ly: Generate output.
354 * buildscripts/builder.py:
355 * Documentation/user/SConscript: SCons fixes.
357 2004-07-11 Han-Wen Nienhuys <hanwen@xs4all.nl>
359 * lily/new-slur.cc (class New_slur): new file. Score based slur
362 2004-07-10 Jan Nieuwenhuizen <janneke@gnu.org>
364 * mf/SConscript: Remove Builders.
366 * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
369 * Documentation/user/SConscript: New file.
371 2004-07-10 Han-Wen Nienhuys <hanwen@xs4all.nl>
373 * Documentation/topdocs/NEWS.texi (Top): add note about new
376 * scm/*.scm: adapt ly:warn calls.
378 * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
380 * lily/repeat-acknowledge-engraver.cc (process_music): look at
381 main timing, not grace timing. Fixes volta-repeat-grace.
383 * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
384 remove ly:kpathsea-gulp-file.
386 * scm/translation-functions.scm (format-metronome-markup): make
387 note smaller, align to bottom.
389 * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
391 * lily/metronome-engraver.cc (stop_translation_timestep): attach
392 metronome to musical column. Don't ack time sigs or bar lines.
394 2004-07-10 Heikki Junes <hjunes@cc.hut.fi>
396 * THANKS: sort, add David. Kristof contributed code, he is a
399 2004-07-09 David Svoboda <svoboda@cmu.edu>
401 * elisp/lilypond-mode.el,
402 * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
403 count beats between last measure stop | and point in emacs.
405 2004-07-09 Han-Wen Nienhuys <hanwen@xs4all.nl>
407 * tex/GNUmakefile (TEX_FILES): don't dist
408 music-drawing-routines.ps, latin1.enc
410 * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
412 (copyright): add --latex option
413 (ic_p.make_include_option): use direct PS as default.
415 * scm/beam.scm (check-slope-callbacks): check sign of slope.
417 * input/regression/beam-concave.ly (rossFourBeams): add cases from Ross
419 * scm/script.scm (default-script-alist): marcato should follow
422 2004-07-09 Jan Nieuwenhuizen <janneke@gnu.org>
424 * buildscripts/builder.py:
426 * Documentation/SConscript (outdir): New file. Add *list.ly
427 dependencies. Fixes PDF doc build.
429 2004-07-08 Jan Nieuwenhuizen <janneke@gnu.org>
431 * SConstruct: Add Tar target (incomplete), fix install issues, fix
435 * scm/SConscript: New file.
437 * lily/main.cc (dir_info): Print variables in sh format.
439 * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
441 * mf/SConscript: Update multiple target rules.
443 * SConstruct (assert_version): Add.
445 2004-07-08 Han-Wen Nienhuys <hanwen@xs4all.nl>
447 * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
449 2004-07-07 Jan Nieuwenhuizen <janneke@gnu.org>
451 * buildscripts/mf-to-table.py: Do not try to open ''.
453 * mf/SConscript: New file.
455 2004-07-06 Carl Sorensen <carldsorensen@comcast.net>
457 * scm/fret-diagrams.scm : Convert many properties to constants,
458 reducing the pollution of the property namespace.
460 * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
461 unnecessary properties for fret-diagram
463 * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
466 2004-07-07 Jan Nieuwenhuizen <janneke@gnu.org>
468 * SConstruct: Update.
470 2004-07-07 Han-Wen Nienhuys <hanwen@xs4all.nl>
472 * input/regression/beam-quant-standard.ly (seconds): print desired
475 2004-07-06 Jan Nieuwenhuizen <janneke@gnu.org>
479 * lily/SConscript: New file.
481 2004-07-05 Carl Sorensen <carldsorensen@comcast.net>
483 * scm/define-grob-properties.scm (all-user-grob-properties): Add
484 descriptions for all fret-diagram properties.
486 * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
487 fret-diagram interface code
489 2004-07-06 Han-Wen Nienhuys <hanwen@xs4all.nl>
491 * ly/book-paper-defaults.ly: set default encoding to ec.
493 * buildscripts/guile-gnome.sh (OPT): only compile pango if not
496 * tex/latin1.enc: new file, from a2ps.
498 2004-07-06 Heikki Junes <hjunes@cc.hut.fi>
500 * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
501 add a faint, green border line.
503 * Documentation/index.html.in: drop <table>, add a faint border line.
505 2004-07-05 Han-Wen Nienhuys <hanwen@xs4all.nl>
507 * scm/font.scm (add-cmr-fonts): upright caps is eccc.
509 * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
511 2004-07-02 Carl Sorensen <carldsorensen@comcast.net>
513 * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
515 * scm/output-tex.scm (white-text): Add scale parameter to allow font scaling
517 * scm/stencil.scm (fontify-text-white) : Adjust to better center, properly
520 * scm/fret-diagrams.scm (make-fret-diagram): change default dot
521 position for numbered dots so dot will touch fret.
522 (various routines): move to font-metric interface, rather than
523 name, size interface. Clean up comments.
525 * ps/music-drawing-routines.ps: (/draw_white_text) Adjust font
526 size and offset to better center white text.
528 2004-07-05 Jan Nieuwenhuizen <janneke@gnu.org>
530 * ChangeLog: Remove pre-2.1 changes.
532 * Documentation/misc/ChangeLog-2.1: New file.
534 * stepmake/bin/release.py: Cleanup. Add release marker if missing
537 2004-07-05 Mats Bengtsson <mabe@drongo.s3.kth.se>
539 * input/test/chords-below-volta-bracket.ly,
540 input/test/no-key-at-end-of-line.ly: New example files (FAQs)
542 2004-07-05 Han-Wen Nienhuys <hanwen@xs4all.nl>
544 * VERSION: release 2.3.6
546 * input/regression/beam-quant-standard.ly: new file: test standard
549 * scm/beam.scm (check-quant-callbacks): new function
550 (check-beam-quant): new function: check whether current beam
551 quants match argument.
553 * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
554 forbidden quant for sitting (upstem)/hanging (downstem) on outer
557 2004-07-04 Han-Wen Nienhuys <hanwen@xs4all.nl>
559 * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
562 * lily/note-collision.cc (do_shifts): align colliding notes to
565 * input/regression/collision-alignment.ly: new file.
567 * ly/init.ly: don't print gc stats.
569 * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
572 * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
573 for dimensions. This fixes ottava-remove-empty-staff.ly
575 * input/regression/lyrics-tenor-clef.ly: new file.
577 * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
578 cyclic parents when two axis-group-engravers are
579 present. Fixes: crash-axis-group-engraver.ly.
581 * input/test/volta-chord-names.ly: new file.
583 * scm/define-context-properties.scm
584 (all-user-translation-properties): change voltaOnThisStaff
587 * lily/volta-engraver.cc (stop_translation_timestep): set bounds
590 * lily/volta-bracket.cc (print): handle volta brackets without
593 2004-07-01 Jan Nieuwenhuizen <janneke@gnu.org>
595 * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
596 2.0 chord syntax. Ouch. (thanks Dave Phillips).
598 2004-07-01 Nicolas Sceaux <nicolas.sceaux@free.fr>
600 * scm/output-gnome.scm: updated instructions for running gnome
603 2004-06-29 Carl Sorensen <carldsorensen@attbi.net>
605 * scm/fret-diagrams.scm (draw-dots): default values for dot size
606 and dot-position now depend on finger-code value; in-dot makes
607 dots larger and centered.
608 (draw-barre): added straight-barre indicator option
609 (draw-dots): made fontify-text-white work.
611 * music-drawing-routines.ps: added /draw_white_text
613 * scm/output-tex.scm: added white-text
615 * scm/output-ps.scm: added white-text
617 * scm/lily.scm (ly:all-stencil-expressions): Added white-text to
618 list of stencil expressions
620 * scm/stencil.scm: Added fontify-text-white
622 2004-06-29 Heikki Junes <hjunes@cc.hut.fi>
624 * input/regression/+.ly: use @unnumbered section.
626 2004-06-28 Nicolas Sceaux <nicolas.sceaux@free.fr>
628 * elisp/lilypond-mode.el (LilyPond-guile): set current module to
629 (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
631 2004-06-28 Jan Nieuwenhuizen <janneke@gnu.org>
633 * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
635 2004-06-26 Nicolas Sceaux <nicolas.sceaux@free.fr>
637 * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
638 was causing an error. (was not actually commited in 2004-06-20)
640 * input/regression/lily-in-scheme.ly (withPaddingC): does not
643 2004-06-24 Han-Wen Nienhuys <hanwen@xs4all.nl>
645 * VERSION: 2.3.5 released.
647 * lily/my-lily-parser.cc (parse_string): switch module too.
649 2004-06-24 Jan Nieuwenhuizen <janneke@gnu.org>
651 * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
652 ec-fonts-mftraced to running requirements.
654 2004-06-22 Han-Wen Nienhuys <hanwen@xs4all.nl>
656 * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
657 assignments don't reach the original file.
659 * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
662 2004-06-22 Jan Nieuwenhuizen <janneke@gnu.org>
664 * scm/output-gnome.scm:
665 * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
667 * debian/: Apply Debian patch (Anthony Fok).
669 2004-06-22 Heikki Junes <hjunes@cc.hut.fi>
671 * Documentation/user/music-glossary.tely: fix titling; @top is already
672 an @unnumbered @chapter.
674 2004-06-22 Han-Wen Nienhuys <hanwen@xs4all.nl>
676 * debian/GNUmakefile (EXTRA_DIST_FILES):
677 (CONF_FILES): update file list.
679 * lily/stencil.cc (interpret_stencil_expression): bugfix.
681 2004-06-21 Jan Nieuwenhuizen <janneke@gnu.org>
683 * debian/: Remove cruft (requested Anthony Fok.)
685 * buildscripts/guile-gnome.sh: Build without gcc libtool version
688 * scm/framework-gnome.scm: Cleanups. Resurrect +/- canvas scaling.
689 Add popup menu with grob properties.
691 * lily/grob-scheme.cc (ly:grob-properties):
692 (ly:grob-basic-properties): New function.
694 * lily/stencil.cc (interpret_stencil_expression): Comment-out
695 "no-origin" call. Fixes -fps output.
697 * scm/output-ps.scm (no-origin): Add dummy implementation.
699 * scm/output-gnome.scm (define-origin): Remove
702 * scm/output-ps.scm (scm):
703 * scm/output-tex.scm (scm): Remove define-origin from exports list.
704 (define-origin): Remove.
706 * scm/output-gnome.scm (define-origin):
708 * scm/lily.scm (ly:all-output-backend-commands): Remove
709 define-origin. Add grob-cause.
711 2004-06-21 Heikki Junes <hjunes@cc.hut.fi>
713 * buildscripts/lilypond-words.py: add ly/portugues.ly.
715 2004-06-20 Heikki Junes <hjunes@cc.hut.fi>
717 * Documentation/user/GNUmakefile:
718 * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
719 --include-css=.../texinfo.css; command includes css into the html.
721 * Documentation/texinfo.css: add file.
722 define <hr> as black and thin.
724 2004-06-20 Han-Wen Nienhuys <hanwen@xs4all.nl>
726 * lily/stencil.cc (interpret_stencil_expression): add grob-cause
727 stencil expression. Junk define-origin.
729 * lily/my-lily-parser.cc (parse_string): init parser variable when
730 lexer_ is set, ie. in parse_string and parse_file.
732 * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
735 * scm/lily.scm (collect-scores-for-book): new function.
737 * ly/init.ly: print collected scores/musics.
739 * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
740 scope, not in lily module.
742 * lily/book.cc (LY_DEFINE): ly:make-book. New function.
744 * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
745 encapsulate gtk/pango tests.
747 * po/tr.po: Turkish translation.
749 2004-06-20 Nicolas Sceaux <nicolas.sceaux@free.fr>
751 * input/regression/lily-in-scheme.ly: regression test for #{
754 * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
755 was causing an error.
757 * Documentation/user/programming-interface.itely (Using LilyPond
758 syntax inside Scheme): documentation for #{ ... #} syntax.
760 2004-06-19 Heikki Junes <hjunes@cc.hut.fi>
762 * Documentation/index.html.in: use black thin <hr>.
764 * buildscripts/mutopia-index.py: use thin black <hr>.
766 2004-06-19 Jan Nieuwenhuizen <janneke@gnu.org>
768 * scm/fret-diagrams.scm: Use UNIX style line endings.
769 (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
772 * scm/output-ps.scm (white-dot): Remove second incarnation.
774 * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
776 2004-06-19 Han-Wen Nienhuys <hanwen@xs4all.nl>
778 * scripts/lilypond.py (ic_p.make_include_option): set error_p for
781 * lily/bar-line.cc (compound_barline): add support for unbroken ||:
783 2004-06-17 Carl Sorensen (carl_sorensen@byu.edu)
785 * scm/fret-diagrams.scm: added fret-diagram-terse interface;
786 remove size as argument to fret-diagram interface;
787 improved white-circle dots for fret;
788 improved top-fret thick line/
790 * scm/output-ps.scm: added white-dot function
792 * scm/output-tex.scm: added white-dot function
794 * tex/music-drawing-routines.ps: added draw_white_dot function
796 * ps/music-drawing-routines.ps: added draw_white_dot function
798 * input/test/fret-diagram.ly: examples to show multiple
799 functions and multiple interfaces
801 2004-06-18 Jan Nieuwenhuizen <janneke@gnu.org>
803 * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph)
804 (pango_fc_afm_get_charset): Update iaw Pango CVS update.
806 * buildscripts/guile-gnome.sh: Add pango to recipe. Resolve
807 conflict. Have I told you lately how much I love autotools?
809 2004-06-17 Jan Nieuwenhuizen <janneke@gnu.org>
811 * lily/lily-guile.cc:
812 * lily/pangofc-afm-decoder.cc:
813 * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
814 Fixes build without Pango CVS. Use "pangofc-afm-decoder.hh".
816 * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
819 * lily/paper-outputter.cc (file): New method.
820 (dump_string): Use it.
822 * scm/output-gnome.scm: Update with pango CVS info, lilylib
825 * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
826 of them has a comma :-).
828 * scm/framework-gnome.scm: Add pango decoders.
830 * lily/include/pangofc-afm-decoder.hh:
831 * lily/pangofc-afm-decoder.cc: New file.
833 * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
835 * configure.in: Check for pango.
837 * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
839 (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
841 * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
843 2004-06-17 Han-Wen Nienhuys <hanwen@xs4all.nl>
845 * Documentation/user/tutorial.itely (Integrating text and music):
846 fix grammar & punctuation.
848 2004-06-16 Jan Nieuwenhuizen <janneke@gnu.org>
850 * lily/: Stray janitorial cleanups.
852 * scm/lily.scm (ly:all-stencil-expressions):
853 * scm/lily.scm (ly:all-output-backend-commands): New function.
855 * scm/safe-lily.scm (safe-objects): Add them.
857 * scm/framework-gnome.scm (<gnome-outputter>): New class.
859 * scm/output-gnome.scm: Move non-stencil evaluators to framework.
861 2004-06-15 Jan Nieuwenhuizen <janneke@gnu.org>
863 * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
865 2004-06-15 Han-Wen Nienhuys <hanwen@xs4all.nl>
867 * scm/page-layout.scm (default-page-make-stencil): add
868 raggedbottom, raggedlastbottom.
870 * Documentation/user/changing-defaults.itely (Page layout): add doc.
872 * scm/framework-tex.scm (define-fonts): fix export of
875 * lily/paper-book.cc (classic_output): strip suffixes from
878 * lily/tuplet-bracket.cc (before_line_breaking): do not return
879 SCM_UNDEFINED to Scheme.
881 2004-06-14 Han-Wen Nienhuys <hanwen@xs4all.nl>
883 * lily/book.cc: remove Book::to_stencil().
884 (process): whoops. Score::book_rendering returns vector, not list.
886 * scripts/convert-ly.py (conv): remove \notes.
887 apply to input examples.
889 * lily/paper-outputter.cc (output_stencil): don't use
890 smobify_self() but self_scm()
892 * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
895 * lily/paper-book.cc (output): load framework module
896 scm_c_resolve_module().
898 * python/lilylib.py (exit): exit with argument i.
900 2004-06-14 Jan Nieuwenhuizen <janneke@gnu.org>
902 * scm/framework-gnome.scm (output-framework-gnome): Try loading
903 gnome modules from non-toplevel.
905 * lily/ly-module.cc (ly:import-module): Export to ly:.
907 * lily/paper-score.cc (process): Do not show progress newline.
909 * lily/paper-book.cc (output, classic_output): Show progess
912 2004-06-14 Heikki Junes <hjunes@cc.hut.fi>
914 * buildscripts/lilypond-words.py: add ly/vlaams.ly
916 2004-06-14 Jan Nieuwenhuizen <janneke@gnu.org>
918 * lily/score.cc (ly:run-translator): Do not crash on empty music
921 * lily/book.cc (process): Do not render score when systems is empty.
923 * input/simple-song.ly: Down one octave.
925 * scm/output-gnome.scm: Remove script again; re-add modules fix
926 (CVS conflict resolve?)
928 * lily/stencil.cc (ly:interpret-stencil): Was:
929 interpret_stencil_expression.
931 2004-06-13 Jan Nieuwenhuizen <janneke@gnu.org>
933 * buildscripts/guile-gnome.sh: New file.
935 * scm/output-gnome.scm: White background, better window size, sane
936 canvas size. Cleanups.
938 2004-06-13 Han-Wen Nienhuys <hanwen@xs4all.nl>
940 * VERSION: release 2.3.4
942 * Documentation/user/invoking.itexi (Invoking the lilypond
943 binary): document --safe.
945 * scm/output-gnome.scm: set PATH in script.
947 * scm/page-layout.scm (default-page-make-stencil): don't stretch
948 if there is too few systems on a page.
950 * lily/parser.yy (relative_music): start at middle C without pitch
953 * Documentation/user/changing-defaults.itely (Page layout): new node.
954 (Paper size): rename node
955 (Page breaking): new node.
956 (Titling): move from invoking.
957 (File structure): new node.
959 * lily/parser.yy (score_body): allow \header and music anywhere in
962 2004-06-13 Jan Nieuwenhuizen <janneke@gnu.org>
964 * scm/lily.scm (ly:load): Remove page-breaking.scm.
966 2004-06-13 Han-Wen Nienhuys <hanwen@xs4all.nl>
968 * lily/include/paper-system.hh: move cc/hh file from paper-line.*
970 * lily/include/paper-line.hh: rename to Paper_system.
972 * lily/include/paper-book.hh: doc class.
974 * lily/paper-book.cc (c_ragged_page_breaks): remove functions.
976 * scm/page-layout.scm (plain-footer): add tagline/copyright.
977 (plain-header): add instrument-name.
978 (default-page-make-stencil): bugfixes.
980 * lily/parser.yy (book_body): allow \header anywhere in \book{}
982 * lily/paper-book.cc: remove copyright & tagline. Remove
983 interactions with Page
985 * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
987 (default-page-make-stencil): new function
988 (default-page-music-height): new function
989 (page-headfoot): new function
990 (ly:optimal-page-breaks): generate stencils directly from here
992 * scm/titling.scm: new file, group titling functions
994 2004-06-13 Jan Nieuwenhuizen <janneke@gnu.org>
996 * scm/output-gnome.scm: Handle multiple pages.
998 * scm/framework-gnome.scm: Do not load output-gnome.
999 (framework-gnome): Invoke output-gnome::header and
1000 output-gnome::end-output as faked stencils. Fixes experimental
1003 2004-06-13 Han-Wen Nienhuys <hanwen@xs4all.nl>
1005 * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
1006 octavation compatibility fixes. Backportme.
1008 * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
1010 (ly:optimal-page-breaks): combine-penalties: no shortcut for
1011 negative. Now we handle negative penalties (ie. \pageBreak)
1014 * lily/system.cc (get_line): extract page-penalty from the left
1017 * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
1019 2004-06-12 Han-Wen Nienhuys <hanwen@xs4all.nl>
1021 * scm/framework-ps.scm: don't load output-XXX from framework-XXX
1023 2004-06-12 Jan Nieuwenhuizen <janneke@gnu.org>
1025 * scm/output-gnome.scm: Update script. Move development to
1026 lilypond_2_3_2 branch for now.
1028 2004-06-11 Han-Wen Nienhuys <hanwen@xs4all.nl>
1030 * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
1034 * Documentation/user/changing-defaults.itely (Creating contexts):
1037 * scm/page-breaking.scm (ly:optimal-page-breaks): new
1038 file. Rewrite function.
1040 * lily/paper-book.cc (pages): new interface: page-breaking returns
1043 * lily/page.cc (Page): take lines argument.
1045 * scm/document-translation.scm (all-engravers-doc): link to user man
1047 * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
1049 * Documentation/user/notation.itely (Relative octaves): typo.
1051 * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
1053 2004-06-11 Jan Nieuwenhuizen <janneke@gnu.org>
1055 * scm/output-gnome.scm: Update build script.
1057 2004-06-10 Jan Nieuwenhuizen <janneke@gnu.org>
1059 * scm/output-gnome.scm: Add font scaling. Attempt to resurrect
1062 * scm/framework-gnome.scm: New file.
1064 * scm/lily.scm: Use it.
1066 * lily/paper-outputter.cc: Janitorial cleanups.
1067 (ly:outputter-dump-string): Remove unreachable statement.
1069 * scm/framework-ps.scm: Add header. Janitorial cleanups.
1070 (ice-9): Bugfix: Add srfi-1.
1072 * scm/framework-tex.scm: Add header. Janitorial cleanups.
1074 2004-06-08 Han-Wen Nienhuys <hanwen@xs4all.nl>
1076 * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
1079 2004-06-07 Han-Wen Nienhuys <hanwen@xs4all.nl>
1081 * ly/book-paper-defaults.ly: set optimal-page-breaks as default
1083 2004-06-06 Han-Wen Nienhuys <hanwen@xs4all.nl>
1085 * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
1086 override of Beam::position-callbacks. Why would grace beams not be
1087 quantized? Fixes: weird-stem-size-grace.
1089 * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
1090 warning only once. Backportme.
1092 * lily/accidental-engraver.cc (number_accidentals_from_sig):
1093 bugfix, 2nd try. Backportme.
1095 * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
1097 2004-06-04 Mats Bengtsson <mabe@drongo.s3.kth.se>
1099 * Documentation/user/notation.itely (Instrument transpositions):
1100 Correct the name of the instrumentTransposition property.
1102 2004-06-04 Han-Wen Nienhuys <hanwen@xs4all.nl>
1104 * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
1106 2004-06-04 Mats Bengtsson <mabe@drongo.s3.kth.se>
1108 * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
1109 and postLilyPondExample are called when defined.
1111 2004-06-03 Han-Wen Nienhuys <hanwen@xs4all.nl>
1113 * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
1114 This fixes setting notenames with `\include "nederlands.ly" '
1116 * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
1119 2004-06-01 Han-Wen Nienhuys <hanwen@xs4all.nl>
1121 * scm/page-layout.scm: don't do piece, it should be in score-title
1124 * lily/lexer.ll: lex \score separately.
1126 * lily/paper-book.cc: junk stencil2line.
1128 * lily/paper-line.cc (Paper_line): construct from Stencil
1129 directly. No futzing with the dimensions.
1131 * lily/include/paper-line.hh (class Paper_line):
1133 * lily/stencil.cc (interpret_stencil_expression): combine-stencil
1134 takes arbitrary number of arguments.
1136 * input/test/markup-score.ly (tuning): simplify example.
1138 2004-05-31 Han-Wen Nienhuys <hanwen@xs4all.nl>
1140 * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function.
1142 * scm/define-markup-commands.scm (score): define score-markup
1144 * lily/parser.yy (markup): use score-markup.
1146 * lily/score.cc: add ly:score?
1148 2004-05-30 Carl Sorensen <carl_sorensen@byu.edu>
1150 * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
1151 fret-parse-string so it prepares for calls to fret-diagram-verbose
1152 Changed display constants to props so they are available for
1155 2004-05-31 Han-Wen Nienhuys <hanwen@xs4all.nl>
1157 * VERSION: release 2.3.3
1159 * stepmake/stepmake/generic-vars.make: unset LANG.
1161 * input/regression/tuplet-nest.ly: bugfix.
1163 * lily/tie-performer.cc (stop_translation_timestep): reset
1164 ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
1166 * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
1167 clear repeat_ directly after setting stem_tremolo_. Fixes:
1170 * input/regression/span-bar-break.ly: new file.
1172 * scm/define-grobs.scm (all-grob-descriptions): remove
1173 break-visibility from SpanBar. Fixes: piano-repeat.ly
1175 2004-05-30 Han-Wen Nienhuys <hanwen@xs4all.nl>
1177 * python/lilylib.py (make_ps_images): only compute bbox when needed.
1179 * scripts/lilypond-book.py (process_snippets): use lily -f ps
1180 files for generating pngs. (failed experiment)
1182 * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
1183 file with PFA fonts included.
1185 * lily/score.cc (default_rendering): put header in too.
1187 * lily/paper-line.cc (LY_DEFINE): change function to
1188 ly:paper-line-extent
1190 * scm/page-layout.scm (default-book-title): only add lines for
1192 (default-score-title): idem.
1194 * lily/my-lily-parser.cc (parse_string): delete lexer after use.
1196 * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
1198 * lily/include/paper-book.hh (class Paper_book): remove height_
1201 * input/test/coriolan-margin.ly (texidoc): remove latex macros.
1203 * lily/ly-module.cc (LY_DEFINE): bugfix.
1205 * lily/paper-book.cc (book_title): separate function for the book
1208 * scm/page-layout.scm (default-book-title): only account for
1211 * scm/framework-ps.scm: new file. Move high level interface from
1214 * scm/music-functions.scm (def-grace-function): move macros from
1215 ly/music-functions-init.ly
1217 * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
1220 * scm/framework-tex.scm (dump-line): new file. High level
1221 interface for output (pages, systems, header).
1223 * lily/include/page.hh (class Page): add is_last_ field.
1225 * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
1227 * lily/paper-book.cc (split_string): new function
1228 (output): output multiple formats, i.e. --format=ps,tex
1230 * scm/output-ps.scm (output-scopes): dump variables directly.
1231 (define-fonts): rewrite for new interface
1233 * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
1235 * lily/paper-outputter.cc (Paper_outputter): take format argument.
1237 * lily/main.cc (parse_argv): don't set extension for output.
1239 * lily/clef-engraver.cc (create_clef): remove
1240 Staff_symbol_referencer::set_position() call.
1242 2004-05-30 Nicolas Sceaux <nicolas.sceaux@free.fr>
1244 * ly/music-functions-init.ly (addlyrics): set the 'origin property
1245 with the location argument in music function definitions.
1247 2004-05-29 Han-Wen Nienhuys <hanwen@xs4all.nl>
1249 * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
1250 staffsymbol dependency.
1252 * lily/include/grob.hh (class Grob): live () -> is_live (). Small
1255 * lily/book.cc (process): return Paper_book
1256 (to_stencil): use Book::process().
1258 * lily/include/my-lily-parser.hh (class My_lily_parser): remove
1259 header_ field. Store in $globalheader
1261 * lily/parser.yy (book_body): book header is initted to
1265 2004-05-28 Han-Wen Nienhuys <hanwen@xs4all.nl>
1267 * input/test/fill-a4.ly: removed.
1269 * lily/parser.yy (output_def): push scope of parent_ Output_def
1272 2004-05-28 Jan Nieuwenhuizen <janneke@gnu.org>
1274 * scm/output-gnome.scm: Update info.
1276 2004-05-28 Han-Wen Nienhuys <hanwen@xs4all.nl>
1278 * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
1280 * scm/lily.scm (ly:modules-lookup): handle empty list, and more
1283 * lily/include/ly-module.hh (ly_use_module): rename is_module to
1286 * scm/page-layout.scm (default-book-title): move Scheme titling
1289 * lily/parser.yy (book_paper_block): remove scope too.
1291 * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
1293 * lily/rest.cc: add direction to rest properties.
1295 * lily/include/output-def.hh: new file, move from
1298 2004-05-27 Jan Nieuwenhuizen <janneke@gnu.org>
1300 * scm/output-gnome.scm: Describe feta-cork hack.
1302 2004-05-27 Han-Wen Nienhuys <hanwen@xs4all.nl>
1304 * lily/include/book-paper-def.hh: derive from Output_def
1306 * lily/include/paper-def.hh: move all functionality out of class.
1309 * lily/include/music-output-def.hh: rename Music_output_def to
1312 * input/wilhelmus.ly: only set space for Paper formatting.
1314 * lily/include/midi-def.hh: remove file, remove class.
1315 Move functions to Music-output-def.
1317 * lily/music-output-def.cc (Music_output_def): remove separate
1318 translator table. Lookup translators in scope directly. This
1319 obviates Context suffix for context identifiers, i.e.
1330 * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
1332 * Documentation/user/changing-defaults.itely (Horizontal spacing):
1333 document spacing override hack.
1335 2004-05-27 Jan Nieuwenhuizen <janneke@gnu.org>
1337 * scm/output-gnome.scm: Add C-q, C-w keybindings. Update
1338 installation info. Support point-and-click. Add +/- zoom
1341 2004-05-26 Han-Wen Nienhuys <hanwen@xs4all.nl>
1343 * VERSION: 2.3.2 released
1345 * lily/parser.yy (book_body): set default bookpaper.
1347 * scm/output-tex.scm (header): kludge: hard code linewidth.
1349 * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
1351 2004-05-25 Han-Wen Nienhuys <hanwen@xs4all.nl>
1353 * lily/score.cc (default_rendering): scale outputdef before
1356 2004-05-25 Jan Nieuwenhuizen <janneke@gnu.org>
1358 * scm/fret-diagrams.scm: Add header.
1360 * scm/output-gnome.scm: Hello world :-)
1362 2004-05-25 Han-Wen Nienhuys <hanwen@xs4all.nl>
1364 * scripts/lilypond.py (run_dvips): only add papersize if present.
1366 * lily/accidental-engraver.cc (update_local_key_signature): new
1367 function, fold code from initialize() and process_music().
1368 (update_local_key_signature): use deep copy. This fixes one
1369 problem from custom-key-signatures.ly.
1370 (number_accidentals_from_sig): tighter check for
1373 * ly/engraver-init.ly: remove localKeySignature
1374 definition from ChoirStaff, StaffGroup, Score.
1376 * lily/percent-repeat-engraver.cc (try_music): add moments for
1377 barlines too. Fixes: skipbars-percent-repeat.ly.
1379 2004-05-24 Han-Wen Nienhuys <hanwen@xs4all.nl>
1381 * lily/context-def.cc (filter_performers): don't go to cdrloc if
1382 skipping last pair. Fixes: crash-bar-number.
1384 * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
1387 * input/test/fret-diagram.ly: new file.
1389 * scm/paper.scm (paper-set-staff-size): scale linewidth too.
1390 (scale-paper): divide by scale.
1392 2004-05-19 Han-Wen Nienhuys <hanwen@xs4all.nl>
1394 * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
1397 2004-05-18 Han-Wen Nienhuys <hanwen@xs4all.nl>
1399 * scm/stencil.scm (fontify-text): reinstate function
1401 * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
1403 * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
1405 * lily/parser.yy (book_paper_head): \bookpaper {}
1407 * python/midi.c: remove config.h
1409 2004-05-18 Jan Nieuwenhuizen <janneke@gnu.org>
1411 * scm/output-gnome.scm: Update.
1413 2004-05-17 Jan Nieuwenhuizen <janneke@gnu.org>
1415 * scm/output-gnome.scm: New file.
1417 * lily/include/book-paper-def.hh: Add. Janitorial fixes.
1419 2004-05-17 Han-Wen Nienhuys <hanwen@xs4all.nl>
1421 * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
1422 (find_scaled_font): move from Paper_def
1424 2004-05-16 Han-Wen Nienhuys <hanwen@xs4all.nl>
1426 * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
1427 (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
1429 * po/fr.po: update po.
1431 * lily/include/book-paper-def.hh (class Book_paper_def): new file.
1433 * lily/book-paper-def.cc (print_smob): new file.
1435 2004-05-16 Heikki Junes <hjunes@cc.hut.fi>
1437 * buildscripts/lilypond-words.py: search words also from
1438 music-functions-init.ly.
1440 2004-05-15 Nicolas Sceaux <nicolas.sceaux@free.fr>
1442 * ly/music-functions-init.ly (def-music-function): new helper
1443 macro for defining music functions. \addlyrics \appoggiatura
1444 \acciaccatura \grace \partcombine \autochange \applycontext
1445 \applyoutput and \breathe are now defined here thanks to it.
1448 * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
1449 \grace \partcombine \autochange \applycontext \applyoutput and
1450 \breathe keywords removed from the parser.
1453 * lily/music-function.cc (ly_make_music_function):
1454 * lily/lexer.ll (music_function_type): added a case for 0-arg
1457 2004-05-14 Nicolas Sceaux <nicolas.sceaux@free.fr>
1459 * scm/ly-from-scheme.scm (read-lily-expression): A variable
1460 refering to a music expression can be used in lily-inside-scheme:
1463 * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
1464 and ly:parser-define, and change ly:parser-parse-string in order
1465 to make #{ $music #} work.
1467 * scm/new-markup.scm (compile-markup-expression): when an argument
1468 is a string, use `make-simple-markup'.
1470 2004-05-14 Han-Wen Nienhuys <hanwen@xs4all.nl>
1472 * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.
1474 2004-05-10 Han-Wen Nienhuys <hanwen@xs4all.nl>
1476 * scripts/convert-ly.py (FatalConversionError.func): handle + in
1477 font-size. (backportme)
1479 2004-05-09 Han-Wen Nienhuys <hanwen@xs4all.nl>
1481 * lily/paper-outputter.cc (output_stencil): dump font definitions
1482 before each stencil.
1484 * lily/include/paper-book.hh (struct Score_lines): new
1485 struct. Collect info per Paper-score.
1487 * lily/include/page.hh (class Page): to_stencil() returns Stencil
1490 * lily/stencil.cc (find_expression_fonts): new function
1492 * lily/paper-outputter.cc (output_stencil): use
1493 interpret_stencil_expr
1495 * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
1496 (interpret_stencil_expr): new function. Generic stencil
1499 * lily/paper-def.cc (find_scaled_font): divide lookup
1500 magnification by outpuscale for non-virtual fontmetrics. This
1501 fixes ludicrously long font definitions for text
1504 * lily/score-engraver.cc: remove
1505 {Engraver,Score_engraver}::typeset_grob(), remove all calls.
1507 2004-05-09 Jan Nieuwenhuizen <janneke@gnu.org>
1509 * input/test/markup-score.ly: Remove \notes.
1511 * lily/parser.yy (book_body): Grok Composite_music and \header.
1512 (markup): Push NOTES mode before score_block.
1514 * VERSION: release 2.3.1
1517 * mf/feta-bolletjes.mf: Oops. Comment-out canvast test code.
1519 * Documentation/user/programming-interface.itely: Use @emph (was: @em).
1521 * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
1523 2004-05-09 Han-Wen Nienhuys <hanwen@xs4all.nl>
1525 * scm/output-tex.scm (output-tex-string): tighten safe security.
1527 * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
1529 * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
1530 allowed ly functions.
1532 * lily/ly-module.cc (ly_module_define): only define variable if
1534 (ly_make_anonymous_module): take safe option.
1536 2004-05-08 Han-Wen Nienhuys <hanwen@xs4all.nl>
1538 * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
1540 2004-05-08 Jan Nieuwenhuizen <janneke@gnu.org>
1542 * input/regression/newaddlyrics.ly: Fix.
1544 * Documentation/user/tutorial.itely: Use \newlyrics, remove most
1547 2004-05-08 Heikki Junes <hjunes@cc.hut.fi>
1549 * Documentation/user/music-glossary.tely ([k-z]): last fixes.
1551 2004-05-08 Han-Wen Nienhuys <hanwen@xs4all.nl>
1553 * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
1555 * lily/paper-line.cc (Paper_line): don't store list of stencils,
1556 but convert to single Stencil immediately.
1558 * lily/paper-book.cc (title): don't return Stencil* but Stencil.
1560 2004-05-07 Jan Nieuwenhuizen <janneke@gnu.org>
1562 * scm/output-sodipodi.scm: Resurrect sodipodi output.
1564 2004-05-07 Kristof Bastiaensen <kristof.bastiaensen@vleeuwen.org>
1566 * elisp/lilypond-mode.el: Changed the way defaults are created for
1567 LilyPond-command-master. LilyPond-mode will now check the
1568 timestamps of the files to see which command has to run next.
1570 2004-05-07 Han-Wen Nienhuys <hanwen@xs4all.nl>
1572 * scm/bass-figure.scm (format-bass-figure): don't set
1573 number-markup for strings. This fixes string in bass
1574 figure. (backportme)
1576 * lily/parser.yy (bass_number): insert number-markup into figure
1579 * scm/define-music-properties.scm (all-music-properties): make
1582 * scripts/convert-ly.py (conv): \apply -> \applymusic
1584 2004-05-06 Kristof Bastiaensen <kristof.bastiaensen@vleeuwen.org>
1586 * elisp/lilypond-mode.el: changed the order of some commands
1587 ("Midi" after "2Midi"), use the user-defined
1588 LilyPond-command-default as default instead of "LilyPond"
1590 * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
1591 to set the master file for the next command.
1593 * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
1594 with font-lock-reference-face.
1596 2004-05-07 Heikki Junes <hjunes@cc.hut.fi>
1598 * Documentation/user/music-glossary.tely ([ab]*): small fixes.
1600 * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
1602 2004-05-06 Han-Wen Nienhuys <hanwen@xs4all.nl>
1604 * ly/music-functions-init.ly (TODO): new file.
1606 * lily/parser.yy (Generic_prefix_music_scm): add more
1607 music_function symbols.
1608 (Prefix_composite_music): change \apply to music-function
1610 * lily/include/music-function.hh: rename to music-function
1612 2004-05-05 Han-Wen Nienhuys <hanwen@xs4all.nl>
1614 * lily/music-head.cc (LY_DEFINE): change order of args.
1616 * input/regression/music-head.ly (texidoc): new file.
1618 * lily/parser.yy (Generic_prefix_music): allow generic
1619 music-transformation functions.
1621 * lily/include/music-head.hh (is_music_head): new file.
1623 * lily/music-head.cc (get_music_head_transform): new file.
1625 2004-05-04 Han-Wen Nienhuys <hanwen@xs4all.nl>
1627 * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
1628 empty extent. This fixes ottava brackets on rests. (backportme)
1630 * make/lilypond.redhat.spec.in (Group): ln png files for info.
1632 * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
1634 * cygwin/lily-wins.py: update for the lily-wins.py script.
1636 2004-05-03 Han-Wen Nienhuys <hanwen@xs4all.nl>
1638 * lily/score-engraver.cc (typeset_all): switch off unbound spanner
1639 code. This will obviate typeset_grob () in the future. The effect
1640 of this is that improperly written spanner handling will result in
1641 invalid spanner bounds.
1642 (announce_grob): add to elems_ from here
1643 (typeset_grob): comment out.
1645 * lily/include/engraver.hh (make_spanner): new calling interface
1646 for make_{item,spanner}. This obviates most calls to
1649 * scm/music-functions.scm (set-accidental-style): use GrandStaff
1650 iso. PianoStaff for piano styles.
1652 2004-05-03 Heikki Junes <hjunes@cc.hut.fi>
1654 * Documentation/user/music-glossary.tely: add segno after d.s.
1656 2004-05-02 Han-Wen Nienhuys <hanwen@xs4all.nl>
1658 * lily/include/audio-column.hh: remove unused variables.
1659 (patch by Michael Welsh Duggan)
1661 * flower/include/axes.hh (other_axis): inline Axes function
1662 (thanks to David Brandon).
1664 2004-05-02 Jan Nieuwenhuizen <janneke@gnu.org>
1666 * cygwin/mknetrel: Install image links (backportme).
1668 * Documentation/user/GNUmakefile (local-install-info): Activate
1669 actual installing of image links (backportme).
1671 2004-04-30 Mats Bengtsson <mabe@drongo.s3.kth.se>
1673 * Documentation/user/notation.itely (Measure repeats): Removed
1674 unnecessary (and confusing) \context Voice{.
1676 2004-04-29 Jan Nieuwenhuizen <janneke@gnu.org>
1678 * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
1680 * lily/page.cc (Page): Do not use ly_scheme_function for
1681 volatile/configurable variables (FIXME: better name).
1683 * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
1686 2004-04-29 Han-Wen Nienhuys <hanwen@xs4all.nl>
1688 * scripts/convert-ly.py (FatalConversionError.subst): use
1691 2004-04-29 Jan Nieuwenhuizen <janneke@gnu.org>
1693 * lily/include/page.hh (class Page): Declare left_margin ().
1695 * lily/page.cc: Remove paper var caching.
1697 2004-04-28 Jan Nieuwenhuizen <janneke@gnu.org>
1699 * Documentation/user/music-glossary.tely: Add name to @top node.
1700 Remove comment from @table definitions (workaround for makinfo
1703 * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
1704 ly:stencil-get-expr). Update callers.
1705 (ly:stencil-align-to!): Return stencil too.
1707 * lily/paper-outputter.cc (output_page): Bugfix. Use page
1708 stencil. Remove looped line-based page output.
1709 (output_line): Use line stencil. Remove looped stencil-based line
1712 * lily/page.cc (ly:page-paper-lines): New function.
1714 * input/test/markup-score.ly: New file.
1716 * scm/define-markup-commands.scm (stencil): New markup.
1718 * lily/book.cc (to_stencil): New method.
1720 * lily/parser.yy (markup): Use it to grok \score.
1722 2004-04-27 Jan Nieuwenhuizen <janneke@gnu.org>
1724 * lily/stencil.cc (expr): Rename (was: get_expr). Update callers.
1726 * lily/paper-book.cc (pages): Change signature. Update callers.
1728 * lily/include/page.hh:
1729 * lily/page.cc: New file.
1731 * lily/paper-line.cc (to_stencil): New method.
1733 * lily/paper-outputter.cc (output_stencil): New method.
1735 * lily/paper-outputter.cc (output_line): Use them.
1737 * lily/warn.cc: Remove.
1739 * lily/my-lily-parser.cc (distill_inname): Remove.
1741 * flower/include/file-name.hh:
1742 * flower/file-name.cc: New file. Update users.
1744 * flower/file-path.cc [CYGWIN]: Junk testing code. Remove Path.
1745 (find): New method of same name.
1747 * lily/my-lily-parser.cc (ly:parse-file): Use it.
1749 * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
1750 constant error message.
1752 2004-04-27 Heikki Junes <hjunes@cc.hut.fi>
1754 * input/test/{blank-notes.ly,staff-container.ly}: typos.
1756 2004-04-26 Jan Nieuwenhuizen <janneke@gnu.org>
1758 * Documentation/user/music-glossary.tely: @table @strong' replaced
1759 by `@table @samp @c @strong'. This fixes invalid makeinfo output
1762 2004-04-25 Nicolas Sceaux <nicolas.sceaux@free.fr>
1764 * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
1766 * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
1767 #{ lily music expression #} that returns an equivalent scheme
1768 music expression by parsing the string.
1770 2004-04-25 Jan Nieuwenhuizen <janneke@gnu.org>
1772 * lily/my-lily-parser.cc:
1773 * lily/my-lily-lexer.cc: Another step towards parsing ly code from
1774 SCM string (foo.ly/toto.scm support).
1776 2004-04-24 Jan Nieuwenhuizen <janneke@gnu.org>
1778 * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
1780 2004-04-21 Jan Nieuwenhuizen <janneke@gnu.org>
1782 * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
1784 * scripts/lilypond-book.py: LY code that includes \header is
1785 not assumed to be a fragment.
1787 2004-04-20 Jan Nieuwenhuizen <janneke@gnu.org>
1789 * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
1792 * lily/stem.cc (chord_start_y): Return 0 if no heads.
1793 (get_default_stem_end_position): No tremolo head juggling if no
1794 heads. Fixes tremolo crash on rests (backportme).
1796 * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
1798 2004-04-19 Jan Nieuwenhuizen <janneke@gnu.org>
1800 * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
1801 Gascoigne-Piggford). Also: TAB and whitespace fixes.
1803 * lily/lexer.ll: Allow \encoding in NOTES mode.
1805 * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
1806 for lyrics, not for commands.
1808 * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
1809 FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
1811 * input/regression/newaddlyrics.ly: New file.
1813 * Documentation/topdocs/NEWS.texi: Update.
1815 * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
1816 (Music_list): Allow embedded scm.
1818 * lily/score.cc (ly:score-bookify): New function.
1820 * lily/music.cc (ly:music-scorify): Idem.
1822 * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
1823 (ly:parser-print-score): Idem.
1825 * scm/lily.scm (default-toplevel-book-handler): Idem.
1826 (default-toplevel-music-handler): Idem.
1827 (default-toplevel-score-handler): Idem.
1829 * ly/declarations-init.ly: Set default toplevel handlers.
1831 * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
1833 * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
1834 printer for score at toplevel.
1836 2004-04-18 Jan Nieuwenhuizen <janneke@gnu.org>
1838 * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
1839 Fix for simple case: input/simple-song.ly, more complex stuff
1842 2004-04-18 Han-Wen Nienhuys <hanwen@xs4all.nl>
1844 * lily/parser.yy (Prefix_composite_music): split Composite_music
1845 in Prefix_composite_music and Grouped_music_list.
1846 (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
1848 2004-04-18 Jan Nieuwenhuizen <janneke@gnu.org>
1850 * scm/lily.scm (toplevel-expression): New define.
1852 * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
1854 * lily/parser.yy (toplevel_expression): Use it.
1856 * lily/include/my-lily-parser.hh: Smobbify.
1858 * lily/my-lily-parser.cc (parse_string): New method.
1860 * lily/my-lily-parser.cc (ly:parse-string): New function.
1862 * Documentation/user/lilypond.tely: Add comment and workaround for
1863 gs-8.01 crash. Fixes make web.
1865 Simplification of toplevel music.
1867 * lily/lexer.ll, lily/parser.yy:
1869 * In LYRICS mode, return LYRICS_STRING. This fixes one
1870 shift/reduce problem.
1872 * Use NOTES mode at start of maininput.
1874 * Grok toplevel composite music expression, put in score and book.
1876 * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
1878 * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
1880 * input/simple.ly: New file.
1882 * input/simple-song.ly: Idem.
1884 2004-04-16 Han-Wen Nienhuys <hanwen@xs4all.nl>
1886 * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1889 2004-04-17 Jan Nieuwenhuizen <janneke@gnu.org>
1891 * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1893 2004-04-17 Heikki Junes <hjunes@cc.hut.fi>
1895 * input/regression/accidental-octave.ly: doc automatic showing
1898 2004-04-16 Heikki Junes <janneke@gnu.org>
1900 * po/fi.po: do "make po && make -C po po-update" at top-level,
1901 then "cp po/out/fi.po po/fi.po" and update fields.
1903 * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1905 2004-04-15 Jan Nieuwenhuizen <janneke@gnu.org>
1907 * Documentation/user/introduction.itely (About this manual): Fix
1908 templates and regression urls (backportme).
1910 2004-04-14 Mats Bengtsson <mabe@drongo.s3.kth.se>
1912 * ly/engraver-init.ly (Score:graceSettings): Increase
1913 beamed-lengths, especially for 32nd notes.
1915 * Documentation/user/notation.itely (Grace notes): Correct the
1916 syntax for add-grace-property example.
1918 2004-04-13 Jan Nieuwenhuizen <janneke@gnu.org>
1920 * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1923 * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts. NOT.
1924 Severely broken (the Debian package, at least).
1926 2004-04-13 Han-Wen Nienhuys <hanwen@xs4all.nl>
1928 * lily/context.cc (find_create_context): assign to lvalue.
1930 2004-04-12 Han-Wen Nienhuys <hanwen@xs4all.nl>
1932 * lily/include/translator.hh (class Translator): rename
1933 get_parent_context() to context () to avoid confusion.
1935 * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1937 * lily/lexer.ll: change is_string -> ly_c_string_p
1939 * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1941 * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1943 2004-04-12 Han-Wen Nienhuys <hanwen@xs4all.nl>
1945 * VERSION: release 2.3.0
1947 * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1949 * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1952 * lily/include/context.hh (class Context): make members protected.
1953 (children_contexts): new accessor function.
1955 * lily/include/translator.hh (class Translator): make
1956 daddy_context_ protected.
1957 (class Translator): clean up.
1959 * lily/include/context.hh (class Context): make daddy_context_
1962 * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1963 higher for finding Voice. (backportme)
1965 * lily/include/context.hh (class Context): remove
1966 find_context_below() as a method.
1968 * Documentation/user/notation.itely (The Lyrics context): add note
1969 about manual durations
1971 * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1974 * scm/output-tex.scm (text): dump \inputencoding{} for text.
1976 2004-04-11 Han-Wen Nienhuys <hanwen@xs4all.nl>
1978 * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1979 \usepackage{inputenc}
1981 * lily/paper-book.cc (classic_output): don't advance Offset for
1984 * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1985 ec-sauter.map in rules
1987 * mf/ecb.mf (font_identifier): new file, based on ecbx
1989 * mf/ecb10.mf (gensize): new file.
1991 * Documentation/topdocs/NEWS.texi (Top): document some more new
1994 * ly/declarations-init.ly: run convert-ly
1996 * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1997 from input-file-results. Remove input-file-results.*
1999 2004-04-11 Jan Nieuwenhuizen <janneke@gnu.org>
2001 * scm/output-ps.scm (font-command): Fix, again.
2003 * input/test/title-markup.ly: Add \noPagebreak test.
2005 * lily/score-engraver.cc (try_music): Bugfix.
2007 2004-04-11 Han-Wen Nienhuys <hanwen@xs4all.nl>
2009 * lily/main.cc (main_with_guile): excise dependency options -M and
2012 * lily/input-file-results.cc: excise Makefile dependency code
2014 * Documentation/user/invoking.itexi (Invoking the lilypond
2015 binary): remove dep doco
2017 * lily/main.cc (main_with_guile): call lilypond-main
2019 * scm/lily.scm (lilypond-main): new function: handle multiple files.
2021 * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
2024 * lily/my-lily-parser.cc: remove paper_description function
2026 * lily/music-output-def.cc (LY_DEFINE): ly:output-description
2029 * lily/main.cc: remove global_score_count.
2031 * lily/book.cc (process): don't take header from global_input_file.
2033 * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
2035 * lily/parser.yy (My_lily_lexer): remove current_parser global var.
2037 * lily/music-output-def.cc (LY_DEFINE): new function
2038 ly_output_description. This function does the bulk for setting,
2039 parsing and breaking down of an input file.
2041 * lily/ly-module.cc (ly_make_anonymous_module): don't protect
2042 anonymous modules globally. Let's hope they get GCd
2044 * scripts/lilypond.py (run_dvips): add sauter-mftrace.map
2046 2004-04-11 Jan Nieuwenhuizen <janneke@gnu.org>
2048 * scm/output-ps.scm (header): Papersize from paper.
2050 * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
2053 * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
2054 lilypondclassic is defined.
2055 (lilypondstart): Oldish behaviour if lilypondclassic is defined.
2057 * input/regression/between-systems.ly: Remove.
2059 * python/lilylib.py (get_bbox): Fix regular expression
2062 * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
2064 * scm/output-tex.scm (stop-page): Use it.
2066 * scm/output-ps.scm (define-fonts): Bugfix.
2068 * lily/grob.cc: Add penalty to interface.
2070 * lily/include/paper-line.hh (class Paper_line): New member
2073 * lily/system.cc (get_line): Initialise Paper_line with
2074 page-penalty's from original grobs.
2076 * scm/define-music-properties.scm (all-music-properties): Add
2079 * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
2081 * lily/score-engraver.cc (try_music): Handle page-penalty.
2083 * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
2085 2004-04-11 Han-Wen Nienhuys <hanwen@xs4all.nl>
2087 * ly/declarations-init.ly (melismaEnd): typo
2089 * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
2091 * scm/output-ps.scm (text): split string into spaces, use moveto
2094 2004-04-10 Jan Nieuwenhuizen <janneke@gnu.org>
2098 * scm/font.scm (add-cmr-fonts): Typo.
2100 2004-04-10 Han-Wen Nienhuys <hanwen@xs4all.nl>
2102 * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
2105 * scm/define-grobs.scm (all-grob-descriptions): idem.
2107 * lily/time-signature.cc (numbered_time_signature): idem.
2109 * scm/font.scm (add-cmr-fonts): use real encoding names for
2112 2004-04-10 Jan Nieuwenhuizen <janneke@gnu.org>
2114 * lily/paper-book.cc (classic_output):
2115 * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
2116 Fixes classic output.
2118 * scripts/lilypond.py (global_latex_preamble): Remove topmargin
2121 * scripts/old-lilypond-book.py: Remove.
2123 Page layout for SCOREs enclosed in a BOOK:
2125 * scripts/lilypond.py: Remove LaTeX titling kludge. Remove page
2128 * input/les-nereides.ly (theScore): Add \book.
2130 * input/test/title-markup.ly: Add \book.
2132 * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
2135 * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
2137 * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
2139 * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
2140 * scm/output-tex.scm (start-system): Update for page layout by
2143 * scm/output-ps.scm (start-system): Previously (new-start-system).
2145 * lily/paper-outputter.cc (output_header): Uniquify list of fonts
2146 passed to define-fonts.
2148 * lily/paper-column.cc:
2149 * lily/system.cc (get_line):
2150 * ly/property-init.ly (newpage):
2151 * scm/define-grob-properties.scm:
2152 * scm/output-ps.scm:
2153 * scm/output-tex.scm: Remove between-system-string kludge.
2155 * scm/output-ps.scm (define-fonts, font-command,
2156 font-load-encoding): Handle ENCODING = #f.
2158 * scm/output-tex.scm (output-scopes): Check if variable is bound.
2160 * scm/define-markup-commands.scm (fill-line): Use
2161 make-simple-markup (WAS: unexisting make-word-markup).
2163 * lily/text-item.cc (interpret_markup): Bugfix, transpose
2164 ENCODING, MARKUP parameters for interpret_string.
2166 * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
2168 * lily/score.cc (book_rendering): New method.
2169 (default_rendering): Create Paper_book helper locally, dump
2172 * lily/my-lily-lexer.cc (the_key_tab): Add book.
2174 * lily/parser.yy: Handle \book.
2176 * lily/include/book.hh:
2177 * lily/book.cc: New file.
2179 2004-04-10 Han-Wen Nienhuys <hanwen@xs4all.nl>
2181 * lily/text-item.cc (interpret_string): new file, select font with
2184 * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
2186 * scm/define-markup-commands.scm (encoded-simple): new markup command.
2188 * lily/parser.yy (markup): take encoding from lexer.
2190 2004-04-09 Jan Nieuwenhuizen <janneke@gnu.org>
2192 * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
2194 * scm/output-ps.scm: Remove some cruft.
2196 2004-04-09 Han-Wen Nienhuys <hanwen@xs4all.nl>
2198 * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
2200 * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
2202 2004-04-09 Jan Nieuwenhuizen <janneke@gnu.org>
2204 * scm/font.scm (add-century-schoolbook-fonts):
2205 (make-century-schoolbook-tree): New function.
2207 * input/test/title-markup.ly: Use Century Schoolbook font.
2209 2004-04-09 Han-Wen Nienhuys <hanwen@xs4all.nl>
2211 * scripts/convert-ly.py: limited old-style markup convert. (Thanks
2214 * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
2216 * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
2218 * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
2220 * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
2222 2004-04-08 Han-Wen Nienhuys <hanwen@xs4all.nl>
2224 * scm/part-combiner.scm (determine-split-list): bugfix: if no
2225 solo-state (at end of solo), we can set the solo status
2228 * input/regression/part-combine-solo-end.ly: new file.
2230 2004-04-08 Jan Nieuwenhuizen <janneke@gnu.org>
2232 * scripts/abc2ly.py (parse_file): Strip \r from lines. Fixes DOS
2233 flavour abc files. Really ignore unknown keys (backportme).
2235 2004-04-08 Han-Wen Nienhuys <hanwen@xs4all.nl>
2237 * lily/scaled-font-metric.cc (text_dimension): only multiply with
2238 magnification_ when looking up in orig_.
2240 * scm/output-tex.scm (text): switch off char-mapping.
2242 * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
2243 because AFM's encoding field cannot have spaces.
2245 2004-04-08 Jan Nieuwenhuizen <janneke@gnu.org>
2247 * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
2249 2004-04-08 Han-Wen Nienhuys <hanwen@xs4all.nl>
2251 * lily/paper-def.cc (find_scaled_font): change to inputencoding.
2253 * mf/cmr.enc: new file, without hi-bit ascii info.
2255 * lily/bezier-bow.cc (slur_shape): make indent dependent on
2256 width. This removes the 'hook' at the end of a long slur.
2258 * buildscripts/mf-to-table.py (parse_logfile): don't append
2259 encoding to fontname.
2261 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
2263 * scm/output-ps.scm (define-fonts): Load .enc only once.
2265 * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
2268 2004-04-07 Han-Wen Nienhuys <hanwen@xs4all.nl>
2270 * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
2273 * lily/stencil-scheme.cc: remove ly:fontify-atom
2275 * ly/portuges.ly (pitchnames): new file.
2277 * lily/include/lily-guile.hh: many new ly_ functions. Thanks to
2278 Michael Welsh Duggan
2280 * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
2282 * ly/nederlands.ly: add comment about digits.
2284 * lily/scaled-font-metric.cc (derived_mark): idem.
2286 * scm/encoding.scm (make-encoding-mapping): change permutation to
2289 * lily/scaled-font-metric.cc (derived_mark): is a const method.
2290 (Modified_font_metric): make alist for coding_description_
2291 (LY_DEFINE): remove coding-name.
2293 * scm/output-tex.scm (text): remove debugging code.
2295 * lily/scaled-font-metric.cc (ly_font_encoding): return vector
2297 * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
2300 * mf/feta-generic.mf: move fet_beginfont into generic code.
2301 use fetaMusic (without space) as encoding
2303 * mf/feta-autometric.mf: take encoding argument
2305 * lily/afm.cc (read_afm_file): bugfix, read global info too.
2307 * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
2310 * scm/encoding.scm (read-encoding-file): use symbol for glyph
2313 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
2315 * input/test/title-markup.ly: Set inputencoding.
2317 * scm/output-ps.scm (define-fonts): Handle font re-encoding.
2319 * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
2321 * scm/encoding.scm (get-coding-filename, get-coding-command): New
2323 (coding-alist): Also hold filename, command.
2324 (read-encoding-file): Return symbols.
2326 2004-04-06 Han-Wen Nienhuys <hanwen@xs4all.nl>
2328 * scm/output-tex.scm: remove fontify; text and char take a font
2331 * lily/tfm.cc (name_to_index): new function, use encoding_table_.
2333 * lily/scaled-font-metric.cc (text_dimension): init
2334 coding_{permutation,table}_ too
2335 (LY_DEFINE): ly:font-encoding, new function return
2337 * lily/paper-def.cc (find_scaled_font): take input coding from
2338 inputcoding paper var.
2340 * lily/performance.cc (output): remap modulo 16.
2342 * lily/text-item.cc (interpret_markup): whoops, variable
2345 2004-04-06 Michael Welsh Duggan <mwd@sei.cmu.edu>
2347 * lily/piano-pedal-performer.cc (try_music): Compare symbols to
2348 symbols, not symbols to strings.
2350 * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
2351 symbols, not symbols to strings.
2353 2004-04-06 Jan Nieuwenhuizen <janneke@gnu.org>
2355 * lily/kpath.cc (kpathsea_gulp_file_to_string):
2356 (ly:kpathsea-gulp-file): New function.
2358 * scm/encoding.scm (read-encoding-file): Use it.
2360 2004-04-06 Werner Lemberg <wl@gnu.org>
2362 * scm/encoding.scm (coding-alist): Fix typo.
2364 2004-04-06 Han-Wen Nienhuys <hanwen@xs4all.nl>
2366 * lily/scaled-font-metric.cc (text_dimension): move function from
2368 (make_scaled_font_metric): init coding_scheme_ to TeX
2369 (text_dimension): use get-coding-vector for non TeX coding_scheme_
2371 * lily/include/scaled-font-metric.hh (struct
2372 Modified_font_metric): rename from Scaled_font_metric
2374 * scm/encoding.scm (read-encoding-file): split up large function,
2375 leave caching to (delay)
2377 * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
2379 2004-04-05 Jan Nieuwenhuizen <janneke@gnu.org>
2381 * lily/my-lily-lexer.cc (set_encoding): New method.
2383 * lily/lexer.ll: Grok \encoding.
2385 * lily/font-metric.cc (get_encoded_index): New function.
2387 * lily/include/font-metric.hh (coding_scheme): New method.
2389 * scm/encoding.scm: New file.
2391 * mf/feta-beugel.mf: Better error message (WAS: `foobar').
2393 2004-04-05 Werner Lemberg <wl@gnu.org>
2395 * Documentation/user/tutorial.itely: Revised (finished).
2397 * Documentation/user/macros.itexi (@separate): Removed.
2399 2004-04-05 Han-Wen Nienhuys <hanwen@xs4all.nl>
2401 * scm/output-ps.scm (define-fonts): fix scaling.
2403 * lily/scaled-font-metric.cc (design_size): add function.
2405 * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
2406 partial cut&paste of ly:font-magnification.
2408 2004-04-05 Jan Nieuwenhuizen <janneke@gnu.org>
2410 * scm/output-ps.scm (define-fonts):
2413 2004-04-04 Han-Wen Nienhuys <hanwen@xs4all.nl>
2415 * po/fr.po: update. (backportme).
2417 * po/nl.po: update. (backportme).
2419 * mf/feta-beugel.mf: document why design size is not fixed.
2421 * mf/feta-braces-a.mf: rename to stress that it's not design size.
2423 2004-04-04 Werner Lemberg <wl@gnu.org>
2425 * Documentation/user/tutorial.itely: Revised (continued).
2427 2004-04-03 Jan Nieuwenhuizen <janneke@gnu.org>
2429 * po/nl.po: Update (backportme).
2431 2004-04-03 Han-Wen Nienhuys <hanwen@xs4all.nl>
2433 * po/de.po: update. (backportme).
2435 * scm/output-tex.scm (font-command): use ly: functions to
2437 (define-fonts): don't use alist, just dump \font definitions.
2438 (font-load-command): calculate proper scaling by taking
2439 outputscale from paper argument.
2441 * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
2444 * lily/paper-outputter.cc (output_header): pass paper arg to
2447 * lily/paper-def.cc (font_descriptions): dump list of
2449 (find_scaled_font): take Font_metric argument, store
2450 Scaled_font_metrics in hash-table containing (size ->
2451 Scaled_font_metrics) alist.
2452 (get_dimension): rename from get_realvar
2454 * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
2455 ly:font-magnification, ly:font-name: new functions
2457 2004-04-03 Werner Lemberg <wl@gnu.org>
2459 * Documentation/user/dedication.itely,
2460 Documentation/user/preface.itely,
2461 Documentation/user/introduction.itely,
2462 Documentation/user/tutorial.itely: Revised.
2463 Removing leading spaces which distorts output if info files are read
2464 with stand-alone info.
2465 Removing superfluous inter-word spaces which also distorts output
2466 for stand-alone info.
2467 Using ` and ' instead of `` and '' everywhere to improve
2468 legilibility with stand-alone info
2469 Using @samp for single-letter input items and data which contains
2470 spaces, @code for other things.
2472 * lily/grob-interface.cc: Adding copyright.
2473 (check_interfaces_for_property): Improve format of warning message.
2475 2004-04-03 Han-Wen Nienhuys <hanwen@xs4all.nl>
2477 * lily/include/font-metric.hh (struct Font_metric): add
2478 design_size () method.
2480 * buildscripts/mf-to-table.py (base): add DesignSize comment.
2482 * lily/afm.cc (read_afm_file): read design size.
2484 * input/regression/repeat-unfold-tremolo.ly: add dotted case.
2486 * scm/music-functions.scm (unfold-repeats): handle dots too.
2488 2004-04-02 Han-Wen Nienhuys <hanwen@xs4all.nl>
2490 * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
2493 2004-04-02 Jan Nieuwenhuizen <janneke@gnu.org>
2495 * input/wilhelmus.ly: Use raggedright. Hack `Een prin -- ce'
2496 lyric indent. Revert melismaBusyProperties using \unset.
2498 2004-04-02 Han-Wen Nienhuys <hanwen@xs4all.nl>
2500 * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
2502 * lily/parser.yy (command_element): allow redefinition of |
2505 * lily/break-align-engraver.cc (acknowledge_grob): construct
2506 LeftEdge where the first cause for alignment is coming from.
2507 This makes \override Staff.LeftEdge work as expected.
2509 * lily/slur-performer.cc (Slur_performer): add inits
2511 * lily/beam-performer.cc (Beam_performer): add inits
2513 2004-04-01 Han-Wen Nienhuys <hanwen@xs4all.nl>
2515 * VERSION (PACKAGE_NAME): release 2.2.0