1 2004-02-06 Han-Wen Nienhuys <hanwen@xs4all.nl>
3 * scripts/lilypond-book.py (Snippet.output_print_filename): new
4 file, process printfilename option.
5 (Snippet.__init__): rewrite: do not use global variables h or
7 (main): really support -I option.
9 * tex/texinfo.tex: really add file.
11 2004-02-06 Jan Nieuwenhuizen <janneke@gnu.org>
13 * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
16 2004-02-06 Han-Wen Nienhuys <hanwen@xs4all.nl>
18 * scripts/hw-lilypond-book.py (Snippet.output_print_filename):
20 * scm/define-translator-properties.scm (drumPitchTable): add
23 * scripts/lilypond-book.py (simple_toplevel_snippets): new
25 (help_summary): docstrings.
26 (do_file): strip the dir of input_base too.
28 2004-02-05 Jan Nieuwenhuizen <janneke@gnu.org>
30 * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
32 * Documentation/user/lilypond-book.itely: Update.
34 * make/ly-rules.make: Update lilypond-book commands.
36 * Documentation/user/GNUmakefile: Update makeinfo commands,
39 * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
41 * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
43 * scripts/filter-lilypond-book.py: Remove.
45 * Documentation/user/*tely: Update options for new lilypond-book.
47 * tex/texinfo.tex: New file; from texinfo CVS. This fixes build
48 with @macros in @includes.
50 2004-02-05 Han-Wen Nienhuys <hanwen@xs4all.nl>
52 * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
53 make rest-collision only.
55 * lily/break-substitution.cc (substitute_one_mutable_property):
56 clear all-elements using scm_assq_remove_x().
58 * lily/rest-collision.cc (do_shift): shift single rests
60 * flower/include/array.hh (class Array): rename to is_empty ()
62 * lily/drum-note-performer.cc: new file: perform drum notes.
64 * VERSION (PACKAGE_NAME): release 2.1.19.
66 2004-02-05 Jan Nieuwenhuizen <janneke@gnu.org>
68 * scripts/filter-lilypond-book.py
69 (classic_lilypond_book_compatibility): New function.
71 2004-02-05 Han-Wen Nienhuys <hanwen@xs4all.nl>
73 * buildscripts/lilypond.words.py (F): remove drums.scm reference.
75 * Grand 2003 -> 2004 search replace.
77 * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
80 * ly/performer-init.ly: add DrumStaff
82 * lily/axis-group-engraver.cc (acknowledge_grob): also take
83 lyric-interface; this prevents lines with only extender lines from
86 * scm/define-grob-interfaces.scm (lyric-interface): new interface
88 * lily/lyric-extender.cc (brew_molecule): get line breaking and
89 extenders right, for once and for all (hopefully).
91 * lily/break-substitution.cc (substitute_one_mutable_property):
92 clear old 'all-elements for System grobs.
94 * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
95 that associatedVoiceContext is always assigned when music & lyrics
98 * ly/engraver-init.ly: remove Lyrics context.
99 (TabVoice): add noteheads engraver
101 * input/test/improv.ly: update: do not use Thread switching.
103 * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
104 squashedPosition is a number
106 * Documentation/user/refman.itely (Automatic note splitting):
107 remove Thread references.
109 * input/no-notation/pc-direction.ly: remove file.
111 * ly/engraver-init.ly: remove Thread
113 * input/regression/tie-chord-partial.ly: remove file.
115 * scripts/convert-ly.py (conv): \harmonic rule
117 * lily/new-fingering-engraver.cc (acknowledge_grob): add new
118 notation for harmonic notes: <c' g''\harmonic>
120 * lily/lily-guile.cc (alist_to_hashq): new function
122 * scm/lily.scm (alist->hash-table): new function.
124 * Documentation/user/refman.itely (Percussion staves): update doco.
126 * input/regression/drums.ly (timb): updates
128 * lily/note-performer.cc (create_audio_elements): robustness fix.
130 * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
132 2004-02-05 Jan Nieuwenhuizen <janneke@gnu.org>
134 * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
135 discard valid matches.
137 2004-02-04 Han-Wen Nienhuys <hanwen@xs4all.nl>
139 * lily/drum-note-engraver.cc: new file.
141 * ly/drumpitch-init.ly: move drum definitions
143 * scm/drums.scm: remove file.
145 * lily/*.cc: remove abort-event everywhere.
147 * lily/note-heads-engraver.cc (process_music): robustification.
149 * lily/accidental-engraver.cc (process_acknowledged_grobs):
152 * lily/parser.yy (simple_element): add \drums mode.
153 (simple_element): remove \pitchnames , \chordmodifiers. Use
154 variables to store this.
156 * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
159 * VERSION: release 2.1.18.
161 * input/test: remove octave-duplicate.ly
163 2004-02-04 Jan Nieuwenhuizen <janneke@gnu.org>
165 * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
167 2004-02-04 Han-Wen Nienhuys <hanwen@xs4all.nl>
169 * lily/simultaneous-music-iterator.cc: remove clone() and copy
170 constructor from Music_iterator. Changes throughout.
172 * lily/include/music-iterator.hh (class Music_iterator): remove
173 Music_iterator::skip and Music_iterator::get_pending_events from
174 interface. Rename report_to -> get_outlet
176 * lily/auto-change-iterator.cc: move contents from
177 new-auto-change-iterator.cc from
179 * scm/part-combiner.scm: determine split-list from Scheme.
181 * lily/new-auto-change-iterator.cc (process): new file.
183 * lily/parser.yy (part_combined_music): remove old PC cruft.
185 * ly/engraver-init.ly: remove old
188 * Documentation/user/refman.itely (The Lyrics context): note about
191 * lily/multi-measure-rest-engraver.cc (process_music): extra check
192 to allow 0-length mmrest events.
194 * scm/part-combiner.scm (determine-split-list): many bugfixes.
196 * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
198 * lily/spacing-engraver.cc (finalize): robustifications.
200 * input/regression/new-part-combine-solo-global.ly: new file.
202 * scm/part-combiner.scm: rewrite.
204 2004-02-03 Juergen Reuter <reuter@ipd.uka.de>
206 * Documentation/user/refman.itely, input/puer-fragment.ly,
207 input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
208 updated for proper use of lyricsto; replaced "(" and ")" ->
209 "\melisma" and "\melismaEnd"
211 * input/test/ancient-font.ly: small updates to reduce compile
212 warnings (TODO: junk this file)
214 * input/test/gregorian-scripts.ly: added comment about bug
216 * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
219 * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
220 recent changes in the feta code); temporarily mapped mensural g
221 clef to a copy of petrucci g clef until mensural g clef will have
224 * mf/parmesan-heads.mf: bugfix: solved character name clashing
225 between mensural and neo-mensural heads (this broke quite a while
228 * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
230 2004-02-03 Jan Nieuwenhuizen <janneke@gnu.org>
232 * scripts/filter-lilypond-book.py: Handle @include. Add progress
233 indication. Fixes for verbatim, multi line comments.
235 2004-02-03 Han-Wen Nienhuys <hanwen@xs4all.nl>
237 * input/regression/new-part-combine-solo.ly: more cases.
239 * lily/slur.cc (height): robustness fix.
241 * lily/new-part-combine-iterator.cc (process): add apart-spanner.
243 * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
246 * scm/music-functions.scm (determine-split-list): further analysis.
248 * lily/script-engraver.cc (try_music): discard duplicate
251 * input/regression/new-part-combine-solo.ly: new file
253 * input/regression/new-part-combine-a2.ly: new file.
255 * ly/performer-init.ly: add Devnull
257 * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
258 for \musicglyph #"accidental-*"
259 (conv): \newpartcombine rule.
261 2004-02-03 Jan Nieuwenhuizen <janneke@gnu.org>
263 * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
265 2004-02-02 Jan Nieuwenhuizen <janneke@gnu.org>
267 * scripts/filter-lilypond-book.py: Handle verbatim, latex
270 2004-02-02 Han-Wen Nienhuys <hanwen@xs4all.nl>
272 * scm/new-markup.scm (doubleflat): add accidental markups.
274 * VERSION: release 2.1.17
276 * Documentation/user/refman.itely (Automatic part combining):
277 revise documentation of the part-combiner.
279 * input/regression/pc-switch-slur.ly (texidoc): remove file.
281 * input/test/part-combine-{moment,staff}.ly: remove file.
283 * input/regression/pc-mmrest.ly (two): remove file.
285 * scm/define-music-types.scm (music-descriptions): add
286 Solo{One,Two}Event and UnisonoEvent
288 * lily/new-part-combine-iterator.cc (unisono): add state_
289 variable, signal changes with part-combine-event.
291 * input/regression/new-part-combine-text.ly: new file.
293 * lily/part-combine-engraver.cc: new file.
295 2004-02-02 Jan Nieuwenhuizen <janneke@gnu.org>
297 * scripts/filter-lilypond-book.py: Handle snippet options.
299 2004-02-02 Han-Wen Nienhuys <hanwen@xs4all.nl>
301 * scm/music-functions.scm (determine-split-list): detect solo1/2
304 * lily/new-lyric-combine-music-iterator.cc (construct_children):
305 revert fix, document why.
307 * lily/tie-performer.cc (process_music): new function. Set melisma
310 * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
311 always smaller than bracket size.
312 (make_bracket): oops. Size of the gap was off by factor 2
314 * input/test/text-rotate.ly: new file.
316 * scm/new-markup.scm (markup): a macro that provides a
317 LilyPond-like syntax in scheme for building markups, in order to
318 help markup command definition. (Nicolas Sceaux)
320 * input/test/lyrics-skip-notes.ly: new example.
322 * lily/parser.yy (post_event): make HYPHEN into postfix event.
324 * lily/new-lyric-combine-music-iterator.cc (find_context_below):
325 use is_alias() iso. == . This fixes lyrics on
326 GregorianTranscriptions.
328 2004-02-02 Mats Bengtsson <mabe@drongo.s3.kth.se>
330 * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before
331 \thispagestyle{lastpage} to avoid that it's printed on the second
332 last page when there's only a single score line on the last page.
333 (The page breaking mechanism in TeX played some ugly tricks to us.)
335 2004-02-01 Jan Nieuwenhuizen <janneke@gnu.org>
337 * scripts/filter-lilypond-book.py: Further development.
339 * input/regression/collision-dots-move.ly: New test.
341 * lily/note-collision.cc (check_meshing_chords): Move dots on left
342 hand side note head of non-merged collision to the right.
344 * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
345 Construct children before accessing property from emtpy
347 (construct_children): Find thread before finding LyricsVoice.
348 Create LyricsVoice one if none found, fixes crash (thanks Erik
351 2004-01-31 Jan Nieuwenhuizen <janneke@gnu.org>
353 * cygwin/: Forward port.
355 2003-10-01 Jan Nieuwenhuizen <janneke@gnu.org>
357 * buildscripts/install-info-html.sh: Use Bash.
359 * cygwin/mknetrel: Patch from Bert.
361 2003-09-30 Jan Nieuwenhuizen <janneke@gnu.org>
363 * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
365 * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
366 try to copy *png, index.html (Bertalan Fodor).
368 * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
370 2003-09-30 Jan Nieuwenhuizen <janneke@gnu.org>
372 * lily/note-collision.cc (check_meshing_chords): Do not remove
373 dots (from down head) when merging similar heads (thanks Matthias
374 Kilian). Simplify merge_possible tests and other cleanups
376 * input/regression/collision-merge-differently-dotted.ly: Add test
377 for disappearing dots on similar heads for both voices.
379 2004-01-30 Mats Bengtsson <mabe@drongo.s3.kth.se>
381 * Documentation/user/invoking.itexi (Invoking lilypond): Document
382 that tagline overrides copyright for single page scores. Correct
383 the default tagline value.
385 2004-01-29 Jan Nieuwenhuizen <janneke@gnu.org>
387 * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
389 2004-01-29 Mats Bengtsson <mabe@drongo.s3.kth.se>
391 * buildscripts/lilypond-login.sh: Avoid warning about undefined
392 TEXMF if it's previously unset.
394 2004-01-29 Heikki Junes <hjunes@cc.hut.fi>
396 * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
398 * input/test/trills.ly: fix the unfolding of lineprall.
400 * input/test/figured-bass-alternative.ly: fix accidental.
402 2004-01-28 Jan Nieuwenhuizen <janneke@gnu.org>
404 * Documentation/topdocs/NEWS.texi: Add note about safe mode.
406 * input/no-notation/dos-guile.ly:
407 * input/no-notation/dos-ps.ly:
408 * input/no-notation/dos-tex.ly: New file. These tests still FAIL.
410 * input/no-notation/safe-include.ly:
411 * input/no-notation/safe-guile.ly:
412 * input/no-notation/safe-ps.ly:
413 * input/no-notation/safe-tex.ly: New file.
415 * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
416 safe mode Add -s,--safe-mode option. Use -S,--set for setting
418 (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
419 When in --safe-mode, set environment openout_any=p[aranoid].
422 * tex/lilyponddefs.tex: Add \nofiles.
424 * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
427 * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
428 This allows building the user manual using a binary installation
429 and a matching unpacked source tree.
431 * scm/lily.scm (safe-module): New variable.
433 * lily/includable-lexer.cc (new_input): Fix error messages.
435 * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
436 If SAFE, evaluate in safe-module. Change callers.
438 * lily/main.cc (Long_option_init): Reinstate safe-mode.
440 * lily/lexer.ll (embedded_scm): While processing main-input,
441 invoke ly_parse_scm with safe mode if running in safe-mode.
442 (<<EOF>>): Reset main_input_b_, fixes old-relative chech
443 in init.ly for safe-mode.
445 2004-01-28 Mats Bengtsson <mabe@drongo.s3.kth.se>
447 * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
448 compatibility with old versions of geometry.sty (compat2
449 already implied includehead).
450 Change the page layout slightly so bottom + footskip = top +
451 headheight + headsep = 16mm, the remaining paperheight-32mm
452 are used for the music. Increase footskip to 5mm, so the top of
453 the footer text doesn't touch the music.
455 2004-01-28 Han-Wen Nienhuys <hanwen@xs4all.nl>
457 * VERSION: release 2.1.16
459 * scm/music-functions.scm (determine-split-list): bugfix: only use
460 new-active for both voices if both indexes advance. This fixes the
461 biggest outstanding problem with new-pc.
463 * lily/new-part-combine-iterator.cc (construct_children): set more
466 2004-01-27 Han-Wen Nienhuys <hanwen@xs4all.nl>
468 * scripts/convert-ly.py (conv): add instrument rule.
470 * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
472 * lily/side-position-interface.cc: remove add_staff_support ()
473 Change all callers to use staff-padding.
475 * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
478 * lily/a2-engraver.cc (process_acknowledged_grobs):
480 * lily/text-engraver.cc: remove scriptHorizontal property.
482 * lily/beam.cc (least_squares): also set least-squares-dy for
483 special case of slanted 2-stem beam to center.
485 * lily/side-position-interface.cc (out_of_staff): move contents of
486 out_of_staff into aligned_side.
487 remove out_of_staff().
489 * input/regression/measure-grouping.ly: fix warning.
491 * lily/side-position-interface.cc: add staff-padding support to
492 Side_position_interface::aligned_side.
494 * lily/system-start-delimiter-engraver.cc (process_music): whoops,
495 one get_property too many.
497 * flower/include/drul-array.hh (linear_combination): new function
498 (scale_drul): new function
500 * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
501 operations on empty intervals are silly.
503 2004-01-26 Jan Nieuwenhuizen <janneke@gnu.org>
505 * lily/note-heads-engraver.cc (process_music): use robust_scm2int
506 (iso gh_scm2int), fixes crash in new part-combiner.
508 * configure.in: Up mftrace to 1.0.27.
510 2004-01-26 Han-Wen Nienhuys <hanwen@xs4all.nl>
512 * VERSION: release 2.1.15
514 * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
515 align all stanza numbers.
517 2004-01-26 Heikki Junes <hjunes@cc.hut.fi>
519 * Documentation/user/{introduction.itely,refman.itely,
520 converters.itely}: fix some text inside parentheses; text should
521 be readable (even) if parentheses are either replaced with commas
524 2004-01-25 Werner Lemberg <wl@gnu.org>
526 * buildscripts/lilypond.words.py, input/puer-fragment.ly,
527 input/test/vaticana.ly, input/test/ancient-font.ly,
528 input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
529 lily/include/staff-symbol.hh, lily/breathing-sign.cc,
530 ly/params-as-init.ly, scm/define-grobs.scm,
531 scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
533 * ly/params-as-init.ly: Removed. Obsolete.
534 * buildscripts/lilypond.words.py: Updated.
536 2004-01-25 Han-Wen Nienhuys <hanwen@xs4all.nl>
538 * mf/parmesan-clefs.mf: switch off mensural G clefs.
540 * mf/feta-din{4,5,7,9}.mf: remove.
542 * lily/engraver.cc (internal_make_item): centralize item/spanner
545 * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
546 do correct chord conversion for ^"sim." (backportme)
547 (FatalConversionError.sub_articulations): substitute ^"foo" in
548 chords too. (backportme)
550 * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
553 * lily/side-position-interface.cc (out_of_staff): don't do
554 anything if staff-padding not defined.
556 * mf/feta-params.mf (stafflines): introduce linethickness as
557 general blackness of the font.
559 * lily/stem.cc (position_noteheads): rounding error robustness.
561 * input/regression/rest-collision-beam.ly: move beam/rest stuff
562 from beam-collision.ly
564 * lily/beam.cc (rest_collision_callback): remove direction.
566 * scm/define-grobs.scm (all-grob-descriptions): remove
567 enclose-bounds in OttavaBracket and PianoPedalBracket
569 * scm/new-markup.scm (def-markup-command) new macro, which takes
570 care of defining the COMMAND-markup and make-COMMAND-markup
571 procedures, setting markup-signature and keyword-signature object
572 properties, and pushing the markup command in
573 markup-function-list.
575 All markup commands are defined thanks to it. Users may also use
576 it to define their own markup commands. (Nicolas Sceaux)
578 * scm/new-markup.scm: Scheme style clean-up: there should be no
579 parenthesis alone on a line; LET* should not be used where LET is
580 enough. (Nicolas Sceaux)
582 2004-01-25 Jan Nieuwenhuizen <janneke@gnu.org>
584 * scripts/filter-lilypond-book.py: Add script.
586 2004-01-23 Jan Nieuwenhuizen <janneke@gnu.org>
588 * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
590 2004-01-24 Han-Wen Nienhuys <hanwen@xs4all.nl>
592 * Documentation/user/refman.itely (Fingering instructions): add
595 * lily/multi-measure-rest-engraver.cc: use a single
596 MultiMeasureEvent for mm rests. This prevents problems with the
599 * scm/music-functions.scm (determine-split-list): analysis has
600 global effect: a difference halfway a phrase makes the entire
601 phrase be typeset as apart.
602 (make-multi-measure-rest): make mmrest as a single rhythmic event.
604 2004-01-23 Han-Wen Nienhuys <hanwen@xs4all.nl>
606 * ly/performer-init.ly: add Devnull.
608 * Documentation/user/refman.itely (Font selection): remove paper20
611 2004-01-22 Jan Nieuwenhuizen <janneke@gnu.org>
613 * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
615 2004-01-22 Han-Wen Nienhuys <hanwen@xs4all.nl>
617 * scm/music-functions.scm (determine-split-list): bugfixes.
619 * scm/lily.scm (uniq-list): new implementation, O(1) stack.
621 * input/test/scales-greek.ly: use C as base, results in different
622 alterations at the clef.
624 * input/regression/pedal-ped.ly: new file.
626 * input/regression/pedal-bracket.ly: new file.
628 * lily/piano-pedal-bracket.cc (brew_molecule): new function;
629 replace after_line_breaking()
631 * lily/line-interface.cc (line): read thickness.
632 (line): dash-fraction = 0 always for dotted-line style.
634 * input/test/staff-lines.ly (lower): bugfix.
636 * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
637 \accepts Devnull into Score.
639 * scm/lily.scm: remove bla.scm load.
641 2004-01-21 Han-Wen Nienhuys <hanwen@xs4all.nl>
643 * VERSION: release 2.1.14
645 * Documentation/topdocs/INSTALL.texi (Top): fix FTP url.
647 * lily/side-position-interface.cc (general_side_position): add
648 Staff_symbol_referencer::staff_space ().
650 * lily/include/context-def.hh: rename from translator-def.hh
652 2004-01-21 Mats Bengtsson <mabe@drongo.s3.kth.se>
654 * input/template/piano-dynamics.ly (pedal): Updated definition of
655 Dynamics such that \cresc works, for example.
657 2004-01-21 Han-Wen Nienhuys <hanwen@xs4all.nl>
659 * lily/stem.cc (calc_stem_info): use
660 Staff_symbol_referencer::staff_space
662 * lily/beam-quanting.cc (quanting): scale Stem_info
664 * lily/beam.cc (rest_collision_callback): use minimum-distance
665 property for rest/beam collisions.
666 (rest_collision_callback): bugfixes.
668 * lily/system.cc (post_processing): extra-offset is now relative
669 to the size of the current staff.
671 * scm/music-functions.scm (notice-the-events-for-pc): record all
672 voices, only analyze "one" and "two".
674 * lily/recording-group-engraver.cc (finalize): bugfix: want self,
677 * lily/new-part-combine-iterator.cc (construct_children): create
678 Devnull from Voice context
680 * scm/music-functions.scm (determine-split-list): bugfixes.
682 * lily/lily-guile.cc (robust_scm2int): new function
684 * lily/staff-symbol-referencer.cc (line_thickness): new
685 function. Use throughout.
687 * lily/font-size-engraver.cc (acknowledge_grob): only process grob
688 in its own context. Add to preset font-size.
690 * lily/stem.cc (thickness): new function.
692 * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
693 compute thickness from ledger-line-thickness.
695 * lily/note-head.cc (brew_ledger_lines): use
696 Staff_symbol::get_ledger_line_thickness ().
698 * lily/beam.cc (rest_collision_callback): use
699 Staff_symbol_referencer::staff_space().
701 * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
704 * lily/include/translator.hh (class Translator): add accepts_list_
705 so \with { \denies / \accepts } also works.
707 * scm/music-functions.scm (determine-split-list): determine split
708 list from music events.
710 * lily/new-part-combine-iterator.cc: more states.
712 * lily/moment.cc (LY_DEFINE): new function ly:moment<?
714 2004-01-20 Han-Wen Nienhuys <hanwen@xs4all.nl>
716 * lily/system.cc (set_loose_columns): use the right prebroken cols
717 for interpolating loose column position.
719 * lily/text-spanner.cc (brew_molecule): default to no vertical
722 * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
725 * scm/define-grobs.scm (all-grob-descriptions): less padding.
727 2004-01-20 Jan Nieuwenhuizen <janneke@gnu.org>
729 * scripts/convert-ly.py: Do not test filename when processing
732 * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
734 2004-01-20 Han-Wen Nienhuys <hanwen@xs4all.nl>
736 * lily/axis-group-engraver.cc (finalize): extra check; if
737 process_music () is never called, then staffline_ == 0.
739 * lily/simultaneous-music-iterator.cc (pending_moment): don't
742 * VERSION: release 2.1.13
744 * input/regression/note-head-style.ly (pattern): cleanup.
746 * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
749 * scm/output-lib.scm (shift-right-at-line-begin): new function:
750 kludge rehearsalmark placement.
752 * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
755 * lily/note-head.cc (internal_brew_molecule): only shorten ledger
756 close to note head for accidentals.
758 * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
761 * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
763 2004-01-19 Han-Wen Nienhuys <hanwen@xs4all.nl>
765 * lily/include/music-iterator.hh (class Music_iterator): add
766 substitute_outlet() to iterator API.
768 * lily/new-part-combine-iterator.cc (construct_children):
769 New_pc_iterator: new class, better part combining.
771 * lily/tie-column.cc (werner_directions): new function
773 * lily/tie.cc (set_direction): call Tie_column::set_direction ()
775 * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
776 empty objects group spanner as parent
778 * lily/tuplet-bracket.cc (calc_position_and_height): check musical
779 slope against graphical slope.
781 * lily/ottava-bracket.cc (brew_molecule): support minimum-length
784 * lily/side-position-interface.cc (general_side_position):
785 opps. reinstate *dir.
787 * lily/parser.yy: plug many memory leaks. We're down to 4 for each
790 * lily/tuplet-bracket.cc: remove calc_dy ().
792 * Documentation/user/refman.itely (Balloon help): document balloon
795 2004-01-19 Jan Nieuwenhuizen <janneke@gnu.org>
797 * scm/document-backend.scm (check-dangling-properties): Grob
798 properties are defined define-grob-properties.scm.
800 2004-01-19 Han-Wen Nienhuys <hanwen@xs4all.nl>
802 * VERSION: release 2.1.12
804 * scm/define-grobs.scm (all-grob-descriptions): larger font for
807 * scm/new-markup.scm (sub-markup): sup & super: make smaller in
808 relation to surroundings.
810 * lily/tuplet-bracket.cc (calc_position_and_height): add staff
811 Y-extent to the note-extents: stay clear of the staff.
813 2004-01-18 Han-Wen Nienhuys <hanwen@xs4all.nl>
815 * Documentation/user/GNUmakefile
816 ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
819 * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
821 * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
823 * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
825 * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
827 * lily/line-interface.cc (line): remove thickness from calling interface.
829 * lily/hairpin.cc: use Line_interface
831 * lily/line-interface.cc: new file. Line_interface for everything
832 with dotted/dashed lines.
835 * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
837 * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
838 for constructing ottava brackets.
840 * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
843 * Documentation/user/internals.itely (Engravers and performers):
846 * scm/music-functions.scm (make-mark-set): new function.
848 * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
849 functionally identical to beam.
851 * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
854 * Documentation/user/refman.itely (Rehearsal marks): document new
857 * input/regression/rehearsal-mark-number.ly: new file.
859 * input/regression/rehearsal-mark-letter.ly: new file.
861 * scm/translation-functions.scm (number->mark-string): new function
862 (format-mark-letters): new function
863 (format-mark-numbers): new function
865 * lily/mark-engraver.cc (process_music): rehearsalMark is now
866 integer; formatting is done through markFormatter property.
868 * scm/define-translator-properties.scm: fold all *-done properties
869 into positioning-done.
871 * lily/beam.cc (position_beam): new function
872 (brew_molecule): make sure that positions are calced before making
875 * scm/output*.scm (beam): take 4th argument for function.
877 * ps/music-drawing-routines.ps: take blot as 4th argument.
879 * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
880 stem to avoid small dents.
883 2004-01-17 Han-Wen Nienhuys <hanwen@xs4all.nl>
885 * VERSION: release 2.1.11
887 * input/regression/balloon.ly: new file.
889 * lily/balloon.cc (brew_molecule): new file: draw boxes around
890 objects, and make help texts.
892 * scm/new-markup.scm (parse-simple-duration): parse duration
893 string to log & dots. (Thanks Nicolas!)
895 * scripts/convert-ly.py (FatalConversionError.sub_note): add \note rule.
897 2004-01-17 Heikki Junes <hjunes@cc.hut.fi>
899 * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
902 * THANKS: alphabetic order.
904 2004-01-16 Han-Wen Nienhuys <hanwen@xs4all.nl>
906 * input/regression/note-head-harmonic.ly: new file.
908 * Documentation/user/internals.itely (Technical manual): explain
909 difference between music, translation, layout.
911 * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
913 * scm/output-ascii-script.scm (bracket): rounding bfs.
915 * scripts/convert-ly.py (conv): add \include "paper" rule.
917 * ly/paper*.ly: remove files.
919 * scm/paper.scm (set-staff-size): new function: set default
922 * scripts/convert-ly.py (conv): add conversion rule.
924 * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
927 * scm/paper.scm: new file.
928 (set-staff-size): new function
929 (set-paper-size): new function
931 * lily/parser.yy (music_output_def_body): restructure definition,
932 so first Scheme statement in \paper also happens in new scope.
934 * lily/system.cc (post_processing): move uniquify_list () to
935 dumping molecule stage.
937 * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
938 this will mess up scores that use barchecks to shorten measures.
940 * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
943 * Documentation/user/tutorial.itely (Printing lyrics): document
946 * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
948 * Documentation/user/refman.itely (Fermatas): document \lyricsto
950 * lily/new-lyric-combine-music-iterator.cc (process): don't crash
951 if Voice is not found.
953 * VERSION: release 2.1.10
955 * input/{test,regression}/: remove old-relative
957 * lily/lexer.ll: add empty markup signature.
959 * scm/new-markup.scm (markup-functions-and-signatures): reinstate
962 * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
964 * scm/define-translator-properties.scm: update melismata property
967 * lily/system.cc (output_lines): revert uniquify_list() patch,
968 strange side effects seen.
970 * lily/line-spanner.cc (dashed_line_molecule): return nothing if
973 * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
976 2004-01-15 Han-Wen Nienhuys <hanwen@xs4all.nl>
978 * input/regression/*.ly: use newaddlyrics iso. addlyrics
980 * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
982 * lily/lyric-extender.cc (brew_molecule): behave decently in case
984 (brew_molecule): add padding to left, not right.
986 * lily/system.cc (uniquify_list): new function
987 (output_lines): uniquify_list () on all-elements. This fixes
988 double symbols in the output.
990 * lily/beam.cc (rest_collision_callback): don't move anything if
991 staff-position is set.
993 * input/regression/rest-pitch.ly (texidoc): add rest under beam.
995 * lily/system.cc (typeset_grob): warn if adding twice.
997 * lily/sequential-iterator.cc (run_always): implement run_always().
998 (also in other files.)
1000 * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics.
1002 * lily/event.cc (to_relative_octave): add octave-check.
1004 * Documentation/user/refman.itely (Line breaking): add noBreak.
1006 * scm/new-markup.scm (normalsize-markup): add function.
1007 (sans-markup): new function.
1009 * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
1010 come earlier nowadays. This fixes beams on grace notes.
1012 * scm/music-functions.scm (direction-polyphonic-grobs): new
1013 variable, share between override and revert. This fixes script
1014 directions in polyphonic sections. (backportme)
1016 2004-01-14 Han-Wen Nienhuys <hanwen@xs4all.nl>
1018 * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
1021 * lily/break-align-interface.cc: add doco
1023 * Documentation/user/refman.itely (Rehearsal marks): add index marks.
1025 2004-01-13 Han-Wen Nienhuys <hanwen@xs4all.nl>
1027 * VERSION: release 2.1.9
1029 * scm/document-markup.scm (markup-doc-node): add note about naming.
1031 * scm/new-markup.scm (left-align-markup): bugfix.
1033 * Documentation/user/refman.itely (Ottava brackets): more doco for
1036 * lily/side-position-interface.cc (out_of_staff): also do
1037 out_of_staff() correctly for d == DOWN.
1039 * lily/text-spanner.cc (brew_molecule): only put vertical line and
1040 horizontal line if they move to the right.
1042 * scm/define-grobs.scm (all-grob-descriptions): set
1043 text-repeat-if-broken for ottava spanner
1045 * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
1048 * mf/feta18.mf: design size is 18 not 22.5
1050 * lily/new-lyric-combine-music-iterator.cc (process): new file.
1051 Add a single LyricsVoice to a melody. Melismata may be set
1054 * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
1056 * lily/dot-column.cc: add stdio.h
1058 2004-01-12 Han-Wen Nienhuys <hanwen@xs4all.nl>
1060 * lily/item.cc: documentation for break-visibility (Thanks, John).
1062 2004-01-11 Han-Wen Nienhuys <hanwen@xs4all.nl>
1064 * lily/bar-line.cc (compound_barline): add bartype : (dotted).
1066 * lily/translator-def.cc: rename Translator_def to Context_def.
1068 * Documentation/user/internals.itely (Lexical details): clarify
1071 * Documentation/user/refman.itely (Rhythmic music): add link to
1074 2004-01-10 Han-Wen Nienhuys <hanwen@xs4all.nl>
1076 * lily/translator.cc: document start_translation_timestep()
1078 * scm/output-tex.scm (tex-encoded-fontswitch): use
1079 round for rounding (inexact->exact yields rationals)
1081 * lily/*.cc: remove superfluous start_translation_timestep() calls.
1083 * lily/translator-group.cc (get_simple_trans_list):
1084 new function; construct simple_trans_list_ lazily.
1086 2004-01-10 Jan Nieuwenhuizen <janneke@gnu.org>
1088 * lily/paper-outputter.cc (output_scope): Check if number before
1089 checking exact (guile cvs).
1091 * scm/*: Escape backslashes in scheme strings (guile cvs).
1093 2004-01-10 Han-Wen Nienhuys <hanwen@xs4all.nl>
1095 * Documentation/user/refman.itely (Tablatures basic): annotate
1098 * lily/*.cc: cleanup of engraver initialize() functions.
1100 * lily/repeat-acknowledge-engraver.cc
1101 (start_translation_timestep): remove first_b_
1103 * lily/tab-note-heads-engraver.cc: listen to string number events
1104 inside < > too. (backportme).
1106 * Documentation/user/refman.itely (Text scripts): add fatText to
1109 2004-01-09 Han-Wen Nienhuys <hanwen@xs4all.nl>
1113 * stepmake/bin/add-html-footer.py (built): add Wiki links to
1116 * lily/parser.yy (translator_mod): allow \with { \remove .. }
1118 * lily/bar-check-iterator.cc (process): only warn if
1119 barCheckLastFail was changed.
1121 * scm/define-translator-properties.scm (barCheckLastFail): add
1124 * lily/main.cc (main_prog): print summary of failed files.
1126 * lily/axis-group-engraver.cc: move all spanner creation to
1127 process_music (). Now staffs can be adjusted with \override too.
1128 (Jan, you are a brilliant programmer!)
1130 * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning.
1132 2004-01-09 Mats Bengtsson <mabe@drongo.s3.kth.se>
1134 * Documentation/user/tutorial.itely (Integrating text and music):
1135 Show the commands to produce a PDF as well.
1137 2004-01-08 Han-Wen Nienhuys <hanwen@xs4all.nl>
1139 * lily/translator-def.cc (get_translator_names): accept user
1142 * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
1143 as big as normal heads.
1145 * input/*ly: run convert-ly
1147 * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
1148 () if dependencies are fluked.
1150 * scm/document-translation.scm (engraver-doc-string): update on
1151 latest string/symbol conventions.
1153 * lily/translator-ctors.cc: use Scheme_hash_table.
1155 * lily/translator-def.cc (get_translator_names): new function
1156 (add_context_mod): new function
1157 (get_accepted): new function
1159 * lily/parser.yy (context_mod): put all modifications of
1160 \translator { } in a single production, encode as SCM.
1162 * lily/translator-def.cc (add_context_mod): rewrite Translator_def
1163 to use read-only lists, so additions to the definition can be
1166 * Documentation/user/invoking.itexi (Editor support): add node on
1169 * Documentation/user/refman.itely (Bar check): add lyrics example
1172 * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
1174 * scripts/convert-ly.py (conv): add conversion rule.
1176 * lily/parser.yy: use \change iso. \translator for staff switch.
1178 * lily/my-lily-lexer.cc: add \change.
1180 * scm/define-translator-properties.scm
1181 (default-melisma-properties): add definition.
1183 2004-01-07 Han-Wen Nienhuys <hanwen@xs4all.nl>
1185 * Documentation/user/refman.itely (Bar lines): clarification of
1186 systemStartDelimiter.
1188 * input/test/slur-shape.ly (x): remove file.
1190 * lily/translator-group.cc (apply_property_operations): new function.
1192 2004-01-06 Han-Wen Nienhuys <hanwen@xs4all.nl>
1194 * lily/parser.yy (optional_prop_ops): allow \with {
1195 PROPERTYSETTINGS } following \context or \new.
1197 * lily/my-lily-lexer.cc: add \with.
1199 * lily/parser.yy (property_operation): clean up definition of
1200 property operations.
1201 (property_op_to_music): new function.
1202 (context_spec_music): new function
1204 * VERSION: 2.1.7 released.
1206 * input/regression/collision-merge-dots.ly: new file.
1208 * lily/note-collision.cc (check_meshing_chords): if merging heads,
1209 then kill the dots too.
1211 * lily/separating-line-group-engraver.cc (acknowledge_grob):
1212 set/unset breakableSeparationItem
1214 * lily/separation-item.cc (relative_width): add function.
1216 * scm/define-grob-interfaces.scm (only-prebreak-interface): add
1217 only-prebreak-interface
1219 * lily/system.cc (output_lines): only junk only-prebreak-interface
1222 * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
1223 read breakableSeparationItem
1225 * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
1227 * lily/system.cc (output_lines): don't suicide Spacing_items.
1229 * lily/dot-column.cc (dot_config_badness): new function:
1230 select the best scoring dot configuration: dots should go close to
1231 the note heads, but be shifted up or down according to conventions.
1232 (print_dot_configuration): idem.
1234 (remove_collision): idem.
1236 * input/regression/dots.ly: add more test cases.
1238 2004-01-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1240 * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
1242 * flower/include/interval.hh: rename elem_b to contains
1244 * lily/tie.cc: change 'heads to 'head-pair.
1246 * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
1247 fill in 'heads field.
1249 * lily/lyric-extender.cc (brew_molecule): use heads for width, use
1250 minimum-length for short ones, and shorten so collisions with the
1251 next syllable are avoided.
1253 * lily/beam-quanting.cc (score_slopes_dy): add extra points for
1255 Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy
1257 * lily/dots.cc: remove quantized_position callback. All Y
1258 positioning is done by dot-column.cc
1260 * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
1261 exhaustive test of all dot positions. This fixes disappearing dots
1264 2004-01-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1266 * mf/feta-klef.mf (test_staff): fatten up G clef
1267 (test_staff): fatten up f clef.
1270 2004-01-05 Jan Nieuwenhuizen <janneke@gnu.org>
1272 * input/mutopia/E.Satie/petite-ouverture-a-danser.ly:
1273 * input/les-nereides.ly: Use latin1 characters for title, like
1276 2004-01-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1278 * scm/font.scm (paper20-font-vector): add bold-narrow series (only
1281 * lily/lyric-extender.cc (brew_molecule): add little space before
1284 * lily/beam-quanting.cc (score_forbidden_quants): check if
1285 outer stafflines fall in any beam gaps.
1287 * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
1290 2004-01-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1292 * VERSION: 2.1.6 released.
1294 * lily/beam-quanting.cc (quanting): add inspect-quants property:
1295 this shows the demerits of a user-defined beam position pair.
1297 * scm/define-grobs.scm (all-grob-descriptions): set
1298 beamed-extreme-minimum-free-lengths to a different value.
1300 * lily/scm-option.cc: add debug-beam scm-option
1302 * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
1304 2004-01-03 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1306 * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
1308 * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
1309 space after barline.
1311 * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
1313 * lily/spacing-spanner.cc (breakable_column_spacing): take average
1314 of spacing wishes, not maximum. Only do this for delta-t == 0. In
1315 the other case, take standard column-breakable spacing. Do not
1316 warn about "no spacing wishes".
1318 This fixes wide spaces after barlines in very loose lines.
1320 * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
1322 2004-01-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1324 * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
1325 acknowledge_grob lyric-syllable, not lyric-text.
1327 * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
1328 dashes of length #'length separated by #'dash-period.
1330 * lily/lyric-extender.cc (brew_molecule): idem
1332 * lily/multi-measure-rest.cc (big_rest): idem
1334 * lily/system-start-delimiter.cc (simple_bar): idem
1336 * lily/bar-line.cc (simple_barline): use rounded box
1338 * VERSION: release 2.1.5
1340 * Documentation/user/lilypond-book.itely (Integrating LaTeX and
1341 music): move note about dvips to more visible place.
1343 * lily/lyric-phrasing-engraver.cc: move from
1344 new-phrasing-engraver.cc, remove old cruft (syllable-group,
1345 lyric-phrasing-engraver.hh)
1347 * lyric-align.ly: remove file
1349 * scripts/convert-ly.py (FatalConversionError.func): add removal
1350 rule for automaticMelismata
1352 * ly/engraver-init.ly (ScoreContext): switch on
1353 New_phrasing_engraver by default.
1355 * lily/slur-engraver.cc (class Slur_engraver):
1356 process_acknowledged_grobs -> process_music.
1357 (try_music): signal melismata correctly.
1359 * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
1360 word-space, right-trim-amount, and extend past right bound only
1363 * lily/new-phrasing-engraver.cc (acknowledge_grob): add
1364 lyric-extender support: add note-heads to the extender
1367 * lily/parser.yy: extender is now post_event.
1369 * lily/accidental-engraver.cc (number_accidentals): remove
1370 spurious warning about non-parent contexts.
1372 * lily/music-output-def.cc (assign_translator): \translator { }
1373 for a Foo context implicitly redefines \FooContext.
1375 * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
1378 * lily/slur.cc (brew_molecule): don't use stafflinethickness
1379 doubly in slur weight.
1381 * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
1384 * scm/define-grobs.scm (all-grob-descriptions): change clef -
1387 * scripts/lilypond.py (global_latex_preamble): crank down size of
1388 the margins. Now there is a 12 mm top and bottom margin, which
1389 should correspond with the printable area of modern printers.
1391 This enlarges the music height of the printable page a little.
1393 * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
1394 signs. Use \markup instead.
1395 (accreg_pen): tweak for accordeon asterisk.
1397 2003-12-31 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1399 * lily/melisma-engraver.cc (try_music): use melisma_busy()
1401 * lily/lyric-engraver.cc (process_music): remove alignment kludge
1403 * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
1405 * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
1407 * scm/define-grobs.scm (all-grob-descriptions): change
1408 StanzaNumber description: make side support, i.s.o. breakable.
1409 use Instrument_name_engraver for texts in the margin.
1411 * scm/define-translator-properties.scm: remove
1412 melismaEngraverBusy, stz property.
1414 * *.cc: naming: change empty_b () into is_empty ()
1416 * lily/self-aligment-interface.cc (aligned_on_parent): new function.
1418 * input/regression/lyric-phrasing-new.ly: new file.
1420 * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
1421 engraver, redo lyric phrasing, but cleaner and simpler. Lyrics on
1422 melismata are now left-aligned.
1424 2003-12-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1426 * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
1428 * mf/feta19.mf: remove.
1430 * mf/feta-klef.mf (test_staff): more tweaks
1432 * mf/feta-toevallig.mf: more small size tweaks.
1434 * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
1435 rests for smaller sizes.
1437 * mf/feta-bolletjes.mf: fix cross heads.
1439 * VERSION: release 2.1.4
1441 * scripts/convert-ly.py (FatalConversionError.func): add rule for
1442 deprecated #'ancient font family
1444 * lily/mark-engraver.cc (process_music): only set rehearsalMark if
1445 it is a string or number.
1447 * scm/output-lib.scm (note-head-style->attachment-coordinates):
1448 change calling convention of stem-attachment function.
1450 * buildscripts/mf-to-table.py: read and dump WX/WY fields
1452 * mf/feta-autometric.mf: dump WX/WY fields too
1454 * mf/parmesan-heads.mf: idem.
1456 * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
1457 attachment coordinates.
1459 * lily/note-head.cc (stem_attachment_coordinate): read stem
1460 attachment from the notehead glyphs WX/WY fields.
1462 * lily/include/font-metric.hh (struct Font_metric): add methods
1463 get_indexed_wxwy (), make a distinction between looking up by
1466 * mf/feta-bolletjes.mf: rewrite note head MF code.
1467 (test_outlines): make heads more rotund for smaller sizes.
1469 2003-12-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1471 * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
1472 throughout. Font scaling fixes throughout.
1474 * mf/feta-sleur,slur.mf: remove.
1476 * mf/feta-slag.mf: rewrite.
1478 2003-12-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1480 * VERSION: release 2.1.3
1482 * stepmake/stepmake/toplevel-targets.make: remove pfa targets
1484 * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
1486 * lily/mark-engraver.cc (process_music): fix mark
1487 \default. (backportme)
1489 * stepmake/stepmake/automatically-generated.sub.make (default):
1490 use -n for head/tail commands.
1492 * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
1493 heads with the same pitch.
1495 2003-12-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1497 * lily/recording-group-engraver.cc (finalize): set protected_scm
1498 member to '() before finalizing.
1500 * lily/translator-group.cc (finalize): remove removal_processing ()
1502 * lily/recording-group-engraver.cc: new engraver: record
1503 synchronized start & end times for each music object.
1505 * lily/parser.yy (toplevel_expression): execute score rendering
1506 during parsing. Cleanup output-filename handling; this is no
1507 longer done with global variables.
1508 (translator_spec_body): allow \type modification too.
1510 * lily/score.cc: ly:run-translator: new function
1511 (LY_DEFINE): ly:render-output new function.
1513 Separate interpreting and rendering, and make available as
1514 functions at Scheme level.
1516 2003-12-17 Jan Nieuwenhuizen <janneke@gnu.org>
1518 * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
1519 (musicxml-node->string):
1521 (music-to-musicxml): New function.
1523 2003-12-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1525 * VERSION: 2.1.2 released
1527 * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
1529 * scm/font.scm (paper20-font-vector): discouple font design sizes
1530 from sizes specified in .ly file: store all design sizes of a font
1533 * lily/font-select.cc (get_font_by_design_size): new function
1535 * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
1536 add parmesan,feta in sizes 14 and 18.
1538 * mf/feta-toevallig.mf: use blot diameter for double sharp.
1540 * lily/font-size-engraver.cc (acknowledge_grob): change definition
1541 of fontSize: this now sets font-size
1543 2003-12-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1545 * VERSION: 2.1.1 released
1547 * Documentation/user/refman.itely (Tuning objects): add note about
1548 concurrent tweaks in different contexts.
1550 * lily/tie-engraver.cc (acknowledge_grob): use
1551 Staff_symbol_referencer::get_position iso. reading staff-position
1554 * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
1555 currentMusicalColumn as left span-point for bracket. The bracket
1556 is too long when there are accidentals.
1558 2003-12-03 Mats Bengtsson <mabe@drongo.s3.kth.se>
1560 * buildscripts/lilypond-profile.sh,
1561 buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
1562 Thanks to Reuben Thomas <rrt@mupsych.org>
1564 2003-12-03 Heikki Junes <hjunes@cc.hut.fi>
1566 * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
1567 Wurbel <wurbel@univ-tln.fr>.
1569 2003-11-17 Mats Bengtsson <mabe@drongo.s3.kth.se>
1571 * scripts/midi2ly.py: Add space after chords.
1573 2003-11-07 Heikki Junes <hjunes@cc.hut.fi>
1575 * input/regression/{many}: add few @code{ ... }.
1577 2003-11-05 Mats Bengtsson <mabe@drongo.s3.kth.se>
1579 * mf/GNUmakefile (SAUTER_FONTS): Added cmss14,
1580 cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
1581 Removed cmbx5, cmbx6 (which are included in teTeX)
1582 and cmbxti14 which is not used in fonts.scm.
1584 2003-11-04 Heikki Junes <hjunes@cc.hut.fi>
1586 * lily/midi-item.cc: fine tune quarter tones.
1588 2003-11-03 Heikki Junes <hjunes@cc.hut.fi>
1590 * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
1591 new function, warn how many cents are missing in fine tuning.
1593 2003-11-01 Heikki Junes <hjunes@cc.hut.fi>
1595 * input/bugs/rhytmicstaff-tie.ly: add file.
1597 * THANKS: Create skeleton for 2.1.
1599 2003-10-31 Heikki Junes <hjunes@cc.hut.fi>
1601 * input/test/bar-lines.ly (TODO): dashed "|".
1603 2003-10-30 Heikki Junes <hjunes@cc.hut.fi>
1605 * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
1606 input/regression/tie-chord.ly: Fix spell for tying.
1608 * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
1610 * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
1611 new file (renamed, see above).
1613 * Documentation/user/lilypond-book.itely
1614 * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
1615 * input/example-1.ly input/example-2.ly input/example-3.ly
1616 * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
1617 * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
1618 * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
1619 * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
1620 * scripts/lilypond-book.py scripts/lilypond.py
1621 * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
1622 * vimrc: replace ly2dvi with lilypond and remove silly comments.
1624 * Documentation/user/lilypond.tely: update version.
1626 * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
1627 Remove extra spaces in each @node, fixes spaces.
1629 2003-10-29 Mats Bengtsson <mabe@drongo.s3.kth.se>
1631 * scripts/lilypond-book.py (output_dict): Add definition of
1632 \lilypondbook also for LaTeX output. Solves several bug reports.
1634 2003-10-29 Heikki Junes <hjunes@cc.hut.fi>
1636 * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
1638 2003-10-24 Heikki Junes <hjunes@cc.hut.fi>
1640 * input/test/transposition.ly: Fix key signatures, given in comments.
1642 2003-10-23 Mats Bengtsson <mabe@drongo.s3.kth.se>
1644 * scm/midi.scm (instrument-names-alist),
1645 Documentation/user/appendices.itely: Correct spelling of shakuhachi
1647 2003-10-14 Mats Bengtsson <mabe@drongo.s3.kth.se>
1649 * input/test/temporary-stave.ly (texidoc): New example based on an
1650 email question from Ralph Little.
1652 2003-10-11 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1654 * VERSION: release 2.1.0
1656 * lily/note-performer.cc (try_music): accept busy-playing-event.
1658 * lily/swallow-perf.cc (try_music): return false for
1659 busy-playing-event and melisma-playing-event.
1661 2003-10-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1663 * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
1666 2003-10-05 Jan Nieuwenhuizen <janneke@gnu.org>
1668 * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
1669 that articulation_substitute will not move beam start again.
1670 (articulation_substitute): Bugfix: remove stray space so that new
1671 old chords ending '>>' does not get broken up.
1672 (sub_chord): Use TAB for indentation (not spaces).
1674 * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
1675 Bugfix for startup: Use ?^ instead of ?\^.
1677 2003-10-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1679 * lily/lyric-combine-music-iterator.cc
1680 (Lyric_combine_music_iterator): change init order, to prevent GC
1683 * lily/context-specced-music-iterator.cc (construct_children):
1684 only change translator if found. This fixes a core dump problem.
1686 2003-09-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1688 * scm/slur.scm (default-slur-extremity-rules): use equal? for
1691 * mf/feta-bolletjes.mf: make hole in half note little
1692 smaller for stem attachment.
1694 * lily/stem.cc (brew_molecule): tweaks for new flag layout.
1696 * mf/feta-banier.mf: don't draw stem with flag, just small square
1699 * mf/feta-bolletjes.mf (slash_slope): remove ledger ending
1701 * mf/feta-banier.mf: remove upstem/downstem characters.
1703 * mf/feta-params.mf (stafflines): stems are 1.3 SLT.
1705 * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
1706 stafflinethickness (in the default)
1708 * lily/stem.cc (brew_molecule): use round_filled_box for stem.
1710 * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
1712 * Documentation/topdocs/INSTALL.texi (Top): reorder.
1714 * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
1716 * lily/include/directional-element-interface.hh:
1717 junk class, make {get,set}_grob_direction functions.
1719 * lily/slur.cc (get_attachment): do something sensible when
1720 attaching to stem without heads (eg. a rest).
1722 * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
1723 forcing up to staff. remove #'support-head property
1724 (brew_molecule): small cleanup.
1725 (flag): remove #'grace property.
1727 2003-09-29 Jan Nieuwenhuizen <janneke@gnu.org>
1729 * cygwin/postinstall-lilypond.sh:
1730 * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
1733 2003-09-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1735 * scripts/lilypond-book.py: resurrect 'eps' option.
1736 (TexiPaper.to_eps): use -Ppdf for EPS files.
1738 * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
1740 * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
1742 * VERSION: release 2.0.1
1744 * lily/bezier.cc (get_other_coordinate): change assert into
1747 * lily/note-head.cc (internal_brew_molecule): make left protusion
1748 smaller, to accomodate for natural sign.
1749 (internal_brew_molecule): only do this when the accidental is
1751 (extent): new function
1753 * lily/skyline.cc (merge_skyline): new function
1754 (heighten_skyline): new function
1756 * lily/accidental-placement.cc (position_accidentals)
1757 (position_accidentals): fix todo.
1759 2003-09-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1761 * input/test/+.ly (texidoc): put version number inline.
1763 * GNUmakefile.in: remove rsync-web target.
1765 * input/regression/bar-scripts.ly (onestaff): raggedright
1767 2003-09-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1769 * lily/*.cc: remove #if 0'd code in couple of places.
1771 * lily/midi-stream.cc (operator <<): rewrite.
1773 * lily/note-head.cc (internal_brew_molecule):
1774 only make ledgers when the Staff symbol has lines.
1776 * ly/property-init.ly (arpeggioBracket): simplify
1778 * lily/translator-group.cc (execute_pushpop_property): use
1779 SCM_EQ_P for comparing keys. This fixes reverting
1782 2003-09-28 Jan Nieuwenhuizen <janneke@gnu.org>
1784 * lily/midi-stream.cc (operator <<): Also write MIDI string when
1785 midi_debug_global_b.
1786 (operator <<): Normalise loop.
1788 2003-09-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1790 * scripts/lilypond.py (escape_path): revise.
1792 * scm/music-functions.scm (set-output-property): new function.
1794 2003-09-27 Jan Nieuwenhuizen <janneke@gnu.org>
1796 * cygwin/mknetrel: Next try in building doc on Cygwin natively;
1797 use addmakeflags again.
1799 * cygwin/lily-wins.py (escape_shell): New function; use it.
1801 * scripts/lilypond.py (escape_shell): Escape quotes and other
1802 spaces too. Do not escape escaping backslashes.
1804 * make/srcdir.make.in (web-install): Must call install-WWW now.
1806 * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
1809 2003-09-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1811 * scripts/lilypond.py (escape_path): escape quotes too.
1813 * Documentation/user/lilypond.tely (Unified index): rename Index
1814 to accomodate Windows breakage.
1816 * make/lilypond.redhat.spec.in (Group): remove out=www for web-install
1818 * mf/GNUmakefile ($(outdir)/%.afm $(outdir)/%.enc
1819 $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
1820 target not a source.
1822 2003-09-27 Jan Nieuwenhuizen <janneke@gnu.org>
1824 * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
1825 addmakeflags. Build and install doc and web also when building on
1828 * mf/GNUmakefile: Bugfix.
1830 * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
1833 * cygwin/lily-wins.py: Quote filename.
1835 2003-09-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1837 * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
1839 2003-09-25 Jan Nieuwenhuizen <janneke@gnu.org>
1841 * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
1844 * configure.in: Require g++ > 3.0.4.
1846 * mf/GNUmakefile: Bugfix: Add list.ly target.
1848 * Documentation/user/GNUmakefile: Bugfix: list.ly target.
1850 * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
1851 make omf directory, add uninstall targets.
1853 2003-09-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1855 * lily/tie-performer.cc (initialize): init prev_event
1857 * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
1859 * lily/script-engraver.cc (make_script_from_event): don't crash on
1860 non-string articulation-type.
1862 * lily/new-fingering-engraver.cc (add_script): don't crash on
1864 (acknowledge_grob): warn about text script events.
1866 2003-09-24 Heikki Junes <hjunes@cc.hut.fi>
1868 * buildscript/lilypond.words: fix path for drums.scm.
1870 2003-09-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1872 * lily/spacing-spanner.cc (note_spacing): don't make longer
1873 durations than measure-length.
1875 * VERSION: release 2.0.0
1877 * GNUmakefile.in (rsync-web): version independent rsync target.
1879 * input/test/+.ly (texidoc): idem.
1881 * input/regression/+.ly: print version number.
1883 * input/regression/accidentals.ly (mel): shorten.
1885 * input/regression/accidental-octave.ly (texidoc): shorten.
1887 * input/regression/hairpin-dashed.ly (texidoc): docstring.
1889 * input/regression/completion-heads-polyphony.ly: octave
1891 * input/regression/beam-manual.ly: remove
1893 * input/regression/beam-chord.ly: remove
1895 * input/regression/grace-dynamic.ly: remove
1897 * input/regression/grace-volta-repeat.ly: octave fixes.
1899 * input/regression/hairpin-dashed.ly (texidoc): doc string.
1901 * lily/parser.yy (step_number): semitones for chord entry too.
1902 (make_chord_step): more robust code, semitones.
1904 * input/regression/breathing-sign-ancient.ly (texidoc): new file.
1906 * input/regression/breathing-sign.ly (texidoc): split ancient and
1907 normal breathing signs.
1909 * scm/define-grobs.scm (all-grob-descriptions): swap
1910 beamed-extreme-minimum-free-lengths and
1911 beamed-minimum-free-lengths; the 'extreme' case should allow
1912 shorter stems. This fixes forced directions on beamed 32nd and
1915 * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
1916 quartertones, not semitones.
1917 (NoteNamesContext): swallow more event types
1919 * Documentation/topdocs/NEWS.texi (Top): insert close brace.
1921 * VERSION (PACKAGE_NAME): release 1.9.10
1923 2003-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1925 * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
1926 set note head as cause of note-column. This gives a better error
1929 2003-09-23 Jan Nieuwenhuizen <janneke@gnu.org>
1931 * Documentation/topdocs/INSTALL.texi: Update emacs mode.
1933 2003-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1935 * mf/GNUmakefile (pfa_warning): instruct
1937 * stepmake/aclocal.m4: typo.
1939 * Documentation/user/cheatsheet.itely: more verbose examples.
1941 * input/regression/clefs.ly: remove bogus docstring.
1943 2003-09-23 Jan Nieuwenhuizen <janneke@gnu.org>
1945 * GNUmakefile.in (SUBDIRS): Add elisp.
1947 * elisp/lilypond-mode.el:
1948 * elisp/lilypond-init.el:
1949 * elisp/lilypond-indent.el:
1950 * elisp/lilypond-font-lock.el: Move from top dir.
1952 * stepmake/stepmake/elisp-vars.make: New file.
1954 * config.make.in (elispdir): Add.
1956 * Documentation/topdocs/INSTALL.texi: Typo.
1958 * make/ly-rules.make: Test for files instead of touching void and
1962 * make/lilypond.redhat.spec.in:
1963 * debian/rules: Fix lilypond.words stuff a bit. For running from
1966 (push "<builddir>/share/lilypond/elisp" load-path)
1968 to your ~/.emacs.el should give you LilyPond-mode again.
1970 * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
1971 regexp for DOS/Windows, we are too paranoid to fix others.
1973 2003-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1975 * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
1977 * input/test/chord-names-jazz.ly (banterProperties): fix
1979 * lily/parser.yy (bass_mod): bass figure alterations are semi
1980 tones, not quarter tones
1982 * lily/beam.cc (set_stem_lengths): only lengthen stems
1985 * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
1988 * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
1989 a warning that the warning may erroneous.
1991 * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
1994 * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
1997 * GNUmakefile.in ($(config_h)): config.h should depend on
1999 (lilypond.words): remove fontball stuff.
2001 * stepmake/aclocal.m4: only print config.cache warning if it exists.
2003 * configure.in: remove pktrace reference.
2005 * GNUmakefile.in (rsync-web): permissions and ownership for
2008 * lily/volta-engraver.cc (staff_eligible): new function.
2009 (stop_translation_timestep): kill off spanners if not eligible.
2011 * VERSION (PATCH_LEVEL): release 1.9.9
2013 * input/regression/beam-quanting-32nd.ly (texidoc): new file
2015 * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
2016 length is more important than forbidden quants.
2018 2003-09-23 Heikki Junes <hjunes@cc.hut.fi>
2020 * buildscripts/lilypond.words: order words in search order,
2021 add lilypond.words.vim to be generated.
2023 * lilypond.vim: use lilypond.words.vim for keyword matching.
2025 * lilypond-mode.el: use search order. fix word selection rules.
2027 * lilypond-font-lock.el: fix fontifying long durations.
2029 * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
2031 2003-09-22 Jan Nieuwenhuizen <janneke@gnu.org>
2033 * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
2035 * stepmake/stepmake/generic-targets.make:
2036 * stepmake/stepmake/bin/make-version.py:
2037 * stepmake/aclocal.m4:
2038 * make/stepmake.make:
2039 * make/toplevel-version.make: Build fixes: remove last traces of
2040 VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
2042 * lily/beam.cc: Add gap-count property.
2044 2003-09-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2046 * scm/define-grob-properties.scm (gap-count): add gap-count
2048 * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
2050 2003-09-22 Jan Nieuwenhuizen <janneke@gnu.org>
2052 * cygwin/mknetrel.doc: Typo.
2054 * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
2056 * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
2058 2003-09-22 Mats Bengtsson <mabe@drongo.s3.kth.se>
2060 * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
2061 sizes. Remove support for 'ledger'(=tabloid+landscape).
2063 2003-09-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2065 * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
2068 * configure.in: remove VERSION stuff once again.
2070 * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
2072 * scm/define-grobs.scm (all-grob-descriptions): use sans family
2075 * mf/GNUmakefile: always trace pfa fonts.
2076 (SAUTER_FONTS): add cmss[567] too fonts
2078 * configure.in: require mftrace.
2080 * lily/staff-performer.cc (new_instrument_string): don't look at
2081 instrument property.
2083 * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
2084 is_direction is the C++ one. Similar for ly_axis_p and
2087 2003-09-21 Jan Nieuwenhuizen <janneke@gnu.org>
2089 * lily/beam.cc (brew_molecule): read gap-count to determine
2090 number of tremolo (gapped) beams.
2092 * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
2095 * flower/include/array.hh (default_compare): new function
2097 * cygwin/mknetrel: Native fixes.
2099 * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
2101 2003-09-20 Jan Nieuwenhuizen <janneke@gnu.org>
2103 * Documentation/topdocs/NEWS.texi: Add note about .ly double click
2104 feature for Windows.
2106 * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
2108 * cygwin/mknetrel: Updates for native use on Cygwin.
2110 * lily/parser.yy: Compile fix: add stdio.h for snprintf.
2112 * stepmake/stepmake/help2man-rules.make:
2113 * cygwin/mknetrel: Bugfix for manpages.
2115 * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
2116 $(builddir). Stepmake is a normal subdirectory now, that is not
2117 configured. Another srcdir build fix.
2119 * Documentation/topdocs/INSTALL.texi,
2120 buildscripts/lilypond.words.py, lilypond-font-lock.el,
2121 lilypond-init.el, lilypond-mode.el, debian/rules,
2122 make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
2123 rename generated file lilypond.words to lilypond.words.el.
2125 2003-09-20 Heikki Junes <hjunes@cc.hut.fi>
2127 * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
2129 * GNUmakefile.in, buildscripts/lilypond.words: give only path in
2132 2003-09-19 Jan Nieuwenhuizen <janneke@gnu.org>
2134 * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
2135 when cross building.
2137 * configure.in: srcdir build fix.
2139 * cygwin/GNUmakefile:
2140 * cygwin/lily-wins.py:
2141 * cygwin/postremove-lilypond.sh:
2142 * cygwin/postinstall-lilypond.sh: Merge from stable.
2144 * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
2147 2003-09-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2149 * lily/slur.cc (after_line_breaking): only set control points if
2152 * input/test/slur-manual.ly: new file.
2154 * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
2157 * VERSION (PACKAGE_NAME): release 1.9.8
2159 * scripts/lilypond.py (escape_path): escape spaces in directory names
2161 * input/test/text-spanner.ly: fixes.
2163 2003-09-19 Heikki Junes <hjunes@cc.hut.fi>
2165 * buildscripts/lilypond.words.py: add drum names as note names to
2168 2003-09-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2170 * input/regression/hairpin-dashed.ly: new file.
2172 * scripts/convert-ly.py (conv): warn about dash-length.
2174 * lily/dynamic-engraver.cc (try_music): end (de)crescendo
2175 automatically if we get a new one.
2177 * lily/lookup.cc (dashed_line): new function
2179 * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
2182 2003-09-18 Heikki Junes <hjunes@cc.hut.fi>
2184 * buildscripts/lilypond.words.py: extract note names.
2186 * lilypond-mode.el: take note names from lilypond.words -file.
2187 small fix in the use of string-match.
2189 * lilypond-font-lock.el: use lilypond.words for note names, add
2190 maxima to note a duration.
2192 2003-09-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2194 * lily/breathing-sign.cc: remove railtracks() function.
2196 * input/regression/arpeggio-bracket.ly (texidoc): add file.
2198 * lily/arpeggio.cc (brew_chord_bracket): clean-up
2199 (brew_molecule): bugfix don't make arpeggio shorter when
2200 arpeggio-direction is set.
2202 * debian/rules: small corrections in the (Pedro K)
2204 * Documentation/user/tutorial.itely (Tutorial): use lyinc in
2207 * lily/auto-beam-engraver.cc (process_music): end/junk beam if
2208 special (repeat) bar comes along.
2210 * input/regression/auto-beam-bar.ly: update.
2212 * scripts/lilypond-book.py (output_dict): remove support for the
2215 * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
2216 VerticalAlignment and VerticalAxisGroup this fixes the size
2217 computations for the entire system.
2219 * input/les-nereides.ly (bass): remove superfluous fontSize.
2221 * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
2222 causes directory of file to be added to include path.
2224 * input/regression/beam-break.ly: test single stem beams.
2226 * input/regression/system-start-bracket.ly: fix.
2228 * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
2230 * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
2232 * lily/beam-quanting.cc (quanting): check french-beaming per stem.
2233 (score_stem_lengths): do something sensible for single stem beams.
2235 * lily/beam.cc (least_squares): add kludge for single stem beams.
2237 * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
2238 keySignature to list of broken things.
2240 * input/regression/keys.ly: fix.
2242 * VERSION (PACKAGE_NAME): release 1.9.7
2244 * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
2246 * Documentation/user/refman.itely (Pitches): doc quarter tones.
2248 * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
2249 (quartertone_pitch): new function
2251 * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
2252 flat. WARNING: FONT CHANGED.
2254 * ly/nederlands.ly: add -eh and -ih for quarter tones.
2256 * lily/accidental-placement.cc (add_accidental): support for
2259 * ly/LANGUAGEs.ly: use symbols for alterations.
2261 * mf/feta-toevallig.mf: change accidental codes.
2263 * scm/lily.scm (ly:get-option): switch on debugging only for
2266 * lily/lily-guile.cc: remove ly:verbose?
2268 * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
2270 * lily/parser.yy (TODO): only do gh_call() for apply with
2273 * lily/tie-engraver.cc (start_translation_timestep): move melisma
2274 stuff in accordance with new timing of tie-events.
2276 * lily/my-lily-lexer.cc: remove \outputproperty
2278 * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
2280 * scm/define-translator-properties.scm (melismaBusyProperties):
2281 add melismaBusyProperties property.
2283 2003-09-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2285 * input/test/ambitus-mixed.ly (texidoc): new file.
2287 * buildscripts/mutopia-index.py (find): prune debugging
2289 * lily/side-position-interface.cc: doc updates
2291 * Documentation/user/refman.itely: updates, tweaks.
2293 * lily/parser.yy (Simple_music): remove outputproperty
2295 * make/stepmake.make: use VERSION again; importing VERSION via
2296 autoconf dependencies is too hairy.
2298 2003-09-17 Heikki Junes <hjunes@cc.hut.fi>
2300 * lilypond-mode.el: allow `-' for keywords and identifiers.
2302 2003-09-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2304 * VERSION: release 1.9.6
2306 * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
2309 * Documentation/user/*.itely: fixes everywhere
2311 * lily/completion-note-heads-engraver.cc: rewrite engraver:
2312 produce ties from the engraver itself, do not broadcast TieEvent.
2314 * lily/my-lily-lexer.cc: remove pitch & duration.
2316 * lily/parser.yy (TODO): remove \pitch and \duration
2318 * input/test/explicit.ly: remove file.
2320 * Documentation/user/refman.itely (Pitches): remove \pitch
2323 2003-09-16 Heikki Junes <hjunes@cc.hut.fi>
2325 * buildscripts/lilypond.words.py: add all slur types to Emacs
2326 insertion menu, suppose everything is postfixed by dropping
2327 unnecessary `-' -marks.
2329 2003-09-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2331 * lily/stem.cc (get_default_stem_end_position): lengthen stems for
2334 * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
2335 head for flagged stems.
2337 * lily/stem.cc (get_default_stem_end_position): futz with extra
2338 stem length if there is a stem tremolo.
2340 * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
2341 it would be too small.
2343 * lily/font-metric.cc: return #f for non-existent glyph.
2345 * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
2346 exported through config.make.
2348 * input/regression/clef-oct.ly: new file.
2350 * scm/clef.scm (make-clef-set): use regexps, support arbitrary
2353 * input/template/*.ly: remove old relative.
2355 * ly/english.ly: add X names for double sharp.
2357 2003-09-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2359 * lily/font-select.cc: new file handle font selection routines.
2361 * lily/parser.yy: add ; (Patrick Atamaniuk)
2363 * input/test/time-signature-double.ly: use markups for double time
2366 * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
2367 ChordNames.SeparationItem #'padding for adjusting space after chords.
2369 * lily/music-output-def.cc (LY_DEFINE):
2370 new function ly:paper-lookup.
2372 * mf/parmesan-clefs.mf: use # quantities for char_box
2373 offsets. Fixes overflow errors in the PFA.
2375 * scm/new-markup.scm (strut-markup): change calling interface for
2376 markup. Pass paper-def, not grob. This would allow \markup to be
2377 used separately from grobs.
2379 * lily/paper-def.cc: new function ly:paper-font; this function
2380 replaces ly:get-font.
2382 * lily/include/font-interface.hh (struct Font_interface): take
2383 Paper_def iso. Grob for get_font().
2385 2003-09-14 Graham Percival <gperlist@shaw.ca>
2387 * Documentation/user/ tutorial.itely, refman.itely: add warning
2388 about \key and accidentals.
2390 2003-09-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2392 * scm/new-markup.scm (musicglyph-markup): undefine font-name.
2394 * Documentation/user/*.itely: manual tweaks
2396 2003-09-13 Juergen Reuter <reuter@ipd.uka.de>
2398 * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
2399 cleanup; bugfix: exact_center
2401 * Documentation/user/refman.itely: added more documentation on
2402 ambitus according to recent questions on lilypond-user list
2404 2003-09-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2406 * input/regression/ottava.ly (texidoc): demo 15ma too.
2408 * GNUmakefile.in ($(outdir)/VERSION): add VERSION target
2410 * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
2413 2003-09-10 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2415 * lily/lexer.ll: add \r to the rules for newlines; this fixes
2416 problems on older Mac editors.
2418 2003-09-12 Juergen Reuter <reuter@ipd.uka.de>
2420 * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
2422 2003-09-11 Juergen Reuter <reuter@ipd.uka.de>
2424 * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
2425 mf/parmesan-clefs.mf: added comments on character alignment and
2426 set_char_box() conventions
2428 * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
2431 * mf/parmesan-clefs.mf: vaticana: adjusted stem width
2433 2003-09-10 Heikki Junes <hjunes@cc.hut.fi>
2435 * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
2437 2003-09-10 Juergen Reuter <reuter@ipd.uka.de>
2439 * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
2440 shortened to avoid almost-collision with staff line; code cleanup;
2441 other custodes: fixed char boxes; code cleanup
2443 2003-09-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2445 * configure.in: release 1.9.5
2447 * scripts/lilypond.py (global_latex_preamble): only set
2448 twosideshift if 'twoside' is in latexoptions
2450 * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
2454 * scripts/*2ly.py: update <> syntax
2456 2003-09-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2458 * lily/chord-name-engraver.cc (process_music): add origin for
2461 * input/regression/chord-name-exceptions.ly (theMusic): add base too.
2463 * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
2464 bass notes for exceptions too.
2466 * scm/define-grobs.scm (all-grob-descriptions): rename
2467 HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
2469 * scm/define-grob-properties.scm (remove-first): add remove-first
2470 property for orchestral scores.
2472 * Documentation/user/*.itely: switch <<>> and <>
2474 * lily/glissando-engraver.cc (process_music): bugfix: move line to
2475 last_line only once. This fixes the two consecutive glissandi problem.
2477 2003-09-09 Juergen Reuter <reuter@ipd.uka.de>
2479 * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
2480 error message "flexa-width undefined"
2482 * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
2483 lily/include/gregorian-ligature.hh: print warning when ignoring
2484 head prefixes on flexa shapes
2486 * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
2487 space before a series of inclinatum heads
2489 * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
2490 lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
2493 * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
2496 2003-09-08 Juergen Reuter <reuter@ipd.uka.de>
2498 * input/regression/breathing-sign.ly: tiny fixes
2500 * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
2501 semantical collision with vaticana ligatures
2503 * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
2504 scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
2505 now consistent with mensural ligatures
2507 * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
2508 mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
2509 context pitches and staff position; dto. for virga stem; removed
2510 obsolete virga and clivis characters from parmesan font (WARNING:
2513 * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
2514 mf/parmesan-timesig.mf: fixed several set_char_box ()'s
2516 * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
2517 scm/define-grob-properties.scm: consistency fix: renamed
2518 join_left->add_cauda
2520 * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
2521 appendix length; bugfix: yoffs_bt for reverse direction punctum
2524 * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
2525 small cleanups; added more docu
2527 * lily/mensural-ligature-engraver.cc, lily/vaticana-ligature-engraver.cc,
2528 lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
2529 computation to CoherentLigatureEngraver
2531 * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
2532 scm/define-grob-properties.scm: bugfix: added missing linea and
2533 cavum properties; bugfix: removed dead semivocalis property
2535 * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
2536 length; redesigned quilisma, stropha and auctum
2538 * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
2541 * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
2542 Documentation/user/refman.itely: bugfix: introduced shifted
2543 epiphonus head to avoid collision with adjacent plica
2545 2003-09-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2547 * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
2549 * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
2551 2003-09-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2553 * Documentation/user/tutorial.itely (A lead sheet): remove
2556 * Documentation/bibliography/computer-notation.bib (pages): reorganise.
2558 2003-09-03 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2560 * Documentation/bibliography/computer-notation.bib (isbn): add
2563 2003-09-05 Heikki Junes <hjunes@cc.hut.fi>
2565 * GNUmakefile.in: drop lilypond.words for generation.
2567 2003-09-03 Heikki Junes <hjunes@cc.hut.fi>
2569 * buildscripts/lilypond.words.py: take filename (also) from an arg.
2571 * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
2573 2003-09-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2575 * input/test/figured-bass-alternate.ly (fl): new file.
2577 * Documentation/topdocs/README.texi (Top): clarifications.
2579 * Documentation/bibliography/computer-notation.bib (isbn): add phd
2580 theses of Gieseking and Renz.
2582 * GNUmakefile.in (README_FILES): remove README.mandrake.
2584 2003-09-01 Heikki Junes <hjunes@cc.hut.fi>
2586 * buildscripts/lilypond.words.py: add file. Creates lilypond.words
2587 from source files and search patterns listed in the script.
2589 * GNUmakefile.in: add target `lilypond.words'.
2591 * lilypond.words: remove file, generated by `make lilypond.words'.
2593 * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
2595 2003-08-31 Heikki Junes <hjunes@cc.hut.fi>
2597 * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
2599 2003-08-31 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2601 * VERSION: 1.9.4 released
2603 * scripts/convert-ly.py (FatalConversionError.figures_replace):
2604 rule for < > <-> << >> substitution
2606 * lily/lexer.ll: exchange meaning of << >> and < >
2608 * VERSION (PACKAGE_NAME): 1.9.3 released
2610 * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
2611 pages unconditionally.
2613 2003-08-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2615 * Documentation/user/music-glossary.tely (Top): small syntax
2618 * scm/music-functions.scm (remove-tag): filter \tagged music
2621 * input/regression/tag-filter.ly (texidoc): new file.
2623 * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
2626 * scripts/convert-ly.py (FatalConversionError.conv): fingering
2629 * Documentation/user/refman.itely (Fingering instructions): adjust manual.
2631 * lily/new-fingering-engraver.cc (position_scripts): don't crash
2632 for borderline cases (e.g. 1 fingering.)
2633 (position_scripts): revise interface, use fingerOrientations to
2634 set fingering positions.
2636 * scm/document-translation.scm (context-doc): add aliases to
2637 automated documentation.
2639 * make/lilypond-vars.make: remove stepmake compat glue.
2641 * make/generic-vars.make: remove cruft.
2643 * lily/main.cc (main): don't identify binary.
2645 2003-08-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2647 * lily/include/translator.hh (class Translator): remove
2648 type_string_ , use symbol for context name throughout.
2649 Changes through whole source tree.
2651 * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
2652 set PDF as default, and always make PDF.
2654 * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
2656 2003-08-29 Heikki Junes <hjunes@cc.hut.fi>
2658 * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
2659 Documentation/user/refman.itely input/regression/allfontstyle.ly
2660 input/regression/grace-types.ly:
2661 fix spelling for acciaccatura (Webster's 1913).
2663 2003-08-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2665 * lily/main.cc (usage): adjust blurb, include url.
2667 * input/regression/breathing-sign.ly (texidoc): transpose up
2669 2003-08-28 Juergen Reuter <reuter@ipd.uka.de>
2671 * input/regression/breathing-sign.ly: changed ancient examples to
2672 be relevant (by request of Han-Wen); updated BreathingSign text
2673 property according to new syntax.
2675 * ly/gregorian-init.ly: updated BreathingSign text property
2676 according to new syntax
2678 2003-08-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2680 * Documentation/user/refman.itely (Clef): give example of G_8 clef.
2681 (Clef): index entries for clefs.
2683 * python/lilylib.py (system): remove errorlog files.
2685 2003-08-28 Heikki Junes <hjunes@cc.hut.fi>
2687 * lilypond.words: add \new and new graces. Add dynamics to menus
2688 keeping 1.8.x compatibility; after all the engraving relating to
2689 notes becomes postfixed `-' marks will be removed.
2691 2003-08-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2693 * lily/molecule.cc (align_to): idem.
2695 * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
2697 * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
2698 accacciatura everywhere.
2700 * VERSION (PACKAGE_NAME): released 1.9.2
2702 * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
2704 * scm/document-markup.scm (markup-doc-node): sort markup function
2707 * lily/paper-outputter.cc (output_version): change "Lily was here"
2708 into "Engraved by LilyPond"
2710 * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
2711 on unquoted strings before \notenames.
2713 * lily/parser.yy (lyric_element): allow markup as lyric text. This
2714 increases the number of s/r reductions to 4.
2716 * scm/new-markup.scm (fraction-markup): \fraction command.
2718 * lily/lexer.ll: allow any string without \ { } # and " in \markup
2721 * lily/lookup.cc (round_filled_box): rename function.
2722 (LY_DEFINE): round-filled-box: change signature.
2724 * Documentation/user/refman.itely: revise section explaining grace
2727 * lily/translator-scheme.cc (LY_DEFINE): add ! to
2728 ly:set-context-property
2730 * input/*/*.ly (vmus): use \new everywhere.
2732 * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
2734 * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
2737 * scm/music-functions.scm (set-stop-grace-properties)
2738 (set-start-grace-properties, add-grace-property): new functions
2739 for modular grace tweak control.
2741 * ly/engraver-init.ly (ScoreContext): new property graceSettings.
2743 2003-08-28 Jan Nieuwenhuizen <janneke@gnu.org>
2745 * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
2747 * GNUmakefile.in (install-pfa-fonts):
2748 (get-pfa-fonts): New target.
2750 * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
2751 install-pfa-fonts help.
2753 2003-08-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2755 * lily/translator-scheme.cc (LY_DEFINE):
2756 ly:context-pushpop-property new function.
2757 (LY_DEFINE): new function ly:translator-find
2758 new function ly:translator?
2759 (LY_DEFINE): new function ly:context?
2761 * lily/translator-def.cc: remove Translator_def::apply_pushpop_property().
2763 * python/lilylib.py (read_pipe): only store and display error log
2765 (read_pipe): only display log if it contains something.
2767 2003-08-27 Jan Nieuwenhuizen <janneke@gnu.org>
2769 * Documentation/misc/GNUmakefile: Re-add.
2770 (TEXTS): Add CHANGES.
2772 2003-08-27 Heikki Junes <hjunes@cc.hut.fi>
2774 * lilypond.words: add \newcontext.
2776 2003-08-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2778 * lily/tie-performer.cc (stop_translation_timestep): only flush
2779 tied_notes when we have actually made a tie. Fixes bugs with ties
2780 in polyphonic scores.
2782 2003-08-26 Jan Nieuwenhuizen <janneke@gnu.org>
2784 * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
2787 2003-08-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2789 * VERSION (PACKAGE_NAME): released 1.9.1
2791 * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
2792 Instrument_name_engraver
2794 * lily/tie-performer.cc (create_audio_elements): bugfix
2796 * Documentation/user/music-glossary.tely (Top): comment out
2797 font-style statements.
2799 * input/test/force-hshift.ly: revise example.
2801 * Documentation/bibliography/engraving.bib (note): typos.
2803 * configure.in: bump GCC requirements to 3.x
2805 * lily/include/audio-item.hh (class Audio_tie): rename
2806 note_l_drul_ to note_drul_
2808 * lily/tie-performer.cc (class Tie_performer): patch for new ties.
2810 * lily/parser.yy (relative_music): whoops. All \relative were off
2811 by ... a lot .... Ahem.
2813 * scm/define-music-types.scm (music-descriptions): idem.
2815 * lily/beam-engraver.cc: move new-beam-event to beam-event
2817 * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
2820 * input/regression/bar-number.ly: remove unnecessary old-relative
2823 * Documentation/user/internals.itely (Creating contexts): document
2826 * lily/parser.yy (Composite_music): add \newcontext
2828 * Documentation/user/refman.itely (MIDI block): add note about
2831 * scm/font.scm: remove old markup legacy
2833 * GNUmakefile.in (web-clean): remake share/ after web-clean.
2835 * lily/breathing-sign.cc (brew_molecule): remove function
2837 * lily/text-item.cc: remove old-style markups.
2838 (interpret_markup): C++ version of markup function
2839 (brew_molecule): idem.
2841 * lily/my-lily-lexer.cc (start_main_input): define input-file-name
2844 * scripts/convert-ly.py (conv): dashes rule.
2847 * Documentation/user/lilypond-book.itely: syntax fixes.
2849 2003-08-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2851 * VERSION (PACKAGE_NAME): release 1.9.0
2853 * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
2854 note about dvips. (Should backport.)
2856 * scripts/convert-ly.py
2857 (FatalConversionError.articulation_substitute): add
2858 convert-new-chords code. Remove convert-new-chords.py
2860 * Documentation/user/refman.itely (Octave check): document
2863 * Documentation/topdocs/NEWS.texi: add \octave, postfix and
2866 * lily/parser.yy (command_element): octave check:
2870 checks that PITCH (without octave) yields PITCH (with octave) in
2873 * lily/relative-octave-music.cc (to_relative_octave): octave check.
2875 * lily/scm-option.cc: ly:set-option now has the default argument
2878 * lily/lexer.ll: add \renameinput
2880 * python/lilylib.py (command_name): robustifications.
2882 * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
2883 /dev/stderr. This is ash compatible.
2885 * ly/init.ly: add warning if compatibility was not necessary.
2887 * lily/scm-option.cc (LY_DEFINE): add ly:get-option
2889 * flower/include/string-handle.icc: formatting cleanups, rename
2890 references by ref_count_.
2892 2003-08-25 Heikki Junes <hjunes@cc.hut.fi>
2894 * make/lilypond.mandrake.spec.in: syncronize the spec file with
2895 Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
2896 package libs separately, fix conflicting php variable out=/dev/vc/
2897 invoking `unset out', declare menus, use only one icon-file, fix
2900 2003-08-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2902 * scripts/convert-ly.py (FatalConversionError.conv): typo
2904 * Documentation/misc/GNUmakefile: restore misc directory.
2906 * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
2908 * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
2911 * input/test/partial-blank.ly (quickmeasure): syntax
2913 * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
2914 attachment property.
2916 * Documentation/user/refman.itely: remove superfluous -'s
2917 (Grace notes): ) fixes.
2919 * lily/music.cc: generic compress(), transpose() functions. Remove
2922 * lily/parser.yy (gen_text_def): remove support for #'(italic )
2925 * lily/parser.yy: all articulations postfix; remove obligatory -
2928 * lily/music.cc (to_relative_octave): write generic
2929 to_relative_octave function; various relative cleanups.
2932 * lily/scm-option.cc: add options new-relative and old-relative
2934 * po/sv.po: new po file.
2936 * Documentation/user/refman.itely (Dynamics): website
2937 fixes. (should backport!)
2939 2003-08-22 Heikki Junes <hjunes@cc.hut.fi>
2941 * make/lilypond.mandrake.spec.in: declare version only once.
2943 2003-08-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2945 * lily/simultaneous-music.cc (to_relative_octave): undo relative
2948 2003-08-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2950 * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
2952 * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
2954 * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
2956 * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
2958 * lily/music.cc (var): add ly:music-transpose function.
2960 * lily/parser.yy (pre_events): remove prefix articulations.
2962 * lily/music-sequence.cc (do_relative_octave): change relative meaning.
2964 * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
2966 * Documentation/user/refman.itely (Text markup): add comment about
2969 2003-08-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2971 * lily/paper-outputter.cc (write_header_fields_to_file):
2972 only dump value if it is a string.
2974 * flower/include/dictionary.hh: remove.
2976 * Documentation/ChangeLog-1.5: add back old log.
2978 * Documentation/topdocs/INSTALL.texi (Top): explain how to get
2981 2003-08-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2983 * Documentation/bibliography/engraving.bib: add entry for
2984 Jaschinski's Notation
2986 2003-08-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2988 * Documentation/user/refman.itely (Beaming): add note about
2991 2003-08-18 Juergen Reuter <reuter@ipd.uka.de>
2993 * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
2994 GregorianTranscription contexts
2996 * ly/engraver-init.ly: vaticana contexts: minor fixes
2998 * Documentation/user/refman.itely (Ancient notation): added note
2999 on appendix length bug
3001 * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
3002 input/test/vaticana.ly: use vaticana contexts; small fixes
3004 2003-08-17 Jan Nieuwenhuizen <janneke@gnu.org>
3006 * flower/hash.cc: Remove.
3008 * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
3009 to (nonexistent?) hash_func_ identifier.
3011 * python/midi.c (midi_error, midi_warning): Use char const* for
3012 __FUNCTION__ argument.
3014 * python/gettext.py: Remove. We already require python 2.1, which
3015 includes gettext.py.
3017 * configure.in: Require python 2.1, as INSTALL.texi says.
3020 * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
3021 versions 1.50 and 1.75. Remove note about lexer patch.
3023 2003-08-16 Jan Nieuwenhuizen <janneke@gnu.org>
3025 * Documentation/topdocs/INSTALL.texi: Update type1 font
3026 description to actual situation. Add comment about new font ball
3029 * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
3030 in $LILYPONDPREFIX suffices for installation.
3032 2003-08-11 Jan Nieuwenhuizen <janneke@gnu.org>
3034 * debian/control (Build-Depends): Add flex-old as alternative to
3035 flex. Deprecate bison 1.75.
3037 2003-08-17 Juergen Reuter <reuter@ipd.uka.de>
3039 * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
3042 * Documentation/user/refman.itely (Ancient notation): documented
3043 some bugs; tiny fixes; added docu on Vaticana contexts
3045 * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
3048 2003-08-16 Juergen Reuter <reuter@ipd.uka.de>
3050 * Documentation/user/refman.itely (Ancient notation): added some
3051 introductory words; added section on ancient time signatures;
3052 added some @seealso and @refcommands; small fixes and
3055 2003-08-15 Juergen Reuter <reuter@ipd.uka.de>
3057 * input/regression/note-head-style.ly: many fixes and updates
3059 * Documentation/user/refman.itely: added small sections on ancient
3060 accidentals, rests and flags; revised ancient note head section;
3061 small wording/spelling fixes
3063 * input/test/rests.ly: layout fixes
3065 2003-08-14 Juergen Reuter <reuter@ipd.uka.de>
3067 * input/puer-fragment.ly: bugfix: central C position of do clef
3069 * ly/gregorian-init.ly: workaround: add small padding space before
3070 divisiones (the correct fix would be the spacing engine to handle
3073 2003-08-13 Graham Percival <gperlist@shaw.ca>
3075 * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
3076 cue-notes.ly: minor fixes.
3078 2003-08-13 Juergen Reuter <reuter@ipd.uka.de>
3080 * Documentation/user/refman.itely: bugfix: remove obsolete link to
3081 input/test/custos-style.ly
3083 * Documentation/index.html.in: bugfix: link to Tutorial.html
3085 * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
3086 to neumes; bugfix: "et": epiphonus, not just a simple pes
3088 2003-08-12 Heikki Junes <hjunes@cc.hut.fi>
3090 * lilypond-mode.el: split `Insert Tag' if it is long enough.
3092 * lilypond.words: add new features: markup, column, center, \[ \].
3094 2003-08-10 Heikki Junes <hjunes@cc.hut.fi>
3096 * Documentation/topdocs/NEWS.texi, DEDICATION,
3097 stepmake/bin/add-html-footer.py
3098 input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
3099 input/mutopia/J.S.Bach/wtk1-fugue1.ly
3100 input/mutopia/J.S.Bach/wtk1-prelude1.ly
3101 Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is
3102 added (only) after a sentence which is complete; if the sentence is
3103 not ended a comma `,' or nothing is used. fix also spaces.
3105 2003-08-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3107 * Documentation/topdocs/INSTALL.texi (Top): change GUILE
3108 requirements to plain 1.6.
3110 * buildscripts/mutopia-index.py (read_lilypond_header): update
3111 mutopia-index.py to 1.4 syntax [sic]
3113 2003-08-07 Heikki Junes <hjunes@cc.hut.fi>
3115 * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
3117 2003-08-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3119 * Documentation/index.html.in: url for regression pdf
3121 * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
3123 * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
3125 * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
3127 * VERSION: 1.8.0 released
3129 * GNUmakefile.in (local-WWW-post): footify build fix.
3131 * configure.in: require GUILE 1.6.4
3133 * Documentation/user/GNUmakefile: don't copy *.png for
3136 * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
3137 local-WWW-post target.
3138 (rsync-web): add rsync-web target
3140 * Documentation/user/introduction.itely (Music notation and
3141 engraving): add neume example
3143 * input/puer-fragment.ly (cantus): add puer-fragment
3145 2003-08-06 Jan Nieuwenhuizen <janneke@gnu.org>
3147 * input/no-notation/midi-volume-equaliser.ly: Add volume setting
3148 to notes, so that equalizer is actualy being used.
3150 * scm/midi.scm (instrument-equalizer-alist):
3151 (absolute-volume-alist): Define public, so that user can copy or
3154 * lily/key-performer.cc (create_audio_elements): Check for minor
3155 key. Only if key is minor, set MIDI key to minor.
3157 2003-08-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3159 * Documentation/user/refman.itely (Hiding staffs): fixes.
3161 * mf/feta-eindelijk.mf (tracingvariables): add TODO.
3163 * lily/system-start-delimiter.cc (after_line_breaking): retrieve
3164 vertical extents to deal with Hara kiri correctly.
3166 * input/regression/hara-kiri-short.ly: remove
3168 * input/regression/hara-kiri-pianostaff.ly: update test.
3170 * Documentation/user/*.tely: remove WEBTITLE
3172 * scm/output-tex.scm (comment): idem.
3174 * scm/output-pdftex.scm: remove GUILE 1.4 glue
3176 * scm/music-functions.scm (make-lyric-event): new function
3178 * scm/lily.scm (lilypond-version): new function
3180 * input/test/version-output.ly: new file.
3182 * Documentation/user/lilypond.tely: add version number to
3185 2003-08-05 Jan Nieuwenhuizen <janneke@gnu.org>
3187 * input/test/midi-scales.ly: Reformat to match midi2ly output again.
3189 2003-08-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3191 * input/template/gregorian-transcription.ly (barTwo): syntax update.
3193 * Documentation/user/refman.itely (Hiding staffs): rename node.
3195 2003-08-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3197 * input/regression/new-markup-syntax.ly (texidoc): remove
3198 molecule-callback override.
3200 2003-08-04 Jan Nieuwenhuizen <janneke@gnu.org>
3202 * input/les-nereides.ly: Mark tweaks with %tweak.
3204 * Debian patch, see debian/changelog (Anthony Fok).
3206 2003-08-04 Jan Nieuwenhuizen <janneke@gnu.org>
3208 * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
3211 2003-08-04 Mats Bengtsson <mats.bengtsson@s3.kth.se>
3213 * Documentation/user/refman.itely (Text markup): Fix language bug.
3215 2003-08-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3217 * input/* : postfix syntax fixes.
3219 * Documentation/user/refman.itely (Text markup): add note about
3220 raise/lower with ^ or _ .
3222 * po/fi.po: fix \\apply strings.
3224 * lily/parser.yy (open_event): warn for prefix articulations.
3226 2003-08-04 Juergen Reuter <reuter@ipd.uka.de>
3228 * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
3229 fix also on parmesan font.
3231 2003-08-03 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3233 * VERSION 1.7.30 released
3235 * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
3237 * buildscripts/mutopia-index.py (headertext): rewording
3239 2003-08-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3241 * scm/new-markup.scm (strut-markup): new markup function.
3243 * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
3244 space also when no accidental is there.
3246 2003-08-02 Jan Nieuwenhuizen <janneke@gnu.org>
3248 * input/les-nereides.ly: Updates.
3250 2003-08-02 Heikki Junes <hjunes@cc.hut.fi>
3252 * lilypond-mode.el (LilyPond-insert-tag-current): new function,
3253 which repeats the tag insertion selected from "Insert tag" menu.
3255 2003-08-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3257 * lily/all-font-metrics.cc (find_font): load AFM files first only
3258 for feta fonts. This fixes problems with TeXlive and other TeX
3259 distros that include AFM files for the CM fonts.
3261 * scm/font.scm (qualifiers-to-font-name): remove.
3263 * lily/paper-def.cc: remove get_var.
3265 * input/trip.ly: remove file.
3267 * input/regression/spacing-note-flags.ly (raggedright): remove
3270 * input/les-nereides.ly: update to new syntax, cleanups.
3272 2003-08-01 Jan Nieuwenhuizen <janneke@gnu.org>
3274 * Documentation/user/refman.itely: Clarify shortest-note problem
3277 2003-08-01 Heikki Junes <hjunes@cc.hut.fi>
3279 * lilypond-mode.el: Add each word to regexps only once.
3281 * lilypond-mode.el (LilyPond-insert-tag): add new function, which
3282 is based on the syntax definitions in lilypond.words. Remove all
3283 LilyPond-insert-tag-* functions. Restructure LilyPond menu.
3284 LilyPond->Insert menu is generated by the entries in lilypond.words
3285 to which have been given a syntax definition.
3287 * lilypond.words: give syntax definitions (LilyPond-insert-tag) for
3288 \notes, \relative, \score, \simultaneous, \transpose.
3290 * lilypond-mode.el: allow non-alpha characters only in menu keywords.
3292 * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
3294 * lilypond-mode.el: add menu keywords separately.
3296 * lilypond.words: post-syntaxed slur pairs and syntax for \times.
3298 2003-08-01 Mats Bengtsson <mats.bengtsson@s3.kth.se>
3300 * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
3301 current ugly installation method for PFA fonts.
3303 2003-07-31 Heikki Junes <hjunes@cc.hut.fi>
3305 * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct
3306 to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
3308 * Documentation/user/music-glossary.tely: update legato.
3310 2003-07-30 Jan Nieuwenhuizen <janneke@gnu.org>
3312 * lexer-gcc-3.0.patch: Remove.
3314 * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
3316 2003-07-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3318 * debian/rules (binary-arch): remove NEWS.
3320 2003-07-30 Heikki Junes <hjunes@cc.hut.fi>
3322 * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
3323 stepmake/bin{ many }: polish the `--help's of different scripts;
3324 model taken from the core-utils of Linux.
3326 * flower/getopt-long.cc, python/lilylib.py: add space, see above.
3328 2003-07-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3330 * flower/parse-afm.cc (parseCharMetrics): add warnings.
3332 * flower/libc-extension.cc: idem.
3334 * flower/include/libc-extension.hh: protect against isinf macros.
3336 2003-07-29 Heikki Junes <hjunes@cc.hut.fi>
3338 * { many }: Use two uppercase letters in LilyPond.
3340 * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
3342 * VERSION: 1.7.29 released.
3344 2003-07-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3346 * lily/tie.cc: add TODO comment.
3348 * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
3350 * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
3351 linejoins and linecaps. This fixes problems with occasional spikes
3352 on slur/tie endings.
3354 * input/regression/font-name.ly: don't use PS fonts for
3355 compatibility reasons.
3357 * mutopia/claop.py (accents): update to 1.8
3359 * Documentation/user/music-glossary.tely (Top): remove 13pt.
3361 * Documentation/user/macros.itexi: don't color glossary links.
3363 * Documentation/user/invoking.itexi (Error messages): new section
3365 2003-07-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3367 * input/regression/font-name.ly: add file.
3369 * scm/document-backend.scm (grob-doc): remove <hr> from
3372 * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
3373 reqd version to 1.6.4
3375 * lily/font-interface.cc (get_font): bugfix: take font-name from
3376 alist chain too. This fixes font-name override for \markup.
3378 2003-07-28 Jan Nieuwenhuizen <janneke@gnu.org>
3380 * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
3382 * input/test/polymetric-differing-notes.ly: Compile fix.
3384 2003-07-28 Juergen Reuter <reuter@ipd.uka.de>
3386 * Documentation/user/refman.itely: fixed typo
3388 * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
3391 2003-07-27 Heikki Junes <hjunes@cc.hut.fi>
3393 * input/test/{ many }: search & fix some typos.
3395 2003-07-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3397 * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
3400 * scm/music-functions.scm (make-voice-props-set): set Script /
3401 TextScript dir for polyphony too.
3403 * scm/define-grobs.scm (all-grob-descriptions): decrease space
3406 * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
3408 2003-07-27 Rune Zedeler <rz@daimi.au.dk>
3410 * Documentation/user/refman.itely (Percussion): Small
3411 clarifications and fixes.
3413 * scm/drums.scm: Bugfix: Use string instead of symbol when naming
3414 threads. This fixes different heads playing simultaneously.
3416 2003-07-27 Heikki Junes <hjunes@cc.hut.fi>
3418 * Documentation/user/{ many }: increase readability (read through
3419 User manual from `one big page').
3421 2003-07-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3423 * input/test/polymetric-differing-notes.ly: add example with
3424 disparate note values.
3426 * input/test/polymetric.ly: rename from poly-metric
3428 * scripts/ly2dvi.py (include_path): bugfix: use outbase
3431 * mf/feta-klef.mf: clef fixes, remove left/right spacing. set
3432 G-clef bbox to real char extents. This fixes the G-clef being
3433 offset too much to the right.
3434 document perc clef offset.
3436 WARNING: FONT CHANGED.
3438 * Documentation/user/tutorial.itely (Tutorial): move menu.
3440 2003-07-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3442 * buildscripts/lilypond-profile.sh (Error): trim error message.
3444 * Documentation/user/invoking.itexi (Invoking the lilypond
3445 binary): add note about path.
3447 * Documentation/user/macros.itexi: add @c at EOL, hopefully
3448 suppresses superfluous spaces.
3450 2003-07-25 Jan Nieuwenhuizen <janneke@gnu.org>
3452 * buildscripts/lilypond-profile.sh: Add documentation to error
3455 * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
3457 2003-07-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3459 * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
3462 * Documentation/bibliography/computer-notation.bib (pages): prune
3463 unscientific language.
3465 * Documentation/user/GNUmakefile: copy unsplit file to
3466 lilypond.html (idem for lilypond-internals).
3468 * buildscripts/mutopia-index.py (read_dict): remove "example file:"
3470 * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
3472 * python/lilylib.py (lilypond_version): 2.1 proof version check.
3474 * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
3477 2003-07-25 Heikki Junes <hjunes@cc.hut.fi>
3479 * Documentation/user/{ various }: bind text snippets with their
3480 examples, e.g. by punctuation: This is an example.
3482 2003-07-25 Jan Nieuwenhuizen <janneke@gnu.org>
3484 * ly/performer-init.ly (VoiceContext): Typos.
3486 * stepmake/stepmake/toplevel-targets.make (install): For srcdir
3487 builds, leave final-install to toplevel srcdir makefile.
3489 * make/srcdir.make.in (install): New target.
3491 2003-07-24 Jan Nieuwenhuizen <janneke@gnu.org>
3493 * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
3494 This fixes core dump on MIDI output (Simon Weatherill).
3496 * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
3499 2003-07-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3501 * make/lilypond.redhat.spec.in: add dvips to reqs.
3503 2003-07-24 Jan Nieuwenhuizen <janneke@gnu.org>
3505 * make/srcdir.make.in (web): Add special web target.
3507 * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
3510 * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
3512 * stepmake/stepmake/generic-targets.make (www-targets-help):
3513 * GNUmakefile.in (web-install): Install in $(webdir).
3515 * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
3518 * cygwin/mknetrel: Update.
3520 * GNUmakefile.in (web-install): Rename (was: install-html-doc).
3521 (html-doc): Remove (use: web).
3523 * stepmake/stepmake/script-rules.make:
3524 * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
3525 Fix $(config_make) dependencies for srcdir build.
3527 * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
3528 target for srcdir build.
3530 * stepmake/make/stepmake.make:
3531 * make/srcdir.make.in:
3533 * make/stepmake.make (config_make): Rename variable (was:
3536 2003-07-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3538 * Documentation/user/internals.itely (Manipulating music
3539 expressions): run lilypond on example too.
3541 * flower/include/libc-extension.hh: move lrint define to
3544 2003-07-24 Jan Nieuwenhuizen <janneke@gnu.org>
3546 * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES):
3547 * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
3548 do we recurse whole tree?).
3550 * GNUmakefile.in (html-doc): Resurrect.
3552 * Documentation/pictures/GNUmakefile (default, local-dist): Remove
3553 obsolete $(package-icon) dependency.
3555 2003-07-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3557 * Documentation/user/refman.itely (Automatic staff changes):
3560 * Documentation/index.html.in: link to bigpage.
3562 * Documentation/user/tutorial.itely (Tutorial): streamline.
3564 * Documentation/index.html.in: url typo.
3566 * VERSION (PACKAGE_NAME): release 1.7.28
3568 * python/lilylib.py (error_log): remove '/' from name.
3570 * input/regression/pedal.ly: remove; dups input/test/
3572 * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
3574 * Documentation/index.html.in: python style doco index.
3576 * Documentation/{footer,header}.html.in (src): remove,
3578 * Documentation/pictures: remove all but lelie-logo.xpm.
3580 * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
3581 before running makeinfo.
3583 * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
3586 2003-07-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3588 * input/test/bar-number-regular-interval.ly: rename.
3590 * Documentation/user/*: various fixes.
3592 2003-07-24 Heikki Junes <hjunes@cc.hut.fi>
3594 * Documentation/{ many }: polish for update-all-menus. typos.
3598 * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
3600 * buildscripts/mutopia-index.py: polish.
3602 * input/regression/{ many }, input/test{ many }: polish texidocs.
3604 2003-07-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3606 * scripts/convert-ly.py (FatalConversionError.conv): rule for pedal-style
3608 * lily/text-spanner.cc (brew_molecule): use bracket-flare
3611 * lily/piano-pedal-engraver.cc (process_music): change from
3612 process_acknowledged ()
3614 * lily/piano-pedal-bracket.cc: new file. Change
3615 setup_pedal_bracket in after_line_breaking callback. Thoroughly
3618 * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
3620 * input/regression/tuplets.ly (texidoc): rename file.
3624 * buildscripts/lilypond-profile.sh: error message if script is not
3627 * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
3629 (make_bracket): simplify code.
3631 * lily/parser.yy (verbose_command_req): catch typos in \key scale
3634 * python/lilylib.py (lilypond_version_check): new function
3636 * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
3638 * scripts/ly2dvi.py (run_lilypond): add version check.
3640 * scripts/lilypond-book.py (option_definitions): typo
3642 * scripts/ly2dvi.py (include_path): typo
3644 * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
3646 * lily/parse-scm.cc (parse_handler): typo
3648 * Documentation/user/macros.itexi: use @heading for headings.
3650 * Documentation/user/refman.itely: updates, fixes.
3652 2003-07-23 Heikki Junes <hjunes@cc.hut.fi>
3654 * po/fi.po: add Finnish translations. fixes.
3656 * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
3658 * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
3659 from lily/glissando-engraver.cc.
3661 2003-07-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3663 * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
3664 for non-first _broken_ bracket.
3666 * Documentation/user/refman.itely: corrections.
3668 2003-07-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3670 * lily/new-fingering-engraver.cc (position_scripts): add heads to
3671 support of the fingerings.
3673 * po/fr.po: French translation update.
3675 * lily/parser.yy (Composite_music): add extra \ for "\apply" in
3678 2003-07-22 Jan Nieuwenhuizen <janneke@gnu.org>
3680 * Documentation/user/introduction.itely: Small fixes.
3682 2003-07-22 Heikki Junes <hjunes@cc.hut.fi>
3684 * Documentation/topdocs/AUTHORS.texi: polish.
3686 2003-07-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3688 * Documentation/user/introduction.itely: revise
3690 * Documentation/user/tutorial.itely: reorganise.
3692 * Documentation/topdocs/index.tely: remove.
3694 * Documentation/header.html.in: prune.
3696 * GNUmakefile.in: clean up web building.
3698 * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
3701 2003-07-21 Heikki Junes <hjunes@cc.hut.fi>
3703 * lilypond-font-lock.el: do not try to match two-char slurs \) \].
3705 * lilypond-mode.el: turn on blink-matching-paren.
3707 2003-07-21 Jan Nieuwenhuizen <janneke@gnu.org>
3709 * scm/output-sodipodi.scm (svg-header): Fix typo.
3711 2003-07-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3713 * python/lilylib.py (error_log): use mktemp iso. temp_dir. This
3714 fixes a security hole.
3716 * scripts/lilypond-book.py (original_dir): remove temp_dir
3718 * scm/document-translation.scm: use @code tags.
3720 2003-07-20 Heikki Junes <hjunes@cc.hut.fi>
3722 * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
3724 * lilypond-mode.el: add a buffer-local post-command-hook to set
3725 context dependent syntax-table after each cursor event. Remove old
3726 stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
3728 * lilypond-indent.el: update comments.
3730 * Documentation/footer.html.in: add period.
3732 2003-07-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3734 * make/lilypond.redhat.spec.in (Group): don't strip binary.
3736 * scm/document-translation.scm (document-property-operation): add
3739 * VERSION (PACKAGE_NAME): release 1.7.27
3741 * config.make.in: add PAPER variable
3743 * buildscripts/new-chords.py (help): add help text
3745 * Documentation/user/introduction.itely (Typography and program
3746 architecture): fixes.
3748 * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
3749 for texinfo and dvips. This fixes problems with PDF output of the
3752 * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
3753 DVIPS_PAPERSIZE variable
3755 * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
3756 TEXINFO_PAPERSIZE variable
3758 2003-07-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3760 * mf/feta-macros.mf: whoops: only draw lines for test situations.
3762 * mf/feta-toevallig.mf: lowres fixes.
3764 2003-07-19 Jan Nieuwenhuizen <janneke@gnu.org>
3766 * NEWS: Typo and fill-paragraph fixes.
3768 * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
3772 * config.hh.in: Check for lrint.
3774 2003-07-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3776 * VERSION: 1.7.26 released
3778 * lily/separation-item.cc: add padding property.
3780 * input/test/*.ly: various fixes, remove solo-a2.ly
3782 * scm/new-markup.scm (brew-new-markup-molecule): arg order
3783 bugfix. Fixes old-style markup compatibility.
3785 * Documentation/user/introduction.itely (Introduction): historical
3788 * Documentation/user/music-glossary.tely (Top): linewidth fix.
3790 * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
3792 * Documentation/index.texi (Top): cleanup.
3794 * Documentation/user/introduction.itely (Introduction): rewrite
3796 (Music notation and engraving): about notation. Add flat-picture
3798 2003-07-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3800 * ly/engraver-init.ly (LyricsVoiceContext): add padding for
3801 separation items. This keeps lyrics from bumping into each other.
3803 2003-07-18 Jan Nieuwenhuizen <janneke@gnu.org>
3805 * GNUmakefile.in (topdocs-web): New target.
3806 (local-web): Depend on topdocs-web; fixes html-doc.
3808 2003-07-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3810 * po/lilypond.pot: run po-replace
3812 * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
3814 * scm/drums.scm (reset-drum-kit): new function.
3816 * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
3818 * scripts/update-lily.py: remove
3820 * VERSION: release 1.7.25
3822 * Documentation/user/introduction.itely (Introduction): rewrite
3823 start of introduction.
3825 2003-07-18 Juergen Reuter <reuter@ipd.uka.de>
3827 * lily/all-font-metrics.cc: fixed typo
3829 2003-07-18 Heikki Junes <hjunes@cc.hut.fi>
3831 * lilypond-font-lock.el (LilyPond-mode-set-syntax-table,
3832 LilyPond-mode-context-set-syntax-table): new functions to define
3833 the syntax table according to context.
3835 * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
3837 2003-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3839 * Documentation/user/refman.itely (Figured bass):
3840 language nit courtesy http://www.vocabula.com
3842 * GNUmakefile.in: remove no kpathsea hack.
3844 * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
3847 * GNUmakefile.in: remove web-doc target.
3849 * lily/all-font-metrics.cc (find_afm): add message about
3850 buildscripts/clean-fonts.sh
3852 * scm/define-music-properties.scm (figure): use string for 'figure
3854 * lily/parser.yy (bass_number): allow strings for bassfigure too.
3856 * input/regression/ : add raggedright = ##t where applicable.
3858 * scm/bass-figure.scm (make-bass-figure-markup): add
3859 alignBassFigureAccidentals property.
3861 * lily/volta-bracket.cc (brew_molecule): only put text on 1st
3864 * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
3865 syllables widths into account for minimum-length.
3867 * input/test/staff-container.ly: update file
3869 * input/test/stem.ly: remove
3871 * lily/event.cc (LY_DEFINE): add ly: prefix.
3873 * input/test/clef-manual-control.ly: from manual-clef
3875 * input/test/repeat-shorter-bracket.ly: move from coda-kludge
3877 * input/test/different-time-signatures.ly: move to poly-metric.ly
3879 * input/test/hara-kiri*,scales.ly: remove
3881 * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
3882 with chord-names-jazz.ly)
3884 * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
3885 get scalable cm fonts too.
3887 * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
3888 --encoding for mftrace if present.
3890 * input/regression/slur-area.ly: move from test/
3892 * input/test/: remove simple-slur-endings slur-attachment
3893 slur-broken-cross-staff slur-broken.ly slur-damping.ly
3894 slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
3895 slur-symmetry slur-symmetry tie-broken.ly
3897 * scm/drums.scm (set-drum-kit): add function.
3899 * Documentation/user/refman.itely (Percussion staves): use
3902 * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
3904 (Global_measure.set_timesig): handle 3/8 time sig too.
3906 * scm/output-lib.scm (note-head-style->attachment-coordinates):
3907 note about triangle note heads.
3909 * scm/drums.scm: use alist for instrument-settings. This fixes the
3910 bug with assigning to drums in the .ly file.
3912 * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
3915 * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
3916 cluster-beacon-interface
3918 * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
3920 * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
3922 * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
3924 * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
3927 * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
3928 make ClusterSpannerBeacon to record Y positions. This removes the
3929 need to switch off notes. Use \apply #notes-to-clusters { .. } to
3930 make cluster-note-events.
3932 2003-07-17 Jan Nieuwenhuizen <janneke@gnu.org>
3934 * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
3936 * configure.in: Use lily/main.cc as identifying source file.
3938 * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
3941 * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
3943 * configure.in: Require PYTHON >= 2.0.
3945 * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite. Ask
3946 $PYTHON for include dir location.
3947 (STEPMAKE_PYTHON): New function. Use
3949 PYTHON=foo ./configure
3953 2003-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3955 * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
3958 * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
3959 ftp.lilypond.org everywhere.
3961 2003-07-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3963 * lily/text-item.cc (interpret_new_markup): do only if new-markup
3966 * Documentation/user/refman.itely (Grace notes): note on explicit
3969 2003-07-16 Heikki Junes <hjunes@cc.hut.fi>
3971 * lilypond-font-lock.el: add a comment about LilyPond specific
3972 escape characters: ^, - and _, in the syntax table.
3974 * Documentation/user/appendices.itely: a majuscule fix.
3976 2003-07-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3978 * input/test/trills.ly (endHorizScript): fixes.
3980 * input/test/chord-names-jazz.ly: merge in alternate Jazz
3981 notation, move from regression.
3983 * input/test/script-stack.ly: change name from stacked-scripts
3985 * input/test/ossia.ly: octave errors.
3987 * input/no-notation/midi-tuplets.ly: move from input/test/, idem
3988 for midi-volume-equaliser
3990 m2003-07-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3992 * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
3995 * mf/feta-beugel.mf: don't multiply font_count by 10.
3997 * lily/lookup.cc (horizontal_line): new function. Use
3998 horizontal-line in output backends.
4000 * Documentation/user/tutorial.itely (An orchestral part): new
4001 section on orchestral stuff and identifiers.
4003 2003-07-14 Heikki Junes <hjunes@cc.hut.fi>
4005 * lilypond-mode.el: comment-out paren-highlighting, it still causes
4006 some interference to other modes.
4008 2003-07-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4010 * lily/spacing-spanner.cc (musical_column_spacing): use average,
4011 not maximum of spacing wishes in polyphonic situations.
4013 * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
4016 * lilypond-indent.el: remove paren matching.
4018 * lily/text-item.cc (interpret_new_markup): new function
4019 use iso. text2molecule.
4021 * lily/main.cc (notice): change FSF address
4023 * po/de.po: update PO file to 1.6.
4025 2003-07-13 Heikki Junes <hjunes@cc.hut.fi>
4027 * Documentation/user/ {many}: Add periods and remove spaces.
4029 2003-07-11 Heikki Junes <hjunes@cc.hut.fi>
4031 * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
4032 Disable buffer-locally default paren hook and make a new one.
4034 * lilypond-mode.el: Turn off locally paren-mode, but turn on
4035 locally LilyPond-paren-mode. Add todo for mouse double-click.
4037 2003-07-10 Heikki Junes <hjunes@cc.hut.fi>
4039 * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
4040 Disable buffer-locally default paren idle timer and make a new one.
4042 * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
4043 locally LilyPond-show-paren-mode. Add to menu a toggle for
4044 LilyPond-show-paren-function.
4046 2003-07-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4048 * input/template/jazz-combo.ly (drumNotes): 1.7 fixes
4050 2003-07-09 Heikki Junes <hjunes@cc.hut.fi>
4052 * Documentation/user/refman.itely: spelling fix.
4054 * lilypond-mode.el, lilypond-indent.el: restrusture and comment
4055 paren highlight function definitions. add todo for
4056 LilyPond-show-paren-mode.
4058 2003-07-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4060 * input/template/jazz-combo.ly: new file.
4062 2003-07-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4064 * mf/feta-toevallig.mf: tweak for bottom of flat sign.
4067 * mf/feta-schrift.mf: bugfix in varcoda sign.
4068 WARNING: FONT CHANGED
4070 * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
4071 in accordance with lexer.ll.
4073 2003-07-05 Jan Nieuwenhuizen <janneke@gnu.org>
4075 * Documentation/user/tutorial.itely: Edit introduction.
4077 2003-07-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4079 * lily/staff-symbol-referencer.cc (LY_DEFINE): add
4080 ly:grob-staff-position
4082 2003-07-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4084 * scm/to-xml.scm: import srfi-1
4086 * VERSION (MAJOR_VERSION): release 1.7.24
4088 * python/lilylib.py (make_ps_images): make multipage _really_ work.
4090 * scripts/lilypond-book.py (do_file): put texidoc before image.
4091 (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
4093 * input/regression/*.ly: fix snippet octaves
4095 * input/test/spanner-after-break-tweak.ly: import
4096 broken-spanner-adjustment
4098 * input/no-notation/midi-transposing.ly: move from input/test/
4100 * input/test/: remove chord-markup
4102 * input/regression/instrument-name-partial.ly: move from input/test.
4104 * input/test/vertical-text.ly: remove
4106 * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
4107 space above lyrics lines.
4109 * input/test/uniform-breaking.ly: remove file.
4111 * lily/gourlay-breaking.cc (combine_demerits): add comment about
4112 uniform spacing density.
4114 * input/test/chords.ly (keys): remove file.
4116 * scm/documentation-lib.scm (oop): use srfi-1 too.
4118 * input/regression/*.ly: add \version
4120 * Documentation/user/*.itely: various fixes.
4122 * buildscripts/mf-to-table.py (base): break table every three
4125 * input/: remove %% new-chords-done %% .
4127 * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
4130 2003-07-03 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4132 * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
4134 * scm/new-markup.scm (box-markup): new function.
4135 (box-markup): new function. Contributed by Dick Schoeller
4136 <schoeller@attbi.com>
4138 * scm/lily.scm: remove reduce-no-unit
4139 (list-insert-separator): use fold-right
4141 * lily/molecule-scheme.cc (ly_molecule_add): take variable number
4144 * NEWS: more neutral language for ancient notation
4146 * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
4147 inside pointing beaming for chord tremolo.
4149 * Documentation/user/lilypond-book.itely: minor editing
4151 2003-07-03 Juergen Reuter <reuter@ipd.uka.de>
4153 * NEWS: added news for 1.8 regarding ancient notation
4155 * Documentation/user/refman.itely (Gregorian square neumes
4156 ligatures): fixed typo
4158 * lily/vaticana-ligature-engraver.cc,
4159 lily/include/vaticana-ligature.hh: bugfix: use special heads for
4160 lower/upper head of Pes only when heads are stacked
4162 * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
4163 scm/define-grob-properties.scm: cleanup: make "join-left" a
4164 boolean grob property and save delta pitch in grob property
4165 "delta-pitch" instead
4167 * lily/include/gregorian-ligature.hh: bugfix: corrected comments
4169 2003-07-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4171 * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
4174 * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
4175 (try_music): bug fix: beam multiplicity was completely borked.
4177 * scm/lily.scm: remove tail, filter-list, filter-out-list,
4178 first-n, butfirst-n in favor of srfi-1 functions.
4179 remove string-join, string-pad in favor of srfi-13 functions.
4181 * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
4183 * NEWS: use complete sentences.
4185 * Documentation/user/introduction.itely (Example applications):
4186 add note about databases and lilypond-book.
4188 * input/test/volta.ly: remove file
4190 * input/regression/volta-broken-left-edge.ly: simplify file
4192 2003-07-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4194 * Documentation/user/refman.itely (Constructing a tweak): new
4197 * Documentation/user/tutorial.itely (Fine tuning layout): add
4200 * scm/define-grobs.scm (TextScript): use new brewer.
4202 2003-06-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4204 * VERSION: release 1.7.23
4206 * scm/new-markup.scm (brew-new-markup-molecule): bugfix
4208 * python/lilylib.py (make_ps_images): bugfixes.
4210 * input/regression/volta-multi-staff.ly: new file.
4212 * Documentation/user/macros.itexi: refcommands, refcommand macros.
4214 * Documentation/user/tutorial.itely (Piano staffs): new section.
4215 (Setting variables): new section
4216 (Fine tuning layout): new section
4218 * input/just-friends.ly: remove file. Superseeded by
4219 input/test/chords-without-melody.ly
4221 * ly/property-init.ly: add all commands to refman.
4223 * scm/define-translator-properties.scm: remove
4224 graceAccidentalSpace, graceAlignPosition, keyOctaviation
4226 * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
4227 name. Underscores botch up PS output.
4229 * scm/define-translator-properties.scm: remove
4230 textNonEmpty, oneBeat, regularSpacingDelta
4232 * scripts/convert-ly.py (FatalConversionError.conv): conversion
4233 rule for automaticBars.
4235 * lily/timing-engraver.cc (start_translation_timestep): change
4236 barNonAuto to automaticBars
4238 2003-06-30 Graham Percival <gperlist@shaw.ca>
4240 * input/test/perform-tie.ly: delete file.
4242 2003-06-29 Juergen Reuter <reuter@ipd.uka.de>
4244 * Documentation/user/refman.itely (Gregorian square neumes
4245 ligatures): bugfix: do not show ledger lines in neumes table
4246 (fixed by setting staff symbol to transparent rather than removing
4247 it from staff context)
4249 2003-06-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4251 * scm/new-markup.scm (brew-new-markup-molecule): move old markup
4252 glue into brew-new-markup-molecule.
4254 * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
4256 * Documentation/user/introduction.itely (Computerized typography):
4259 * Documentation/user/tutorial.itely (An orchestral part): remove
4260 pc example from tutorial.
4262 * input/tutorial/lilbook.tex: use screech-boink
4264 * scripts/lilypond-book.py (compile_all_files): split formatting
4265 output body and scheduling lilypond compilation.
4266 (format_lilypond_output_bodies): new function
4267 (format_lilypond_block): new function
4268 (html_pages): allow multi-page images in HTML
4270 * python/lilylib.py (make_ps_images): rename function from
4271 make_preview, merge with make_page_images
4273 2003-06-28 Graham Percival <gperlist@shaw.ca>
4275 * input/test/key-clefs.ly: moved to regression.
4277 * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
4279 * input/no-notation/README: added note about midi-*.ly files.
4281 * input/test/two-key.ly: moved to no-notation/parse5.ly
4283 * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
4284 system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
4286 * input/test/ {various}: modified comments, marked some for deletion.
4288 * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
4290 * input/test/mmrest-collision: moved to regression.
4292 2003-06-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4294 * scm/chord-name.scm (note-name->markup): don't superscript root
4295 alterations in chordnames.
4297 2003-06-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4299 * Documentation/user/refman.itely (Multi measure rests): more
4300 index/cross-referencing.
4302 * lily/line-spanner.cc (line_molecule): bugfix for trill style.
4304 * scm/font.scm: remove properties-to-font-name code.
4306 * scm/define-grob-properties.scm: remove 'type
4308 * scripts/convert-ly.py (FatalConversionError.conv): type -> style
4311 * lily/text-spanner.cc: change 'type grob prop to 'style
4313 * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
4314 "first" flag to decide whether to make a start-repeat
4316 * input/regression/grace-volta-repeat-2.ly: new file.
4318 2003-06-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4320 * lilypond-indent.el: rename generic functions to LilyPond-*
4322 2003-06-22 Graham Percival <gperlist@shaw.ca>
4324 * input/test/thumb.ly: delete, merged into refman.
4326 * Documentation/user/refman.itely: added thumb info to Fingering.
4328 * input/test/ follow-break.ly multi-slope.ly note-shift.ly
4329 notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
4330 vertical-align.ly : deleted files.
4332 2003-06-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4334 * lily/align-interface.cc (find_fixed_alignment_parent): new function.
4336 * lily/line-spanner.cc (broken_trend_offset): remove function.
4337 (get_broken_offset): idem.
4338 (brew_molecule): rewrite the line-break case.
4340 * input/regression/follow-voice-break.ly: new file.
4342 * lily/line-spanner.cc (after_line_breaking): remove lines at the
4345 2003-06-20 Graham Percival <gperlist@shaw.ca>
4347 * input/test/tuplet-rest.ly: moved to regression.
4349 * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
4352 * input/test/ {many} : marked file for possible deletion.
4354 2003-06-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4356 * input/regression/beam-funky.ly: add note about (disputed)
4359 * ly/engraver-init.ly (ScoreContext): put key-signature after
4362 2003-06-20 Graham Percival <gperlist@shaw.ca>
4364 * input/test/ broken.ly lyric-phrasing.ly: deleted.
4366 * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
4368 * input/test/staff-line-leading.ly: renamed to staff-space.ly.
4370 * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
4371 stem-extend was deleted (it was duplicate example, and not as
4374 * input/test/[s-z]*.ly: add texidoc index.
4376 2003-06-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4378 * lily/slur.cc (get_boundary_notecolumn_y): change name from
4379 get_first_notecolumn_y
4381 * lily/spanner.cc (broken_spanner_index): new function.
4383 2003-06-19 Graham Percival <gperlist@shaw.ca>
4385 * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
4386 lyric-hyphen.ly : moved to regression.
4388 * input/test/ beam-stem-test.ly beamed-slur-endings.ly
4389 diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
4391 * input/test/instrument-name-mmrest.ly: moved to
4392 ../regression/multi-measure-rest-instr-name.ly
4394 * input/test/knee-sym.ly: moved to
4395 ../regression/beam-knee-symmetry.ly.
4397 * input/test/hymn.ly: change comments.
4399 * input/test/[p-r]*.ly: add texidoc index.
4401 2003-06-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4403 * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
4406 * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
4409 * VERSION: release 1.7.22
4411 2003-06-18 Graham Percival <gperlist@shaw.ca>
4413 * input/test/[h-k]*.ly: added texidoc index.
4415 * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
4417 * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
4419 * input/test/ various : mark files for deletion or moving to regression.
4421 * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
4423 * input/test/[l-o]*.ly: added texidoc index.
4425 2003-06-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4427 * scm/music-functions.scm (make-ottava-set):
4428 only do ottavation if centralCPosition is set.
4430 * lily/translator-scheme.cc (ly:context-property-where-defined):
4431 return '() if not found.
4433 2003-06-17 Heikki Junes <hjunes@cc.hut.fi>
4435 * lilypond-mode.el (LilyPond-un-comment-region): removed.
4436 Use one command for both commenting and uncommenting.
4438 * lilypond-indent.el (LilyPond-comment-region): new function,
4439 (un)comments each line separately.
4441 * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
4443 * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
4444 imenu is not added by default; adapted from f90.el,
4445 makes Help-menu, which does not fit, visible in XEmacs.
4447 2003-06-16 Heikki Junes <hjunes@cc.hut.fi>
4449 * lilypond-mode.el: Set show-paren-mode local; minor-mode
4450 show-paren-mode sets blink-matching-paren-on-screen local.
4451 Try to make show-paren-function to paren-highlight local.
4453 * lilypond-indent.el (LilyPond-scan-sexps): new function.
4454 Copy definitions of Emacs' show-paren-function and
4455 XEmacs' paren-highlight and make minimal changes;
4456 add comments about locality.
4457 Fix matching first open-paren-char in '<< .. >>'.
4459 2003-06-16 Graham Percival <gperlist@shaw.ca>
4461 * input/test/g*: added texidoc index.
4463 * input/test/[a-g]*: added raggedright==#t when it
4466 * input/test/ fake-grace.ly figured-bass.ly : removed file.
4468 * Documentation/topdoc/INSTALL.texi: removed false warnings
4471 2003-06-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4473 * input/test/spanner-after-break-tweak.ly (texidoc): new file.
4475 * input/test/chords-without-melody.ly (texidoc): add from
4476 input/just-friends.ly
4478 * input/regression/size{13--26}.ly: move from input/
4480 * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
4481 input/{star-spangled-banner,twinkle}.ly: remove
4483 * lily/slur.cc: remove slur over rest warnings.
4485 * lily/note-spacing.cc (get_spacing): include left part of right
4486 object in fixed space. This fixes stretched space before
4489 * input/regression/spacing-accidental-stretch.ly: new file.
4491 2003-06-16 Rune Zedeler <rz@daimi.au.dk>
4493 * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
4496 2003-06-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4498 * input/regression/spacing-knee.ly: docstring
4500 * input/regression/spacing-multi-tuplet.ly (multipart): docstring
4502 * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
4503 input/tutorial/{test,solar,flowing}.ly: remove
4505 * input/rhythm.ly: remove
4507 * input/mutopia/F.Schubert/standchen.ly: update syntax.
4509 * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
4512 * scm/define-grobs.scm (all-grob-descriptions): set
4513 knee-spacing-correction to 1.0
4515 * lily/note-spacing.cc (stem_dir_correction): compute knee
4516 correction using stem-thickness and head width.
4518 * input/regression/beam-quanting-horizontal.ly: update texidoc
4520 * scm/define-grobs.scm (all-grob-descriptions): set
4521 beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
4522 This fixes 32nd beams for noteheads in spaces quants.
4524 * scripts/lilypond-book.py (process_lilypond_blocks): opps.
4526 2003-06-15 Heikki Junes <hjunes@cc.hut.fi>
4528 * README.mandrake: Change lilypond-extras to lilypond-documentation.
4530 2003-06-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4532 * input/test/dpncnt.ly,part-combine-score.ly: remove.
4534 * VERSION (PACKAGE_NAME): release 1.7.21
4536 * input/regression/stem-shorten.ly: new file.
4538 * lily/stem.cc (get_default_stem_end_position): revise stem
4541 * input/regression/spacing-multi-tuplet.ly: move from input/test/
4543 * input/test/{scripts,volta-start,sleur}.ly: remove
4545 * input/regression/span-bar.ly: smaller file.
4547 * input/regression/spacing-{natural,tight,loose}.ly: remove
4549 * input/test/markup.ly: remove
4551 * scripts/lilypond-book.py: put printfilename in separate chunk,
4552 so texidoc is printed after the filename.
4554 2003-06-12 Heikki Junes <hjunes@cc.hut.fi>
4556 * make/lilypond.mandrake.spec.in: fix docdirs.
4558 2003-06-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4560 * input/regression/beam-french.ly: bugfix.
4562 * buildscripts/lys-to-tely.py (name2line): sort filenames.
4564 * input/regression/(various).ly: add raggedright = #t.
4566 * input/regression/auto-beam.ly: move from abe.ly
4568 2003-06-13 Graham Percival <gperlist@shaw.ca>
4570 * input/test/f*.ly: added texinfo index.
4572 * input/test/broken-thread-line.ly: renamed to follow-break.ly.
4574 2003-06-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4576 * lily/beam-quanting.cc (score_forbidden_quants): also add inter
4577 quant penalty for beam just outside staff.
4579 * input/regression/beam-quanting-horizontal.ly (texidoc): move
4580 from beam-pos.ly, remove non-horizontal tests.
4582 * input/test/(various): cleanup header info.
4584 * input/test/tchaikovsky.ly: remove file.
4586 * scm/chord-generic-names.scm: move from
4587 double-plus-new-chord-name.scm
4589 * input/test/orchestscore.ly: remove file
4591 * Documentation/user/refman.itely (Vocal music): update documentation.
4593 * scm/define-translator-properties.scm (chordNoteNamer): remove
4594 chordNameStyle, use chordNameFunction
4596 * scm/chord-name.scm (set-chord-name-style): remove
4597 set-chord-name-style. Use \property chordNameFunction.
4599 2003-06-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4601 * Documentation/user/lilypond-book.itely (Integrating LaTeX and
4602 music): remove @TeX{} command.
4604 2003-06-12 Jan Nieuwenhuizen <janneke@gnu.org>
4606 * lilypond-indent.el (scan-sexps): Renamed to
4607 aargh-this-breaks-other-emacs-modes-scan-sexps.
4609 2003-06-12 Heikki Junes <hjunes@cc.hut.fi>
4611 * lilypond-indent.el: Fix: match concurrent one-char opening and
4612 closing slurs: '()', etc. Add comments.
4614 * Documentation/user/music-glossary.tely: fix: change ä to @"a.
4616 * lilypond-font-lock.el: match unending string at eof.
4618 * make/lilypond.mandrake.spec.in: refreshed packed file list.
4620 2003-06-10 Graham Percival <gperlist@shaw.ca>
4622 * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
4623 input/test/beam-dir.ly input/test/beam-position.ly
4624 input/test/beam-suspect.ly input/test/beam-trend.ly
4625 input/test/beams.ly input/test/crescendo-text.ly : deleted
4626 * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
4627 * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
4628 * input/test/default-bars.ly: moved to bar-always.ly
4629 * input/test/ {many}: deleted old "renamed from foo to bar" comments.
4631 2003-06-10 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4633 * input/test/chord-names-dpnj.ly (texidoc): bugfix.
4635 2003-06-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4637 * scm/chord-ignatzek-names.scm (remove-step): rename file.
4639 2003-06-10 Heikki Junes <hjunes@cc.hut.fi>
4641 * lilypond-indent.el: Match better slurs in scheme expressions.
4642 Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
4644 * Documentation/user/invoking.itexi: document Emacs' paren matching.
4646 2003-06-10 Jan Nieuwenhuizen <janneke@gnu.org>
4648 * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
4650 * input/ac-extra-voice.ly: Add texidoc.
4652 * ly/chord-modifiers-init.ly:
4653 * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
4654 and chordNameExceptionsPartial for new chord names.
4656 * input/test/chord-names-dpnj.ly:
4657 * input/test/dpncnt.ly: Update.
4659 * scm/chord-name.scm:
4660 * scm/double-plus-new-chord-name.scm: Add compatibility for new
4661 chord selection and options.
4663 * ly/chord-modifiers-init.ly: Add exceptions
4665 * scm/define-translator-properties.scm (chordNameStyle)
4666 (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
4668 2003-06-10 Rune Zedeler <rune@zedeler.dk>
4670 * ly/property-init.ly (germanChords): Added.
4671 (semiGermanChords): Added.
4673 * input/test/chord-names-german.ly: Use new macros
4675 2003-06-09 Heikki Junes <hjunes@cc.hut.fi>
4677 * lilypond-indent.el: Use similar parenthesis highlighting for
4678 Emacs and XEmacs through redefinitions of parenthesis highlighting
4679 functions; removed LilyPond-show-paren-function. Fix indenting.
4680 Turn paren-matching on also in XEmacs.
4682 * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
4683 as needed by parenthesis highlighting functions (in scan-sexp).
4685 2003-06-08 Jan Nieuwenhuizen <janneke@gnu.org>
4687 * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
4689 (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
4691 2003-06-08 Heikki Junes <hjunes@cc.hut.fi>
4693 * lilypond-indent.el: tune regexp for show-paren-function.
4695 2003-06-07 Jan Nieuwenhuizen <janneke@gnu.org>
4697 * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
4698 for all LilyPond-produced tex snippets.
4700 * tex/lilyponddefs.tex: Allow overriding of interscoreline. This
4701 fixes one line --preview output of ly2dvi.
4703 2003-06-07 Heikki Junes <hjunes@cc.hut.fi>
4705 * lilypond-indent.el: match only one type of slurs in
4706 LilyPond-show-paren-function.
4708 2003-06-05 Jan Nieuwenhuizen <janneke@gnu.org>
4710 * debian/GNUmakefile (EXTRA_DIST_FILES):
4711 * debian/lilypond1.7.dirs:
4712 * debian/lilypond1.7-doc.dirs: New file.
4714 * input/regression/chord-name-exceptions.ly: Add parameter for
4715 ignatzekExceptions. Quote hash in docstring.
4717 2003-06-06 Heikki Junes <hjunes@cc.hut.fi>
4719 * lilypond-indent.el (show-paren-function): define show-paren-function
4720 as LilyPond-blink-matching-open and use it for closing parens.
4721 Let LilyPond-blink-matching-open know whether a bracket was inserted.
4723 * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
4724 LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
4725 LilyPond-blink-matching-paren in order to match both open and close
4728 2003-06-05 Heikki Junes <hjunes@cc.hut.fi>
4730 * lilypond-indent.el (LilyPond-show-paren-function): introduce for
4731 testing by modifying the code from FSF Emacs paren.el. Add comments.
4733 2003-06-04 Jan Nieuwenhuizen <janneke@gnu.org>
4735 * input/test/dpncnt.ly: Transpose example to match new
4736 default \chords octave. Add comment.
4738 * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
4739 comment about octave change.
4741 2003-06-04 Graham Percival <gperlist@shaw.ca>
4743 * input/test/[d,e]: added texinfo index tags.
4744 * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
4746 2003-06-04 Graham Percival <gperlist@shaw.ca>
4748 * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
4750 2003-06-04 Heikki Junes <hjunes@cc.hut.fi>
4752 * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
4753 as in blink-matching-open.
4755 2003-06-03 Graham Percival <gperlist@shaw.ca>
4757 * input/test/[a-c]: more comments in files.
4758 * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
4759 beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly
4760 beam-trend.ly beams.ly crescendo-text.ly default-neutral-dir.ly :
4761 mark file for proposed deletion.
4762 * input/test: renaming files:
4763 auto-beam-4-8.ly to beam-auto-4-8.ly
4764 auto-beam-override.ly to beam-auto-override.ly
4765 auto-beam.ly to beam-auto.ly
4766 blank.ly to blank-paper.ly
4767 absolute-volume.ly to dynamic-absolute-volume.ly
4769 2003-06-03 Jan Nieuwenhuizen <janneke@gnu.org>
4771 * input/test/dpncnt.ly:
4772 * input/test/chord-names-dpnj.ly: Resurrect.
4774 * lily/my-lily-lexer.cc: Remove chordnames keyword.
4776 * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
4778 * scm/chord-name.scm (sequential-music-to-chord-exceptions):
4779 Better docstring, add parameter OMIT-ROOT, tidy up.
4781 2003-06-03 Heikki Junes <hjunes@cc.hut.fi>
4783 * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
4785 2003-06-02 Jan Nieuwenhuizen <janneke@gnu.org>
4787 * scm/output-ascii-script.scm (as-font-alist-alist):
4788 (as-properties-to-font-name):
4789 (as-make-style-sheet): Remove.
4791 * scm/font.scm (as-make-font-list): New function.
4792 (as-font-sheet-alist): New variable.
4794 * ly/paper-as9-init.ly:
4795 * ly/paper-as5-init.ly: Update.
4798 * ly/paper-as9.ly: New file.
4800 2003-05-29 Jan Nieuwenhuizen <janneke@gnu.org>
4802 * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
4804 2003-05-28 Graham Percival <gperlist@shaw.ca>
4805 * input/sondag-morgen/*: removed due to copyright concerns.
4806 * input/[a,b]*.ly: added a newline at the end of the texinfo
4807 doc string (produces better output in HTML version).
4808 * input/c*.ly: added texinfo index and added comments to
4809 aid in future changes to input/test/ files.
4811 2003-05-28 Graham Percival <gperlist@shaw.ca>
4813 * Documentation/user/refman.itely: fixed build problem (missing
4814 file) caused by previous renaming.
4816 2003-05-28 Graham Percival <gperlist@shaw.ca>
4818 * input/test/[a,b]*.ly: added texinfo index and added comments to
4819 aid in future changes to input/test/ files.
4820 * input/test/bar-number-every-5-reset.ly: renamed to
4821 bar-number-every-five-reset.ly
4822 * input/test/bar-script-visibility.ly: renamed to
4823 bar-number-show-all.ly
4825 2003-05-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4827 * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
4830 * lily/glissando-engraver.cc (acknowledge_grob): new file: split
4831 out note-line and glissando functionality.
4833 * lily/line-spanner.cc (brew_molecule): cleanup.
4835 2003-05-27 Jan Nieuwenhuizen <janneke@gnu.org>
4837 * scripts/as2text.scm: Use rdelim module.
4838 (start-system): Rename from start-line.
4839 (stop-system): Rename from stop-line.
4840 (af-gulp-file): Use string iso symbol for getenv.
4842 * scm/output-ascii-script.scm: Add guile and lily modules.
4843 (font-name-alist): New variable.
4844 (draw-line): New function.
4846 * scm/output-lib.scm (func, arg->string): Re-add from archive.
4847 (Were these silently removed, without ChangeLog entry?)
4849 2003-05-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4851 * scm/music-functions.scm (make-ottava-set): bugfixes: also
4852 process 2nd ottava correctly.
4854 2003-05-27 Heikki Junes <hjunes@cc.hut.fi>
4856 * lilypond-indent.el: allow strings in LilyPond-parens-alist.
4858 2003-05-26 Jan Nieuwenhuizen <janneke@gnu.org>
4860 * Documentation/user/converters.itely (Invoking midi2ly): Update.
4862 2003-05-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4864 * VERSION: release 1.7.20
4866 * lily/text-spanner.cc (brew_molecule): clean up function. This
4867 fixes bugs with broken 8va spanners.
4869 * lily/simple-spacer.cc (solve): also compute force for raggedright.
4870 This prevents spurious line-breaks with raggedright
4872 2003-05-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4874 * lily/key-performer.cc (create_audio_elements): always use major
4877 * Documentation/user/internals.itely: updates
4879 * input/regression/beam-break.ly: new file.
4881 * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
4882 beams if starting or terminating stems have 'beaming set.)
4884 * lily/beam-engraver.cc (process_music): add forbidBeamBreak
4887 * lily/parser.yy (verbose_command_req): add comment about scales.
4889 2003-05-25 Heikki Junes <hjunes@cc.hut.fi>
4891 * lilypond-indent.el: adjust regexps in bracket-matching.
4893 2003-05-24 Juergen Reuter <reuter@ipd.uka.de>
4895 * Documentation/user/refman.itely: more tiny fixes
4897 * Documentation/user/refman.itely: bugfix: "Chord namess" ->
4898 "Chord names"; added table with input syntax for solesmes neumes
4899 table; added some words about rationale on input syntax design
4901 * lily/gregorian-ligature-engraver.cc,
4902 lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
4903 lily/include/gregorian-ligature.hh: bugfix: horizontal head
4904 alignment of Pes Initio Debilis
4906 * Documentation/user/refman.itely,
4907 lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
4908 mf/parmesan-heads.mf: fixed most of the head selection/alignment
4909 bugs in the solesmes neumes table
4911 2003-05-24 Heikki Junes <hjunes@cc.hut.fi>
4913 * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
4914 Similarly, match '[' and ']' by skipping '\[' and '\]'.
4916 * lilypond-mode.el: fix tag-score. small improvements.
4918 2003-05-23 Jan Nieuwenhuizen <janneke@gnu.org>
4920 * .cvsignore: Add aclocal.m4.
4922 * lily/music-constructor.cc: Include <assert.h>.
4924 2003-05-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4926 * ly/engraver-init.ly (HaraKiriStaffContext): use
4927 RemoveEmptyStaffContext instead.
4929 * Documentation/user/refman.itely: updates
4931 2003-05-23 Juergen Reuter <reuter@ipd.uka.de>
4933 * Documentation/user/refman.itely: added solesmes neumes table;
4934 bugfix: make section "More Stanzas" a subsection of "Vocal Music";
4935 bugfix: "Ornaments" -> "Articulations"
4937 * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
4939 2003-05-22 Heikki Junes <hjunes@cc.hut.fi>
4941 * lilypond-indent.el: Add a message about trying to match \] or \).
4943 2003-05-22 Juergen Reuter <reuter@ipd.uka.de>
4945 * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
4946 obsolete "arithmetic_*"
4948 * input/bugs/ligatures.ly: removed (will be put into a different
4951 2003-05-22 Jan Nieuwenhuizen <janneke@gnu.org>
4953 * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
4954 libkpathsea (Maurizio Tomasi).
4956 2003-05-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4958 * input/regression/repeat-slash.ly (texidoc): new file
4960 * lily/slash-repeat-engraver.cc (try_music): new file, handle
4961 slash repeats separately. Slash repeats and %
4962 repeats can now be nested.
4964 2003-05-22 Heikki Junes <hjunes@cc.hut.fi>
4966 * lilypond-indent.el: Add preliminary test for closing \] and \).
4968 2003-05-21 Juergen Reuter <reuter@ipd.uka.de>
4970 * lily/gregorian-ligature-engraver.cc,
4971 lily/vaticana-ligature-engraver.cc,
4972 lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
4973 mf/parmesan-heads.mf: various semivocalis related bugfixes
4975 * input/bugs/ligatures.ly: new file demonstrating problems with
4978 2003-05-21 Heikki Junes <hjunes@cc.hut.fi>
4981 lilypond-font-lock.el,
4982 lilypond-indent.el: Move all paren matching to lilypond-indent.el.
4984 2003-05-20 Heikki Junes <hjunes@cc.hut.fi>
4986 * lilypond-mode.el: Remove outdated code. Stress the difference
4987 between Emacs and XEmacs definitions.
4990 lilypond-indent.el: Define a function interactive only when necessary.
4992 2003-05-19 Heikki Junes <hjunes@cc.hut.fi>
4994 * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
4995 Use inactive regions also in XEmacs.
4997 2003-05-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4999 * Documentation/user/refman.itely (Repeat syntax): more updates
5001 * lily/simple-spacer.cc (solve): move solution process into
5002 solve(). This fixes a bug with collisions and raggedright = ##t.
5004 * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
5006 * ly/engraver-init.ly: remove GraceContext. Update examples.
5008 2003-05-18 Jan Nieuwenhuizen <janneke@gnu.org>
5010 * GNUmakefile.in (fonts): Also make fontball.
5014 * ly/engraver-init.ly (GraceContext): Add.
5018 convert-ly $(find . -name *.ly)
5020 * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
5023 2003-05-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5025 * VERSION: 1.7.19 released
5027 * scm/music-functions.scm (set-octavation): new function.
5029 * input/regression/ottava.ly: new file
5031 * lily/translator-scheme.cc (LY_DEFINE): new function
5032 ly:unset-context-property
5033 (LY_DEFINE) new function ly:context-property-where-defined:
5035 2003-05-18 Heikki Junes <hjunes@cc.hut.fi>
5037 * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
5039 * lilypond.words: add few.
5041 * input/test/script-chart.ly: fix typo.
5043 2003-05-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5045 * scm/define-grobs.scm: uniform naming for definitions and output
5048 * ly/engraver-init.ly (ChoirStaffContext): add \description from
5049 scm/context-description.scm
5051 * lily/parser.yy (translator_spec_body): add \description to the
5052 \translator{} body syntax.
5054 * lily/ottava-engraver.cc: new file.
5056 * scm/chord-name.scm (natural-chord-alteration): replace old
5059 * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
5061 * Documentation/user/refman.itely (Metronome marks): update doco.
5063 * input/regression/markup-note.ly: new file
5065 * input/regression/metronome-marking.ly: new file
5067 * lily/metronome-engraver.cc: new file. Print \tempo markings.
5069 * scm/new-markup.scm (note-markup): make a note glyph, useful for
5072 2003-05-17 Jan Nieuwenhuizen <janneke@gnu.org>
5074 * Documentation/user/GNUmakefile: Compatibility fix for new
5075 makeinfo. Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
5076 for making binary packages; info splitting bug has been fixed.
5078 * Documentation/user/refman.itely: Compile fixes.
5080 2003-05-16 Heikki Junes <hjunes@cc.hut.fi>
5082 * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
5083 Count \midi -keywords also for a region.
5085 2003-05-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5087 * lily/lookup.cc (LY_DEFINE): new function
5089 * Documentation/user/tutorial.itely: updates
5091 2003-05-15 Heikki Junes <hjunes@cc.hut.fi>
5093 * lilypond-mode.el: Allow Midi on buffer.
5094 Use only '.ly'-extension, remove '.sly' and '.fly'.
5095 Allow use of inactive regions. Invoke next Command on Master file,
5096 Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
5098 2003-05-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5100 * Documentation/user/tutorial.itely: updates.
5102 2003-05-14 Heikki Junes <hjunes@cc.hut.fi>
5104 * lilypond-mode.el: Show messages in one line only, as in XEmacs.
5106 2003-05-13 Juergen Reuter <reuter@ipd.uka.de>
5108 * lily/coherent-ligature-engraver.cc: fixed typo
5110 * lily/coherent-ligature-engraver.cc,
5111 lily/gregorian-ligature-engraver.cc,
5112 lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
5113 lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
5114 lily/vaticana-ligature-engraver.cc,
5115 lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
5116 scm/grob-description.scm: cleanup: junked LigatureHead grob and
5117 removed all ligature specific stuff from NoteHead code
5119 * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
5120 ligatures now use regular noteheads
5122 * lily/vaticana-ligature.cc: tiny code cleanups
5124 * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
5125 space between two adjacent noteheads of the same pitch
5127 * scm/grob-description.scm: bugfix: VaticanaLigature: interface
5128 description; cleanup: removed obsolete font-family settings
5130 2003-05-11 Juergen Reuter <reuter@ipd.uka.de>
5132 * lily/coherent-ligature-engraver.cc,
5133 lily/gregorian-ligature-engraver.cc,
5134 lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
5135 lily/mensural-ligature-engraver.cc,
5136 lily/vaticana-ligature-engraver.cc,
5137 lily/include/gregorian-ligature-engraver.hh: updated for new
5138 Coherent_ligature_engraver; added comments that describe the basic
5139 design ideas of the ligature implementation
5141 * lily/coherent-ligature-engraver.cc,
5142 lily/include/coherent-ligature-engraver.hh: new file: shared code
5143 between mensural ligatures and Gregorian chant notation ligatures
5145 2003-05-11 Heikki Junes <hjunes@cc.hut.fi>
5147 * lilypond-mode.el: XEmacs fixes: include two definitions for the
5148 key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
5149 use only two arguments in sit-for, use no arguments in
5150 read-char-exclusive, backspace is not a character (127) in XEmacs.
5152 * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
5154 2003-05-06 Heikki Junes <hjunes@cc.hut.fi>
5156 * lilypond-mode.el: un-commenting works after syntax-table fix.
5158 * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
5159 group, verbose commenting for syntax table.
5161 * lilypond-indent.el: add TODO for ligature slurs.
5163 2003-05-05 Heikki Junes <hjunes@cc.hut.fi>
5165 * lilypond-mode.el: Move comments of parenthesis matching away,
5166 (blink-matching-paren-on-screen) fix blinking in Emacs.
5168 * lilypond-font-lock.el: Fix parent-matching for Emacs:
5169 Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
5171 * lilypond-indent.el: Add TODO for parenthesis matching.
5173 2003-05-03 Heikki Junes <hjunes@cc.hut.fi>
5175 * lilypond-mode.el: Fix XEmacs:
5176 changed [S-iso-lefttab] to [(shift iso-lefttab)],
5177 invoke explicitly easy-menu-add (in Emacs done automatically).
5179 * lilypond.words: Add few words from input/*/*.ly.
5181 2003-05-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5183 * VERSION (PATCH_LEVEL): release 1.7.18
5185 * scripts/lilypond-book.py: only print basename for printfilename
5188 * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
5191 2003-05-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5193 * mf/feta-toevallig.mf: revamp flat symbol: use less points,
5194 better parametrisation. Move fatness of bulb downward.
5196 * mf/parmesan-custodes.mf (dir_down): remove underscores from
5197 glyph names. Underscores are not allowed .ps encoding files.
5199 2003-04-30 Juergen Reuter <reuter@ipd.uka.de>
5201 * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
5202 variable "packed" for packed right-ragged mode
5204 * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
5205 unused variable ragged; fixed indentation
5207 * Documentation/user/refman.itely: tiny cleanups in ancient
5208 clef and custos section
5210 2003-04-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5212 * lily/parser.yy (Simple_music): add \applyoutput, syntax
5213 \applyoutput PROCEDURE
5215 * lily/my-lily-lexer.cc: add \applyoutput.
5217 * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
5219 * lily/text-item.cc: clean text-interface description
5221 2003-04-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5223 * input/{regression,test}/: use postfix for slur endings and beam
5226 * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
5229 * input/regression/lyrics-melisma-beam.ly: new file.
5231 * lily/lyric-engraver.cc (process_music): change from
5232 process_acknowledged_grobs()
5234 * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
5235 functions to set and revert auto-beam settings.
5237 2003-04-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5239 * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
5241 2003-04-24 Juergen Reuter <reuter@ipd.uka.de>
5243 * ChangeLog, Documentation/topdocs/AUTHORS.texi,
5244 Documentation/user/lilypond.tely: fixed some typos; updated author
5247 * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
5248 #"" -> #'flag-style = #'()
5250 * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
5251 cleanup: removed dead #includes
5253 * lily/gregorian-ligature-engraver.cc,
5254 lily/include/gregorian-ligature.hh,
5255 scm/grob-property-description.scm: small cleanups, small spacing
5258 * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
5259 lily/vaticana-ligature.cc,
5260 lily/include/gregorian-ligature-engraver.hh,
5261 scm/grob-property-description.scm, scm/music-types.scm:
5262 "porrectus" -> "pes or flexa"
5264 * ly/engraver-init.ly, scm/grob-description.scm,
5265 scm/grob-property-description.scm: junked porrectus, now handled
5268 * scm/grob-description.scm: bugfix: added space-alist entry for
5269 breathing sign/custos
5271 2003-04-24 Jan Nieuwenhuizen <janneke@gnu.org>
5273 * Another grand 2003 update.
5275 * Remove mentioning of `mudela'; There's no such thing.
5277 2003-04-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5279 * Documentation/user/preface.itely (Preface to version 1.8): update
5281 * Documentation/user/invoking.itexi (Invoking LilyPond): revise
5283 * Documentation/user/converters.itely (Invoking convert-ly): revise
5285 * scripts/convert-ly.py (outfile_name): remove --assume-old.
5287 * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
5289 2003-04-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5291 * Documentation/user/internals.itely: more updates.
5293 2003-04-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5295 * Documentation/user/refman.itely: revise
5297 * Documentation/user/internals.itely: revise
5299 * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
5301 2003-04-23 Juergen Reuter <reuter@ipd.uka.de>
5303 * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
5304 beautification: reformatted ancient clefs section; cleanup: small
5307 2003-04-22 Heikki Junes <hjunes@cc.hut.fi>
5309 * lilypond.words: added words for chant notation, sorted
5310 alphabetically through "sort lilypond.words"
5312 2003-04-22 Juergen Reuter <reuter@ipd.uka.de>
5314 * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
5315 scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
5318 2003-04-21 Juergen Reuter <reuter@ipd.uka.de>
5320 * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
5321 prevent TeX from interpreting them as long dash
5323 * input/test/vaticana.ly: updated
5325 * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
5326 mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
5327 mf/parmesan-heads.mf, mf/parmesan-rests.mf,
5328 mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
5331 * mf/parmesan-heads.mf: ledger endings: removed dead code
5333 2003-04-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5335 * VERSION: 1.7.17 released
5337 * Documentation/user/GNUmakefile
5338 ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
5341 * scm/document-markup.scm: new file: document all markup
5344 * scm/documentation-generate.scm: rename all documentation modules
5347 * scripts/lilypond-book.py: generate link to .ly file iso. link to
5350 * input/test/divisiones.ly: added
5352 * input/regression/output-property.ly: new file
5354 * lily/cluster.cc: change cluster-interface to use style property
5356 2003-04-20 Rune Zedeler <rune@zedeler.dk>
5358 * input/test/chord-names-german.ly: modified.
5360 * scm/chords-ignatzek.scm:
5361 chord-name->german-markup: Added
5362 note-name->german-markup: Changed (now producing lowercase notenames)
5364 * lily/chord-name-engraver.cc: Reads property chordNoteNamer
5366 2003-04-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5368 * scripts/convert-ly.py (FatalConversionError.conv):
5369 divisiominima -> divisioMinima, etc.
5371 * ly/engraver-init.ly (FiguredBassContext): add
5372 Separating_line_group_engraver to Figured bass context.
5374 * ly/german-chords-init.ly: remove file
5376 * input/test/chord-names-german.ly (scm): new file.
5378 * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
5380 * lily/chord-name-engraver.cc: move New_chord_name_engraver to
5383 * Documentation/user/refman.itely: lots of updates.
5385 * input/regression/chord-name-exceptions.ly (chExceptionMusic):
5388 * input/test/bar-number-every-5-reset.ly: new file.
5390 2003-04-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5392 * input/regression/chord-name-major7.ly: new file
5394 * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
5395 if specced explicitly.
5397 * input/regression/chord-name-entry-11.ly: new file.
5399 * input/test/slur-beautiful.ly: new file.
5401 * Documentation/user/refman.itely: updates.
5403 * input/regression/collisions.ly (threevoice): cleanup.
5405 * scripts/convert-ly.py: linewidth = -1 -> raggedright = ##t.
5407 2003-04-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5409 * Documentation/user/*.itely: various updates.
5411 * ly/spanners-init.ly: enddecr/ endcr.
5413 * Documentation/user/tutorial.itely (Fine tuning a piece): editing
5416 2003-04-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5418 * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
5420 * lily/new-chord-name-engraver.cc (process_music): use octavation
5421 (a number) instead of original-pitch to store inversions. This
5422 fixes a problem with transposed chords with inversions.
5424 2003-04-14 Jan Nieuwenhuizen <janneke@gnu.org>
5426 * stepmake/aclocal.m4: Include compile fix for broken flex, as
5427 used in includable-lexer.hh.
5429 * lily/includable-lexer.cc: Bugfix: include config.h.
5431 * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
5432 circumvention of Debian packaging bug.
5434 2003-04-13 Jan Nieuwenhuizen <janneke@gnu.org>
5436 * flex-2.5.31 hits Debian/unstable. Fixes below.
5438 * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
5440 * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
5441 (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
5443 * lily/include/includable-lexer.hh:
5444 * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
5446 * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
5448 * aclocal.m4: Regenerate.
5450 * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
5451 yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
5453 * scm/pdf.scm (use-modules): Include lily.
5455 * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
5457 (use-modules): Include lily.
5458 (lily-def): Bugfix: include tex-val in let.
5460 2003-04-12 Heikki Junes <hjunes@cc.hut.fi>
5462 * lilypond-mode.el: sensible error if lilypond.words not found.
5464 * lilypond.words: add few words.
5466 2003-04-11 Juergen Reuter <reuter@ipd.uka.de>
5468 * mf/parmesan-clefs.mf: bugfix: char boxes corrected
5470 * mf/parmesan-scripts.mf: fixed typo in char name
5472 2003-04-11 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5474 * VERSION: 1.7.16 released
5476 * python/lilylib.py (setup_temp): temporary directories are mode 700.
5477 (this is a security vulnerability).
5479 * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
5481 * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5484 2003-04-10 Juergen Reuter <reuter@ipd.uka.de>
5486 * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
5487 ly/script-init.ly, scm/script.scm: bugfix: renamed
5488 fermata->signumcongruentiae to fix naming clash with feta font
5490 2003-04-10 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5492 * input/regression/multi-measure-rest-grace.ly (texidoc): new file
5494 * lily/multi-measure-rest-engraver.cc
5495 (start_translation_timestep): use grace timing too for determining
5496 when to make mmrest.
5497 (start_translation_timestep): clear numbers too.
5499 2003-04-09 Juergen Reuter <reuter@ipd.uka.de>
5501 * scm/music-types.scm: compile fix: escape braces
5503 * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
5504 work around font selection problem
5506 * Documentation/user/refman.itely: BreathingSign: added docu for
5509 2003-04-09 Mats Bengtsson <mats.bengtsson@s3.kth.se>
5511 * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
5514 2003-04-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5516 * lily/multi-measure-rest-engraver.cc (class
5517 Multi_measure_rest_engraver): make multiple Number objects, one
5518 for each MultiMeasureTextEvent.
5520 * scm/music-functions.scm (glue-mm-rest-texts): use
5521 MultiMeasureTextEvent
5523 * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
5525 * Documentation/user/refman.itely (Multi measure rests): update.
5527 2003-04-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5529 * lily/ly-module.cc (ly_copy_module_variables): use
5530 scm_internal_hash_fold() for iterating modules.
5532 2003-04-08 Juergen Reuter <reuter@ipd.uka.de>
5534 * Documentation/user/refman.itely: Section Custodes: added more
5537 * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
5538 neo-mensural rests to parmesan font
5540 * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
5543 2003-04-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5545 * Documentation/user/macros.itexi: @fileref macro.
5547 * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
5550 2003-04-04 Juergen Reuter <reuter@ipd.uka.de>
5552 * lily/include/custos.hh, make/lilypond.suse.spec.in,
5553 Documentation/topdocs/AUTHORS.texi: updated my email address
5555 * Documentation/user/refman.itely: updated custos documentation;
5556 beautified divisiones example; beautified articulations table
5558 * lily/breathing-sign.cc: bugfix: finalis molecule
5560 2003-04-03 Juergen Reuter <reuter@ipd.uka.de>
5562 * Documentation/user/refman.itely: added docu for
5563 contemporary fermata symbols, gregorian breathing signs; small fixes
5565 * ly/gregorian-init.ly: removed obsolete #'type props
5567 2003-04-01 Mats Bengtsson <mats.bengtsson@s3.kth.se>
5569 * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
5570 minimum-length property correctly.
5572 2003-03-31 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5574 * scm/music-functions.scm (make-multi-measure-rest): set input
5575 locations for multimeasure rests.
5577 2003-03-31 Juergen Reuter <reuter@ipd.uka.de>
5579 * input/regression/breathing-sign.ly: updated to for ancient
5582 2003-03-31 Jan Nieuwenhuizen <janneke@gnu.org>
5584 * scripts/ly2dvi.py: Add newline.
5586 2003-03-30 Jan Nieuwenhuizen <janneke@gnu.org>
5588 * scripts/ly2dvi.py (dependency_files): Compile fix.
5590 2003-03-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5592 * scripts/ly2dvi.py (find_pfa_fonts): add --png option
5593 (make_html_menu_file): --html menu.
5595 2003-03-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5597 * scripts/ly2dvi.py (run_dvips): +add the .map file
5599 2003-03-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5601 * input/screech-boink.ly: new file.
5603 2003-03-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5605 * scripts/lilypond-book.py (make_lilypond_file): convert
5606 lilypond-file to lilypond block directly, without going through
5607 begin/end lilypond text.
5610 2003-03-21 Juergen Reuter <reuter@ipd.uka.de>
5612 * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
5613 scm/grob-description.scm: moved Michael's original breathing sign
5614 code in brew_molecule() to divisio_minima(); provided new
5615 brew_molecule() that effectively replaces the
5616 Text_item::brew_molecule callback (with additional fallback to
5617 Michael's original code); added callbacks for brewing divisio
5618 maior/maxima and finalis
5620 * gregorian-init.ly: added breathing sign shortcuts for virgula,
5621 caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
5623 * script-init.ly: added shortfermata, longfermata,
5624 verylongfermata, varcoda
5626 * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
5627 longfermata, verylongfermata, varcomma, varcoda
5629 2003-03-19 Mats Bengtsson <mats.bengtsson@s3.kth.se>
5631 * Documentation/user/{tutorial.itely,refman.itely,internals.itely}:
5632 Remove all noquote and insert a few quote.
5634 * Documentation/user/lilypond-book.itely (Music fragment options),
5635 scripts/lilypond-book.py: Don't include quotation blocks by
5636 default. Introduce option quote instead of noquote
5638 2003-03-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5640 * VERSION: 1.7.15 released
5642 * Documentation/user/lilypond.tely: omf updates.
5644 * buildscripts/texi2omf.py (omf_vars): include version.date
5646 * make/lilypond.redhat.spec.in: fixes for spec file.
5648 * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): replace var
5649 by function definition: lily now requires a recent GNU Make.
5651 * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
5653 * make/ly-rules.make: remove .ly -> .tex rule
5655 * Documentation/user/refman.itely (Figured bass): revised figured
5658 2003-03-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5660 * stepmake/stepmake/omf-targets.make (local-install): add
5661 scrollkeeper-update message.
5663 * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
5664 (TexiPaper.process_ly2dvi_block): idem for ly2dvi
5666 * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
5668 * Documentation/user/converters.itely (Invoking midi2ly): add
5669 track/channel notice.
5671 2003-03-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5673 * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
5675 * lily/parser.yy (scalar): DIGIT is also a scalar.
5677 * Documentation/user/music-glossary.tely: add @omf tags
5679 * Documentation/user/lilypond.tely: add @omf tags
5681 * scm/generate-documentation.scm (string-append): add @omf tags.
5683 * stepmake/stepmake/omf-*: new files
5685 * input/regression/multi-measure-rest.ly (texidoc): add doco
5687 * GNUmakefile.in (web-doc-install): add web-doc-install target
5689 * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
5690 fixes crashes while dumping MIDI.
5692 * ly/performer-init.ly (FiguredBassContext): add Figured bass for
5695 2003-03-11 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5697 * buildscripts/texi2omf.py: new file.
5699 * mf/feta-beugel.mf: include font count, not staffsize (16) in
5702 2003-03-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5704 * input/regression/beam-manual-beaming.ly (texidoc): new file.
5706 * lily/sequential-iterator.cc (descend_to_child): call
5707 descend_to_child() for all types of music.
5709 2003-03-08 Jan Nieuwenhuizen <janneke@gnu.org>
5711 * scm/translator-property-description.scm: Add
5712 bassFigureFormatFunction. Replace some entries.
5714 2003-03-04 Jan Nieuwenhuizen <janneke@gnu.org>
5716 * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
5719 2003-03-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5721 * scripts/midi2ly.py (Note.dump): never dump duration for
5724 * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
5727 * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
5728 figures using new markups. Much simpler, and should improve layout
5731 * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
5733 2003-03-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5735 * ly/engraver-init.ly: use Hara kiri by default for
5736 ChordNames, FiguredBass and Lyrics(Voice) context.
5738 * lily/axis-group-engraver.cc (acknowledge_grob): use
5739 rhythmic-grob-interface for selecting items not to hara-kiri'd
5741 * scm/new-markup.scm (markup-function-list): add bracket,
5744 * ly/engraver-init.ly (ChordNamesContext): set
5745 minimumVerticalExtent
5747 2003-03-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5749 * input/test/time-signature-double.ly: new file
5751 * input/regression/collision-head-chords.ly (texidoc): new file.
5753 * lily/type-swallow-translator.cc: add note swallow translator
5755 * input/test/time-signature-double.ly: new file.
5757 * lily/type-swallow-translator.cc: add Rest_swallow_translator
5759 * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
5760 (FiguredBassContext): idem.
5762 * VERSION (MY_PATCH_LEVEL): 1.7.14 released
5764 * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates.
5766 * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
5768 * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
5771 * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
5773 * python/lilylib.py (make_page_images): add function.
5775 * scripts/ly2dvi.py (run_latex): include title in preview image.
5777 * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
5778 from lilypond-book for <ly2dvifile> tags in HTML.
5780 * scripts/ly2dvi.py (option_definitions): add --debug option to
5781 print out environment.
5783 * input/regression/tie-chord-partial.ly: new file.
5785 2003-03-05 Heikki Junes <hjunes@cc.hut.fi>
5787 * lilypond.words: add 3
5789 2003-03-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5791 * scm/new-markup.scm (markup-function-list): add finger-markup
5793 * input/tutorial/brahms-tweaked.ly: new markup
5795 * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures
5797 * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
5798 crash when processing '() markup
5800 * input/regression/breathing-sign.ly (texidoc): add caesura example.
5802 * lily/breathing-sign.cc (railtracks): another caesura.
5804 * mf/feta-schrift.mf: caesura symbol.
5806 2003-03-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5808 * scripts/convert-ly.py (FatalConversionError.conv): add
5809 ly:molecule-XXX conversions.
5811 * lily/molecule-scheme.cc: change names to ly:molecule-XXX
5813 * input/regression/multi-measure-rest-text.ly: new file.
5815 * scm/music-functions.scm (glue-mm-rest-texts): automatically
5816 convert MMREST-TEXT to MultiMeasureRestNumber settings.
5818 * ly/engraver-init.ly (ScoreContext): move tablature settings to
5821 * scm/new-markup.scm (center-markup): \center markup.
5823 * scm/music-functions.scm: remove pitchify scripts.
5825 * lily/music.cc (print_smob): display music name if available
5827 2003-03-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5829 * Documentation/user/refman.itely (Instrument names): remove
5832 2003-03-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5834 * lily/score.cc (mark_smob): bugfix.
5836 * input/regression/rehearsal-mark.ly: new file.
5838 * lily/my-lily-parser.cc (here_input): revert reporting of errors:
5839 report error at the current token again.
5841 2003-02-26 Jan Nieuwenhuizen <janneke@gnu.org>
5843 * cygwin/mknetrel: Exit if doc build fails.
5845 * lily/GNUmakefile: Add hack for .deps and --srcdir build.
5847 2003-02-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5849 * scm/music-types.scm (music-descriptions): add doc strings
5851 2003-02-25 Jan Nieuwenhuizen <janneke@gnu.org>
5854 * lily/include/my-lily-lexer.hh:
5855 * lily/include/includable-lexer.hh: Add flex kludge.
5859 * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
5862 * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
5865 2003-02-24 Jan Nieuwenhuizen <janneke@gnu.org>
5867 * ly/spanners-init.ly (cresc, dim): Update to new markup text.
5869 * lily/parser.yy (new_chord): Compile fix.
5871 2003-02-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5873 * Documentation/user/refman.itely (Tuning groups of objects):
5874 remove documentation for \turnOff.
5876 * lily/percent-repeat-engraver.cc (try_music): add correct
5877 processing moments for double-measure percents as well.
5879 * input/regression/percent-repeat-skipbars.ly (texidoc): new file
5881 * lily/lily-guile.cc (ly:dimension?): add dimension as separate
5884 * Documentation/user/refman.itely (Printing named chords): add
5885 chord name tweak doco.
5887 * input/template/gregorian-transcription.ly: new file.
5889 2003-02-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5891 * VERSION: 1.7.13 released
5893 * input/test/*: lots of cleanups/comment-outs/removals in chord
5896 * input/regression/*: lots of cleanups/comment-outs/removals in
5899 * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
5902 * lily/new-chord-name-engraver.cc (process_music): give original
5903 inversion pitch to chord name routine.
5905 * input/tutorial/os-score.ly: update to new markup
5907 * Documentation/user/appendices.itely: simply include
5910 * Documentation/user/refman.itely (Chords mode): add documentation
5913 * scm/chord-entry.scm (construct-chord): mark inversion as bass if
5914 not present in chord.
5915 (construct-chord): add inversion and bass support.
5917 * lily/chord.cc: junk contents.
5919 2003-02-17 Heikki Junes <hjunes@cc.hut.fi>
5921 * Documentation/user/refman.itely:
5922 * Documentation/user/music-glossary.tely: fix.
5924 2003-02-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5926 * scm/chord-entry.scm (construct-chord): move chord construction
5929 * lily/parser.yy (new_chord): new setup for chord entry.
5931 2003-02-16 Heikki Junes <hjunes@cc.hut.fi>
5934 * Documentation/user/music-glossary.tely: add ambitus.
5936 2003-02-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5938 * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
5940 * lily/include/*.hh: string() -> to_string()
5942 * scm/chords-ignatzek.scm: new file.
5944 * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
5945 standard chord name exceptions.
5947 * scm/translator-property-description.scm (chordNameSeparator):
5949 (majorSevenSymbol): add property
5951 * lily/translator-scheme.cc (ly:context-properties): new function
5952 (ly:context-parent): new function.
5953 (print_smob): print context name.
5955 * lily/music.cc (ly:get-music-length): new function
5956 (print_smob): don't print properties.
5958 * lily/duration.cc (duration<?): new function
5960 * input/regression/chords-funky-ignatzek.ly: new file.
5962 * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
5965 * lily/pitch.cc (ly:pitch-diff): new function.
5967 * input/regression/chords-ignatzek.ly: new file.
5969 2003-02-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5971 * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
5972 pitches for jazz chords.
5974 2003-02-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5976 * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
5978 2003-02-05 Heikki Junes <hjunes@cc.hut.fi>
5980 * lilypond.words: add 1
5982 2003-02-04 Heikki Junes <hjunes@cc.hut.fi>
5984 * Documentation/topdocs/AUTHORS.texi: refine.
5986 2003-01-25 Heikki Junes <hjunes@cc.hut.fi>
5988 * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
5990 * lilypond.words: add one.
5992 2003-01-23 Heikki Junes <hjunes@cc.hut.fi>
5994 * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
5995 Fontify bass note in chords, e.g., e in c1/e.
5997 2003-01-19 Jan Nieuwenhuizen <janneke@gnu.org>
5999 * Documentation/user/music-glossary.tely: Dutch updates and
6000 additions (Arent Storm).
6002 2003-01-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6004 * input/regression/ambitus.ly: move file.
6006 * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
6008 * lily/event.cc (transpose): add tonic property to Key_change_req
6009 and to Key_engraver.
6011 2003-01-17 Heikki Junes <hjunes@cc.hut.fi>
6013 * Documentation/user/refman.itely: fix typo.
6015 * lilypond.words: removed wrong identifiers.
6017 2003-01-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6019 * mf/feta-toevallig.mf: make flat stem shorter
6021 2003-01-16 Heikki Junes <hjunes@cc.hut.fi>
6023 * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
6025 * lilypond.words: add from Phrasing slur.
6027 2003-01-15 Heikki Junes <hjunes@cc.hut.fi>
6029 * lilypond-mode.el: allow launching multiple ViewPS processes.
6031 * lilypond.words: add from Text markup.
6033 2003-01-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6035 * input/test/ossia.ly (texidoc): add comment.
6037 * input/regression/voice-follower.ly: new file.
6039 * mf/feta-toevallig.mf: make flat heavier.
6041 * lily/cluster-engraver.cc: clean up Cluster engraver
6043 * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
6044 Engraver. Use Note_column to compute Y positions and deal with
6047 2003-01-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6049 * lily/stem.cc: move french-beaming to stem.
6051 2003-01-13 Heikki Junes <hjunes@cc.hut.fi>
6053 * lilypond-font-lock.el: fontify all durations in chords.
6055 * lilypond.words: add from lily/my-lily-lexer.cc
6057 2003-01-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6059 * VERSION: release 1.7.12
6061 * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
6063 * lily/gregorian-ligature.cc: new file
6065 * lily/*: the Great 2003 search & replace.
6067 * Documentation/user/refman.itely (Manual repeat commands): add
6068 note about font selection.
6070 2003-01-12 Heikki Junes <hjunes@cc.hut.fi>
6072 * lilypond-mode.el: propose recompiling midi while invoking playing,
6073 not while stopping playing.
6075 2003-01-11 Heikki Junes <hjunes@cc.hut.fi>
6077 * lilypond.words: add one.
6079 * lilypond-font-lock.el: add colour groups for horizontal, vertical
6080 and expressional note grouping. Fontify chord modes.
6082 2003-01-09 Heikki Junes <hjunes@cc.hut.fi>
6084 * Documentation/user/music-glossary.tely (Top): translate melisma.
6086 2003-01-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6088 * Documentation/user/music-glossary.tely (Top): add melisma.
6090 2002-01-08 Juergen Reuter <reuter@ipd.uka.de>
6092 * lily/gregorian-ligature-engraver.cc: bugfix: added missing
6093 interfaces for (abstract) grob GregorianLigature
6095 * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6096 renamed head* -> glyph_name*, x-shift* -> x-offset*
6098 * scm/grob-property-description.scm: bugfix: added missing descriptions
6100 2003-01-07 Jan Nieuwenhuizen <janneke@gnu.org>
6102 * input/test/chord-names-dpnj.ly: New file.
6104 * scm/double-plus-new-chord-name.scm: Implement full and partial
6107 * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
6109 * scm/double-plus-new-chord-name.scm
6110 (double-plus-new-chord->markup): Fix sub->markup.
6113 2003-01-07 Juergen Reuter <reuter@ipd.uka.de>
6115 * lily/custos-engraver.cc: added TODO; editorial changes
6117 * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
6118 consistency with other ligature engravers; removed access on (now)
6119 private variable _ligature of Ligature_engraver
6121 * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
6122 renamed last_bound -> last_bound_; issue programming_error on
6123 abstract method calls; moved primitives code from
6124 Mensural_bracket_engraver to here (because almost ligature
6125 engravers will need it); renamed try_stop_ligature () ->
6126 typeset_ligature (); bugfix: store primitives of finished ligature
6127 in separate variable finished_primitives_ to avoid clash on input
6128 like "\] \["; added current_ligature () to enable access on
6129 private variable _ligature
6131 * lily/mensural-ligature-engraver.cc: removed primitives_ code
6132 (now in super class); renamed try_stop_ligature () ->
6135 * lily/mensural-ligature.cc: issue programming_error on abstract
6138 * lily/note-heads-engraver.cc: added TODO comment upon bool
6141 * mf/parmesan-heads.mf: fixed some of set_char_box()
6143 * scm/grob-description.scm: added VaticanaLigature
6145 * scm/grob-property-description.scm: added neume prefix properties
6147 * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
6148 lily/include/gregorian-ligature-engraver.hh,
6149 lily/include/gregorian-ligature.hh: new files; framework for
6150 gregorian ligature engravers such as vaticana
6152 * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
6153 lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
6154 vaticana style ligature implementation (still somewhat uncomplete)
6156 2003-01-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6158 * VERSION: release 1.7.11
6160 * scripts/convert-ly.py: add ly:pitch-transpose rule
6162 2003-01-06 Jan Nieuwenhuizen <janneke@gnu.org>
6164 * input/test/dpncnt.ly: New file.
6166 * lily/my-lily-lexer.cc: Add chordnames keyword.
6168 * lily/parser.yy (chordnames_block): Parse chord name exception
6169 lists, see input/test/dpncnt.ly.
6171 * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
6174 * scm/lily.scm (filter-out-list): Bugfix: filter rest using
6177 * lily/pitch.cc (ly_pitch_transpose): Scheme name now
6178 ly:pitch-transpose (was ly:transpose-pitch), in conformance with
6179 pitch functions (except for ly:make-pitch, but that's apparently
6180 some sort of scheme naming standard?).
6182 * scm/lily.scm (!=): define-public.
6184 * scm/new-markup.scm (make-markup-maker): define-public make-markups.
6186 2003-01-05 Jan Nieuwenhuizen <janneke@gnu.org>
6188 * scm/double-plus-new-chord-name.scm
6189 (double-plus-new-chord-name->markup): New file.
6191 2003-01-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6193 * python/lilylib.py (make_preview): don't suppress progress for
6196 2003-01-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6198 * Documentation/user/appendices.itely (scheme): update for new syntax.
6200 * input/regression/chord-name-styles.ly: new file
6202 * lily/instrument-name-engraver.cc: create instrument names
6203 without barline too. Allows instrument name on ChordNames
6205 * scm/new-markup.scm (interpret-markup): allow simple strings as
6208 2003-01-04 Jan Nieuwenhuizen <janneke@gnu.org>
6210 * scm/chord-name.scm: Super/raise changes and fixes for Banter.
6211 (step->markup-accidental): Fix: add accidental.
6212 (chord::inner-name-american):
6213 (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
6214 append stray '/' if last superscript addition was 'o'.
6216 * scm/new-markup.scm (normal-size-sub-markup)
6217 (normal-size-super-markup): New function.
6219 * lily/source-file.cc (Source_file): Add warning for possibly
6220 intentional but suspicious initialization.
6222 * scm/chord-name.scm: Small rewrites, layout fixes. Identify and
6223 add comments about cut-and-paste programming.
6225 * flower/rational.cc (lcm): Not used; comment out.
6227 2003-01-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6229 * lily/new-fingering-engraver.cc (position_scripts): use
6230 fingerHorizontalDirection to determine fingering horizontal
6233 * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
6236 * scripts/convert-ly.py (FatalConversionError.conv): add style
6239 * scm/chord-name.scm (set-chord-name-style): new function.
6240 (new-chord-name-brew-molecule): revise to interpret markup only
6241 (new-chord->markup): cleanuppish rewrite. To be called from the
6244 * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
6245 Markup earlier, during interpreting.
6247 * input/test/{banter,jazz,american}-chords.ly (scheme): update
6248 style settings. Rename to chord-names-*.ly
6250 2003-01-03 Jan Nieuwenhuizen <janneke@gnu.org>
6252 * scm/chord-name.scm: Painful merge of Amy's patch to old-style
6253 markup code and update to new markup. Most probably broke some of
6256 2002-12-30 Juergen Reuter <reuter@ipd.uka.de>
6258 * Documentation/user/refman.itely: added docu for ambitus and
6261 * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
6262 ly_quote_scm() in lookup.cc
6264 * mf/parmesan-clefs.mf: set_char_box fix
6266 * lily/cluster-engraver.cc: junk implicit protection; use
6267 Protected_scm instead
6269 2002-12-29 Jan Nieuwenhuizen <janneke@gnu.org>
6271 * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
6274 * scm/new-markup.scm: Turn-off error-triggering test code.
6276 2002-12-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6278 * scm/new-markup.scm (markup-thrower-typecheck)
6279 (markup-typecheck?): add full typechecking functions.
6280 (make-markup-maker): add make-FOO-markup functions.
6281 (markup-argument-list-error): nice error checking messages.
6282 (make-markup): better function: less quoting escapades.
6284 2002-12-29 Jan Nieuwenhuizen <janneke@gnu.org>
6286 * scm/chord-name.scm: Remove fixme's. Jazz chords still broken.
6288 2002-12-28 Jan Nieuwenhuizen <janneke@gnu.org>
6290 * cygwin/lilypond.hint (requires): Add cygwin.
6292 * .cvsignore: Remove stepmake (huh!?!), add lib.
6294 * GNUmakefile.in: Add libdir links for builddir runs.
6296 * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
6299 * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
6300 local_lilypond_libdir.
6302 * config.make.in (lilypond_libdir): Add.
6304 * stepmake/stepmake/substitute-rules.make:
6305 * stepmake/stepmake/script-rules.make:
6306 * stepmake/stepmake/python-module-rules.make:
6307 * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
6308 lilypond-python-module patch.
6310 2002-12-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6312 * Documentation/user/refman.itely (Graphical interfaces): add note
6315 2002-12-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6317 * scripts/ly2dvi.py (run_dvips): remove trailing newline
6319 2002-12-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6321 * VERSION: released 1.7.10
6323 * scripts/musedata2ly.py (): idem
6325 * scripts/midi2ly.py (dump_chord): idem
6327 * scripts/etf2ly.py (version): idem
6329 * scripts/pmx2ly.py (Slur.calculate): new chord syntax
6331 * scripts/mup2ly.py (pre_processor_commands): new chord syntax
6333 * scm/tex.scm (tex-output-expression): remove eval compat
6334 glut. Other output files too.
6336 * scm/chord-name.scm: don't export anything from chord module.
6338 * input/test/american-chords.ly: idem
6340 * input/test/banter-chords.ly (texidoc): idem
6342 * input/test/Cc-chords.ly: add breakage notes.
6344 * Documentation/user/refman.itely (Text markup): rewrite manual section.
6346 * lily/parser.yy (scalar): allow \markup { } as property value.
6348 * scm/chord-name.scm: complete new markup usage
6350 * scm/grob-description.scm (all-grob-descriptions): use new markup
6353 2002-12-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6355 * scm/chord-name.scm: partial move to new markup texts.
6357 2002-12-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6359 * scm/grob-description.scm (all-grob-descriptions): small bass figures.
6361 * scm/bass-figure.scm (brew-bass-figure): make stack direction
6364 2002-12-18 Heikki Junes <hjunes@cc.hut.fi>
6366 * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
6367 invoked for old midi, wait for killing.
6369 2002-12-16 Heikki Junes <hjunes@cc.hut.fi>
6371 * Documentation/user/music-glossary.tely: Finnishing.
6373 2002-12-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6375 * mf/feta-nummer-code.mf: some kerning pairs.
6377 2002-12-14 Rune Zedeler <rz@localhost.localdomain>
6379 * scm/output-lib.scm (set-bar-number-visibility): Context-function
6382 * Documentation/user/refman.itely (Bar numbers):
6383 set-bar-number-visibility added, modulo-bar-number removed again
6386 2002-12-14 Heikki Junes <hjunes@cc.hut.fi>
6388 * scm/output-lib.scm (modulo-bar-number-visible): add function.
6390 * Documentation/user/refman.itely: add modulo-bar-number-visible.
6392 * Documentation/user/music-glossary.tely: translate into Finnish.
6394 2002-12-10 Heikki Junes <hjunes@cc.hut.fi>
6396 * lilypond-mode.el: add shortcut for 2midi
6398 * lilypond-font-lock.el: fontify lyrics
6400 2002-12-10 Rune Zedeler <rz@daimi.au.dk>
6402 * scm/drums.scm : use 1.7.x names.
6404 * input/regression/drums.ly : Don't use << chords >>
6406 2002-12-10 Heikki Junes <hjunes@cc.hut.fi>
6408 * lilypond-mode.el: tidy, add TODO
6410 * make/lilypond.mandrake.spec.in: install-info quietly.
6412 2002-12-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6414 * input/test/markup.ly: use new syntax.
6416 2002-12-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6418 * ly/params-init.ly (interscoreline): add word-space
6420 * input/test/metronome.ly (eighthNote): idem.
6422 * input/test/script-priority.ly: use new markup
6424 * lily/parser.yy (markup): allow HEAD markup0 markup1
6426 * lily/molecule-scheme.cc (ly:molecule-translate): new function.
6428 * lily/parser.yy (gen_text_def): bugfix.
6429 (full_markup): allow markup identifier.
6431 2002-12-09 Heikki Junes <hjunes@cc.hut.fi>
6433 * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
6434 jobs at the same time. Add horizontal lines to Command menu.
6435 Allow one compiling job -- propose killing others before a new one.
6437 * lilypond.words: add markup, teeny, etc.
6439 2002-12-08 Heikki Junes <hjunes@cc.hut.fi>
6441 * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
6442 Allow only one type of midi process; launching Midi either stops
6443 midis or plays the current midi and launching MidiAll stops midis
6444 and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return
6445 to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
6447 2002-12-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6449 * lily/text-engraver.cc (process_acknowledged_grobs): use new
6450 markup for new markup texts.
6452 * lily/mark-engraver.cc (process_music): idem
6454 * lily/instrument-name-engraver.cc (create_text): idem
6456 * scm/new-markup.scm (magnify-markup): new function.
6458 * scm/molecule.scm (stack-lines): bugfix.
6460 * lily/font-interface.cc (get_font): take font-magnification from
6463 2002-12-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6465 * lily/molecule-scheme.cc: move scheme functions to separate file.
6467 * lily/font-metric.cc (ly_get_glyph): new function.
6469 * scm/new-markup.scm (column-markup): use baseline-skip for columns.
6470 (italic-markup, dynamic-markup): new functions
6471 (font-markup): new function
6473 * lily/molecule.cc (ly_molecule_combined_at_edge): optional
6476 2002-12-07 Rune Zedeler <rz@daimi.au.dk>
6478 * lily/accidental-engraver.cc:
6479 Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
6481 2002-12-06 Heikki Junes <hjunes@cc.hut.fi>
6484 * lilypond-font-lock.el: Put \longa as duration. Accept only
6485 [a-zA-Z] for user defined identifiers. Separate note cases
6486 with and without a duration (allow cis\longaX).
6488 * lilypond.words: Add words from Info.
6490 2002-12-06 Mats Bengtsson <mats.bengtsson@s3.kth.se>
6492 * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
6494 2002-12-05 Heikki Junes <hjunes@cc.hut.fi>
6496 * lilypond-mode.el: Propose reverting buffer before a command if
6497 it was edited with an another editor.
6499 2002-12-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6501 * lily/molecule.cc (ly_translate_molecule): new function
6503 * python/GNUmakefile (INSTALLATION_DIR1): install Python module
6506 * autogen.sh (srcdir): copy aclocal.m4 if newer.
6508 * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
6510 2002-12-04 Heikki Junes <hjunes@cc.hut.fi>
6512 * lilypond.words: take \words from Info-index.
6514 2002-12-04 Jan Nieuwenhuizen <janneke@gnu.org>
6516 * scm/sodipodi.scm: Add instruction for generating pfa fonts.
6518 2002-12-02 Heikki Junes <hjunes@cc.hut.fi>
6520 * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
6522 2002-12-01 Heikki Junes <hjunes@cc.hut.fi>
6524 * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info
6525 and lilypond-documentation.
6527 2002-12-02 Jan Nieuwenhuizen <janneke@gnu.org>
6529 * lily/parser.yy: Compile fix (bison 1.75).
6531 2002-12-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6533 * VERSION: 1.7.9 released
6535 * scm/music-functions.scm (shift-one-duration-log): refactor.
6538 * input/regression/chord-tremolo.ly (texidoc): add dot test.
6542 * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
6545 * scm/music-functions.scm (display-music): new function
6546 (music-map): change arg order.
6548 * input/regression/new-markup-syntax.scm: new file
6550 * lily/parser.yy (markup): add \markup { .. } syntax.
6552 * scm/new-markup.scm (override-markup): new function
6553 (lookup-markup): new function
6554 (music-markup): new function
6555 (lookup-markup-command): use markup-signature to store argument
6558 * lily/lexer.ll: preliminary \markup syntax.
6560 2002-11-30 Heikki Junes <hjunes@cc.hut.fi>
6562 * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
6563 add pre/post-dependencies and menus with icons from source.
6565 * Documentation/pictures/lilypond-48x48.xpm:
6566 * Documentation/pictures/lilypond-32x32.xpm:
6567 * Documentation/pictures/lilypond-16x16.xpm: new files, background
6570 * stepmake/stepmake/generic-targets.make:
6571 * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
6573 2002-11-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6575 * input/regression/music-map.ly (texidoc): new file.
6577 * scm/music-functions.scm (music-map): new function
6579 2002-11-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6581 * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
6583 2002-11-28 Heikki Junes <hjunes@cc.hut.fi>
6585 * input/test/to-xml.ly:
6586 * lily/ligature-engraver.cc: Fixes documentation.
6588 * lilypond.mandrake.spec.in:
6589 * lilypond.redhat.spec.in: Add lilypond.words.
6591 * Documentation/user/refman.itely: Mention Info inside emacs.
6593 * lilypond.suse.spec.in:
6594 * lilypond.redhat.spec.in:
6595 * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se).
6597 2002-11-27 Jan Nieuwenhuizen <janneke@gnu.org>
6599 * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
6602 2002-11-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6604 * scripts/ly2dvi.py (include_path): print warning if failing anything.
6606 * python/lilylib.py (error): add space
6608 2002-11-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6610 * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
6613 2002-11-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6615 * lily/paper-outputter.cc (Paper_outputter): close port when
6618 2002-11-26 Jan Nieuwenhuizen <janneke@gnu.org>
6620 * scm/sodipodi.scm: Fixes.
6622 2002-11-26 Heikki Junes <hjunes@cc.hut.fi>
6624 * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
6626 * buildscripts/make-font-dir.py: Fix.
6628 2002-11-25 Heikki Junes <hjunes@cc.hut.fi>
6630 * lilypond-mode.el: Add support for Info inside Emacs.
6632 2002-11-24 Jan Nieuwenhuizen <janneke@gnu.org>
6634 * buildscripts/make-font-dir.py:
6635 * mf/GNUmakefile: Make sodipodi font map.
6637 * scm/sodipodi.scm: Add more output functions.
6639 * mf/feta-nummer.mf:
6640 * mf/feta-beugel.mf: Add font_coding_scheme.
6642 * lily/paper-outputter.cc (output_header): Fix creator string.
6644 2002-11-23 Heikki Junes <hjunes@cc.hut.fi>
6646 * lilypond-mode.el (LilyPond-autocompletion): invoked with
6647 [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
6649 * lilypond.words: add two (Everybody can add/remove words now!).
6652 * make/lilypond.suse.spec.in:
6653 * make/lilypond.mandrake.spec.in:
6654 * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
6656 * Documentation/user/refman.itely: Mention autocompletion.
6658 2002-11-23 Jan Nieuwenhuizen <janneke@gnu.org>
6660 * scripts/ly2dvi.py: Add paper sizes.
6662 * lily/timing-engraver.cc:
6663 * lily/time-signature.cc:
6665 * lily/grob-scheme.cc: Code formatting fixes.
6669 * buildscripts/mf-to-table.py:
6670 * buildscripts/make-font-dir.py: Font testing.
6672 2002-11-23 Heikki Junes <hjunes@cc.hut.fi>
6674 * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
6675 inserts try-completion and shows all-completions.
6677 * lilypond.words: '\' -> '\\'
6679 * lilypond-mode.el: load libraries in the end, lilypond.words defines
6680 LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
6682 * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
6683 and LilyPond-reserved-words.
6685 2002-11-22 Heikki Junes <hjunes@cc.hut.fi>
6687 * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
6690 * lilypond-mode.el (LilyPond-autocompletion): shows completions in
6691 the mini-buffer with Control-Shift-c.
6693 2002-11-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6695 * lily/parser.yy (tempo_event): use tempo-unit for \tempo
6696 duration. This fixes \tempo taking time.
6698 2002-11-21 Mats Bengtsson <mats.bengtsson@s3.kth.se>
6700 * lily/volta-engraver.cc (process_acknowledged_grobs):
6701 Allow for text markup in repeatCommands.
6703 2002-11-21 Heikki Junes <hjunes@cc.hut.fi>
6705 * lilypond-mode.el (LilyPond-insert-string): new function, use it
6706 in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
6707 Get rid of skeleton.el-dependency.
6709 * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
6711 2002-11-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6713 * lily/beam-engraver.cc (stop_translation_timestep): reset
6716 * lily/scm-option.cc: add parse-protect to ly:set-option
6718 * lily/lexer.ll: set errorlevel if GUILE fails during parse.
6720 2002-11-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6722 * lily/include/ligature-bracket.hh: removed
6723 * lily/ligature-bracket.cc: removed
6725 * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
6728 * lily/beam.cc (set_beaming): don't change beam count on rests.
6729 (brew_molecule): always set flag-width > 0.
6731 2002-11-19 Heikki Junes <hjunes@cc.hut.fi>
6733 * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
6734 chars, remove instructions; instead, refer to lilypond-init.el and
6735 Documentation/topdocs/INSTALL.texi.
6737 * lilypond.words: add identifiers and reserved words.
6739 * Documentation/topdocs/INSTALL.texi: separate sections for installing
6740 files and adding a load-path.
6742 * lilypond-init.el: Instructions, extracted from
6743 Documentation/topdocs/INSTALL.texi.
6745 2002-11-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6747 * VERSION: 1.7.8 released
6749 * lily/grob.cc (warning): better robustness fix.
6751 2002-11-19 Juergen Reuter <reuter@ipd.uka.de>
6753 * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
6755 * lily/cluster-engraver.cc: stick better to variable naming
6758 * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
6759 until stop_translation_timestep()
6761 * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
6762 min/max coordinates to backend, but no musical info such as
6765 * lily/cluster.cc: robustness fix: do not crash upon empty cluster
6767 * lily/grob.cc: robustness fix: warning(): do not crash if
6770 * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
6771 the much more elaborated tuplet brackets than the very naive and
6772 simple ligature bracket grob
6774 2002-11-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6776 * Documentation/user/refman.itely (Analysis brackets): add
6777 horizontal bracket doco.
6779 * ly/property-init.ly (setMmRestFermata): added.
6781 * Documentation/user/refman.itely (Multi measure rests): fermatas
6784 * input/regression/apply-context.ly (texidoc): new file
6786 * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
6787 code to be executed during interpretation. Possible applications:
6788 smart octavation, more advanced bar checks.
6790 * lily/apply-context-iterator.cc: new file.
6792 2002-11-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6794 * input/test/new-markup.ly: new file.
6796 * lily/text-item.cc (text_to_molecule): new function
6798 * scm/new-markup.scm (lambda): new file
6800 * lily/function-documentation.cc (ly_add_function_documentation):
6801 add proc property as well
6803 2002-11-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6805 * Documentation/user/music-glossary.tely (Top): add custos.
6807 2002-11-18 Heikki Junes <hjunes@cc.hut.fi>
6809 * Documentation/topdocs/INSTALL.texi: advise how to include source
6810 path to Emacs load-path and improve language.
6812 2002-11-16 Jan Nieuwenhuizen <janneke@gnu.org>
6814 * GNUmakefile.in: config.h message fix.
6817 * aclocal.m4: Regenerate.
6821 * stepmake/config.make.in:
6822 * stepmake/configure.in:
6823 * stepmake/autogen.sh:
6824 * stepmake/aclocal.m4: Update for autoconf 2.56.
6826 2002-11-16 Heikki Junes <hjunes@cc.hut.fi>
6828 * Documentation/topdocs/INSTALL.texi: instructions for an user how
6829 to install Emacs-mode. Instructions how to use vim-mode.
6831 2002-11-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6833 * scm/music-types.scm (music-descriptions): no length for tempo event.
6835 * input/*.ly: add \version everywhere.
6837 * input/*.ly: update syntax to 1.7 + new-chords.
6839 * VERSION: 1.7.7 released.
6841 * Documentation/user/*.tely: new chord syntax.
6843 * input/regression/[bc]*.ly (texidoc): syntax updates.
6845 2002-11-13 Heikki Junes <hjunes@cc.hut.fi>
6847 * lilypond.words: add vocabulary to be used in auto-completion
6849 * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
6851 * lilypond.vim: allow note name at EOF
6853 2002-11-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6855 * buildscripts/new-chords.py (edit): -e option: inline editing.
6857 * input/regression/a*.ly (texidoc): syntax updates.
6859 * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
6860 music): elucidations.
6862 2002-11-11 Juergen Reuter <reuter@ipd.uka.de>
6864 * lily/include/lily-proto.hh, ly/engraver-init.ly,
6865 ly/spanners-init.ly, scm/grob-description.scm,
6866 scm/grob-property-description.scm, scm/music-types.scm,
6867 lily/cluster-engraver.cc, lily/cluster.cc,
6868 lily/include/cluster.hh, input/test/cluster.ly: cluster
6871 * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
6872 ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
6873 scm/sketch.scm, scm/tex.scm: support for dots and polygons added
6875 * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
6877 * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
6879 * scm/grob-description.scm: bugfix: by default, use default note
6880 head style when engraving ligatures
6882 * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
6884 * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
6887 * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
6889 * input/test/ancient-font.ly: bugfix: style -> flag-style
6891 * lily/ligature-engraver.cc: indentation fix
6893 * lily/parser.yy: indentation fixes
6895 2002-11-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6897 * input/regression/measure-grouping.ly: more elaborate example.
6899 * lily/moment.cc: ly:add-moment, ly:mul-moment,
6900 ly:div-moment. New functions
6902 * scm/music-functions.scm (set-time-signature): new function,
6903 allow inline time sig settings with measure grouping.
6905 * lily/parser.yy (command_element): move time sig construction
6908 * lily/side-position-interface.cc (out_of_staff): new function,
6909 like padding, but keep minimum distance from staff. Easier than
6910 linespanners (dynamics, pedals), but roughly the same effect.
6912 2002-11-10 Heikki Junes <hjunes@cc.hut.fi>
6914 * emacs-mode.el: Added spanish-note-replacements
6915 (Carlos Betancourt, <carlos.betancourt@chello.be>).
6917 * vimrc: (Un)commenting with <(S-)F12>, tidy.
6919 2002-11-08 Heikki Junes <hjunes@cc.hut.fi>
6921 * lilypond.vim: Do not fontify cises, desis, etc.
6923 * vimrc: view dvi with <S-F6>
6925 2002-11-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6927 * lily/lookup.cc (triangle): new function.
6929 * input/regression/measure-grouping.ly (texidoc): new file: show
6930 triangles and brackets for beat groups of 3 and 2.
6932 * lily/include/measure-grouping-spanner.hh (class
6933 Measure_grouping): new file.
6935 * lily/measure-grouping-spanner.cc (brew_molecule): new file
6937 * lily/measure-grouping-engraver.cc (class
6938 Measure_grouping_engraver): new file.
6940 2002-11-06 Jan Nieuwenhuizen <janneke@gnu.org>
6942 * Merge from stable:
6944 cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
6946 * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
6949 * ly/paper19.ly: Include paper19-init.ly.
6951 * ly/paper19-init.ly: New file.
6953 * Documentation/user/tutorial.itely (First steps): Fix first
6954 example for font test.
6956 * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
6958 * ChangeLog: Add 1.7.6 release marker (see below).
6960 * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
6963 2002-11-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6965 * input/tutorial/sammartini.ly (bassvoices): to new syntax.
6967 * input/tutorial/*.ly: update to new syntax.
6969 * lily/parser.yy (Composite_music): new transpose syntax,
6970 \transpose FROM TO MUSIC.
6972 2002-11-04 Jan Nieuwenhuizen <janneke@gnu.org>
6974 * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
6975 latex progress/error output to stderr (by default this goes to
6976 stdout). Show lilypond progress, even when not verbose.
6978 * python/lilylib.py (system): New optional parameter to control
6979 showing of progress.
6981 * scm/backend-documentation-lib.scm (check-dangling-properties):
6984 * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify. Add
6987 * scm/grob-property-description.scm (magnify): Remove.
6988 (extent, axis): Add.
6990 2002-11-03 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6992 * VERSION: Release 1.7.6.
6994 * scripts/convert-ly.py: more uniformization substitutions.
6996 * buildscripts/new-chords.py (sub_chords): new file.
6998 2002-11-03 Jan Nieuwenhuizen <janneke@gnu.org>
7000 * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
7001 lilypond.map. Include sauter fonts too. Cleanups.
7003 2002-11-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7005 * Documentation/user/tutorial.itely (First steps): change to new
7006 chord/tie/slur/beam notation.
7008 * lily/parser.yy (event_that_take_dir): allow postfix notation for
7011 * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
7012 engraver. Process ties in postfix notation, i.e. c8-~ c
7014 * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
7016 * input/regression/beam-postfix-notation.ly (texidoc): new file.
7018 * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
7020 * lily/beam-engraver.cc (try_music): accept new-beam-events
7022 * input/regression/chord-scripts.ly (texidoc): new file
7024 * lily/new-fingering-engraver.cc (acknowledge_grob): also handle
7027 * scm/script.scm (default-script-alist): cleanup.
7029 * lily/script-engraver.cc (make_script_from_event): cleanup.
7031 * lily/lyric-combine-music-iterator.cc
7032 (Lyric_combine_music_iterator): remove superfluous events.
7033 (melisma_busy): new function. Fix broken melismas.
7035 2002-10-31 Heikki Junes <hjunes@cc.hut.fi>
7037 * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
7038 Remove nonvalid settings. Use descriptive key names.
7039 Use <Return> to indicate the pressing of that key.
7041 2002-10-30 Jan Nieuwenhuizen <janneke@gnu.org>
7043 * scripts/lilypond-book.py (option_definitions): Typo.
7045 * scripts/ly2dvi.py: Updates.
7047 * python/lilylib.py (setup_environment, print_environment)
7048 (get_bbox, make_preview): Merge and remove from ly2dvi and
7051 * scripts/lilypond-book.py: Use lilylib. Cleanups.
7053 * .cvsignore: Remove some cruft.
7055 * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
7058 * scripts/ly2dvi.py: Use lilylib as module. Fail gracefully if
7059 kpsexpand, kpsewhich, ps2pdf exit with error. Cleanups and fixes
7062 * python/lilylib.py (quiet_system): Junk
7063 (system): Display error log upon failure.
7064 (read_pipe): New function. Cleanups and fixes.
7066 * python/*.py: Rename from *.py.in.
7068 * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
7070 * GNUmakefile.in (SUBDIRS): Move python before scripts.
7072 2002-10-30 Jan Nieuwenhuizen <janneke@gnu.org>
7074 * python/GNUmakefile: Bugfix: handle modules.
7076 * stepmake/stepmake/python-module-targets.make (default): Add
7079 * stepmake/stepmake/python-module-rules.make: Add rule for byte
7082 * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
7083 Bugfix. (OUT_PYC_MODULES): Add.
7085 2002-10-30 Heikki Junes <hjunes@cc.hut.fi>
7087 * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
7088 Use default paths. Refresh description.
7090 2002-10-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7092 * VERSION: 1.7.5 released
7094 * input/regression/finger-chords.ly (texidoc): new file.
7096 * lily/script-engraver.cc (process_music): remove scriptHorizontal
7099 * lily/fingering-engraver.cc (process_music): remove kludgy
7100 scriptHorizontal stuff.
7102 * lily/script.cc: remove staff-support property.
7104 * lily/new-fingering-engraver.cc (add_fingering): new
7105 file. Fingering engraver for new style chords.
7107 2002-10-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7109 * lily/parser.yy (bare_number): allow 4 \cm (without
7110 decimal dot). (should backport to 1.6?)
7112 * ly/declarations-init.ly: use Scheme for dimension defs.
7114 * lily/parser.yy (TODO): remove hard coded dimensions, add
7115 REAL NUMBER_IDENTIFIER production.
7117 * lily/rest-collision.cc (force_shift_callback): rewrite using
7120 * scm/grob-property-description.scm (rest-collision-done): add
7123 * lilypond.vim: add file (<hjunes@cc.hut.fi>)
7125 2002-10-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7127 * input/regression/multi-measure-rest-center.ly: new file.
7129 * lily/multi-measure-rest.cc (big_rest): multi measure rest was
7130 off horizontally by 0.05 ss. Fixed.
7132 2002-10-22 Jan Nieuwenhuizen <janneke@gnu.org>
7134 * scm/pdftex.scm: Rename ly-number to ly:number->string.
7136 * Documentation/topdocs/index.tely: Remove duplicate from merge.
7138 2002-10-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7140 * lily/tie.cc (get_control_points): also avoid staff lines on the
7141 just outside the outer staff lines
7143 2002-10-21 Jan Nieuwenhuizen <janneke@gnu.org>
7145 * ly/params-init.ly: Just define style-alist, no need to
7148 * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
7151 * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
7152 (FET_FILES): = FONT_FILES.
7154 * Merge from stable:
7156 cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
7158 2002-10-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7160 * VERSION: 1.7.4 released.
7162 * scm/generate-documentation.scm (string-append): add macro
7165 * lily/text-item.cc (lookup_text): don't use virtual fonts for
7168 * lily/multi-measure-rest-engraver.cc: make separate
7169 MultiMeasureRestNumber grob. Introduce restNumberThreshold.
7171 * lily/multi-measure-rest.cc: remove text handling. Remove
7174 2002-10-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7176 * scm/music-types.scm: doc patch by Graham Percival
7178 2002-10-19 Jan Nieuwenhuizen <janneke@gnu.org>
7180 * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
7182 (Font_info.set_defaults): pixelsize now also defauts to '0'.
7183 (sketch_p): Sketch wants only first four elements of X11 font spec.
7185 * buildscripts/mf-to-table.py (parse_logfile): Bugfix.
7187 * mf/feta-autometric.mf: Write foundry and family to log.
7189 * mf/GNUmakefile: Fixes for pfx builds. Also write sketch
7190 font translation table.
7192 * buildscripts/mf-to-table.py: Better font info into afm.
7194 * buildscripts/make-font-dir.py: Use font info from afm. Mftrace
7197 * configure.in: Whine for mftrace 1.0.9.
7199 2002-10-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7201 * lily/parser.yy (chord_body): allow <<c e>>4 notation.
7203 * lily/main.cc (main_prog): don't try to load init.EXT when
7206 2002-10-15 Rune Zedeler <rune@zedeler.dk>
7208 * scm/tex.scm (zigzig-line): added.
7210 * scm/ps.scm (zigzag-line): added.
7212 * ps/music-drawing-routines.ps (subvec): added.
7213 (draw_zigzag_line): added.
7215 * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
7216 grob properties zigzag-width and zigzag-length.
7218 * input/regression/glissando.ly: Add some zig-zagged glissandi.
7220 2002-10-15 Jan Nieuwenhuizen <janneke@gnu.org>
7222 * scm/sodipodi.scm: Some fixes. Sketch also groks this bare-bones
7223 svg output, including font.
7225 2002-10-14 Jan Nieuwenhuizen <janneke@gnu.org>
7227 * scm/lily.scm: Register sodipodi output module.
7229 * scm/sodipodi.scm: New file.
7231 * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
7233 * buildscripts/mf-to-table.py (base): Write TfmChecksum in
7234 comment, after header.
7235 (parse_logfile): Remove invalid key FontFamily. Add mandatory key
7236 FullName. Fix FontName key.
7238 2002-10-14 Rune Zedeler <rune@zedeler.dk>
7240 * lily/rest.cc (after_line_breaking): bugfix: dots after half
7243 * input/test/blank-notes.ly: bugfix
7245 * lily/rest.cc (after_line_breaking): bugfix: dots after whole
7248 * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
7250 2002-10-14 Jan Nieuwenhuizen <janneke@gnu.org>
7253 * scm/ps.scm: Cleanup and remove obsolete junk.
7255 * Documentation/user/internals.itely:
7256 * Documentation/user/refman.itely: Run texinfo-all-menus-update.
7258 * lily/parser.yy: Identify shift/reduce problems.
7260 * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
7261 make-style-sheet. Too specific for convert-ly?
7263 2002-10-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7265 * po/cs.po: added czech translation, courtesy Tomas Kopecek.
7267 * input/test/*.ly: various fixes.
7269 * lily/music.cc (name): bugfix
7271 * lily/piano-pedal-engraver.cc (try_music): fix pedals.
7273 * lily/input-file-results.cc (code): set-point-and-click! ->
7276 2002-10-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7278 * Use uniform ly: prefix for exported scheme primitive functions.
7280 * scm/music-types.scm: junk compat glue
7282 * scripts/convert-ly.py: add rules for stuff below, junk
7283 compatibility glue for spanrequest.
7285 * lily/parser.yy (verbose_event): remove \spanrequest,
7286 \commandspanrequest, \script.
7288 * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
7290 * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
7291 for \penalty, \glissando.
7293 * VERSION: release 1.7.3
7295 2002-10-13 Rune Zedeler <rune@zedeler.dk>
7297 * lily/accidental-engraver.cc: Fix
7298 grace-in-the-beginning-of-measure bug caused by the resent
7299 partial-measure fix.
7301 * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
7302 overlap looks too crowded)
7304 2002-10-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7306 * lily/parser.yy (assignment): allow SCM expression as assignment.
7308 * lily/include/music-output-def.hh (class Music_output_def):
7309 * lily/music-output-def.cc:
7310 * lily/paper-def.cc:
7311 * scm/font.scm (markup-to-properties):
7312 * lily/parser.yy (music_output_def_body):
7315 2002-10-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7317 * ly/grace-init.ly (startGraceMusic): shorten default grace stem
7320 * input/regression/spacing-to-grace.ly: new file.
7322 * input/regression/spacing-end-of-line.ly: new file.
7324 * lily/note-spacing.cc (get_spacing): take into account breakable
7325 stuff sticking out at the left (time sig change at line break).
7327 * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
7330 * scm/music-functions.scm (make-voice-props-set): add
7331 staff-position for mm rests.
7333 * lily/spacing-spanner.cc (musical_column_spacing): shrink space
7334 before grace notes a little.
7336 * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
7338 * lily/break-align-interface.cc (do_alignment): right-edge spacing
7339 key adds space at the end of line.
7341 2002-10-11 Jan Nieuwenhuizen <janneke@gnu.org>
7343 * scm/sketch.scm: Fix beams.
7345 * buildscripts/mf-to-table.py: Add EncodingScheme.
7347 * scm/sketch.scm: Resurrect.
7349 2002-10-11 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7351 * lily/multi-measure-rest.cc: use breve rests for measure lengths
7352 longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
7354 2002-10-10 Jan Nieuwenhuizen <janneke@gnu.org>
7356 * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
7358 * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
7360 2002-10-11 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7362 * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
7363 token for origin information.
7365 * lily/parser.yy (My_lily_lexer): do identifier location and
7368 * scm/music-functions.scm (make-multi-measure-rest): move mmrest
7369 logic out of the parser. Add bar checks on both ends.
7371 * Documentation/user/refman.itely (Multi measure rests): add more
7372 notes about mm rests.
7374 2002-10-10 Jan Nieuwenhuizen <janneke@gnu.org>
7376 * input/regression/bar-scripts.ly: Re-enable.
7379 * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
7380 released rsn. Bison 1.50 has a crucial bug and won't work.
7382 * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
7385 2002-10-07 Jan Nieuwenhuizen <janneke@gnu.org>
7387 * input/regression/bar-scripts.ly: Blunt documentation build fix.
7389 2002-10-05 Jan Nieuwenhuizen <janneke@gnu.org>
7391 * Actually merge changes since 1.6.4 besides ChangeLog, and
7392 resolve conflicts. Lots of updates, hope all is well.
7394 * cygwin/lilypond.hint (requires): Add ghostscript.
7396 * scm: Update some (c).
7398 2002-10-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7400 * input/test/{various}.ly: add \header fields and texidoc strings.
7402 2002-10-05 Werner Lemberg <wl@gnu.org>
7404 * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
7405 renamed to `output_latex_quoted'.
7406 Added `output_latex_noquote'.
7407 (schedule_lilypond_block): Implement `noquote' option for LaTeX
7410 2002-11-03 Jan Nieuwenhuizen <janneke@gnu.org>
7412 * ChangeLog: Add 1.6.6 release marker. See below.
7414 * stepmake/stepmake/po-targets.make: Remove --c++ option.
7416 * scripts/midi2ly.py: Fix global syntax warnings.
7418 * GNUmakefile.in: Generate builddir locale tree too.
7420 * scripts/ly2dvi.py:
7421 * scripts/midi2ly.py:
7422 * scripts/mup2ly.py:
7423 * scripts/update-lily.py:
7424 * lily/main.cc (setup_paths): Fix for locales setup.
7426 2002-10-29 Jan Nieuwenhuizen <janneke@gnu.org>
7428 * Documentation/windows/installing.texi: Soften wording about
7429 necessity of becoming Administrator. tommie@iae.nl reports this
7430 does not seem to be necessary for his flavour of Windows 2000.
7431 Explicitely discourage text mode mounts.
7433 2002-10-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7435 * lily/rest.cc (after_line_breaking): backport dot position fix.
7437 * lily/rest-collision.cc (do_shift): also remove dots for suicided
7438 rests. Thanks to Klaus Zimmermann for finding this bug.
7440 2002-10-24 Jan Nieuwenhuizen <janneke@gnu.org>
7442 * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
7444 2002-10-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7446 * Documentation/user/music-glossary.tely: fix links.
7448 2002-10-21 Werner Lemberg <wl@gnu.org>
7450 * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
7451 (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
7452 scaling factor) only once and use them in the definition of
7454 * ps/music-drawing-routines.ps (skeel): Removed.
7456 2002-10-21 Jan Nieuwenhuizen <janneke@gnu.org>
7458 * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
7459 Solaris7, as we don't use nested $( ) constructs.
7461 2002-10-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7463 * VERSION: Release 1.6.6.
7465 2002-10-21 Jan Nieuwenhuizen <janneke@gnu.org>
7467 * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
7468 as workaround for /bin/sh problems on Solaris7.
7470 2002-10-19 Werner Lemberg <wl@gnu.org>
7472 * GNUmakefile.in (web-doc): Fix typos.
7473 * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
7474 `music-drawing-routines.ps' but emit \special{header=...} once.
7475 * scm/tex.scm (header-end): Updated.
7477 2002-10-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7479 * lily/stem-engraver.cc (acknowledge_grob): don't crash on
7482 2002-10-15 Werner Lemberg <wl@gnu.org>
7484 * scripts/lilypond-book.py (g_make_html): New global variable.
7485 (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
7486 if `g_make_html' isn't set.
7487 [main]: Add format `texi-html'.
7488 (option_definitions): Updated.
7489 * Documentation/user/lilypond-book.itely: Updated.
7491 * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
7492 * make/ly-rules.make (%.texi, %.nexi): Use it.
7493 * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
7494 format to lilypond-book.
7495 * GNUmakefile.in (web-doc): Ditto.
7497 2002-10-14 Werner Lemberg <wl@gnu.org>
7499 Further improve TeX output. The produced files are about 40%
7500 smaller. `lilyponddefs.tex' is now read only once.
7502 * tex/lilyponddefs.tex: Remove footer stuff.
7503 (\ifundefined): Renamed to...
7504 (\lilypondundefined): This. Use LaTeX's definition to
7505 make it nestable and make it global.
7506 (\lilypondstart, \lilypondend): New macro to initialize LilyPond
7508 (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
7509 (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
7511 (\placebox): Renamed to...
7513 Make it global and call \outputscale by itself.
7514 (\lybox, \lyvrule): New macros to reduce input data.
7515 (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
7516 New auxiliary macros.
7517 (\SkipLilydefs, \EndLilyPondOutput): Removed.
7518 * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
7520 (\lilypondspace): This and made it global.
7521 (\turnOnPostScript): Renamed to...
7522 (\lilypondpostscript): This and made it global.
7523 (\turnOnExperimentalFeatures): Renamed to...
7524 (\lilypondexperimentalfeatures): This and made it global.
7525 * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
7526 (\lilypondsetdimen): This and made it global.
7527 * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
7528 * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
7529 (all, $(outdir)/music-drawing-routines.ps): New rules.
7530 * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
7531 * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
7532 start-system, stop-system, stop-last-system, filledbox): Updated to
7533 use the changed macros from lilyponddefs.tex.
7534 * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
7536 2002-10-07 Jan Nieuwenhuizen <janneke@gnu.org>
7538 * Documentation/windows/installing.texi: Update.
7540 2002-09-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7542 * VERSION: 1.6.5 released
7544 * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
7546 2002-09-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7548 * scm/translator-property-description.scm (voltaOnThisStaff): add
7551 2002-09-28 Werner Lemberg <wl@gnu.org>
7553 * scm/tex.scm (header-end): Suppress page numbering.
7555 * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
7556 Fix quotation for HTML output.
7558 2002-09-28 Graham Percival <gperciva@sfu.ca>
7560 * Documentation/user/refman.itely: grammar and phrasing
7561 fixes to "Note Entry" section. Also adds a few new examples.
7563 2002-09-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7565 * flower/include/string-data.icc: include string.h
7567 2002-09-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7569 * scm/chord-name.scm (chord::inner-name-banter): remove space.
7571 2002-09-27 Jan Nieuwenhuizen <janneke@gnu.org>
7573 * Documentation/user/GNUmakefile (extra-local-help): Add.
7575 * stepmake/stepmake/www-targets.make (local-help): Add.
7577 2002-09-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7579 * Documentation/topdocs/INSTALL.texi (Top): recommend binary
7582 * Documentation/topdocs/README.texi (Top): building documentation
7585 2002-09-26 Jan Nieuwenhuizen <janneke@gnu.org>
7587 * Documentation/user/refman.itely:
7588 * Documentation/user/tutorial.itely:
7589 * Documentation/user/music-glossary.tely: Merge changes.
7591 * Documentation/user/glossary.html.in:
7592 * Documentation/index.texi:
7593 * Documentation/header.html.in: Accomodate renaming of glossary.
7595 * Documentation/user/tutorial.itely: Add some glossary references.
7597 * Documentation/user/refman.itely: Minor fixes.
7599 * Documentation/user/lilypond.tely: Add glossary do direntry.
7601 * Documentation/user/music-glossary.tely: Rename (previously:
7602 glossary.tely). Fix anchor placement.
7604 * Documentation/user/GNUmakefile: Make music-glossary.info too.
7606 2002-09-23 Werner Lemberg <wl@gnu.org>
7608 * scripts/lilypond-book.py (output_dict): Fix handling of
7609 various environments by avoid extraneous newlines.
7610 Rename `output-all' regexp for html to `output-html'.
7611 Replace `output-all' regexp for texi with `output-texi-quote'
7612 and `output-texi-noquote'.
7613 (compose_full_body): Don't override `linewidth' user option
7615 (schedule_lilypond_block): Don't indent text specified with
7617 Add new option `noquote'.
7618 (compile_all_files): Use latex instead of tex to compile ly
7621 * Documentation/user/lilypond-book.itely: Updated and revised.
7624 * Documentation/user/glossary.tely,
7625 Documentation/user/introduction.itely,
7626 Documentation/user/tutorial.itely,
7627 Documentation/user/refman.itely,
7628 Documentation/user/appendices.itely: Fix overfull LilyPond
7629 boxes caused by the new lilypond-book code. Other minor
7632 * Documentation/user/macros.itexi (@texiflat): Don't emit
7635 * scm/tex.scm (end-output, header-end): Add preamble and
7636 postamble to make lilypond output directly compilable with
7640 2002-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7642 * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
7645 2002-09-25 Jan Nieuwenhuizen <janneke@gnu.org>
7647 * Documentation/user/glossary.tely: Add titling and hyperlinks.
7649 2002-09-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7651 * lily/beam.cc (connect_beams): don't crash if there are quarter
7654 2002-09-24 Juergen Reuter <reuter@ipd.uka.de>
7656 * Documentation/user/refman.itely: corrected ancient clef
7657 docu; added docu on ligatures
7659 2002-09-21 Juergen Reuter <reuter@ipd.uka.de>
7661 * Documentation/user/glossary.tely,
7662 Documentation/user/refman.itely, input/les-nereides.ly,
7663 input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
7664 input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
7665 scm/grob-property-description.scm, scripts/convert-ly.py: renamed
7666 Stem properties: flag-style -> stroke-style, style -> flag-style.
7669 2002-09-22 Werner Lemberg <wl@gnu.org>
7671 * scripts/lilypond-book.py: Add option `notime' to suppress
7672 printing of a time signature. Specify default indentation of 0pt
7673 if single line fragment. Don't emit redundant `\paper{ }'.
7675 * Documentation/user/lilypond-book.itely: Updated.
7677 * Documentation/user/glossary.tely: Completely reformatting.
7679 2002-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7681 * GNUmakefile.in (top-web): generate (possibly empty) examples.html
7683 2002-09-22 Jan Nieuwenhuizen <janneke@gnu.org>
7685 * Documentation/user/tutorial.itely: Fix links.
7687 * Documentation/topdocs/index.tely:
7688 * Documentation/index.texi:
7689 * Documentation/header.html.in: Small website fixes and updates.
7691 * debian/: Debian patch by Anthony Fok.
7693 2002-09-21 Jan Nieuwenhuizen <janneke@gnu.org>
7695 * Documentation/footer.html.in: How time flies: It's already 2002!
7697 * Documentation/topdocs/index.tely: Stable/development fix. Use
7698 more descriptive link names than 'here'.
7700 2002-09-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7702 * VERSION: 1.7.2 released
7703 * VERSION: 1.6.4 released
7705 * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
7707 * scripts/convert-ly.py (FatalConversionError.conv): add rule for
7708 (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
7710 * mf/feta-din.mf (test): add x-height and space.
7712 * lily/dynamic-engraver.cc (process_music): take dynamic direction
7713 from ^_ for crescendi. Idem for slurs and phrasing slurs.
7715 * ly/grace-init.ly: add-to-grace-init: function to portably add
7718 * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
7719 if we get an absolute dynamic event.
7721 * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
7723 * lily/source-file.cc (get_line): oops. All line numbers were off
7726 * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
7727 be after the note, combined with -_^, i.e. c4-(-\)-\>
7729 * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
7731 * lily/parser.yy (number_factor): remove (number) as number
7732 expression. ("Let them eat Lisp").
7734 2002-10-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7736 * lily/horizontal-bracket.cc: new file.
7738 * lily/horizontal-bracket-engraver.cc: new file.
7740 * input/regression/note-group-bracket.ly: new file. Support
7741 horizontal note brackets for music analysis.
7743 * lily/stem.cc (flag): new flag-style: no-flag.
7745 * input/test/stem-cross-staff.ly: new file
7747 * Documentation/user/internals.itely: Improved formatting, fixing
7748 typos. Added a section `Output details' to describe how the TeX
7751 * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
7753 * lily/parser.yy: remove \dynamicscript.
7755 * ly/dynamic-scripts-init.ly: redo the dynamic scripts
7758 * python/midi.c (midi_error): take two arguments.
7760 * Merge 1.6.5 changes:
7762 2002-10-04 Jan Nieuwenhuizen <janneke@gnu.org>
7764 * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
7765 staff-space. Previous 1.5 was probably meant as half-spaces.
7766 (cautionary-style): parentheses (was: smaller). This is what doco
7767 says, and it seems more logical.
7769 * Documentation/user/refman.itely (Chromatic alterations): Bugfix
7772 2002-10-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7774 * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
7776 2002-10-03 Jan Nieuwenhuizen <janneke@gnu.org>
7778 * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
7780 2002-09-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7782 * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
7784 2002-09-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7786 * scm/translator-property-description.scm (voltaOnThisStaff): add
7789 2002-09-28 Werner Lemberg <wl@gnu.org>
7791 * scm/tex.scm (header-end): Suppress page numbering.
7793 * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
7794 Fix quotation for HTML output.
7796 2002-09-28 Graham Percival <gperciva@sfu.ca>
7798 * Documentation/user/refman.itely: grammar and phrasing
7799 fixes to "Note Entry" section. Also adds a few new examples.
7801 2002-09-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7803 * flower/include/string-data.icc: include string.h
7805 2002-09-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7807 * scm/chord-name.scm (chord::inner-name-banter): remove space.
7809 2002-09-27 Jan Nieuwenhuizen <janneke@gnu.org>
7811 * Documentation/user/GNUmakefile (extra-local-help): Add.
7813 * stepmake/stepmake/www-targets.make (local-help): Add.
7815 2002-09-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7817 * Documentation/topdocs/INSTALL.texi (Top): recommend binary
7820 * Documentation/topdocs/README.texi (Top): building documentation
7823 2002-09-26 Jan Nieuwenhuizen <janneke@gnu.org>
7825 * Documentation/user/refman.itely:
7826 * Documentation/user/tutorial.itely:
7827 * Documentation/user/music-glossary.tely: Merge changes.
7829 * Documentation/user/glossary.html.in:
7830 * Documentation/index.texi:
7831 * Documentation/header.html.in: Accomodate renaming of glossary.
7833 * Documentation/user/tutorial.itely: Add some glossary references.
7835 * Documentation/user/refman.itely: Minor fixes.
7837 * Documentation/user/lilypond.tely: Add glossary do direntry.
7839 * Documentation/user/music-glossary.tely: Rename (previously:
7840 glossary.tely). Fix anchor placement.
7842 * Documentation/user/GNUmakefile: Make music-glossary.info too.
7844 2002-09-23 Werner Lemberg <wl@gnu.org>
7846 * scripts/lilypond-book.py (output_dict): Fix handling of
7847 various environments by avoid extraneous newlines.
7848 Rename `output-all' regexp for html to `output-html'.
7849 Replace `output-all' regexp for texi with `output-texi-quote'
7850 and `output-texi-noquote'.
7851 (compose_full_body): Don't override `linewidth' user option
7853 (schedule_lilypond_block): Don't indent text specified with
7855 Add new option `noquote'.
7856 (compile_all_files): Use latex instead of tex to compile ly
7859 * Documentation/user/lilypond-book.itely: Updated and revised.
7862 * Documentation/user/glossary.tely,
7863 Documentation/user/introduction.itely,
7864 Documentation/user/tutorial.itely,
7865 Documentation/user/refman.itely,
7866 Documentation/user/appendices.itely: Fix overfull LilyPond
7867 boxes caused by the new lilypond-book code. Other minor
7870 * Documentation/user/macros.itexi (@texiflat): Don't emit
7873 * scm/tex.scm (end-output, header-end): Add preamble and
7874 postamble to make lilypond output directly compilable with
7878 2002-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7880 * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
7883 2002-09-25 Jan Nieuwenhuizen <janneke@gnu.org>
7885 * Documentation/user/glossary.tely: Add titling and hyperlinks.
7887 2002-09-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7889 * lily/beam.cc (connect_beams): don't crash if there are quarter
7892 2002-09-24 Juergen Reuter <reuter@ipd.uka.de>
7894 * Documentation/user/refman.itely: corrected ancient clef
7895 docu; added docu on ligatures
7897 2002-09-21 Juergen Reuter <reuter@ipd.uka.de>
7899 * Documentation/user/glossary.tely,
7900 Documentation/user/refman.itely, input/les-nereides.ly,
7901 input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
7902 input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
7903 scm/grob-property-description.scm, scripts/convert-ly.py: renamed
7904 Stem properties: flag-style -> stroke-style, style -> flag-style.
7906 2002-09-22 Werner Lemberg <wl@gnu.org>
7908 * scripts/lilypond-book.py: Add option `notime' to suppress
7909 printing of a time signature. Specify default indentation of 0pt
7910 if single line fragment. Don't emit redundant `\paper{ }'.
7912 * Documentation/user/lilypond-book.itely: Updated.
7914 * Documentation/user/glossary.tely: Completely reformatting.
7916 2002-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7918 * GNUmakefile.in (top-web): generate (possibly empty) examples.html
7920 2002-09-22 Jan Nieuwenhuizen <janneke@gnu.org>
7922 * Documentation/user/tutorial.itely: Fix links.
7924 * Documentation/topdocs/index.tely:
7925 * Documentation/index.texi:
7926 * Documentation/header.html.in: Small website fixes and updates.
7928 * debian/: Debian patch by Anthony Fok.
7930 2002-09-21 Jan Nieuwenhuizen <janneke@gnu.org>
7932 * Documentation/footer.html.in: How time flies: It's already 2002!
7934 * Documentation/topdocs/index.tely: Stable/development fix. Use
7935 more descriptive link names than 'here'.
7937 2002-10-03 Jan Nieuwenhuizen <janneke@gnu.org>
7939 * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
7941 2002-10-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7943 * lily/part-combine-music-iterator.cc (get_state): cleanup
7944 (get_music_info): cleanup.
7946 2002-10-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7948 * scm/backend-documentation-lib.scm (interface-doc-string):
7949 crosslinks between interfaces and grobs. Headings for interfaces
7950 in grob explanation.
7952 2002-09-30 Jan Nieuwenhuizen <janneke@gnu.org>
7954 * scm/to-xml.scm: Fixes. input/trip.ly now parses as xml (without
7955 dtd). Add preliminary dtd.
7956 (re-sub-alist): Robustify.
7958 2002-09-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7960 * lily/include/event-chord-iterator.hh,
7961 lily/context-specced-music-iterator.cc,
7962 lily/event.cc, lily/event-chord-iterator.cc: add
7964 2002-09-29 Jan Nieuwenhuizen <janneke@gnu.org>
7966 * lily/: some (c) header fixes.
7968 * lily/request-chord.cc: Remove.
7970 * lily/include/event-chord-iterator.hh:
7971 * lily/include/event.hh:
7972 * lily/event-chord.cc: New file.
7974 * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
7977 2002-09-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7979 * lily/ : rename Request to Event
7981 * lily/parser.yy (command_element): move clef stuff into Scheme.
7983 * lily/: rename length_mom () to get_length()
7985 * lily/part-combine-music.cc: removed file and class.
7987 * lily/context-specced-music-iterator.cc (class
7988 Context_specced_music_iterator): new file. Obsoletes the
7989 Context_specced_music type.
7991 * scm/music-types.scm (make-repeated-music): put different kinds
7992 of repeated music into music-type table.
7994 * VERSION: 1.7.1 released.
7996 * scm/to-xml.scm: new file.
7998 * input/test/to-xml.ly (fooBar): demo of what is possible with the
7999 new Input representation: dump music as XML.
8001 * scm/engraver-documentation-lib.scm
8002 (engraver-accepts-music-types?): add links from music to engraver,
8003 from music-type to engraver.
8005 * lily/include/command-request.hh: removed
8006 lily/include/musical-request.hh: removed. Removed all _req classes
8007 except Key_change_req. Changes throughout.
8009 2002-09-28 Jan Nieuwenhuizen <janneke@gnu.org>
8011 * lily/tuplet-engraver.cc (try_music): Compile kludge.
8013 2002-09-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8015 * lily/*.cc: specify accepts for many engravers.
8017 * scm/music-documentation-lib.scm: dump music expressions and
8020 * scm/documentation-lib.scm: complete revision.
8021 Use GOOPS objects to store document tree explicitly. Cleaned up and
8022 sped up doco generation a lot.
8024 2002-09-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8026 * input/trip.ly (fugaIILeft): add arpeggio
8028 * lily/translator-group.cc (try_music_on_nongroup_children):
8029 oops. The name symbol is in the cdr of the assoc handle.
8031 * lily/: remove Arpeggio_req, Breathing_sign_req, Extender_req,
8032 Hyphen_req, Glissando_req, Break_req, Mark_req
8034 2002-09-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8036 * lily/musical-request.cc (music-duration-length,
8037 music-duration-compress): new functions.
8039 * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
8040 throughout. Warning doesn't work yet.
8042 * lily/translator-group.cc (try_music_on_nongroup_children):
8043 new implementation: store candidate acceptors in a hashTable.
8045 2002-09-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8047 * scm/music-types.scm (music-descriptions): change name to
8050 * scm/chord-name.scm (chord::inner-name-banter): remove space.
8052 2002-09-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8054 * lily/beam.cc (connect_beams): don't crash if there are quarter
8057 2002-09-24 Juergen Reuter <reuter@ipd.uka.de>
8059 * Documentation/user/refman.itely: corrected ancient clef
8060 docu; added docu on ligatures
8062 2002-09-21 Juergen Reuter <reuter@ipd.uka.de>
8064 * Documentation/user/glossary.tely,
8065 Documentation/user/refman.itely, input/les-nereides.ly,
8066 input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
8067 input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
8068 scm/grob-property-description.scm, scripts/convert-ly.py: renamed
8069 Stem properties: flag-style -> stroke-style, style -> flag-style.
8071 2002-09-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8073 * scm/music-functions.scm (music-separator?): don't use name music
8076 2002-09-24 Jan Nieuwenhuizen <janneke@gnu.org>
8078 * stepmake/stepmake/generic-targets.make (help): Document check
8081 * lily/new-accidental-engraver.cc: Compile fix.
8083 2002-09-23 Jan Nieuwenhuizen <janneke@gnu.org>
8085 * scripts/convert-ly.py: Add rule.
8087 * input/test/music-creation.ly:
8088 * input/test/add-staccato.ly:
8089 * input/test/add-text-script.ly: ly-make-music.
8091 * scm/drums.scm (make-head-type-elem, make-articulation-script):
8092 More ly-make-music renamings.
8094 * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
8096 * lily/music-constructor.cc (make_music): Add debugging info.
8098 * scm/music-functions.scm (make-simultaneous-music,
8099 (make-sequential-music, context-spec-music):
8100 * scm/music-types.scm (music-descriptions): Get lily to run.
8102 2002-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8104 * lily/command-request.cc (transpose_key_alist): new function.
8106 * lily/key-performer.cc (create_audio_elements): cleanup.
8108 2002-09-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8110 * lily/parser.yy: remove TYPED_MAKE_MUSIC().
8112 * lily/include/translator.hh (ENTER_DESCRIPTION): add
8113 events-accepted field.
8115 * scm/music-types.scm: new file.
8117 * lily/parser.yy: put music type initialization into scheme,
8118 similar to grob initialization. Changes throughout.
8120 2002-09-22 Jan Nieuwenhuizen <janneke@gnu.org>
8122 * Documentation/user/tutorial.itely: Fix links.
8124 * Documentation/index.texi:
8125 * Documentation/header.html.in:
8126 * Documentation/topdocs/index.tely: Small website fixes and updates.
8128 * debian/: Debian patch by Anthony Fok.
8130 2002-09-21 Jan Nieuwenhuizen <janneke@gnu.org>
8132 * Documentation/footer.html.in: How time flies: It's already 2002!
8134 * Documentation/topdocs/index.tely: Stable/development fix. Use
8135 more descriptive link names than 'here'.
8137 * ROADMAP: Remove test stuff.
8139 * scripts/update-lily.py: Allow auto-building of stable and
8140 development versions. Bugfixes.
8142 2002-09-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8144 * VERSION: released 1.7.0
8146 * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
8148 * tex/lilyponddefs.tex: set hsize for plain tex, but only for
8149 positive line widths.
8151 2002-09-20 Jan Nieuwenhuizen <janneke@gnu.org>
8153 * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
8156 * cygwin: Cygwin updates.
8158 2002-09-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8160 * Documentation/windows/installing.texi (Top): version for python,
8161 urls for ghostscript (thanks to John Potelle)
8163 * lily/simultaneous-music-iterator.cc
8164 (Simultaneous_music_iterator): init children_list_ before
8167 * lily/*-iterator.cc: be even more careful with smobbed copy
8170 * lily/break-align-engraver.cc (acknowledge_grob): also typeset
8173 2002-09-15 Werner Lemberg <wl@gnu.org>
8175 Improving LilyPond's output to make them ordinary TeX boxes with
8176 predictable dimensions. System boxes are now vertically centered on
8177 the baseline; this offset can be further controlled with
8178 \lilypondscoreshift.
8180 * lily/system.cc (System::post_processing): Pass length of current
8181 system to `start-system' (including any horizontal indentation).
8183 * scm/tex.scm, scm/pdftex.scm: Make output of various functions
8185 (lily-def): Append `%'.
8186 (start-system): Add parameter `wd'. Output more TeX code to specify
8188 (stop-system, stop-last-system): Complement changes in
8190 * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
8193 * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
8194 * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
8195 Write final `\endinput'.
8197 * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
8198 tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
8199 tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code. Assure that
8200 files and macro definitions don't produce spurious spaces and
8201 paragraphs (using \endlinechar).
8202 * tex/lilyponddefs.tex: New dimension `\scoreshift'.
8204 * Documentation/user/internals.itely: Improved formatting, fixing
8205 typos. Added a section `Output details' to describe how the TeX
8208 2002-09-17 Rune Zedeler <rune@zedeler.dk>
8210 * lily/accidental-engraver.cc: Also work with partial measures.
8212 2002-09-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8214 * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
8217 2002-09-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8219 * lily/identifier-smob.cc (unpack_identifier): new file.
8221 * lily/lexer.ll (identifier_type): new function. use ly-id to
8222 pass off scheme expressions as music identifiers.
8224 * scm/lily.scm: reorganisation, cleanups.
8226 * lily/main.cc: small cleanups.
8228 2002-09-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8230 * lily/ly-module.{cc,hh}: new file.
8232 2002-09-17 Rune Zedeler <rune@zedeler.dk>
8234 * lily/accidental-engraver.cc: Also work with partial measures.
8236 2002-09-16 Jan Nieuwenhuizen <janneke@gnu.org>
8238 * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
8240 2002-09-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8242 * lily/my-lily-lexer.cc: use SCM module in stead of
8243 Scheme_hash_table. Changes throughout.
8245 2002-09-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8247 * VERSION (MY_PATCH_LEVEL): make 1.7.0