1 2003-08-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3 * input/regression/breathing-sign.ly (texidoc): transpose up
5 2003-08-28 Juergen Reuter <reuter@ipd.uka.de>
7 * input/regression/breathing-sign.ly: changed ancient examples to
8 be relevant (by request of Han-Wen); updated BreathingSign text
9 property according to new syntax
11 * ly/gregorian-init.ly: updated BreathingSign text property
12 according to new syntax
14 2003-08-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
16 * Documentation/user/refman.itely (Clef): give example of G_8 clef.
17 (Clef): index entries for clefs.
19 * python/lilylib.py (system): remove errorlog files.
21 2003-08-28 Heikki Junes <hjunes@cc.hut.fi>
23 * lilypond.words: add \new and new graces. Add dynamics to menus
24 keeping 1.8.x compatibility; after all the engraving relating to
25 notes becomes postfixed `-' marks will be removed.
27 2003-08-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
29 * lily/molecule.cc (align_to): idem.
31 * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
34 * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
35 accacciatura everywhere.
37 * VERSION (PACKAGE_NAME): released 1.9.2
39 * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
41 * scm/document-markup.scm (markup-doc-node): sort markup function
44 * lily/paper-outputter.cc (output_version): change "Lily was here"
45 into "Engraved by LilyPond"
47 * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
48 on unquoted strings before \notenames.
50 * lily/parser.yy (lyric_element): allow markup as lyric text. This
51 increases the number of s/r reductions to 4.
53 * scm/new-markup.scm (fraction-markup): \fraction command.
55 * lily/lexer.ll: allow any string without \ { } # and " in \markup
58 * lily/lookup.cc (round_filled_box): rename function.
59 (LY_DEFINE): round-filled-box: change signature.
61 * Documentation/user/refman.itely: revise section explaining grace
64 * lily/translator-scheme.cc (LY_DEFINE): add ! to
65 ly:set-context-property
67 * input/*/*.ly (vmus): use \new everywhere.
69 * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
71 * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
74 * scm/music-functions.scm (set-stop-grace-properties)
75 (set-start-grace-properties, add-grace-property): new functions
76 for modular grace tweak control.
78 * ly/engraver-init.ly (ScoreContext): new property graceSettings.
80 2003-08-28 Jan Nieuwenhuizen <janneke@gnu.org>
82 * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
84 * GNUmakefile.in (install-pfa-fonts):
85 (get-pfa-fonts): New target.
87 * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
88 install-pfa-fonts help.
90 2003-08-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
92 * lily/translator-scheme.cc (LY_DEFINE):
93 ly:context-pushpop-property new function.
94 (LY_DEFINE): new function ly:translator-find
95 new function ly:translator?
96 (LY_DEFINE): new function ly:context?
98 * lily/translator-def.cc: remove Translator_def::apply_pushpop_property().
100 * python/lilylib.py (read_pipe): only store and display error log
102 (read_pipe): only display log if it contains something.
104 2003-08-27 Jan Nieuwenhuizen <janneke@gnu.org>
106 * Documentation/misc/GNUmakefile: Re-add.
107 (TEXTS): Add CHANGES.
109 2003-08-27 Heikki Junes <hjunes@cc.hut.fi>
111 * lilypond.words: add \newcontext.
113 2003-08-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
115 * lily/tie-performer.cc (stop_translation_timestep): only flush
116 tied_notes when we have actually made a tie. Fixes bugs with ties
117 in polyphonic scores.
119 2003-08-26 Jan Nieuwenhuizen <janneke@gnu.org>
121 * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
124 2003-08-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
126 * VERSION (PACKAGE_NAME): released 1.9.1
128 * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
129 Instrument_name_engraver
131 * lily/tie-performer.cc (create_audio_elements): bugfix
133 * Documentation/user/music-glossary.tely (Top): comment out
134 font-style statements.
136 * input/test/force-hshift.ly: revise example.
138 * Documentation/bibliography/engraving.bib (note): typos.
140 * configure.in: bump GCC requirements to 3.x
142 * lily/include/audio-item.hh (class Audio_tie): rename
143 note_l_drul_ to note_drul_
145 * lily/tie-performer.cc (class Tie_performer): patch for new ties.
147 * lily/parser.yy (relative_music): whoops. All \relative were off
148 by ... a lot .... Ahem.
150 * scm/define-music-types.scm (music-descriptions): idem.
152 * lily/beam-engraver.cc: move new-beam-event to beam-event
154 * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
157 * input/regression/bar-number.ly: remove unnecessary old-relative
160 * Documentation/user/internals.itely (Creating contexts): document
163 * lily/parser.yy (Composite_music): add \newcontext
165 * Documentation/user/refman.itely (MIDI block): add note about
168 * scm/font.scm: remove old markup legacy
170 * GNUmakefile.in (web-clean): remake share/ after web-clean.
172 * lily/breathing-sign.cc (brew_molecule): remove function
174 * lily/text-item.cc: remove old-style markups.
175 (interpret_markup): C++ version of markup function
176 (brew_molecule): idem.
178 * lily/my-lily-lexer.cc (start_main_input): define input-file-name
181 * scripts/convert-ly.py (conv): dashes rule.
184 * Documentation/user/lilypond-book.itely: syntax fixes.
186 2003-08-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
188 * VERSION (PACKAGE_NAME): release 1.9.0
190 * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
191 note about dvips. (Should backport.)
193 * scripts/convert-ly.py
194 (FatalConversionError.articulation_substitute): add
195 convert-new-chords code. Remove convert-new-chords.py
197 * Documentation/user/refman.itely (Octave check): document
200 * Documentation/topdocs/NEWS.texi: add \octave, postfix and
203 * lily/parser.yy (command_element): octave check:
207 checks that PITCH (without octave) yields PITCH (with octave) in
210 * lily/relative-octave-music.cc (to_relative_octave): octave check.
212 * lily/scm-option.cc: ly:set-option now has the default argument
215 * lily/lexer.ll: add \renameinput
217 * python/lilylib.py (command_name): robustifications.
219 * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
220 /dev/stderr. This is ash compatible.
222 * ly/init.ly: add warning if compatibility was not necessary.
224 * lily/scm-option.cc (LY_DEFINE): add ly:get-option
226 * flower/include/string-handle.icc: formatting cleanups, rename
227 references by ref_count_.
229 2003-08-25 Heikki Junes <hjunes@cc.hut.fi>
231 * make/lilypond.mandrake.spec.in: syncronize the spec file with
232 Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
233 package libs separately, fix conflicting php variable out=/dev/vc/
234 invoking `unset out', declare menus, use only one icon-file, fix
237 2003-08-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
239 * scripts/convert-ly.py (FatalConversionError.conv): typo
241 * Documentation/misc/GNUmakefile: restore misc directory.
243 * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
245 * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
248 * input/test/partial-blank.ly (quickmeasure): syntax
250 * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
253 * Documentation/user/refman.itely: remove superfluous -'s
254 (Grace notes): ) fixes.
256 * lily/music.cc: generic compress(), transpose() functions. Remove
259 * lily/parser.yy (gen_text_def): remove support for #'(italic )
262 * lily/parser.yy: all articulations postfix; remove obligatory -
265 * lily/music.cc (to_relative_octave): write generic
266 to_relative_octave function; various relative cleanups.
269 * lily/scm-option.cc: add options new-relative and old-relative
271 * po/sv.po: new po file.
273 * Documentation/user/refman.itely (Dynamics): website
274 fixes. (should backport!)
276 2003-08-22 Heikki Junes <hjunes@cc.hut.fi>
278 * make/lilypond.mandrake.spec.in: declare version only once.
280 2003-08-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
282 * lily/simultaneous-music.cc (to_relative_octave): undo relative
285 2003-08-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
287 * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
289 * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
291 * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
293 * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
295 * lily/music.cc (var): add ly:music-transpose function.
297 * lily/parser.yy (pre_events): remove prefix articulations.
299 * lily/music-sequence.cc (do_relative_octave): change relative meaning.
301 * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
303 * Documentation/user/refman.itely (Text markup): add comment about
306 2003-08-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
308 * lily/paper-outputter.cc (write_header_fields_to_file):
309 only dump value if it is a string.
311 * flower/include/dictionary.hh: remove.
313 * Documentation/ChangeLog-1.5: add back old log.
315 * Documentation/topdocs/INSTALL.texi (Top): explain how to get
318 2003-08-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
320 * Documentation/bibliography/engraving.bib: add entry for
321 Jaschinski's Notation
323 2003-08-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
325 * Documentation/user/refman.itely (Beaming): add note about
328 2003-08-18 Juergen Reuter <reuter@ipd.uka.de>
330 * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
331 GregorianTranscription contexts
333 * ly/engraver-init.ly: vaticana contexts: minor fixes
335 * Documentation/user/refman.itely (Ancient notation): added note
336 on appendix length bug
338 * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
339 input/test/vaticana.ly: use vaticana contexts; small fixes
341 2003-08-17 Jan Nieuwenhuizen <janneke@gnu.org>
343 * flower/hash.cc: Remove.
345 * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
346 to (nonexistent?) hash_func_ identifier.
348 * python/midi.c (midi_error, midi_warning): Use char const* for
349 __FUNCTION__ argument.
351 * python/gettext.py: Remove. We already require python 2.1, which
354 * configure.in: Require python 2.1, as INSTALL.texi says.
357 * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
358 versions 1.50 and 1.75. Remove note about lexer patch.
360 2003-08-16 Jan Nieuwenhuizen <janneke@gnu.org>
362 * Documentation/topdocs/INSTALL.texi: Update type1 font
363 description to actual situation. Add comment about new font ball
366 * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
367 in $LILYPONDPREFIX suffices for installation.
369 2003-08-11 Jan Nieuwenhuizen <janneke@gnu.org>
371 * debian/control (Build-Depends): Add flex-old as alternative to
372 flex. Deprecate bison 1.75.
374 2003-08-17 Juergen Reuter <reuter@ipd.uka.de>
376 * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
379 * Documentation/user/refman.itely (Ancient notation): documented
380 some bugs; tiny fixes; added docu on Vaticana contexts
382 * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
385 2003-08-16 Juergen Reuter <reuter@ipd.uka.de>
387 * Documentation/user/refman.itely (Ancient notation): added some
388 introductory words; added section on ancient time signatures;
389 added some @seealso and @refcommands; small fixes and
392 2003-08-15 Juergen Reuter <reuter@ipd.uka.de>
394 * input/regression/note-head-style.ly: many fixes and updates
396 * Documentation/user/refman.itely: added small sections on ancient
397 accidentals, rests and flags; revised ancient note head section;
398 small wording/spelling fixes
400 * input/test/rests.ly: layout fixes
402 2003-08-14 Juergen Reuter <reuter@ipd.uka.de>
404 * input/puer-fragment.ly: bugfix: central C position of do clef
406 * ly/gregorian-init.ly: workaround: add small padding space before
407 divisiones (the correct fix would be the spacing engine to handle
410 2003-08-13 Graham Percival <gperlist@shaw.ca>
412 * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
413 cue-notes.ly: minor fixes.
415 2003-08-13 Juergen Reuter <reuter@ipd.uka.de>
417 * Documentation/user/refman.itely: bugfix: remove obsolete link to
418 input/test/custos-style.ly
420 * Documentation/index.html.in: bugfix: link to Tutorial.html
422 * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
423 to neumes; bugfix: "et": epiphonus, not just a simple pes
425 2003-08-12 Heikki Junes <hjunes@cc.hut.fi>
427 * lilypond-mode.el: split `Insert Tag' if it is long enough.
429 * lilypond.words: add new features: markup, column, center, \[ \].
431 2003-08-10 Heikki Junes <hjunes@cc.hut.fi>
433 * Documentation/topdocs/NEWS.texi, DEDICATION,
434 stepmake/bin/add-html-footer.py
435 input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
436 input/mutopia/J.S.Bach/wtk1-fugue1.ly
437 input/mutopia/J.S.Bach/wtk1-prelude1.ly
438 Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is
439 added (only) after a sentence which is complete; if the sentence is
440 not ended a comma `,' or nothing is used. fix also spaces.
442 2003-08-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
444 * Documentation/topdocs/INSTALL.texi (Top): change GUILE
445 requirements to plain 1.6.
447 * buildscripts/mutopia-index.py (read_lilypond_header): update
448 mutopia-index.py to 1.4 syntax [sic]
450 2003-08-07 Heikki Junes <hjunes@cc.hut.fi>
452 * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
454 2003-08-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
456 * Documentation/index.html.in: url for regression pdf
458 * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
460 * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
462 * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
464 * VERSION: 1.8.0 released
466 * GNUmakefile.in (local-WWW-post): footify build fix.
468 * configure.in: require GUILE 1.6.4
470 * Documentation/user/GNUmakefile: don't copy *.png for
473 * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
474 local-WWW-post target.
475 (rsync-web): add rsync-web target
477 * Documentation/user/introduction.itely (Music notation and
478 engraving): add neume example
480 * input/puer-fragment.ly (cantus): add puer-fragment
482 2003-08-06 Jan Nieuwenhuizen <janneke@gnu.org>
484 * input/no-notation/midi-volume-equaliser.ly: Add volume setting
485 to notes, so that equalizer is actualy being used.
487 * scm/midi.scm (instrument-equalizer-alist):
488 (absolute-volume-alist): Define public, so that user can copy or
491 * lily/key-performer.cc (create_audio_elements): Check for minor
492 key. Only if key is minor, set MIDI key to minor.
494 2003-08-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
496 * Documentation/user/refman.itely (Hiding staffs): fixes.
498 * mf/feta-eindelijk.mf (tracingvariables): add TODO.
500 * lily/system-start-delimiter.cc (after_line_breaking): retrieve
501 vertical extents to deal with Hara kiri correctly.
503 * input/regression/hara-kiri-short.ly: remove
505 * input/regression/hara-kiri-pianostaff.ly: update test.
507 * Documentation/user/*.tely: remove WEBTITLE
509 * scm/output-tex.scm (comment): idem.
511 * scm/output-pdftex.scm: remove GUILE 1.4 glue
513 * scm/music-functions.scm (make-lyric-event): new function
515 * scm/lily.scm (lilypond-version): new function
517 * input/test/version-output.ly: new file.
519 * Documentation/user/lilypond.tely: add version number to
522 2003-08-05 Jan Nieuwenhuizen <janneke@gnu.org>
524 * input/test/midi-scales.ly: Reformat to match midi2ly output again.
526 2003-08-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
528 * input/template/gregorian-transcription.ly (barTwo): syntax update.
530 * Documentation/user/refman.itely (Hiding staffs): rename node.
532 2003-08-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
534 * input/regression/new-markup-syntax.ly (texidoc): remove
535 molecule-callback override.
537 2003-08-04 Jan Nieuwenhuizen <janneke@gnu.org>
539 * input/les-nereides.ly: Mark tweaks with %tweak.
541 * Debian patch, see debian/changelog (Anthony Fok).
543 2003-08-04 Jan Nieuwenhuizen <janneke@gnu.org>
545 * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
548 2003-08-04 Mats Bengtsson <mats.bengtsson@s3.kth.se>
550 * Documentation/user/refman.itely (Text markup): Fix language bug.
552 2003-08-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
554 * input/* : postfix syntax fixes.
556 * Documentation/user/refman.itely (Text markup): add note about
557 raise/lower with ^ or _ .
559 * po/fi.po: fix \\apply strings.
561 * lily/parser.yy (open_event): warn for prefix articulations.
563 2003-08-04 Juergen Reuter <reuter@ipd.uka.de>
565 * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
566 fix also on parmesan font.
568 2003-08-03 Han-Wen Nienhuys <hanwen@cs.uu.nl>
570 * VERSION 1.7.30 released
572 * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
574 * buildscripts/mutopia-index.py (headertext): rewording
576 2003-08-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
578 * scm/new-markup.scm (strut-markup): new markup function.
580 * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
581 space also when no accidental is there.
583 2003-08-02 Jan Nieuwenhuizen <janneke@gnu.org>
585 * input/les-nereides.ly: Updates.
587 2003-08-02 Heikki Junes <hjunes@cc.hut.fi>
589 * lilypond-mode.el (LilyPond-insert-tag-current): new function,
590 which repeats the tag insertion selected from "Insert tag" menu.
592 2003-08-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
594 * lily/all-font-metrics.cc (find_font): load AFM files first only
595 for feta fonts. This fixes problems with TeXlive and other TeX
596 distros that include AFM files for the CM fonts.
598 * scm/font.scm (qualifiers-to-font-name): remove.
600 * lily/paper-def.cc: remove get_var.
602 * input/trip.ly: remove file.
604 * input/regression/spacing-note-flags.ly (raggedright): remove
607 * input/les-nereides.ly: update to new syntax, cleanups.
609 2003-08-01 Jan Nieuwenhuizen <janneke@gnu.org>
611 * Documentation/user/refman.itely: Clarify shortest-note problem
614 2003-08-01 Heikki Junes <hjunes@cc.hut.fi>
616 * lilypond-mode.el: Add each word to regexps only once.
618 * lilypond-mode.el (LilyPond-insert-tag): add new function, which
619 is based on the syntax definitions in lilypond.words. Remove all
620 LilyPond-insert-tag-* functions. Restructure LilyPond menu.
621 LilyPond->Insert menu is generated by the entries in lilypond.words
622 to which have been given a syntax definition.
624 * lilypond.words: give syntax definitions (LilyPond-insert-tag) for
625 \notes, \relative, \score, \simultaneous, \transpose.
627 * lilypond-mode.el: allow non-alpha characters only in menu keywords.
629 * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
631 * lilypond-mode.el: add menu keywords separately.
633 * lilypond.words: post-syntaxed slur pairs and syntax for \times.
635 2003-08-01 Mats Bengtsson <mats.bengtsson@s3.kth.se>
637 * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
638 current ugly installation method for PFA fonts.
640 2003-07-31 Heikki Junes <hjunes@cc.hut.fi>
642 * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct
643 to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
645 * Documentation/user/music-glossary.tely: update legato.
647 2003-07-30 Jan Nieuwenhuizen <janneke@gnu.org>
649 * lexer-gcc-3.0.patch: Remove.
651 * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
653 2003-07-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
655 * debian/rules (binary-arch): remove NEWS.
657 2003-07-30 Heikki Junes <hjunes@cc.hut.fi>
659 * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
660 stepmake/bin{ many }: polish the `--help's of different scripts;
661 model taken from the core-utils of Linux.
663 * flower/getopt-long.cc, python/lilylib.py: add space, see above.
665 2003-07-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
667 * flower/parse-afm.cc (parseCharMetrics): add warnings.
669 * flower/libc-extension.cc: idem.
671 * flower/include/libc-extension.hh: protect against isinf macros.
673 2003-07-29 Heikki Junes <hjunes@cc.hut.fi>
675 * { many }: Use two uppercase letters in LilyPond.
677 * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
679 * VERSION: 1.7.29 released.
681 2003-07-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
683 * lily/tie.cc: add TODO comment.
685 * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
687 * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
688 linejoins and linecaps. This fixes problems with occasional spikes
691 * input/regression/font-name.ly: don't use PS fonts for
692 compatibility reasons.
694 * mutopia/claop.py (accents): update to 1.8
696 * Documentation/user/music-glossary.tely (Top): remove 13pt.
698 * Documentation/user/macros.itexi: don't color glossary links.
700 * Documentation/user/invoking.itexi (Error messages): new section
702 2003-07-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
704 * input/regression/font-name.ly: add file.
706 * scm/document-backend.scm (grob-doc): remove <hr> from
709 * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
710 reqd version to 1.6.4
712 * lily/font-interface.cc (get_font): bugfix: take font-name from
713 alist chain too. This fixes font-name override for \markup.
715 2003-07-28 Jan Nieuwenhuizen <janneke@gnu.org>
717 * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
719 * input/test/polymetric-differing-notes.ly: Compile fix.
721 2003-07-28 Juergen Reuter <reuter@ipd.uka.de>
723 * Documentation/user/refman.itely: fixed typo
725 * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
728 2003-07-27 Heikki Junes <hjunes@cc.hut.fi>
730 * input/test/{ many }: search & fix some typos.
732 2003-07-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
734 * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
737 * scm/music-functions.scm (make-voice-props-set): set Script /
738 TextScript dir for polyphony too.
740 * scm/define-grobs.scm (all-grob-descriptions): decrease space
743 * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
745 2003-07-27 Rune Zedeler <rz@daimi.au.dk>
747 * Documentation/user/refman.itely (Percussion): Small
748 clarifications and fixes.
750 * scm/drums.scm: Bugfix: Use string instead of symbol when naming
751 threads. This fixes different heads playing simultaneously.
753 2003-07-27 Heikki Junes <hjunes@cc.hut.fi>
755 * Documentation/user/{ many }: increase readability (read through
756 User manual from `one big page').
758 2003-07-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
760 * input/test/polymetric-differing-notes.ly: add example with
761 disparate note values.
763 * input/test/polymetric.ly: rename from poly-metric
765 * scripts/ly2dvi.py (include_path): bugfix: use outbase
768 * mf/feta-klef.mf: clef fixes, remove left/right spacing. set
769 G-clef bbox to real char extents. This fixes the G-clef being
770 offset too much to the right.
771 document perc clef offset.
773 WARNING: FONT CHANGED.
775 * Documentation/user/tutorial.itely (Tutorial): move menu.
777 2003-07-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
779 * buildscripts/lilypond-profile.sh (Error): trim error message.
781 * Documentation/user/invoking.itexi (Invoking the lilypond
782 binary): add note about path.
784 * Documentation/user/macros.itexi: add @c at EOL, hopefully
785 suppresses superfluous spaces.
787 2003-07-25 Jan Nieuwenhuizen <janneke@gnu.org>
789 * buildscripts/lilypond-profile.sh: Add documentation to error
792 * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
794 2003-07-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
796 * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
799 * Documentation/bibliography/computer-notation.bib (pages): prune
800 unscientific language.
802 * Documentation/user/GNUmakefile: copy unsplit file to
803 lilypond.html (idem for lilypond-internals).
805 * buildscripts/mutopia-index.py (read_dict): remove "example file:"
807 * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
809 * python/lilylib.py (lilypond_version): 2.1 proof version check.
811 * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
814 2003-07-25 Heikki Junes <hjunes@cc.hut.fi>
816 * Documentation/user/{ various }: bind text snippets with their
817 examples, e.g. by punctuation: This is an example.
819 2003-07-25 Jan Nieuwenhuizen <janneke@gnu.org>
821 * ly/performer-init.ly (VoiceContext): Typos.
823 * stepmake/stepmake/toplevel-targets.make (install): For srcdir
824 builds, leave final-install to toplevel srcdir makefile.
826 * make/srcdir.make.in (install): New target.
828 2003-07-24 Jan Nieuwenhuizen <janneke@gnu.org>
830 * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
831 This fixes core dump on MIDI output (Simon Weatherill).
833 * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
836 2003-07-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
838 * make/lilypond.redhat.spec.in: add dvips to reqs.
840 2003-07-24 Jan Nieuwenhuizen <janneke@gnu.org>
842 * make/srcdir.make.in (web): Add special web target.
844 * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
847 * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
849 * stepmake/stepmake/generic-targets.make (www-targets-help):
850 * GNUmakefile.in (web-install): Install in $(webdir).
852 * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
855 * cygwin/mknetrel: Update.
857 * GNUmakefile.in (web-install): Rename (was: install-html-doc).
858 (html-doc): Remove (use: web).
860 * stepmake/stepmake/script-rules.make:
861 * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
862 Fix $(config_make) dependencies for srcdir build.
864 * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
865 target for srcdir build.
867 * stepmake/make/stepmake.make:
868 * make/srcdir.make.in:
870 * make/stepmake.make (config_make): Rename variable (was:
873 2003-07-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
875 * Documentation/user/internals.itely (Manipulating music
876 expressions): run lilypond on example too.
878 * flower/include/libc-extension.hh: move lrint define to
881 2003-07-24 Jan Nieuwenhuizen <janneke@gnu.org>
883 * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES):
884 * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
885 do we recurse whole tree?).
887 * GNUmakefile.in (html-doc): Resurrect.
889 * Documentation/pictures/GNUmakefile (default, local-dist): Remove
890 obsolete $(package-icon) dependency.
892 2003-07-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
894 * Documentation/user/refman.itely (Automatic staff changes):
897 * Documentation/index.html.in: link to bigpage.
899 * Documentation/user/tutorial.itely (Tutorial): streamline.
901 * Documentation/index.html.in: url typo.
903 * VERSION (PACKAGE_NAME): release 1.7.28
905 * python/lilylib.py (error_log): remove '/' from name.
907 * input/regression/pedal.ly: remove; dups input/test/
909 * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
911 * Documentation/index.html.in: python style doco index.
913 * Documentation/{footer,header}.html.in (src): remove,
915 * Documentation/pictures: remove all but lelie-logo.xpm.
917 * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
918 before running makeinfo.
920 * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
923 2003-07-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
925 * input/test/bar-number-regular-interval.ly: rename.
927 * Documentation/user/*: various fixes.
929 2003-07-24 Heikki Junes <hjunes@cc.hut.fi>
931 * Documentation/{ many }: polish for update-all-menus. typos.
935 * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
937 * buildscripts/mutopia-index.py: polish.
939 * input/regression/{ many }, input/test{ many }: polish texidocs.
941 2003-07-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
943 * scripts/convert-ly.py (FatalConversionError.conv): rule for pedal-style
945 * lily/text-spanner.cc (brew_molecule): use bracket-flare
948 * lily/piano-pedal-engraver.cc (process_music): change from
949 process_acknowledged ()
951 * lily/piano-pedal-bracket.cc: new file. Change
952 setup_pedal_bracket in after_line_breaking callback. Thoroughly
955 * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
957 * input/regression/tuplets.ly (texidoc): rename file.
961 * buildscripts/lilypond-profile.sh: error message if script is not
964 * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
966 (make_bracket): simplify code.
968 * lily/parser.yy (verbose_command_req): catch typos in \key scale
971 * python/lilylib.py (lilypond_version_check): new function
973 * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
975 * scripts/ly2dvi.py (run_lilypond): add version check.
977 * scripts/lilypond-book.py (option_definitions): typo
979 * scripts/ly2dvi.py (include_path): typo
981 * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
983 * lily/parse-scm.cc (parse_handler): typo
985 * Documentation/user/macros.itexi: use @heading for headings.
987 * Documentation/user/refman.itely: updates, fixes.
989 2003-07-23 Heikki Junes <hjunes@cc.hut.fi>
991 * po/fi.po: add Finnish translations. fixes.
993 * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
995 * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
996 from lily/glissando-engraver.cc.
998 2003-07-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1000 * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
1001 for non-first _broken_ bracket.
1003 * Documentation/user/refman.itely: corrections.
1005 2003-07-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1007 * lily/new-fingering-engraver.cc (position_scripts): add heads to
1008 support of the fingerings.
1010 * po/fr.po: French translation update.
1012 * lily/parser.yy (Composite_music): add extra \ for "\apply" in
1015 2003-07-22 Jan Nieuwenhuizen <janneke@gnu.org>
1017 * Documentation/user/introduction.itely: Small fixes.
1019 2003-07-22 Heikki Junes <hjunes@cc.hut.fi>
1021 * Documentation/topdocs/AUTHORS.texi: polish.
1023 2003-07-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1025 * Documentation/user/introduction.itely: revise
1027 * Documentation/user/tutorial.itely: reorganise.
1029 * Documentation/topdocs/index.tely: remove.
1031 * Documentation/header.html.in: prune.
1033 * GNUmakefile.in: clean up web building.
1035 * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
1038 2003-07-21 Heikki Junes <hjunes@cc.hut.fi>
1040 * lilypond-font-lock.el: do not try to match two-char slurs \) \].
1042 * lilypond-mode.el: turn on blink-matching-paren.
1044 2003-07-21 Jan Nieuwenhuizen <janneke@gnu.org>
1046 * scm/output-sodipodi.scm (svg-header): Fix typo.
1048 2003-07-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1050 * python/lilylib.py (error_log): use mktemp iso. temp_dir. This
1051 fixes a security hole.
1053 * scripts/lilypond-book.py (original_dir): remove temp_dir
1055 * scm/document-translation.scm: use @code tags.
1057 2003-07-20 Heikki Junes <hjunes@cc.hut.fi>
1059 * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
1061 * lilypond-mode.el: add a buffer-local post-command-hook to set
1062 context dependent syntax-table after each cursor event. Remove old
1063 stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
1065 * lilypond-indent.el: update comments.
1067 * Documentation/footer.html.in: add period.
1069 2003-07-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1071 * make/lilypond.redhat.spec.in (Group): don't strip binary.
1073 * scm/document-translation.scm (document-property-operation): add
1076 * VERSION (PACKAGE_NAME): release 1.7.27
1078 * config.make.in: add PAPER variable
1080 * buildscripts/new-chords.py (help): add help text
1082 * Documentation/user/introduction.itely (Typography and program
1083 architecture): fixes.
1085 * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
1086 for texinfo and dvips. This fixes problems with PDF output of the
1089 * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
1090 DVIPS_PAPERSIZE variable
1092 * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
1093 TEXINFO_PAPERSIZE variable
1095 2003-07-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1097 * mf/feta-macros.mf: whoops: only draw lines for test situations.
1099 * mf/feta-toevallig.mf: lowres fixes.
1101 2003-07-19 Jan Nieuwenhuizen <janneke@gnu.org>
1103 * NEWS: Typo and fill-paragraph fixes.
1105 * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
1109 * config.hh.in: Check for lrint.
1111 2003-07-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1113 * VERSION: 1.7.26 released
1115 * lily/separation-item.cc: add padding property.
1117 * input/test/*.ly: various fixes, remove solo-a2.ly
1119 * scm/new-markup.scm (brew-new-markup-molecule): arg order
1120 bugfix. Fixes old-style markup compatibility.
1122 * Documentation/user/introduction.itely (Introduction): historical
1125 * Documentation/user/music-glossary.tely (Top): linewidth fix.
1127 * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
1129 * Documentation/index.texi (Top): cleanup.
1131 * Documentation/user/introduction.itely (Introduction): rewrite
1133 (Music notation and engraving): about notation. Add flat-picture
1135 2003-07-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1137 * ly/engraver-init.ly (LyricsVoiceContext): add padding for
1138 separation items. This keeps lyrics from bumping into each other.
1140 2003-07-18 Jan Nieuwenhuizen <janneke@gnu.org>
1142 * GNUmakefile.in (topdocs-web): New target.
1143 (local-web): Depend on topdocs-web; fixes html-doc.
1145 2003-07-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1147 * po/lilypond.pot: run po-replace
1149 * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
1151 * scm/drums.scm (reset-drum-kit): new function.
1153 * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
1155 * scripts/update-lily.py: remove
1157 * VERSION: release 1.7.25
1159 * Documentation/user/introduction.itely (Introduction): rewrite
1160 start of introduction.
1162 2003-07-18 Juergen Reuter <reuter@ipd.uka.de>
1164 * lily/all-font-metrics.cc: fixed typo
1166 2003-07-18 Heikki Junes <hjunes@cc.hut.fi>
1168 * lilypond-font-lock.el (LilyPond-mode-set-syntax-table,
1169 LilyPond-mode-context-set-syntax-table): new functions to define
1170 the syntax table according to context.
1172 * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
1174 2003-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1176 * Documentation/user/refman.itely (Figured bass):
1177 language nit courtesy http://www.vocabula.com
1179 * GNUmakefile.in: remove no kpathsea hack.
1181 * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
1184 * GNUmakefile.in: remove web-doc target.
1186 * lily/all-font-metrics.cc (find_afm): add message about
1187 buildscripts/clean-fonts.sh
1189 * scm/define-music-properties.scm (figure): use string for 'figure
1191 * lily/parser.yy (bass_number): allow strings for bassfigure too.
1193 * input/regression/ : add raggedright = ##t where applicable.
1195 * scm/bass-figure.scm (make-bass-figure-markup): add
1196 alignBassFigureAccidentals property.
1198 * lily/volta-bracket.cc (brew_molecule): only put text on 1st
1201 * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
1202 syllables widths into account for minimum-length.
1204 * input/test/staff-container.ly: update file
1206 * input/test/stem.ly: remove
1208 * lily/event.cc (LY_DEFINE): add ly: prefix.
1210 * input/test/clef-manual-control.ly: from manual-clef
1212 * input/test/repeat-shorter-bracket.ly: move from coda-kludge
1214 * input/test/different-time-signatures.ly: move to poly-metric.ly
1216 * input/test/hara-kiri*,scales.ly: remove
1218 * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
1219 with chord-names-jazz.ly)
1221 * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
1222 get scalable cm fonts too.
1224 * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
1225 --encoding for mftrace if present.
1227 * input/regression/slur-area.ly: move from test/
1229 * input/test/: remove simple-slur-endings slur-attachment
1230 slur-broken-cross-staff slur-broken.ly slur-damping.ly
1231 slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
1232 slur-symmetry slur-symmetry tie-broken.ly
1234 * scm/drums.scm (set-drum-kit): add function.
1236 * Documentation/user/refman.itely (Percussion staves): use
1239 * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
1241 (Global_measure.set_timesig): handle 3/8 time sig too.
1243 * scm/output-lib.scm (note-head-style->attachment-coordinates):
1244 note about triangle note heads.
1246 * scm/drums.scm: use alist for instrument-settings. This fixes the
1247 bug with assigning to drums in the .ly file.
1249 * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
1252 * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
1253 cluster-beacon-interface
1255 * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
1257 * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
1259 * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
1261 * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
1264 * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
1265 make ClusterSpannerBeacon to record Y positions. This removes the
1266 need to switch off notes. Use \apply #notes-to-clusters { .. } to
1267 make cluster-note-events.
1269 2003-07-17 Jan Nieuwenhuizen <janneke@gnu.org>
1271 * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
1273 * configure.in: Use lily/main.cc as identifying source file.
1275 * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
1278 * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
1280 * configure.in: Require PYTHON >= 2.0.
1282 * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite. Ask
1283 $PYTHON for include dir location.
1284 (STEPMAKE_PYTHON): New function. Use
1286 PYTHON=foo ./configure
1290 2003-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1292 * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
1295 * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
1296 ftp.lilypond.org everywhere.
1298 2003-07-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1300 * lily/text-item.cc (interpret_new_markup): do only if new-markup
1303 * Documentation/user/refman.itely (Grace notes): note on explicit
1306 2003-07-16 Heikki Junes <hjunes@cc.hut.fi>
1308 * lilypond-font-lock.el: add a comment about LilyPond specific
1309 escape characters: ^, - and _, in the syntax table.
1311 * Documentation/user/appendices.itely: a majuscule fix.
1313 2003-07-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1315 * input/test/trills.ly (endHorizScript): fixes.
1317 * input/test/chord-names-jazz.ly: merge in alternate Jazz
1318 notation, move from regression.
1320 * input/test/script-stack.ly: change name from stacked-scripts
1322 * input/test/ossia.ly: octave errors.
1324 * input/no-notation/midi-tuplets.ly: move from input/test/, idem
1325 for midi-volume-equaliser
1327 m2003-07-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1329 * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
1332 * mf/feta-beugel.mf: don't multiply font_count by 10.
1334 * lily/lookup.cc (horizontal_line): new function. Use
1335 horizontal-line in output backends.
1337 * Documentation/user/tutorial.itely (An orchestral part): new
1338 section on orchestral stuff and identifiers.
1340 2003-07-14 Heikki Junes <hjunes@cc.hut.fi>
1342 * lilypond-mode.el: comment-out paren-highlighting, it still causes
1343 some interference to other modes.
1345 2003-07-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1347 * lily/spacing-spanner.cc (musical_column_spacing): use average,
1348 not maximum of spacing wishes in polyphonic situations.
1350 * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
1353 * lilypond-indent.el: remove paren matching.
1355 * lily/text-item.cc (interpret_new_markup): new function
1356 use iso. text2molecule.
1358 * lily/main.cc (notice): change FSF address
1360 * po/de.po: update PO file to 1.6.
1362 2003-07-13 Heikki Junes <hjunes@cc.hut.fi>
1364 * Documentation/user/ {many}: Add periods and remove spaces.
1366 2003-07-11 Heikki Junes <hjunes@cc.hut.fi>
1368 * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
1369 Disable buffer-locally default paren hook and make a new one.
1371 * lilypond-mode.el: Turn off locally paren-mode, but turn on
1372 locally LilyPond-paren-mode. Add todo for mouse double-click.
1374 2003-07-10 Heikki Junes <hjunes@cc.hut.fi>
1376 * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
1377 Disable buffer-locally default paren idle timer and make a new one.
1379 * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
1380 locally LilyPond-show-paren-mode. Add to menu a toggle for
1381 LilyPond-show-paren-function.
1383 2003-07-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1385 * input/template/jazz-combo.ly (drumNotes): 1.7 fixes
1387 2003-07-09 Heikki Junes <hjunes@cc.hut.fi>
1389 * Documentation/user/refman.itely: spelling fix.
1391 * lilypond-mode.el, lilypond-indent.el: restrusture and comment
1392 paren highlight function definitions. add todo for
1393 LilyPond-show-paren-mode.
1395 2003-07-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1397 * input/template/jazz-combo.ly: new file.
1399 2003-07-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1401 * mf/feta-toevallig.mf: tweak for bottom of flat sign.
1404 * mf/feta-schrift.mf: bugfix in varcoda sign.
1405 WARNING: FONT CHANGED
1407 * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
1408 in accordance with lexer.ll.
1410 2003-07-05 Jan Nieuwenhuizen <janneke@gnu.org>
1412 * Documentation/user/tutorial.itely: Edit introduction.
1414 2003-07-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1416 * lily/staff-symbol-referencer.cc (LY_DEFINE): add
1417 ly:grob-staff-position
1419 2003-07-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1421 * scm/to-xml.scm: import srfi-1
1423 * VERSION (MAJOR_VERSION): release 1.7.24
1425 * python/lilylib.py (make_ps_images): make multipage _really_ work.
1427 * scripts/lilypond-book.py (do_file): put texidoc before image.
1428 (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
1430 * input/regression/*.ly: fix snippet octaves
1432 * input/test/spanner-after-break-tweak.ly: import
1433 broken-spanner-adjustment
1435 * input/no-notation/midi-transposing.ly: move from input/test/
1437 * input/test/: remove chord-markup
1439 * input/regression/instrument-name-partial.ly: move from input/test.
1441 * input/test/vertical-text.ly: remove
1443 * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
1444 space above lyrics lines.
1446 * input/test/uniform-breaking.ly: remove file.
1448 * lily/gourlay-breaking.cc (combine_demerits): add comment about
1449 uniform spacing density.
1451 * input/test/chords.ly (keys): remove file.
1453 * scm/documentation-lib.scm (oop): use srfi-1 too.
1455 * input/regression/*.ly: add \version
1457 * Documentation/user/*.itely: various fixes.
1459 * buildscripts/mf-to-table.py (base): break table every three
1462 * input/: remove %% new-chords-done %% .
1464 * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
1467 2003-07-03 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1469 * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
1471 * scm/new-markup.scm (box-markup): new function.
1472 (box-markup): new function. Contributed by Dick Schoeller
1473 <schoeller@attbi.com>
1475 * scm/lily.scm: remove reduce-no-unit
1476 (list-insert-separator): use fold-right
1478 * lily/molecule-scheme.cc (ly_molecule_add): take variable number
1481 * NEWS: more neutral language for ancient notation
1483 * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
1484 inside pointing beaming for chord tremolo.
1486 * Documentation/user/lilypond-book.itely: minor editing
1488 2003-07-03 Juergen Reuter <reuter@ipd.uka.de>
1490 * NEWS: added news for 1.8 regarding ancient notation
1492 * Documentation/user/refman.itely (Gregorian square neumes
1493 ligatures): fixed typo
1495 * lily/vaticana-ligature-engraver.cc,
1496 lily/include/vaticana-ligature.hh: bugfix: use special heads for
1497 lower/upper head of Pes only when heads are stacked
1499 * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1500 scm/define-grob-properties.scm: cleanup: make "join-left" a
1501 boolean grob property and save delta pitch in grob property
1502 "delta-pitch" instead
1504 * lily/include/gregorian-ligature.hh: bugfix: corrected comments
1506 2003-07-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1508 * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
1511 * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
1512 (try_music): bug fix: beam multiplicity was completely borked.
1514 * scm/lily.scm: remove tail, filter-list, filter-out-list,
1515 first-n, butfirst-n in favor of srfi-1 functions.
1516 remove string-join, string-pad in favor of srfi-13 functions.
1518 * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
1520 * NEWS: use complete sentences.
1522 * Documentation/user/introduction.itely (Example applications):
1523 add note about databases and lilypond-book.
1525 * input/test/volta.ly: remove file
1527 * input/regression/volta-broken-left-edge.ly: simplify file
1529 2003-07-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1531 * Documentation/user/refman.itely (Constructing a tweak): new
1534 * Documentation/user/tutorial.itely (Fine tuning layout): add
1537 * scm/define-grobs.scm (TextScript): use new brewer.
1539 2003-06-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1541 * VERSION: release 1.7.23
1543 * scm/new-markup.scm (brew-new-markup-molecule): bugfix
1545 * python/lilylib.py (make_ps_images): bugfixes.
1547 * input/regression/volta-multi-staff.ly: new file.
1549 * Documentation/user/macros.itexi: refcommands, refcommand macros.
1551 * Documentation/user/tutorial.itely (Piano staffs): new section.
1552 (Setting variables): new section
1553 (Fine tuning layout): new section
1555 * input/just-friends.ly: remove file. Superseeded by
1556 input/test/chords-without-melody.ly
1558 * ly/property-init.ly: add all commands to refman.
1560 * scm/define-translator-properties.scm: remove
1561 graceAccidentalSpace, graceAlignPosition, keyOctaviation
1563 * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
1564 name. Underscores botch up PS output.
1566 * scm/define-translator-properties.scm: remove
1567 textNonEmpty, oneBeat, regularSpacingDelta
1569 * scripts/convert-ly.py (FatalConversionError.conv): conversion
1570 rule for automaticBars.
1572 * lily/timing-engraver.cc (start_translation_timestep): change
1573 barNonAuto to automaticBars
1575 2003-06-30 Graham Percival <gperlist@shaw.ca>
1577 * input/test/perform-tie.ly: delete file.
1579 2003-06-29 Juergen Reuter <reuter@ipd.uka.de>
1581 * Documentation/user/refman.itely (Gregorian square neumes
1582 ligatures): bugfix: do not show ledger lines in neumes table
1583 (fixed by setting staff symbol to transparent rather than removing
1584 it from staff context)
1586 2003-06-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1588 * scm/new-markup.scm (brew-new-markup-molecule): move old markup
1589 glue into brew-new-markup-molecule.
1591 * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
1593 * Documentation/user/introduction.itely (Computerized typography):
1596 * Documentation/user/tutorial.itely (An orchestral part): remove
1597 pc example from tutorial.
1599 * input/tutorial/lilbook.tex: use screech-boink
1601 * scripts/lilypond-book.py (compile_all_files): split formatting
1602 output body and scheduling lilypond compilation.
1603 (format_lilypond_output_bodies): new function
1604 (format_lilypond_block): new function
1605 (html_pages): allow multi-page images in HTML
1607 * python/lilylib.py (make_ps_images): rename function from
1608 make_preview, merge with make_page_images
1610 2003-06-28 Graham Percival <gperlist@shaw.ca>
1612 * input/test/key-clefs.ly: moved to regression.
1614 * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
1616 * input/no-notation/README: added note about midi-*.ly files.
1618 * input/test/two-key.ly: moved to no-notation/parse5.ly
1620 * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
1621 system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
1623 * input/test/ {various}: modified comments, marked some for deletion.
1625 * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
1627 * input/test/mmrest-collision: moved to regression.
1629 2003-06-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1631 * scm/chord-name.scm (note-name->markup): don't superscript root
1632 alterations in chordnames.
1634 2003-06-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1636 * Documentation/user/refman.itely (Multi measure rests): more
1637 index/cross-referencing.
1639 * lily/line-spanner.cc (line_molecule): bugfix for trill style.
1641 * scm/font.scm: remove properties-to-font-name code.
1643 * scm/define-grob-properties.scm: remove 'type
1645 * scripts/convert-ly.py (FatalConversionError.conv): type -> style
1648 * lily/text-spanner.cc: change 'type grob prop to 'style
1650 * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
1651 "first" flag to decide whether to make a start-repeat
1653 * input/regression/grace-volta-repeat-2.ly: new file.
1655 2003-06-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1657 * lilypond-indent.el: rename generic functions to LilyPond-*
1659 2003-06-22 Graham Percival <gperlist@shaw.ca>
1661 * input/test/thumb.ly: delete, merged into refman.
1663 * Documentation/user/refman.itely: added thumb info to Fingering.
1665 * input/test/ follow-break.ly multi-slope.ly note-shift.ly
1666 notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
1667 vertical-align.ly : deleted files.
1669 2003-06-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1671 * lily/align-interface.cc (find_fixed_alignment_parent): new function.
1673 * lily/line-spanner.cc (broken_trend_offset): remove function.
1674 (get_broken_offset): idem.
1675 (brew_molecule): rewrite the line-break case.
1677 * input/regression/follow-voice-break.ly: new file.
1679 * lily/line-spanner.cc (after_line_breaking): remove lines at the
1682 2003-06-20 Graham Percival <gperlist@shaw.ca>
1684 * input/test/tuplet-rest.ly: moved to regression.
1686 * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
1689 * input/test/ {many} : marked file for possible deletion.
1691 2003-06-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1693 * input/regression/beam-funky.ly: add note about (disputed)
1696 * ly/engraver-init.ly (ScoreContext): put key-signature after
1699 2003-06-20 Graham Percival <gperlist@shaw.ca>
1701 * input/test/ broken.ly lyric-phrasing.ly: deleted.
1703 * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
1705 * input/test/staff-line-leading.ly: renamed to staff-space.ly.
1707 * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
1708 stem-extend was deleted (it was duplicate example, and not as
1711 * input/test/[s-z]*.ly: add texidoc index.
1713 2003-06-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1715 * lily/slur.cc (get_boundary_notecolumn_y): change name from
1716 get_first_notecolumn_y
1718 * lily/spanner.cc (broken_spanner_index): new function.
1720 2003-06-19 Graham Percival <gperlist@shaw.ca>
1722 * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
1723 lyric-hyphen.ly : moved to regression.
1725 * input/test/ beam-stem-test.ly beamed-slur-endings.ly
1726 diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
1728 * input/test/instrument-name-mmrest.ly: moved to
1729 ../regression/multi-measure-rest-instr-name.ly
1731 * input/test/knee-sym.ly: moved to
1732 ../regression/beam-knee-symmetry.ly.
1734 * input/test/hymn.ly: change comments.
1736 * input/test/[p-r]*.ly: add texidoc index.
1738 2003-06-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1740 * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
1743 * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
1746 * VERSION: release 1.7.22
1748 2003-06-18 Graham Percival <gperlist@shaw.ca>
1750 * input/test/[h-k]*.ly: added texidoc index.
1752 * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
1754 * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
1756 * input/test/ various : mark files for deletion or moving to regression.
1758 * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
1760 * input/test/[l-o]*.ly: added texidoc index.
1762 2003-06-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1764 * scm/music-functions.scm (make-ottava-set):
1765 only do ottavation if centralCPosition is set.
1767 * lily/translator-scheme.cc (ly:context-property-where-defined):
1768 return '() if not found.
1770 2003-06-17 Heikki Junes <hjunes@cc.hut.fi>
1772 * lilypond-mode.el (LilyPond-un-comment-region): removed.
1773 Use one command for both commenting and uncommenting.
1775 * lilypond-indent.el (LilyPond-comment-region): new function,
1776 (un)comments each line separately.
1778 * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
1780 * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
1781 imenu is not added by default; adapted from f90.el,
1782 makes Help-menu, which does not fit, visible in XEmacs.
1784 2003-06-16 Heikki Junes <hjunes@cc.hut.fi>
1786 * lilypond-mode.el: Set show-paren-mode local; minor-mode
1787 show-paren-mode sets blink-matching-paren-on-screen local.
1788 Try to make show-paren-function to paren-highlight local.
1790 * lilypond-indent.el (LilyPond-scan-sexps): new function.
1791 Copy definitions of Emacs' show-paren-function and
1792 XEmacs' paren-highlight and make minimal changes;
1793 add comments about locality.
1794 Fix matching first open-paren-char in '<< .. >>'.
1796 2003-06-16 Graham Percival <gperlist@shaw.ca>
1798 * input/test/g*: added texidoc index.
1800 * input/test/[a-g]*: added raggedright==#t when it
1803 * input/test/ fake-grace.ly figured-bass.ly : removed file.
1805 * Documentation/topdoc/INSTALL.texi: removed false warnings
1808 2003-06-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1810 * input/test/spanner-after-break-tweak.ly (texidoc): new file.
1812 * input/test/chords-without-melody.ly (texidoc): add from
1813 input/just-friends.ly
1815 * input/regression/size{13--26}.ly: move from input/
1817 * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
1818 input/{star-spangled-banner,twinkle}.ly: remove
1820 * lily/slur.cc: remove slur over rest warnings.
1822 * lily/note-spacing.cc (get_spacing): include left part of right
1823 object in fixed space. This fixes stretched space before
1826 * input/regression/spacing-accidental-stretch.ly: new file.
1828 2003-06-16 Rune Zedeler <rz@daimi.au.dk>
1830 * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
1833 2003-06-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1835 * input/regression/spacing-knee.ly: docstring
1837 * input/regression/spacing-multi-tuplet.ly (multipart): docstring
1839 * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
1840 input/tutorial/{test,solar,flowing}.ly: remove
1842 * input/rhythm.ly: remove
1844 * input/mutopia/F.Schubert/standchen.ly: update syntax.
1846 * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
1849 * scm/define-grobs.scm (all-grob-descriptions): set
1850 knee-spacing-correction to 1.0
1852 * lily/note-spacing.cc (stem_dir_correction): compute knee
1853 correction using stem-thickness and head width.
1855 * input/regression/beam-quanting-horizontal.ly: update texidoc
1857 * scm/define-grobs.scm (all-grob-descriptions): set
1858 beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
1859 This fixes 32nd beams for noteheads in spaces quants.
1861 * scripts/lilypond-book.py (process_lilypond_blocks): opps.
1863 2003-06-15 Heikki Junes <hjunes@cc.hut.fi>
1865 * README.mandrake: Change lilypond-extras to lilypond-documentation.
1867 2003-06-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1869 * input/test/dpncnt.ly,part-combine-score.ly: remove.
1871 * VERSION (PACKAGE_NAME): release 1.7.21
1873 * input/regression/stem-shorten.ly: new file.
1875 * lily/stem.cc (get_default_stem_end_position): revise stem
1878 * input/regression/spacing-multi-tuplet.ly: move from input/test/
1880 * input/test/{scripts,volta-start,sleur}.ly: remove
1882 * input/regression/span-bar.ly: smaller file.
1884 * input/regression/spacing-{natural,tight,loose}.ly: remove
1886 * input/test/markup.ly: remove
1888 * scripts/lilypond-book.py: put printfilename in separate chunk,
1889 so texidoc is printed after the filename.
1891 2003-06-12 Heikki Junes <hjunes@cc.hut.fi>
1893 * make/lilypond.mandrake.spec.in: fix docdirs.
1895 2003-06-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1897 * input/regression/beam-french.ly: bugfix.
1899 * buildscripts/lys-to-tely.py (name2line): sort filenames.
1901 * input/regression/(various).ly: add raggedright = #t.
1903 * input/regression/auto-beam.ly: move from abe.ly
1905 2003-06-13 Graham Percival <gperlist@shaw.ca>
1907 * input/test/f*.ly: added texinfo index.
1909 * input/test/broken-thread-line.ly: renamed to follow-break.ly.
1911 2003-06-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1913 * lily/beam-quanting.cc (score_forbidden_quants): also add inter
1914 quant penalty for beam just outside staff.
1916 * input/regression/beam-quanting-horizontal.ly (texidoc): move
1917 from beam-pos.ly, remove non-horizontal tests.
1919 * input/test/(various): cleanup header info.
1921 * input/test/tchaikovsky.ly: remove file.
1923 * scm/chord-generic-names.scm: move from
1924 double-plus-new-chord-name.scm
1926 * input/test/orchestscore.ly: remove file
1928 * Documentation/user/refman.itely (Vocal music): update documentation.
1930 * scm/define-translator-properties.scm (chordNoteNamer): remove
1931 chordNameStyle, use chordNameFunction
1933 * scm/chord-name.scm (set-chord-name-style): remove
1934 set-chord-name-style. Use \property chordNameFunction.
1936 2003-06-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1938 * Documentation/user/lilypond-book.itely (Integrating LaTeX and
1939 music): remove @TeX{} command.
1941 2003-06-12 Jan Nieuwenhuizen <janneke@gnu.org>
1943 * lilypond-indent.el (scan-sexps): Renamed to
1944 aargh-this-breaks-other-emacs-modes-scan-sexps.
1946 2003-06-12 Heikki Junes <hjunes@cc.hut.fi>
1948 * lilypond-indent.el: Fix: match concurrent one-char opening and
1949 closing slurs: '()', etc. Add comments.
1951 * Documentation/user/music-glossary.tely: fix: change ä to @"a.
1953 * lilypond-font-lock.el: match unending string at eof.
1955 * make/lilypond.mandrake.spec.in: refreshed packed file list.
1957 2003-06-10 Graham Percival <gperlist@shaw.ca>
1959 * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
1960 input/test/beam-dir.ly input/test/beam-position.ly
1961 input/test/beam-suspect.ly input/test/beam-trend.ly
1962 input/test/beams.ly input/test/crescendo-text.ly : deleted
1963 * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
1964 * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
1965 * input/test/default-bars.ly: moved to bar-always.ly
1966 * input/test/ {many}: deleted old "renamed from foo to bar" comments.
1968 2003-06-10 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1970 * input/test/chord-names-dpnj.ly (texidoc): bugfix.
1972 2003-06-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1974 * scm/chord-ignatzek-names.scm (remove-step): rename file.
1976 2003-06-10 Heikki Junes <hjunes@cc.hut.fi>
1978 * lilypond-indent.el: Match better slurs in scheme expressions.
1979 Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
1981 * Documentation/user/invoking.itexi: document Emacs' paren matching.
1983 2003-06-10 Jan Nieuwenhuizen <janneke@gnu.org>
1985 * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
1987 * input/ac-extra-voice.ly: Add texidoc.
1989 * ly/chord-modifiers-init.ly:
1990 * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
1991 and chordNameExceptionsPartial for new chord names.
1993 * input/test/chord-names-dpnj.ly:
1994 * input/test/dpncnt.ly: Update.
1996 * scm/chord-name.scm:
1997 * scm/double-plus-new-chord-name.scm: Add compatibility for new
1998 chord selection and options.
2000 * ly/chord-modifiers-init.ly: Add exceptions
2002 * scm/define-translator-properties.scm (chordNameStyle)
2003 (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
2005 2003-06-10 Rune Zedeler <rune@zedeler.dk>
2007 * ly/property-init.ly (germanChords): Added.
2008 (semiGermanChords): Added.
2010 * input/test/chord-names-german.ly: Use new macros
2012 2003-06-09 Heikki Junes <hjunes@cc.hut.fi>
2014 * lilypond-indent.el: Use similar parenthesis highlighting for
2015 Emacs and XEmacs through redefinitions of parenthesis highlighting
2016 functions; removed LilyPond-show-paren-function. Fix indenting.
2017 Turn paren-matching on also in XEmacs.
2019 * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
2020 as needed by parenthesis highlighting functions (in scan-sexp).
2022 2003-06-08 Jan Nieuwenhuizen <janneke@gnu.org>
2024 * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
2026 (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
2028 2003-06-08 Heikki Junes <hjunes@cc.hut.fi>
2030 * lilypond-indent.el: tune regexp for show-paren-function.
2032 2003-06-07 Jan Nieuwenhuizen <janneke@gnu.org>
2034 * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
2035 for all LilyPond-produced tex snippets.
2037 * tex/lilyponddefs.tex: Allow overriding of interscoreline. This
2038 fixes one line --preview output of ly2dvi.
2040 2003-06-07 Heikki Junes <hjunes@cc.hut.fi>
2042 * lilypond-indent.el: match only one type of slurs in
2043 LilyPond-show-paren-function.
2045 2003-06-05 Jan Nieuwenhuizen <janneke@gnu.org>
2047 * debian/GNUmakefile (EXTRA_DIST_FILES):
2048 * debian/lilypond1.7.dirs:
2049 * debian/lilypond1.7-doc.dirs: New file.
2051 * input/regression/chord-name-exceptions.ly: Add parameter for
2052 ignatzekExceptions. Quote hash in docstring.
2054 2003-06-06 Heikki Junes <hjunes@cc.hut.fi>
2056 * lilypond-indent.el (show-paren-function): define show-paren-function
2057 as LilyPond-blink-matching-open and use it for closing parens.
2058 Let LilyPond-blink-matching-open know whether a bracket was inserted.
2060 * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
2061 LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
2062 LilyPond-blink-matching-paren in order to match both open and close
2065 2003-06-05 Heikki Junes <hjunes@cc.hut.fi>
2067 * lilypond-indent.el (LilyPond-show-paren-function): introduce for
2068 testing by modifying the code from FSF Emacs paren.el. Add comments.
2070 2003-06-04 Jan Nieuwenhuizen <janneke@gnu.org>
2072 * input/test/dpncnt.ly: Transpose example to match new
2073 default \chords octave. Add comment.
2075 * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
2076 comment about octave change.
2078 2003-06-04 Graham Percival <gperlist@shaw.ca>
2080 * input/test/[d,e]: added texinfo index tags.
2081 * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
2083 2003-06-04 Graham Percival <gperlist@shaw.ca>
2085 * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
2087 2003-06-04 Heikki Junes <hjunes@cc.hut.fi>
2089 * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
2090 as in blink-matching-open.
2092 2003-06-03 Graham Percival <gperlist@shaw.ca>
2094 * input/test/[a-c]: more comments in files.
2095 * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
2096 beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly
2097 beam-trend.ly beams.ly crescendo-text.ly default-neutral-dir.ly :
2098 mark file for proposed deletion.
2099 * input/test: renaming files:
2100 auto-beam-4-8.ly to beam-auto-4-8.ly
2101 auto-beam-override.ly to beam-auto-override.ly
2102 auto-beam.ly to beam-auto.ly
2103 blank.ly to blank-paper.ly
2104 absolute-volume.ly to dynamic-absolute-volume.ly
2106 2003-06-03 Jan Nieuwenhuizen <janneke@gnu.org>
2108 * input/test/dpncnt.ly:
2109 * input/test/chord-names-dpnj.ly: Resurrect.
2111 * lily/my-lily-lexer.cc: Remove chordnames keyword.
2113 * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
2115 * scm/chord-name.scm (sequential-music-to-chord-exceptions):
2116 Better docstring, add parameter OMIT-ROOT, tidy up.
2118 2003-06-03 Heikki Junes <hjunes@cc.hut.fi>
2120 * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
2122 2003-06-02 Jan Nieuwenhuizen <janneke@gnu.org>
2124 * scm/output-ascii-script.scm (as-font-alist-alist):
2125 (as-properties-to-font-name):
2126 (as-make-style-sheet): Remove.
2128 * scm/font.scm (as-make-font-list): New function.
2129 (as-font-sheet-alist): New variable.
2131 * ly/paper-as9-init.ly:
2132 * ly/paper-as5-init.ly: Update.
2135 * ly/paper-as9.ly: New file.
2137 2003-05-29 Jan Nieuwenhuizen <janneke@gnu.org>
2139 * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
2141 2003-05-28 Graham Percival <gperlist@shaw.ca>
2142 * input/sondag-morgen/*: removed due to copyright concerns.
2143 * input/[a,b]*.ly: added a newline at the end of the texinfo
2144 doc string (produces better output in HTML version).
2145 * input/c*.ly: added texinfo index and added comments to
2146 aid in future changes to input/test/ files.
2148 2003-05-28 Graham Percival <gperlist@shaw.ca>
2150 * Documentation/user/refman.itely: fixed build problem (missing
2151 file) caused by previous renaming.
2153 2003-05-28 Graham Percival <gperlist@shaw.ca>
2155 * input/test/[a,b]*.ly: added texinfo index and added comments to
2156 aid in future changes to input/test/ files.
2157 * input/test/bar-number-every-5-reset.ly: renamed to
2158 bar-number-every-five-reset.ly
2159 * input/test/bar-script-visibility.ly: renamed to
2160 bar-number-show-all.ly
2162 2003-05-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2164 * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
2167 * lily/glissando-engraver.cc (acknowledge_grob): new file: split
2168 out note-line and glissando functionality.
2170 * lily/line-spanner.cc (brew_molecule): cleanup.
2172 2003-05-27 Jan Nieuwenhuizen <janneke@gnu.org>
2174 * scripts/as2text.scm: Use rdelim module.
2175 (start-system): Rename from start-line.
2176 (stop-system): Rename from stop-line.
2177 (af-gulp-file): Use string iso symbol for getenv.
2179 * scm/output-ascii-script.scm: Add guile and lily modules.
2180 (font-name-alist): New variable.
2181 (draw-line): New function.
2183 * scm/output-lib.scm (func, arg->string): Re-add from archive.
2184 (Were these silently removed, without ChangeLog entry?)
2186 2003-05-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2188 * scm/music-functions.scm (make-ottava-set): bugfixes: also
2189 process 2nd ottava correctly.
2191 2003-05-27 Heikki Junes <hjunes@cc.hut.fi>
2193 * lilypond-indent.el: allow strings in LilyPond-parens-alist.
2195 2003-05-26 Jan Nieuwenhuizen <janneke@gnu.org>
2197 * Documentation/user/converters.itely (Invoking midi2ly): Update.
2199 2003-05-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2201 * VERSION: release 1.7.20
2203 * lily/text-spanner.cc (brew_molecule): clean up function. This
2204 fixes bugs with broken 8va spanners.
2206 * lily/simple-spacer.cc (solve): also compute force for raggedright.
2207 This prevents spurious line-breaks with raggedright
2209 2003-05-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2211 * lily/key-performer.cc (create_audio_elements): always use major
2214 * Documentation/user/internals.itely: updates
2216 * input/regression/beam-break.ly: new file.
2218 * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
2219 beams if starting or terminating stems have 'beaming set.)
2221 * lily/beam-engraver.cc (process_music): add forbidBeamBreak
2224 * lily/parser.yy (verbose_command_req): add comment about scales.
2226 2003-05-25 Heikki Junes <hjunes@cc.hut.fi>
2228 * lilypond-indent.el: adjust regexps in bracket-matching.
2230 2003-05-24 Juergen Reuter <reuter@ipd.uka.de>
2232 * Documentation/user/refman.itely: more tiny fixes
2234 * Documentation/user/refman.itely: bugfix: "Chord namess" ->
2235 "Chord names"; added table with input syntax for solesmes neumes
2236 table; added some words about rationale on input syntax design
2238 * lily/gregorian-ligature-engraver.cc,
2239 lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
2240 lily/include/gregorian-ligature.hh: bugfix: horizontal head
2241 alignment of Pes Initio Debilis
2243 * Documentation/user/refman.itely,
2244 lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
2245 mf/parmesan-heads.mf: fixed most of the head selection/alignment
2246 bugs in the solesmes neumes table
2248 2003-05-24 Heikki Junes <hjunes@cc.hut.fi>
2250 * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
2251 Similarly, match '[' and ']' by skipping '\[' and '\]'.
2253 * lilypond-mode.el: fix tag-score. small improvements.
2255 2003-05-23 Jan Nieuwenhuizen <janneke@gnu.org>
2257 * .cvsignore: Add aclocal.m4.
2259 * lily/music-constructor.cc: Include <assert.h>.
2261 2003-05-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2263 * ly/engraver-init.ly (HaraKiriStaffContext): use
2264 RemoveEmptyStaffContext instead.
2266 * Documentation/user/refman.itely: updates
2268 2003-05-23 Juergen Reuter <reuter@ipd.uka.de>
2270 * Documentation/user/refman.itely: added solesmes neumes table;
2271 bugfix: make section "More Stanzas" a subsection of "Vocal Music";
2272 bugfix: "Ornaments" -> "Articulations"
2274 * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
2276 2003-05-22 Heikki Junes <hjunes@cc.hut.fi>
2278 * lilypond-indent.el: Add a message about trying to match \] or \).
2280 2003-05-22 Juergen Reuter <reuter@ipd.uka.de>
2282 * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
2283 obsolete "arithmetic_*"
2285 * input/bugs/ligatures.ly: removed (will be put into a different
2288 2003-05-22 Jan Nieuwenhuizen <janneke@gnu.org>
2290 * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
2291 libkpathsea (Maurizio Tomasi).
2293 2003-05-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2295 * input/regression/repeat-slash.ly (texidoc): new file
2297 * lily/slash-repeat-engraver.cc (try_music): new file, handle
2298 slash repeats separately. Slash repeats and %
2299 repeats can now be nested.
2301 2003-05-22 Heikki Junes <hjunes@cc.hut.fi>
2303 * lilypond-indent.el: Add preliminary test for closing \] and \).
2305 2003-05-21 Juergen Reuter <reuter@ipd.uka.de>
2307 * lily/gregorian-ligature-engraver.cc,
2308 lily/vaticana-ligature-engraver.cc,
2309 lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
2310 mf/parmesan-heads.mf: various semivocalis related bugfixes
2312 * input/bugs/ligatures.ly: new file demonstrating problems with
2315 2003-05-21 Heikki Junes <hjunes@cc.hut.fi>
2318 lilypond-font-lock.el,
2319 lilypond-indent.el: Move all paren matching to lilypond-indent.el.
2321 2003-05-20 Heikki Junes <hjunes@cc.hut.fi>
2323 * lilypond-mode.el: Remove outdated code. Stress the difference
2324 between Emacs and XEmacs definitions.
2327 lilypond-indent.el: Define a function interactive only when necessary.
2329 2003-05-19 Heikki Junes <hjunes@cc.hut.fi>
2331 * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
2332 Use inactive regions also in XEmacs.
2334 2003-05-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2336 * Documentation/user/refman.itely (Repeat syntax): more updates
2338 * lily/simple-spacer.cc (solve): move solution process into
2339 solve(). This fixes a bug with collisions and raggedright = ##t.
2341 * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
2343 * ly/engraver-init.ly: remove GraceContext. Update examples.
2345 2003-05-18 Jan Nieuwenhuizen <janneke@gnu.org>
2347 * GNUmakefile.in (fonts): Also make fontball.
2351 * ly/engraver-init.ly (GraceContext): Add.
2355 convert-ly $(find . -name *.ly)
2357 * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
2360 2003-05-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2362 * VERSION: 1.7.19 released
2364 * scm/music-functions.scm (set-octavation): new function.
2366 * input/regression/ottava.ly: new file
2368 * lily/translator-scheme.cc (LY_DEFINE): new function
2369 ly:unset-context-property
2370 (LY_DEFINE) new function ly:context-property-where-defined:
2372 2003-05-18 Heikki Junes <hjunes@cc.hut.fi>
2374 * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
2376 * lilypond.words: add few.
2378 * input/test/script-chart.ly: fix typo.
2380 2003-05-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2382 * scm/define-grobs.scm: uniform naming for definitions and output
2385 * ly/engraver-init.ly (ChoirStaffContext): add \description from
2386 scm/context-description.scm
2388 * lily/parser.yy (translator_spec_body): add \description to the
2389 \translator{} body syntax.
2391 * lily/ottava-engraver.cc: new file.
2393 * scm/chord-name.scm (natural-chord-alteration): replace old
2396 * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
2398 * Documentation/user/refman.itely (Metronome marks): update doco.
2400 * input/regression/markup-note.ly: new file
2402 * input/regression/metronome-marking.ly: new file
2404 * lily/metronome-engraver.cc: new file. Print \tempo markings.
2406 * scm/new-markup.scm (note-markup): make a note glyph, useful for
2409 2003-05-17 Jan Nieuwenhuizen <janneke@gnu.org>
2411 * Documentation/user/GNUmakefile: Compatibility fix for new
2412 makeinfo. Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
2413 for making binary packages; info splitting bug has been fixed.
2415 * Documentation/user/refman.itely: Compile fixes.
2417 2003-05-16 Heikki Junes <hjunes@cc.hut.fi>
2419 * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
2420 Count \midi -keywords also for a region.
2422 2003-05-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2424 * lily/lookup.cc (LY_DEFINE): new function
2426 * Documentation/user/tutorial.itely: updates
2428 2003-05-15 Heikki Junes <hjunes@cc.hut.fi>
2430 * lilypond-mode.el: Allow Midi on buffer.
2431 Use only '.ly'-extension, remove '.sly' and '.fly'.
2432 Allow use of inactive regions. Invoke next Command on Master file,
2433 Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
2435 2003-05-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2437 * Documentation/user/tutorial.itely: updates.
2439 2003-05-14 Heikki Junes <hjunes@cc.hut.fi>
2441 * lilypond-mode.el: Show messages in one line only, as in XEmacs.
2443 2003-05-13 Juergen Reuter <reuter@ipd.uka.de>
2445 * lily/coherent-ligature-engraver.cc: fixed typo
2447 * lily/coherent-ligature-engraver.cc,
2448 lily/gregorian-ligature-engraver.cc,
2449 lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
2450 lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
2451 lily/vaticana-ligature-engraver.cc,
2452 lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
2453 scm/grob-description.scm: cleanup: junked LigatureHead grob and
2454 removed all ligature specific stuff from NoteHead code
2456 * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
2457 ligatures now use regular noteheads
2459 * lily/vaticana-ligature.cc: tiny code cleanups
2461 * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
2462 space between two adjacent noteheads of the same pitch
2464 * scm/grob-description.scm: bugfix: VaticanaLigature: interface
2465 description; cleanup: removed obsolete font-family settings
2467 2003-05-11 Juergen Reuter <reuter@ipd.uka.de>
2469 * lily/coherent-ligature-engraver.cc,
2470 lily/gregorian-ligature-engraver.cc,
2471 lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
2472 lily/mensural-ligature-engraver.cc,
2473 lily/vaticana-ligature-engraver.cc,
2474 lily/include/gregorian-ligature-engraver.hh: updated for new
2475 Coherent_ligature_engraver; added comments that describe the basic
2476 design ideas of the ligature implementation
2478 * lily/coherent-ligature-engraver.cc,
2479 lily/include/coherent-ligature-engraver.hh: new file: shared code
2480 between mensural ligatures and Gregorian chant notation ligatures
2482 2003-05-11 Heikki Junes <hjunes@cc.hut.fi>
2484 * lilypond-mode.el: XEmacs fixes: include two definitions for the
2485 key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
2486 use only two arguments in sit-for, use no arguments in
2487 read-char-exclusive, backspace is not a character (127) in XEmacs.
2489 * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
2491 2003-05-06 Heikki Junes <hjunes@cc.hut.fi>
2493 * lilypond-mode.el: un-commenting works after syntax-table fix.
2495 * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
2496 group, verbose commenting for syntax table.
2498 * lilypond-indent.el: add TODO for ligature slurs.
2500 2003-05-05 Heikki Junes <hjunes@cc.hut.fi>
2502 * lilypond-mode.el: Move comments of parenthesis matching away,
2503 (blink-matching-paren-on-screen) fix blinking in Emacs.
2505 * lilypond-font-lock.el: Fix parent-matching for Emacs:
2506 Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
2508 * lilypond-indent.el: Add TODO for parenthesis matching.
2510 2003-05-03 Heikki Junes <hjunes@cc.hut.fi>
2512 * lilypond-mode.el: Fix XEmacs:
2513 changed [S-iso-lefttab] to [(shift iso-lefttab)],
2514 invoke explicitly easy-menu-add (in Emacs done automatically).
2516 * lilypond.words: Add few words from input/*/*.ly.
2518 2003-05-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2520 * VERSION (PATCH_LEVEL): release 1.7.18
2522 * scripts/lilypond-book.py: only print basename for printfilename
2525 * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
2528 2003-05-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2530 * mf/feta-toevallig.mf: revamp flat symbol: use less points,
2531 better parametrisation. Move fatness of bulb downward.
2533 * mf/parmesan-custodes.mf (dir_down): remove underscores from
2534 glyph names. Underscores are not allowed .ps encoding files.
2536 2003-04-30 Juergen Reuter <reuter@ipd.uka.de>
2538 * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
2539 variable "packed" for packed right-ragged mode
2541 * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
2542 unused variable ragged; fixed indentation
2544 * Documentation/user/refman.itely: tiny cleanups in ancient
2545 clef and custos section
2547 2003-04-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2549 * lily/parser.yy (Simple_music): add \applyoutput, syntax
2550 \applyoutput PROCEDURE
2552 * lily/my-lily-lexer.cc: add \applyoutput.
2554 * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
2556 * lily/text-item.cc: clean text-interface description
2558 2003-04-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2560 * input/{regression,test}/: use postfix for slur endings and beam
2563 * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
2566 * input/regression/lyrics-melisma-beam.ly: new file.
2568 * lily/lyric-engraver.cc (process_music): change from
2569 process_acknowledged_grobs()
2571 * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
2572 functions to set and revert auto-beam settings.
2574 2003-04-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2576 * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
2578 2003-04-24 Juergen Reuter <reuter@ipd.uka.de>
2580 * ChangeLog, Documentation/topdocs/AUTHORS.texi,
2581 Documentation/user/lilypond.tely: fixed some typos; updated author
2584 * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
2585 #"" -> #'flag-style = #'()
2587 * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
2588 cleanup: removed dead #includes
2590 * lily/gregorian-ligature-engraver.cc,
2591 lily/include/gregorian-ligature.hh,
2592 scm/grob-property-description.scm: small cleanups, small spacing
2595 * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
2596 lily/vaticana-ligature.cc,
2597 lily/include/gregorian-ligature-engraver.hh,
2598 scm/grob-property-description.scm, scm/music-types.scm:
2599 "porrectus" -> "pes or flexa"
2601 * ly/engraver-init.ly, scm/grob-description.scm,
2602 scm/grob-property-description.scm: junked porrectus, now handled
2605 * scm/grob-description.scm: bugfix: added space-alist entry for
2606 breathing sign/custos
2608 2003-04-24 Jan Nieuwenhuizen <janneke@gnu.org>
2610 * Another grand 2003 update.
2612 * Remove mentioning of `mudela'; There's no such thing.
2614 2003-04-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2616 * Documentation/user/preface.itely (Preface to version 1.8): update
2618 * Documentation/user/invoking.itexi (Invoking LilyPond): revise
2620 * Documentation/user/converters.itely (Invoking convert-ly): revise
2622 * scripts/convert-ly.py (outfile_name): remove --assume-old.
2624 * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
2626 2003-04-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2628 * Documentation/user/internals.itely: more updates.
2630 2003-04-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2632 * Documentation/user/refman.itely: revise
2634 * Documentation/user/internals.itely: revise
2636 * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
2638 2003-04-23 Juergen Reuter <reuter@ipd.uka.de>
2640 * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
2641 beautification: reformatted ancient clefs section; cleanup: small
2644 2003-04-22 Heikki Junes <hjunes@cc.hut.fi>
2646 * lilypond.words: added words for chant notation, sorted
2647 alphabetically through "sort lilypond.words"
2649 2003-04-22 Juergen Reuter <reuter@ipd.uka.de>
2651 * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
2652 scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
2655 2003-04-21 Juergen Reuter <reuter@ipd.uka.de>
2657 * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
2658 prevent TeX from interpreting them as long dash
2660 * input/test/vaticana.ly: updated
2662 * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
2663 mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
2664 mf/parmesan-heads.mf, mf/parmesan-rests.mf,
2665 mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
2668 * mf/parmesan-heads.mf: ledger endings: removed dead code
2670 2003-04-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2672 * VERSION: 1.7.17 released
2674 * Documentation/user/GNUmakefile
2675 ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
2678 * scm/document-markup.scm: new file: document all markup
2681 * scm/documentation-generate.scm: rename all documentation modules
2684 * scripts/lilypond-book.py: generate link to .ly file iso. link to
2687 * input/test/divisiones.ly: added
2689 * input/regression/output-property.ly: new file
2691 * lily/cluster.cc: change cluster-interface to use style property
2693 2003-04-20 Rune Zedeler <rune@zedeler.dk>
2695 * input/test/chord-names-german.ly: modified.
2697 * scm/chords-ignatzek.scm:
2698 chord-name->german-markup: Added
2699 note-name->german-markup: Changed (now producing lowercase notenames)
2701 * lily/chord-name-engraver.cc: Reads property chordNoteNamer
2703 2003-04-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2705 * scripts/convert-ly.py (FatalConversionError.conv):
2706 divisiominima -> divisioMinima, etc.
2708 * ly/engraver-init.ly (FiguredBassContext): add
2709 Separating_line_group_engraver to Figured bass context.
2711 * ly/german-chords-init.ly: remove file
2713 * input/test/chord-names-german.ly (scm): new file.
2715 * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
2717 * lily/chord-name-engraver.cc: move New_chord_name_engraver to
2720 * Documentation/user/refman.itely: lots of updates.
2722 * input/regression/chord-name-exceptions.ly (chExceptionMusic):
2725 * input/test/bar-number-every-5-reset.ly: new file.
2727 2003-04-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2729 * input/regression/chord-name-major7.ly: new file
2731 * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
2732 if specced explicitly.
2734 * input/regression/chord-name-entry-11.ly: new file.
2736 * input/test/slur-beautiful.ly: new file.
2738 * Documentation/user/refman.itely: updates.
2740 * input/regression/collisions.ly (threevoice): cleanup.
2742 * scripts/convert-ly.py: linewidth = -1 -> raggedright = ##t.
2744 2003-04-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2746 * Documentation/user/*.itely: various updates.
2748 * ly/spanners-init.ly: enddecr/ endcr.
2750 * Documentation/user/tutorial.itely (Fine tuning a piece): editing
2753 2003-04-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2755 * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
2757 * lily/new-chord-name-engraver.cc (process_music): use octavation
2758 (a number) instead of original-pitch to store inversions. This
2759 fixes a problem with transposed chords with inversions.
2761 2003-04-14 Jan Nieuwenhuizen <janneke@gnu.org>
2763 * stepmake/aclocal.m4: Include compile fix for broken flex, as
2764 used in includable-lexer.hh.
2766 * lily/includable-lexer.cc: Bugfix: include config.h.
2768 * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
2769 circumvention of Debian packaging bug.
2771 2003-04-13 Jan Nieuwenhuizen <janneke@gnu.org>
2773 * flex-2.5.31 hits Debian/unstable. Fixes below.
2775 * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
2777 * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
2778 (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
2780 * lily/include/includable-lexer.hh:
2781 * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
2783 * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
2785 * aclocal.m4: Regenerate.
2787 * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
2788 yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
2790 * scm/pdf.scm (use-modules): Include lily.
2792 * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
2794 (use-modules): Include lily.
2795 (lily-def): Bugfix: include tex-val in let.
2797 2003-04-12 Heikki Junes <hjunes@cc.hut.fi>
2799 * lilypond-mode.el: sensible error if lilypond.words not found.
2801 * lilypond.words: add few words.
2803 2003-04-11 Juergen Reuter <reuter@ipd.uka.de>
2805 * mf/parmesan-clefs.mf: bugfix: char boxes corrected
2807 * mf/parmesan-scripts.mf: fixed typo in char name
2809 2003-04-11 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2811 * VERSION: 1.7.16 released
2813 * python/lilylib.py (setup_temp): temporary directories are mode 700.
2814 (this is a security vulnerability).
2816 * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
2818 * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
2821 2003-04-10 Juergen Reuter <reuter@ipd.uka.de>
2823 * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
2824 ly/script-init.ly, scm/script.scm: bugfix: renamed
2825 fermata->signumcongruentiae to fix naming clash with feta font
2827 2003-04-10 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2829 * input/regression/multi-measure-rest-grace.ly (texidoc): new file
2831 * lily/multi-measure-rest-engraver.cc
2832 (start_translation_timestep): use grace timing too for determining
2833 when to make mmrest.
2834 (start_translation_timestep): clear numbers too.
2836 2003-04-09 Juergen Reuter <reuter@ipd.uka.de>
2838 * scm/music-types.scm: compile fix: escape braces
2840 * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
2841 work around font selection problem
2843 * Documentation/user/refman.itely: BreathingSign: added docu for
2846 2003-04-09 Mats Bengtsson <mats.bengtsson@s3.kth.se>
2848 * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
2851 2003-04-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2853 * lily/multi-measure-rest-engraver.cc (class
2854 Multi_measure_rest_engraver): make multiple Number objects, one
2855 for each MultiMeasureTextEvent.
2857 * scm/music-functions.scm (glue-mm-rest-texts): use
2858 MultiMeasureTextEvent
2860 * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
2862 * Documentation/user/refman.itely (Multi measure rests): update.
2864 2003-04-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2866 * lily/ly-module.cc (ly_copy_module_variables): use
2867 scm_internal_hash_fold() for iterating modules.
2869 2003-04-08 Juergen Reuter <reuter@ipd.uka.de>
2871 * Documentation/user/refman.itely: Section Custodes: added more
2874 * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
2875 neo-mensural rests to parmesan font
2877 * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
2880 2003-04-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2882 * Documentation/user/macros.itexi: @fileref macro.
2884 * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
2887 2003-04-04 Juergen Reuter <reuter@ipd.uka.de>
2889 * lily/include/custos.hh, make/lilypond.suse.spec.in,
2890 Documentation/topdocs/AUTHORS.texi: updated my email address
2892 * Documentation/user/refman.itely: updated custos documentation;
2893 beautified divisiones example; beautified articulations table
2895 * lily/breathing-sign.cc: bugfix: finalis molecule
2897 2003-04-03 Juergen Reuter <reuter@ipd.uka.de>
2899 * Documentation/user/refman.itely: added docu for
2900 contemporary fermata symbols, gregorian breathing signs; small fixes
2902 * ly/gregorian-init.ly: removed obsolete #'type props
2904 2003-04-01 Mats Bengtsson <mats.bengtsson@s3.kth.se>
2906 * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
2907 minimum-length property correctly.
2909 2003-03-31 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2911 * scm/music-functions.scm (make-multi-measure-rest): set input
2912 locations for multimeasure rests.
2914 2003-03-31 Juergen Reuter <reuter@ipd.uka.de>
2916 * input/regression/breathing-sign.ly: updated to for ancient
2919 2003-03-31 Jan Nieuwenhuizen <janneke@gnu.org>
2921 * scripts/ly2dvi.py: Add newline.
2923 2003-03-30 Jan Nieuwenhuizen <janneke@gnu.org>
2925 * scripts/ly2dvi.py (dependency_files): Compile fix.
2927 2003-03-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2929 * scripts/ly2dvi.py (find_pfa_fonts): add --png option
2930 (make_html_menu_file): --html menu.
2932 2003-03-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2934 * scripts/ly2dvi.py (run_dvips): +add the .map file
2936 2003-03-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2938 * input/screech-boink.ly: new file.
2940 2003-03-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2942 * scripts/lilypond-book.py (make_lilypond_file): convert
2943 lilypond-file to lilypond block directly, without going through
2944 begin/end lilypond text.
2947 2003-03-21 Juergen Reuter <reuter@ipd.uka.de>
2949 * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
2950 scm/grob-description.scm: moved Michael's original breathing sign
2951 code in brew_molecule() to divisio_minima(); provided new
2952 brew_molecule() that effectively replaces the
2953 Text_item::brew_molecule callback (with additional fallback to
2954 Michael's original code); added callbacks for brewing divisio
2955 maior/maxima and finalis
2957 * gregorian-init.ly: added breathing sign shortcuts for virgula,
2958 caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
2960 * script-init.ly: added shortfermata, longfermata,
2961 verylongfermata, varcoda
2963 * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
2964 longfermata, verylongfermata, varcomma, varcoda
2966 2003-03-19 Mats Bengtsson <mats.bengtsson@s3.kth.se>
2968 * Documentation/user/{tutorial.itely,refman.itely,internals.itely}:
2969 Remove all noquote and insert a few quote.
2971 * Documentation/user/lilypond-book.itely (Music fragment options),
2972 scripts/lilypond-book.py: Don't include quotation blocks by
2973 default. Introduce option quote instead of noquote
2975 2003-03-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2977 * VERSION: 1.7.15 released
2979 * Documentation/user/lilypond.tely: omf updates.
2981 * buildscripts/texi2omf.py (omf_vars): include version.date
2983 * make/lilypond.redhat.spec.in: fixes for spec file.
2985 * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): replace var
2986 by function definition: lily now requires a recent GNU Make.
2988 * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
2990 * make/ly-rules.make: remove .ly -> .tex rule
2992 * Documentation/user/refman.itely (Figured bass): revised figured
2995 2003-03-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2997 * stepmake/stepmake/omf-targets.make (local-install): add
2998 scrollkeeper-update message.
3000 * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
3001 (TexiPaper.process_ly2dvi_block): idem for ly2dvi
3003 * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
3005 * Documentation/user/converters.itely (Invoking midi2ly): add
3006 track/channel notice.
3008 2003-03-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3010 * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
3012 * lily/parser.yy (scalar): DIGIT is also a scalar.
3014 * Documentation/user/music-glossary.tely: add @omf tags
3016 * Documentation/user/lilypond.tely: add @omf tags
3018 * scm/generate-documentation.scm (string-append): add @omf tags.
3020 * stepmake/stepmake/omf-*: new files
3022 * input/regression/multi-measure-rest.ly (texidoc): add doco
3024 * GNUmakefile.in (web-doc-install): add web-doc-install target
3026 * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
3027 fixes crashes while dumping MIDI.
3029 * ly/performer-init.ly (FiguredBassContext): add Figured bass for
3032 2003-03-11 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3034 * buildscripts/texi2omf.py: new file.
3036 * mf/feta-beugel.mf: include font count, not staffsize (16) in
3039 2003-03-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3041 * input/regression/beam-manual-beaming.ly (texidoc): new file.
3043 * lily/sequential-iterator.cc (descend_to_child): call
3044 descend_to_child() for all types of music.
3046 2003-03-08 Jan Nieuwenhuizen <janneke@gnu.org>
3048 * scm/translator-property-description.scm: Add
3049 bassFigureFormatFunction. Replace some entries.
3051 2003-03-04 Jan Nieuwenhuizen <janneke@gnu.org>
3053 * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
3056 2003-03-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3058 * scripts/midi2ly.py (Note.dump): never dump duration for
3061 * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
3064 * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
3065 figures using new markups. Much simpler, and should improve layout
3068 * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
3070 2003-03-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3072 * ly/engraver-init.ly: use Hara kiri by default for
3073 ChordNames, FiguredBass and Lyrics(Voice) context.
3075 * lily/axis-group-engraver.cc (acknowledge_grob): use
3076 rhythmic-grob-interface for selecting items not to hara-kiri'd
3078 * scm/new-markup.scm (markup-function-list): add bracket,
3081 * ly/engraver-init.ly (ChordNamesContext): set
3082 minimumVerticalExtent
3084 2003-03-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3086 * input/test/time-signature-double.ly: new file
3088 * input/regression/collision-head-chords.ly (texidoc): new file.
3090 * lily/type-swallow-translator.cc: add note swallow translator
3092 * input/test/time-signature-double.ly: new file.
3094 * lily/type-swallow-translator.cc: add Rest_swallow_translator
3096 * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
3097 (FiguredBassContext): idem.
3099 * VERSION (MY_PATCH_LEVEL): 1.7.14 released
3101 * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates.
3103 * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
3105 * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
3108 * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
3110 * python/lilylib.py (make_page_images): add function.
3112 * scripts/ly2dvi.py (run_latex): include title in preview image.
3114 * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
3115 from lilypond-book for <ly2dvifile> tags in HTML.
3117 * scripts/ly2dvi.py (option_definitions): add --debug option to
3118 print out environment.
3120 * input/regression/tie-chord-partial.ly: new file.
3122 2003-03-05 Heikki Junes <hjunes@cc.hut.fi>
3124 * lilypond.words: add 3
3126 2003-03-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3128 * scm/new-markup.scm (markup-function-list): add finger-markup
3130 * input/tutorial/brahms-tweaked.ly: new markup
3132 * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures
3134 * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
3135 crash when processing '() markup
3137 * input/regression/breathing-sign.ly (texidoc): add caesura example.
3139 * lily/breathing-sign.cc (railtracks): another caesura.
3141 * mf/feta-schrift.mf: caesura symbol.
3143 2003-03-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3145 * scripts/convert-ly.py (FatalConversionError.conv): add
3146 ly:molecule-XXX conversions.
3148 * lily/molecule-scheme.cc: change names to ly:molecule-XXX
3150 * input/regression/multi-measure-rest-text.ly: new file.
3152 * scm/music-functions.scm (glue-mm-rest-texts): automatically
3153 convert MMREST-TEXT to MultiMeasureRestNumber settings.
3155 * ly/engraver-init.ly (ScoreContext): move tablature settings to
3158 * scm/new-markup.scm (center-markup): \center markup.
3160 * scm/music-functions.scm: remove pitchify scripts.
3162 * lily/music.cc (print_smob): display music name if available
3164 2003-03-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3166 * Documentation/user/refman.itely (Instrument names): remove
3169 2003-03-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3171 * lily/score.cc (mark_smob): bugfix.
3173 * input/regression/rehearsal-mark.ly: new file.
3175 * lily/my-lily-parser.cc (here_input): revert reporting of errors:
3176 report error at the current token again.
3178 2003-02-26 Jan Nieuwenhuizen <janneke@gnu.org>
3180 * cygwin/mknetrel: Exit if doc build fails.
3182 * lily/GNUmakefile: Add hack for .deps and --srcdir build.
3184 2003-02-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3186 * scm/music-types.scm (music-descriptions): add doc strings
3188 2003-02-25 Jan Nieuwenhuizen <janneke@gnu.org>
3191 * lily/include/my-lily-lexer.hh:
3192 * lily/include/includable-lexer.hh: Add flex kludge.
3196 * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
3199 * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
3202 2003-02-24 Jan Nieuwenhuizen <janneke@gnu.org>
3204 * ly/spanners-init.ly (cresc, dim): Update to new markup text.
3206 * lily/parser.yy (new_chord): Compile fix.
3208 2003-02-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3210 * Documentation/user/refman.itely (Tuning groups of objects):
3211 remove documentation for \turnOff.
3213 * lily/percent-repeat-engraver.cc (try_music): add correct
3214 processing moments for double-measure percents as well.
3216 * input/regression/percent-repeat-skipbars.ly (texidoc): new file
3218 * lily/lily-guile.cc (ly:dimension?): add dimension as separate
3221 * Documentation/user/refman.itely (Printing named chords): add
3222 chord name tweak doco.
3224 * input/template/gregorian-transcription.ly: new file.
3226 2003-02-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3228 * VERSION: 1.7.13 released
3230 * input/test/*: lots of cleanups/comment-outs/removals in chord
3233 * input/regression/*: lots of cleanups/comment-outs/removals in
3236 * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
3239 * lily/new-chord-name-engraver.cc (process_music): give original
3240 inversion pitch to chord name routine.
3242 * input/tutorial/os-score.ly: update to new markup
3244 * Documentation/user/appendices.itely: simply include
3247 * Documentation/user/refman.itely (Chords mode): add documentation
3250 * scm/chord-entry.scm (construct-chord): mark inversion as bass if
3251 not present in chord.
3252 (construct-chord): add inversion and bass support.
3254 * lily/chord.cc: junk contents.
3256 2003-02-17 Heikki Junes <hjunes@cc.hut.fi>
3258 * Documentation/user/refman.itely:
3259 * Documentation/user/music-glossary.tely: fix.
3261 2003-02-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3263 * scm/chord-entry.scm (construct-chord): move chord construction
3266 * lily/parser.yy (new_chord): new setup for chord entry.
3268 2003-02-16 Heikki Junes <hjunes@cc.hut.fi>
3271 * Documentation/user/music-glossary.tely: add ambitus.
3273 2003-02-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3275 * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
3277 * lily/include/*.hh: string() -> to_string()
3279 * scm/chords-ignatzek.scm: new file.
3281 * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
3282 standard chord name exceptions.
3284 * scm/translator-property-description.scm (chordNameSeparator):
3286 (majorSevenSymbol): add property
3288 * lily/translator-scheme.cc (ly:context-properties): new function
3289 (ly:context-parent): new function.
3290 (print_smob): print context name.
3292 * lily/music.cc (ly:get-music-length): new function
3293 (print_smob): don't print properties.
3295 * lily/duration.cc (duration<?): new function
3297 * input/regression/chords-funky-ignatzek.ly: new file.
3299 * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
3302 * lily/pitch.cc (ly:pitch-diff): new function.
3304 * input/regression/chords-ignatzek.ly: new file.
3306 2003-02-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3308 * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
3309 pitches for jazz chords.
3311 2003-02-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3313 * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
3315 2003-02-05 Heikki Junes <hjunes@cc.hut.fi>
3317 * lilypond.words: add 1
3319 2003-02-04 Heikki Junes <hjunes@cc.hut.fi>
3321 * Documentation/topdocs/AUTHORS.texi: refine.
3323 2003-01-25 Heikki Junes <hjunes@cc.hut.fi>
3325 * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
3327 * lilypond.words: add one.
3329 2003-01-23 Heikki Junes <hjunes@cc.hut.fi>
3331 * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
3332 Fontify bass note in chords, e.g., e in c1/e.
3334 2003-01-19 Jan Nieuwenhuizen <janneke@gnu.org>
3336 * Documentation/user/music-glossary.tely: Dutch updates and
3337 additions (Arent Storm).
3339 2003-01-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3341 * input/regression/ambitus.ly: move file.
3343 * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
3345 * lily/event.cc (transpose): add tonic property to Key_change_req
3346 and to Key_engraver.
3348 2003-01-17 Heikki Junes <hjunes@cc.hut.fi>
3350 * Documentation/user/refman.itely: fix typo.
3352 * lilypond.words: removed wrong identifiers.
3354 2003-01-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3356 * mf/feta-toevallig.mf: make flat stem shorter
3358 2003-01-16 Heikki Junes <hjunes@cc.hut.fi>
3360 * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
3362 * lilypond.words: add from Phrasing slur.
3364 2003-01-15 Heikki Junes <hjunes@cc.hut.fi>
3366 * lilypond-mode.el: allow launching multiple ViewPS processes.
3368 * lilypond.words: add from Text markup.
3370 2003-01-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3372 * input/test/ossia.ly (texidoc): add comment.
3374 * input/regression/voice-follower.ly: new file.
3376 * mf/feta-toevallig.mf: make flat heavier.
3378 * lily/cluster-engraver.cc: clean up Cluster engraver
3380 * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
3381 Engraver. Use Note_column to compute Y positions and deal with
3384 2003-01-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3386 * lily/stem.cc: move french-beaming to stem.
3388 2003-01-13 Heikki Junes <hjunes@cc.hut.fi>
3390 * lilypond-font-lock.el: fontify all durations in chords.
3392 * lilypond.words: add from lily/my-lily-lexer.cc
3394 2003-01-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3396 * VERSION: release 1.7.12
3398 * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
3400 * lily/gregorian-ligature.cc: new file
3402 * lily/*: the Great 2003 search & replace.
3404 * Documentation/user/refman.itely (Manual repeat commands): add
3405 note about font selection.
3407 2003-01-12 Heikki Junes <hjunes@cc.hut.fi>
3409 * lilypond-mode.el: propose recompiling midi while invoking playing,
3410 not while stopping playing.
3412 2003-01-11 Heikki Junes <hjunes@cc.hut.fi>
3414 * lilypond.words: add one.
3416 * lilypond-font-lock.el: add colour groups for horizontal, vertical
3417 and expressional note grouping. Fontify chord modes.
3419 2003-01-09 Heikki Junes <hjunes@cc.hut.fi>
3421 * Documentation/user/music-glossary.tely (Top): translate melisma.
3423 2003-01-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3425 * Documentation/user/music-glossary.tely (Top): add melisma.
3427 2002-01-08 Juergen Reuter <reuter@ipd.uka.de>
3429 * lily/gregorian-ligature-engraver.cc: bugfix: added missing
3430 interfaces for (abstract) grob GregorianLigature
3432 * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
3433 renamed head* -> glyph_name*, x-shift* -> x-offset*
3435 * scm/grob-property-description.scm: bugfix: added missing descriptions
3437 2003-01-07 Jan Nieuwenhuizen <janneke@gnu.org>
3439 * input/test/chord-names-dpnj.ly: New file.
3441 * scm/double-plus-new-chord-name.scm: Implement full and partial
3444 * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
3446 * scm/double-plus-new-chord-name.scm
3447 (double-plus-new-chord->markup): Fix sub->markup.
3450 2003-01-07 Juergen Reuter <reuter@ipd.uka.de>
3452 * lily/custos-engraver.cc: added TODO; editorial changes
3454 * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
3455 consistency with other ligature engravers; removed access on (now)
3456 private variable _ligature of Ligature_engraver
3458 * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
3459 renamed last_bound -> last_bound_; issue programming_error on
3460 abstract method calls; moved primitives code from
3461 Mensural_bracket_engraver to here (because almost ligature
3462 engravers will need it); renamed try_stop_ligature () ->
3463 typeset_ligature (); bugfix: store primitives of finished ligature
3464 in separate variable finished_primitives_ to avoid clash on input
3465 like "\] \["; added current_ligature () to enable access on
3466 private variable _ligature
3468 * lily/mensural-ligature-engraver.cc: removed primitives_ code
3469 (now in super class); renamed try_stop_ligature () ->
3472 * lily/mensural-ligature.cc: issue programming_error on abstract
3475 * lily/note-heads-engraver.cc: added TODO comment upon bool
3478 * mf/parmesan-heads.mf: fixed some of set_char_box()
3480 * scm/grob-description.scm: added VaticanaLigature
3482 * scm/grob-property-description.scm: added neume prefix properties
3484 * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
3485 lily/include/gregorian-ligature-engraver.hh,
3486 lily/include/gregorian-ligature.hh: new files; framework for
3487 gregorian ligature engravers such as vaticana
3489 * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
3490 lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
3491 vaticana style ligature implementation (still somewhat uncomplete)
3493 2003-01-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3495 * VERSION: release 1.7.11
3497 * scripts/convert-ly.py: add ly:pitch-transpose rule
3499 2003-01-06 Jan Nieuwenhuizen <janneke@gnu.org>
3501 * input/test/dpncnt.ly: New file.
3503 * lily/my-lily-lexer.cc: Add chordnames keyword.
3505 * lily/parser.yy (chordnames_block): Parse chord name exception
3506 lists, see input/test/dpncnt.ly.
3508 * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
3511 * scm/lily.scm (filter-out-list): Bugfix: filter rest using
3514 * lily/pitch.cc (ly_pitch_transpose): Scheme name now
3515 ly:pitch-transpose (was ly:transpose-pitch), in conformance with
3516 pitch functions (except for ly:make-pitch, but that's apparently
3517 some sort of scheme naming standard?).
3519 * scm/lily.scm (!=): define-public.
3521 * scm/new-markup.scm (make-markup-maker): define-public make-markups.
3523 2003-01-05 Jan Nieuwenhuizen <janneke@gnu.org>
3525 * scm/double-plus-new-chord-name.scm
3526 (double-plus-new-chord-name->markup): New file.
3528 2003-01-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3530 * python/lilylib.py (make_preview): don't suppress progress for
3533 2003-01-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3535 * Documentation/user/appendices.itely (scheme): update for new syntax.
3537 * input/regression/chord-name-styles.ly: new file
3539 * lily/instrument-name-engraver.cc: create instrument names
3540 without barline too. Allows instrument name on ChordNames
3542 * scm/new-markup.scm (interpret-markup): allow simple strings as
3545 2003-01-04 Jan Nieuwenhuizen <janneke@gnu.org>
3547 * scm/chord-name.scm: Super/raise changes and fixes for Banter.
3548 (step->markup-accidental): Fix: add accidental.
3549 (chord::inner-name-american):
3550 (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
3551 append stray '/' if last superscript addition was 'o'.
3553 * scm/new-markup.scm (normal-size-sub-markup)
3554 (normal-size-super-markup): New function.
3556 * lily/source-file.cc (Source_file): Add warning for possibly
3557 intentional but suspicious initialization.
3559 * scm/chord-name.scm: Small rewrites, layout fixes. Identify and
3560 add comments about cut-and-paste programming.
3562 * flower/rational.cc (lcm): Not used; comment out.
3564 2003-01-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3566 * lily/new-fingering-engraver.cc (position_scripts): use
3567 fingerHorizontalDirection to determine fingering horizontal
3570 * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
3573 * scripts/convert-ly.py (FatalConversionError.conv): add style
3576 * scm/chord-name.scm (set-chord-name-style): new function.
3577 (new-chord-name-brew-molecule): revise to interpret markup only
3578 (new-chord->markup): cleanuppish rewrite. To be called from the
3581 * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
3582 Markup earlier, during interpreting.
3584 * input/test/{banter,jazz,american}-chords.ly (scheme): update
3585 style settings. Rename to chord-names-*.ly
3587 2003-01-03 Jan Nieuwenhuizen <janneke@gnu.org>
3589 * scm/chord-name.scm: Painful merge of Amy's patch to old-style
3590 markup code and update to new markup. Most probably broke some of
3593 2002-12-30 Juergen Reuter <reuter@ipd.uka.de>
3595 * Documentation/user/refman.itely: added docu for ambitus and
3598 * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
3599 ly_quote_scm() in lookup.cc
3601 * mf/parmesan-clefs.mf: set_char_box fix
3603 * lily/cluster-engraver.cc: junk implicit protection; use
3604 Protected_scm instead
3606 2002-12-29 Jan Nieuwenhuizen <janneke@gnu.org>
3608 * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
3611 * scm/new-markup.scm: Turn-off error-triggering test code.
3613 2002-12-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3615 * scm/new-markup.scm (markup-thrower-typecheck)
3616 (markup-typecheck?): add full typechecking functions.
3617 (make-markup-maker): add make-FOO-markup functions.
3618 (markup-argument-list-error): nice error checking messages.
3619 (make-markup): better function: less quoting escapades.
3621 2002-12-29 Jan Nieuwenhuizen <janneke@gnu.org>
3623 * scm/chord-name.scm: Remove fixme's. Jazz chords still broken.
3625 2002-12-28 Jan Nieuwenhuizen <janneke@gnu.org>
3627 * cygwin/lilypond.hint (requires): Add cygwin.
3629 * .cvsignore: Remove stepmake (huh!?!), add lib.
3631 * GNUmakefile.in: Add libdir links for builddir runs.
3633 * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
3636 * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
3637 local_lilypond_libdir.
3639 * config.make.in (lilypond_libdir): Add.
3641 * stepmake/stepmake/substitute-rules.make:
3642 * stepmake/stepmake/script-rules.make:
3643 * stepmake/stepmake/python-module-rules.make:
3644 * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
3645 lilypond-python-module patch.
3647 2002-12-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3649 * Documentation/user/refman.itely (Graphical interfaces): add note
3652 2002-12-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3654 * scripts/ly2dvi.py (run_dvips): remove trailing newline
3656 2002-12-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3658 * VERSION: released 1.7.10
3660 * scripts/musedata2ly.py (): idem
3662 * scripts/midi2ly.py (dump_chord): idem
3664 * scripts/etf2ly.py (version): idem
3666 * scripts/pmx2ly.py (Slur.calculate): new chord syntax
3668 * scripts/mup2ly.py (pre_processor_commands): new chord syntax
3670 * scm/tex.scm (tex-output-expression): remove eval compat
3671 glut. Other output files too.
3673 * scm/chord-name.scm: don't export anything from chord module.
3675 * input/test/american-chords.ly: idem
3677 * input/test/banter-chords.ly (texidoc): idem
3679 * input/test/Cc-chords.ly: add breakage notes.
3681 * Documentation/user/refman.itely (Text markup): rewrite manual section.
3683 * lily/parser.yy (scalar): allow \markup { } as property value.
3685 * scm/chord-name.scm: complete new markup usage
3687 * scm/grob-description.scm (all-grob-descriptions): use new markup
3690 2002-12-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3692 * scm/chord-name.scm: partial move to new markup texts.
3694 2002-12-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3696 * scm/grob-description.scm (all-grob-descriptions): small bass figures.
3698 * scm/bass-figure.scm (brew-bass-figure): make stack direction
3701 2002-12-18 Heikki Junes <hjunes@cc.hut.fi>
3703 * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
3704 invoked for old midi, wait for killing.
3706 2002-12-16 Heikki Junes <hjunes@cc.hut.fi>
3708 * Documentation/user/music-glossary.tely: Finnishing.
3710 2002-12-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3712 * mf/feta-nummer-code.mf: some kerning pairs.
3714 2002-12-14 Rune Zedeler <rz@localhost.localdomain>
3716 * scm/output-lib.scm (set-bar-number-visibility): Context-function
3719 * Documentation/user/refman.itely (Bar numbers):
3720 set-bar-number-visibility added, modulo-bar-number removed again
3723 2002-12-14 Heikki Junes <hjunes@cc.hut.fi>
3725 * scm/output-lib.scm (modulo-bar-number-visible): add function.
3727 * Documentation/user/refman.itely: add modulo-bar-number-visible.
3729 * Documentation/user/music-glossary.tely: translate into Finnish.
3731 2002-12-10 Heikki Junes <hjunes@cc.hut.fi>
3733 * lilypond-mode.el: add shortcut for 2midi
3735 * lilypond-font-lock.el: fontify lyrics
3737 2002-12-10 Rune Zedeler <rz@daimi.au.dk>
3739 * scm/drums.scm : use 1.7.x names.
3741 * input/regression/drums.ly : Don't use << chords >>
3743 2002-12-10 Heikki Junes <hjunes@cc.hut.fi>
3745 * lilypond-mode.el: tidy, add TODO
3747 * make/lilypond.mandrake.spec.in: install-info quietly.
3749 2002-12-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3751 * input/test/markup.ly: use new syntax.
3753 2002-12-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3755 * ly/params-init.ly (interscoreline): add word-space
3757 * input/test/metronome.ly (eighthNote): idem.
3759 * input/test/script-priority.ly: use new markup
3761 * lily/parser.yy (markup): allow HEAD markup0 markup1
3763 * lily/molecule-scheme.cc (ly:molecule-translate): new function.
3765 * lily/parser.yy (gen_text_def): bugfix.
3766 (full_markup): allow markup identifier.
3768 2002-12-09 Heikki Junes <hjunes@cc.hut.fi>
3770 * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
3771 jobs at the same time. Add horizontal lines to Command menu.
3772 Allow one compiling job -- propose killing others before a new one.
3774 * lilypond.words: add markup, teeny, etc.
3776 2002-12-08 Heikki Junes <hjunes@cc.hut.fi>
3778 * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
3779 Allow only one type of midi process; launching Midi either stops
3780 midis or plays the current midi and launching MidiAll stops midis
3781 and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return
3782 to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
3784 2002-12-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3786 * lily/text-engraver.cc (process_acknowledged_grobs): use new
3787 markup for new markup texts.
3789 * lily/mark-engraver.cc (process_music): idem
3791 * lily/instrument-name-engraver.cc (create_text): idem
3793 * scm/new-markup.scm (magnify-markup): new function.
3795 * scm/molecule.scm (stack-lines): bugfix.
3797 * lily/font-interface.cc (get_font): take font-magnification from
3800 2002-12-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3802 * lily/molecule-scheme.cc: move scheme functions to separate file.
3804 * lily/font-metric.cc (ly_get_glyph): new function.
3806 * scm/new-markup.scm (column-markup): use baseline-skip for columns.
3807 (italic-markup, dynamic-markup): new functions
3808 (font-markup): new function
3810 * lily/molecule.cc (ly_molecule_combined_at_edge): optional
3813 2002-12-07 Rune Zedeler <rz@daimi.au.dk>
3815 * lily/accidental-engraver.cc:
3816 Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
3818 2002-12-06 Heikki Junes <hjunes@cc.hut.fi>
3821 * lilypond-font-lock.el: Put \longa as duration. Accept only
3822 [a-zA-Z] for user defined identifiers. Separate note cases
3823 with and without a duration (allow cis\longaX).
3825 * lilypond.words: Add words from Info.
3827 2002-12-06 Mats Bengtsson <mats.bengtsson@s3.kth.se>
3829 * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
3831 2002-12-05 Heikki Junes <hjunes@cc.hut.fi>
3833 * lilypond-mode.el: Propose reverting buffer before a command if
3834 it was edited with an another editor.
3836 2002-12-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3838 * lily/molecule.cc (ly_translate_molecule): new function
3840 * python/GNUmakefile (INSTALLATION_DIR1): install Python module
3843 * autogen.sh (srcdir): copy aclocal.m4 if newer.
3845 * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
3847 2002-12-04 Heikki Junes <hjunes@cc.hut.fi>
3849 * lilypond.words: take \words from Info-index.
3851 2002-12-04 Jan Nieuwenhuizen <janneke@gnu.org>
3853 * scm/sodipodi.scm: Add instruction for generating pfa fonts.
3855 2002-12-02 Heikki Junes <hjunes@cc.hut.fi>
3857 * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
3859 2002-12-01 Heikki Junes <hjunes@cc.hut.fi>
3861 * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info
3862 and lilypond-documentation.
3864 2002-12-02 Jan Nieuwenhuizen <janneke@gnu.org>
3866 * lily/parser.yy: Compile fix (bison 1.75).
3868 2002-12-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3870 * VERSION: 1.7.9 released
3872 * scm/music-functions.scm (shift-one-duration-log): refactor.
3875 * input/regression/chord-tremolo.ly (texidoc): add dot test.
3879 * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
3882 * scm/music-functions.scm (display-music): new function
3883 (music-map): change arg order.
3885 * input/regression/new-markup-syntax.scm: new file
3887 * lily/parser.yy (markup): add \markup { .. } syntax.
3889 * scm/new-markup.scm (override-markup): new function
3890 (lookup-markup): new function
3891 (music-markup): new function
3892 (lookup-markup-command): use markup-signature to store argument
3895 * lily/lexer.ll: preliminary \markup syntax.
3897 2002-11-30 Heikki Junes <hjunes@cc.hut.fi>
3899 * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
3900 add pre/post-dependencies and menus with icons from source.
3902 * Documentation/pictures/lilypond-48x48.xpm:
3903 * Documentation/pictures/lilypond-32x32.xpm:
3904 * Documentation/pictures/lilypond-16x16.xpm: new files, background
3907 * stepmake/stepmake/generic-targets.make:
3908 * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
3910 2002-11-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3912 * input/regression/music-map.ly (texidoc): new file.
3914 * scm/music-functions.scm (music-map): new function
3916 2002-11-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3918 * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
3920 2002-11-28 Heikki Junes <hjunes@cc.hut.fi>
3922 * input/test/to-xml.ly:
3923 * lily/ligature-engraver.cc: Fixes documentation.
3925 * lilypond.mandrake.spec.in:
3926 * lilypond.redhat.spec.in: Add lilypond.words.
3928 * Documentation/user/refman.itely: Mention Info inside emacs.
3930 * lilypond.suse.spec.in:
3931 * lilypond.redhat.spec.in:
3932 * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se).
3934 2002-11-27 Jan Nieuwenhuizen <janneke@gnu.org>
3936 * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
3939 2002-11-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3941 * scripts/ly2dvi.py (include_path): print warning if failing anything.
3943 * python/lilylib.py (error): add space
3945 2002-11-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3947 * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
3950 2002-11-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3952 * lily/paper-outputter.cc (Paper_outputter): close port when
3955 2002-11-26 Jan Nieuwenhuizen <janneke@gnu.org>
3957 * scm/sodipodi.scm: Fixes.
3959 2002-11-26 Heikki Junes <hjunes@cc.hut.fi>
3961 * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
3963 * buildscripts/make-font-dir.py: Fix.
3965 2002-11-25 Heikki Junes <hjunes@cc.hut.fi>
3967 * lilypond-mode.el: Add support for Info inside Emacs.
3969 2002-11-24 Jan Nieuwenhuizen <janneke@gnu.org>
3971 * buildscripts/make-font-dir.py:
3972 * mf/GNUmakefile: Make sodipodi font map.
3974 * scm/sodipodi.scm: Add more output functions.
3976 * mf/feta-nummer.mf:
3977 * mf/feta-beugel.mf: Add font_coding_scheme.
3979 * lily/paper-outputter.cc (output_header): Fix creator string.
3981 2002-11-23 Heikki Junes <hjunes@cc.hut.fi>
3983 * lilypond-mode.el (LilyPond-autocompletion): invoked with
3984 [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
3986 * lilypond.words: add two (Everybody can add/remove words now!).
3989 * make/lilypond.suse.spec.in:
3990 * make/lilypond.mandrake.spec.in:
3991 * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
3993 * Documentation/user/refman.itely: Mention autocompletion.
3995 2002-11-23 Jan Nieuwenhuizen <janneke@gnu.org>
3997 * scripts/ly2dvi.py: Add paper sizes.
3999 * lily/timing-engraver.cc:
4000 * lily/time-signature.cc:
4002 * lily/grob-scheme.cc: Code formatting fixes.
4006 * buildscripts/mf-to-table.py:
4007 * buildscripts/make-font-dir.py: Font testing.
4009 2002-11-23 Heikki Junes <hjunes@cc.hut.fi>
4011 * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
4012 inserts try-completion and shows all-completions.
4014 * lilypond.words: '\' -> '\\'
4016 * lilypond-mode.el: load libraries in the end, lilypond.words defines
4017 LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
4019 * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
4020 and LilyPond-reserved-words.
4022 2002-11-22 Heikki Junes <hjunes@cc.hut.fi>
4024 * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
4027 * lilypond-mode.el (LilyPond-autocompletion): shows completions in
4028 the mini-buffer with Control-Shift-c.
4030 2002-11-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4032 * lily/parser.yy (tempo_event): use tempo-unit for \tempo
4033 duration. This fixes \tempo taking time.
4035 2002-11-21 Mats Bengtsson <mats.bengtsson@s3.kth.se>
4037 * lily/volta-engraver.cc (process_acknowledged_grobs):
4038 Allow for text markup in repeatCommands.
4040 2002-11-21 Heikki Junes <hjunes@cc.hut.fi>
4042 * lilypond-mode.el (LilyPond-insert-string): new function, use it
4043 in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
4044 Get rid of skeleton.el-dependency.
4046 * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
4048 2002-11-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4050 * lily/beam-engraver.cc (stop_translation_timestep): reset
4053 * lily/scm-option.cc: add parse-protect to ly:set-option
4055 * lily/lexer.ll: set errorlevel if GUILE fails during parse.
4057 2002-11-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4059 * lily/include/ligature-bracket.hh: removed
4060 * lily/ligature-bracket.cc: removed
4062 * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
4065 * lily/beam.cc (set_beaming): don't change beam count on rests.
4066 (brew_molecule): always set flag-width > 0.
4068 2002-11-19 Heikki Junes <hjunes@cc.hut.fi>
4070 * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
4071 chars, remove instructions; instead, refer to lilypond-init.el and
4072 Documentation/topdocs/INSTALL.texi.
4074 * lilypond.words: add identifiers and reserved words.
4076 * Documentation/topdocs/INSTALL.texi: separate sections for installing
4077 files and adding a load-path.
4079 * lilypond-init.el: Instructions, extracted from
4080 Documentation/topdocs/INSTALL.texi.
4082 2002-11-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4084 * VERSION: 1.7.8 released
4086 * lily/grob.cc (warning): better robustness fix.
4088 2002-11-19 Juergen Reuter <reuter@ipd.uka.de>
4090 * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
4092 * lily/cluster-engraver.cc: stick better to variable naming
4095 * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
4096 until stop_translation_timestep()
4098 * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
4099 min/max coordinates to backend, but no musical info such as
4102 * lily/cluster.cc: robustness fix: do not crash upon empty cluster
4104 * lily/grob.cc: robustness fix: warning(): do not crash if
4107 * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
4108 the much more elaborated tuplet brackets than the very naive and
4109 simple ligature bracket grob
4111 2002-11-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4113 * Documentation/user/refman.itely (Analysis brackets): add
4114 horizontal bracket doco.
4116 * ly/property-init.ly (setMmRestFermata): added.
4118 * Documentation/user/refman.itely (Multi measure rests): fermatas
4121 * input/regression/apply-context.ly (texidoc): new file
4123 * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
4124 code to be executed during interpretation. Possible applications:
4125 smart octavation, more advanced bar checks.
4127 * lily/apply-context-iterator.cc: new file.
4129 2002-11-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4131 * input/test/new-markup.ly: new file.
4133 * lily/text-item.cc (text_to_molecule): new function
4135 * scm/new-markup.scm (lambda): new file
4137 * lily/function-documentation.cc (ly_add_function_documentation):
4138 add proc property as well
4140 2002-11-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4142 * Documentation/user/music-glossary.tely (Top): add custos.
4144 2002-11-18 Heikki Junes <hjunes@cc.hut.fi>
4146 * Documentation/topdocs/INSTALL.texi: advise how to include source
4147 path to Emacs load-path and improve language.
4149 2002-11-16 Jan Nieuwenhuizen <janneke@gnu.org>
4151 * GNUmakefile.in: config.h message fix.
4154 * aclocal.m4: Regenerate.
4158 * stepmake/config.make.in:
4159 * stepmake/configure.in:
4160 * stepmake/autogen.sh:
4161 * stepmake/aclocal.m4: Update for autoconf 2.56.
4163 2002-11-16 Heikki Junes <hjunes@cc.hut.fi>
4165 * Documentation/topdocs/INSTALL.texi: instructions for an user how
4166 to install Emacs-mode. Instructions how to use vim-mode.
4168 2002-11-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4170 * scm/music-types.scm (music-descriptions): no length for tempo event.
4172 * input/*.ly: add \version everywhere.
4174 * input/*.ly: update syntax to 1.7 + new-chords.
4176 * VERSION: 1.7.7 released.
4178 * Documentation/user/*.tely: new chord syntax.
4180 * input/regression/[bc]*.ly (texidoc): syntax updates.
4182 2002-11-13 Heikki Junes <hjunes@cc.hut.fi>
4184 * lilypond.words: add vocabulary to be used in auto-completion
4186 * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
4188 * lilypond.vim: allow note name at EOF
4190 2002-11-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4192 * buildscripts/new-chords.py (edit): -e option: inline editing.
4194 * input/regression/a*.ly (texidoc): syntax updates.
4196 * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
4197 music): elucidations.
4199 2002-11-11 Juergen Reuter <reuter@ipd.uka.de>
4201 * lily/include/lily-proto.hh, ly/engraver-init.ly,
4202 ly/spanners-init.ly, scm/grob-description.scm,
4203 scm/grob-property-description.scm, scm/music-types.scm,
4204 lily/cluster-engraver.cc, lily/cluster.cc,
4205 lily/include/cluster.hh, input/test/cluster.ly: cluster
4208 * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
4209 ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
4210 scm/sketch.scm, scm/tex.scm: support for dots and polygons added
4212 * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
4214 * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
4216 * scm/grob-description.scm: bugfix: by default, use default note
4217 head style when engraving ligatures
4219 * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
4221 * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
4224 * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
4226 * input/test/ancient-font.ly: bugfix: style -> flag-style
4228 * lily/ligature-engraver.cc: indentation fix
4230 * lily/parser.yy: indentation fixes
4232 2002-11-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4234 * input/regression/measure-grouping.ly: more elaborate example.
4236 * lily/moment.cc: ly:add-moment, ly:mul-moment,
4237 ly:div-moment. New functions
4239 * scm/music-functions.scm (set-time-signature): new function,
4240 allow inline time sig settings with measure grouping.
4242 * lily/parser.yy (command_element): move time sig construction
4245 * lily/side-position-interface.cc (out_of_staff): new function,
4246 like padding, but keep minimum distance from staff. Easier than
4247 linespanners (dynamics, pedals), but roughly the same effect.
4249 2002-11-10 Heikki Junes <hjunes@cc.hut.fi>
4251 * emacs-mode.el: Added spanish-note-replacements
4252 (Carlos Betancourt, <carlos.betancourt@chello.be>).
4254 * vimrc: (Un)commenting with <(S-)F12>, tidy.
4256 2002-11-08 Heikki Junes <hjunes@cc.hut.fi>
4258 * lilypond.vim: Do not fontify cises, desis, etc.
4260 * vimrc: view dvi with <S-F6>
4262 2002-11-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4264 * lily/lookup.cc (triangle): new function.
4266 * input/regression/measure-grouping.ly (texidoc): new file: show
4267 triangles and brackets for beat groups of 3 and 2.
4269 * lily/include/measure-grouping-spanner.hh (class
4270 Measure_grouping): new file.
4272 * lily/measure-grouping-spanner.cc (brew_molecule): new file
4274 * lily/measure-grouping-engraver.cc (class
4275 Measure_grouping_engraver): new file.
4277 2002-11-06 Jan Nieuwenhuizen <janneke@gnu.org>
4279 * Merge from stable:
4281 cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
4283 * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
4286 * ly/paper19.ly: Include paper19-init.ly.
4288 * ly/paper19-init.ly: New file.
4290 * Documentation/user/tutorial.itely (First steps): Fix first
4291 example for font test.
4293 * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
4295 * ChangeLog: Add 1.7.6 release marker (see below).
4297 * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
4300 2002-11-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4302 * input/tutorial/sammartini.ly (bassvoices): to new syntax.
4304 * input/tutorial/*.ly: update to new syntax.
4306 * lily/parser.yy (Composite_music): new transpose syntax,
4307 \transpose FROM TO MUSIC.
4309 2002-11-04 Jan Nieuwenhuizen <janneke@gnu.org>
4311 * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
4312 latex progress/error output to stderr (by default this goes to
4313 stdout). Show lilypond progress, even when not verbose.
4315 * python/lilylib.py (system): New optional parameter to control
4316 showing of progress.
4318 * scm/backend-documentation-lib.scm (check-dangling-properties):
4321 * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify. Add
4324 * scm/grob-property-description.scm (magnify): Remove.
4325 (extent, axis): Add.
4327 2002-11-03 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4329 * VERSION: Release 1.7.6.
4331 * scripts/convert-ly.py: more uniformization substitutions.
4333 * buildscripts/new-chords.py (sub_chords): new file.
4335 2002-11-03 Jan Nieuwenhuizen <janneke@gnu.org>
4337 * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
4338 lilypond.map. Include sauter fonts too. Cleanups.
4340 2002-11-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4342 * Documentation/user/tutorial.itely (First steps): change to new
4343 chord/tie/slur/beam notation.
4345 * lily/parser.yy (event_that_take_dir): allow postfix notation for
4348 * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
4349 engraver. Process ties in postfix notation, i.e. c8-~ c
4351 * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
4353 * input/regression/beam-postfix-notation.ly (texidoc): new file.
4355 * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
4357 * lily/beam-engraver.cc (try_music): accept new-beam-events
4359 * input/regression/chord-scripts.ly (texidoc): new file
4361 * lily/new-fingering-engraver.cc (acknowledge_grob): also handle
4364 * scm/script.scm (default-script-alist): cleanup.
4366 * lily/script-engraver.cc (make_script_from_event): cleanup.
4368 * lily/lyric-combine-music-iterator.cc
4369 (Lyric_combine_music_iterator): remove superfluous events.
4370 (melisma_busy): new function. Fix broken melismas.
4372 2002-10-31 Heikki Junes <hjunes@cc.hut.fi>
4374 * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
4375 Remove nonvalid settings. Use descriptive key names.
4376 Use <Return> to indicate the pressing of that key.
4378 2002-10-30 Jan Nieuwenhuizen <janneke@gnu.org>
4380 * scripts/lilypond-book.py (option_definitions): Typo.
4382 * scripts/ly2dvi.py: Updates.
4384 * python/lilylib.py (setup_environment, print_environment)
4385 (get_bbox, make_preview): Merge and remove from ly2dvi and
4388 * scripts/lilypond-book.py: Use lilylib. Cleanups.
4390 * .cvsignore: Remove some cruft.
4392 * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
4395 * scripts/ly2dvi.py: Use lilylib as module. Fail gracefully if
4396 kpsexpand, kpsewhich, ps2pdf exit with error. Cleanups and fixes
4399 * python/lilylib.py (quiet_system): Junk
4400 (system): Display error log upon failure.
4401 (read_pipe): New function. Cleanups and fixes.
4403 * python/*.py: Rename from *.py.in.
4405 * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
4407 * GNUmakefile.in (SUBDIRS): Move python before scripts.
4409 2002-10-30 Jan Nieuwenhuizen <janneke@gnu.org>
4411 * python/GNUmakefile: Bugfix: handle modules.
4413 * stepmake/stepmake/python-module-targets.make (default): Add
4416 * stepmake/stepmake/python-module-rules.make: Add rule for byte
4419 * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
4420 Bugfix. (OUT_PYC_MODULES): Add.
4422 2002-10-30 Heikki Junes <hjunes@cc.hut.fi>
4424 * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
4425 Use default paths. Refresh description.
4427 2002-10-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4429 * VERSION: 1.7.5 released
4431 * input/regression/finger-chords.ly (texidoc): new file.
4433 * lily/script-engraver.cc (process_music): remove scriptHorizontal
4436 * lily/fingering-engraver.cc (process_music): remove kludgy
4437 scriptHorizontal stuff.
4439 * lily/script.cc: remove staff-support property.
4441 * lily/new-fingering-engraver.cc (add_fingering): new
4442 file. Fingering engraver for new style chords.
4444 2002-10-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4446 * lily/parser.yy (bare_number): allow 4 \cm (without
4447 decimal dot). (should backport to 1.6?)
4449 * ly/declarations-init.ly: use Scheme for dimension defs.
4451 * lily/parser.yy (TODO): remove hard coded dimensions, add
4452 REAL NUMBER_IDENTIFIER production.
4454 * lily/rest-collision.cc (force_shift_callback): rewrite using
4457 * scm/grob-property-description.scm (rest-collision-done): add
4460 * lilypond.vim: add file (<hjunes@cc.hut.fi>)
4462 2002-10-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4464 * input/regression/multi-measure-rest-center.ly: new file.
4466 * lily/multi-measure-rest.cc (big_rest): multi measure rest was
4467 off horizontally by 0.05 ss. Fixed.
4469 2002-10-22 Jan Nieuwenhuizen <janneke@gnu.org>
4471 * scm/pdftex.scm: Rename ly-number to ly:number->string.
4473 * Documentation/topdocs/index.tely: Remove duplicate from merge.
4475 2002-10-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4477 * lily/tie.cc (get_control_points): also avoid staff lines on the
4478 just outside the outer staff lines
4480 2002-10-21 Jan Nieuwenhuizen <janneke@gnu.org>
4482 * ly/params-init.ly: Just define style-alist, no need to
4485 * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
4488 * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
4489 (FET_FILES): = FONT_FILES.
4491 * Merge from stable:
4493 cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
4495 2002-10-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4497 * VERSION: 1.7.4 released.
4499 * scm/generate-documentation.scm (string-append): add macro
4502 * lily/text-item.cc (lookup_text): don't use virtual fonts for
4505 * lily/multi-measure-rest-engraver.cc: make separate
4506 MultiMeasureRestNumber grob. Introduce restNumberThreshold.
4508 * lily/multi-measure-rest.cc: remove text handling. Remove
4511 2002-10-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4513 * scm/music-types.scm: doc patch by Graham Percival
4515 2002-10-19 Jan Nieuwenhuizen <janneke@gnu.org>
4517 * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
4519 (Font_info.set_defaults): pixelsize now also defauts to '0'.
4520 (sketch_p): Sketch wants only first four elements of X11 font spec.
4522 * buildscripts/mf-to-table.py (parse_logfile): Bugfix.
4524 * mf/feta-autometric.mf: Write foundry and family to log.
4526 * mf/GNUmakefile: Fixes for pfx builds. Also write sketch
4527 font translation table.
4529 * buildscripts/mf-to-table.py: Better font info into afm.
4531 * buildscripts/make-font-dir.py: Use font info from afm. Mftrace
4534 * configure.in: Whine for mftrace 1.0.9.
4536 2002-10-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4538 * lily/parser.yy (chord_body): allow <<c e>>4 notation.
4540 * lily/main.cc (main_prog): don't try to load init.EXT when
4543 2002-10-15 Rune Zedeler <rune@zedeler.dk>
4545 * scm/tex.scm (zigzig-line): added.
4547 * scm/ps.scm (zigzag-line): added.
4549 * ps/music-drawing-routines.ps (subvec): added.
4550 (draw_zigzag_line): added.
4552 * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
4553 grob properties zigzag-width and zigzag-length.
4555 * input/regression/glissando.ly: Add some zig-zagged glissandi.
4557 2002-10-15 Jan Nieuwenhuizen <janneke@gnu.org>
4559 * scm/sodipodi.scm: Some fixes. Sketch also groks this bare-bones
4560 svg output, including font.
4562 2002-10-14 Jan Nieuwenhuizen <janneke@gnu.org>
4564 * scm/lily.scm: Register sodipodi output module.
4566 * scm/sodipodi.scm: New file.
4568 * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
4570 * buildscripts/mf-to-table.py (base): Write TfmChecksum in
4571 comment, after header.
4572 (parse_logfile): Remove invalid key FontFamily. Add mandatory key
4573 FullName. Fix FontName key.
4575 2002-10-14 Rune Zedeler <rune@zedeler.dk>
4577 * lily/rest.cc (after_line_breaking): bugfix: dots after half
4580 * input/test/blank-notes.ly: bugfix
4582 * lily/rest.cc (after_line_breaking): bugfix: dots after whole
4585 * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
4587 2002-10-14 Jan Nieuwenhuizen <janneke@gnu.org>
4590 * scm/ps.scm: Cleanup and remove obsolete junk.
4592 * Documentation/user/internals.itely:
4593 * Documentation/user/refman.itely: Run texinfo-all-menus-update.
4595 * lily/parser.yy: Identify shift/reduce problems.
4597 * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
4598 make-style-sheet. Too specific for convert-ly?
4600 2002-10-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4602 * po/cs.po: added czech translation, courtesy Tomas Kopecek.
4604 * input/test/*.ly: various fixes.
4606 * lily/music.cc (name): bugfix
4608 * lily/piano-pedal-engraver.cc (try_music): fix pedals.
4610 * lily/input-file-results.cc (code): set-point-and-click! ->
4613 2002-10-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4615 * Use uniform ly: prefix for exported scheme primitive functions.
4617 * scm/music-types.scm: junk compat glue
4619 * scripts/convert-ly.py: add rules for stuff below, junk
4620 compatibility glue for spanrequest.
4622 * lily/parser.yy (verbose_event): remove \spanrequest,
4623 \commandspanrequest, \script.
4625 * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
4627 * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
4628 for \penalty, \glissando.
4630 * VERSION: release 1.7.3
4632 2002-10-13 Rune Zedeler <rune@zedeler.dk>
4634 * lily/accidental-engraver.cc: Fix
4635 grace-in-the-beginning-of-measure bug caused by the resent
4636 partial-measure fix.
4638 * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
4639 overlap looks too crowded)
4641 2002-10-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4643 * lily/parser.yy (assignment): allow SCM expression as assignment.
4645 * lily/include/music-output-def.hh (class Music_output_def):
4646 * lily/music-output-def.cc:
4647 * lily/paper-def.cc:
4648 * scm/font.scm (markup-to-properties):
4649 * lily/parser.yy (music_output_def_body):
4652 2002-10-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4654 * ly/grace-init.ly (startGraceMusic): shorten default grace stem
4657 * input/regression/spacing-to-grace.ly: new file.
4659 * input/regression/spacing-end-of-line.ly: new file.
4661 * lily/note-spacing.cc (get_spacing): take into account breakable
4662 stuff sticking out at the left (time sig change at line break).
4664 * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
4667 * scm/music-functions.scm (make-voice-props-set): add
4668 staff-position for mm rests.
4670 * lily/spacing-spanner.cc (musical_column_spacing): shrink space
4671 before grace notes a little.
4673 * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
4675 * lily/break-align-interface.cc (do_alignment): right-edge spacing
4676 key adds space at the end of line.
4678 2002-10-11 Jan Nieuwenhuizen <janneke@gnu.org>
4680 * scm/sketch.scm: Fix beams.
4682 * buildscripts/mf-to-table.py: Add EncodingScheme.
4684 * scm/sketch.scm: Resurrect.
4686 2002-10-11 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4688 * lily/multi-measure-rest.cc: use breve rests for measure lengths
4689 longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
4691 2002-10-10 Jan Nieuwenhuizen <janneke@gnu.org>
4693 * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
4695 * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
4697 2002-10-11 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4699 * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
4700 token for origin information.
4702 * lily/parser.yy (My_lily_lexer): do identifier location and
4705 * scm/music-functions.scm (make-multi-measure-rest): move mmrest
4706 logic out of the parser. Add bar checks on both ends.
4708 * Documentation/user/refman.itely (Multi measure rests): add more
4709 notes about mm rests.
4711 2002-10-10 Jan Nieuwenhuizen <janneke@gnu.org>
4713 * input/regression/bar-scripts.ly: Re-enable.
4716 * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
4717 released rsn. Bison 1.50 has a crucial bug and won't work.
4719 * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
4722 2002-10-07 Jan Nieuwenhuizen <janneke@gnu.org>
4724 * input/regression/bar-scripts.ly: Blunt documentation build fix.
4726 2002-10-05 Jan Nieuwenhuizen <janneke@gnu.org>
4728 * Actually merge changes since 1.6.4 besides ChangeLog, and
4729 resolve conflicts. Lots of updates, hope all is well.
4731 * cygwin/lilypond.hint (requires): Add ghostscript.
4733 * scm: Update some (c).
4735 2002-10-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4737 * input/test/{various}.ly: add \header fields and texidoc strings.
4739 2002-10-05 Werner Lemberg <wl@gnu.org>
4741 * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
4742 renamed to `output_latex_quoted'.
4743 Added `output_latex_noquote'.
4744 (schedule_lilypond_block): Implement `noquote' option for LaTeX
4747 2002-11-03 Jan Nieuwenhuizen <janneke@gnu.org>
4749 * ChangeLog: Add 1.6.6 release marker. See below.
4751 * stepmake/stepmake/po-targets.make: Remove --c++ option.
4753 * scripts/midi2ly.py: Fix global syntax warnings.
4755 * GNUmakefile.in: Generate builddir locale tree too.
4757 * scripts/ly2dvi.py:
4758 * scripts/midi2ly.py:
4759 * scripts/mup2ly.py:
4760 * scripts/update-lily.py:
4761 * lily/main.cc (setup_paths): Fix for locales setup.
4763 2002-10-29 Jan Nieuwenhuizen <janneke@gnu.org>
4765 * Documentation/windows/installing.texi: Soften wording about
4766 necessity of becoming Administrator. tommie@iae.nl reports this
4767 does not seem to be necessary for his flavour of Windows 2000.
4768 Explicitely discourage text mode mounts.
4770 2002-10-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4772 * lily/rest.cc (after_line_breaking): backport dot position fix.
4774 * lily/rest-collision.cc (do_shift): also remove dots for suicided
4775 rests. Thanks to Klaus Zimmermann for finding this bug.
4777 2002-10-24 Jan Nieuwenhuizen <janneke@gnu.org>
4779 * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
4781 2002-10-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4783 * Documentation/user/music-glossary.tely: fix links.
4785 2002-10-21 Werner Lemberg <wl@gnu.org>
4787 * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
4788 (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
4789 scaling factor) only once and use them in the definition of
4791 * ps/music-drawing-routines.ps (skeel): Removed.
4793 2002-10-21 Jan Nieuwenhuizen <janneke@gnu.org>
4795 * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
4796 Solaris7, as we don't use nested $( ) constructs.
4798 2002-10-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4800 * VERSION: Release 1.6.6.
4802 2002-10-21 Jan Nieuwenhuizen <janneke@gnu.org>
4804 * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
4805 as workaround for /bin/sh problems on Solaris7.
4807 2002-10-19 Werner Lemberg <wl@gnu.org>
4809 * GNUmakefile.in (web-doc): Fix typos.
4810 * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
4811 `music-drawing-routines.ps' but emit \special{header=...} once.
4812 * scm/tex.scm (header-end): Updated.
4814 2002-10-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4816 * lily/stem-engraver.cc (acknowledge_grob): don't crash on
4819 2002-10-15 Werner Lemberg <wl@gnu.org>
4821 * scripts/lilypond-book.py (g_make_html): New global variable.
4822 (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
4823 if `g_make_html' isn't set.
4824 [main]: Add format `texi-html'.
4825 (option_definitions): Updated.
4826 * Documentation/user/lilypond-book.itely: Updated.
4828 * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
4829 * make/ly-rules.make (%.texi, %.nexi): Use it.
4830 * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
4831 format to lilypond-book.
4832 * GNUmakefile.in (web-doc): Ditto.
4834 2002-10-14 Werner Lemberg <wl@gnu.org>
4836 Further improve TeX output. The produced files are about 40%
4837 smaller. `lilyponddefs.tex' is now read only once.
4839 * tex/lilyponddefs.tex: Remove footer stuff.
4840 (\ifundefined): Renamed to...
4841 (\lilypondundefined): This. Use LaTeX's definition to
4842 make it nestable and make it global.
4843 (\lilypondstart, \lilypondend): New macro to initialize LilyPond
4845 (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
4846 (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
4848 (\placebox): Renamed to...
4850 Make it global and call \outputscale by itself.
4851 (\lybox, \lyvrule): New macros to reduce input data.
4852 (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
4853 New auxiliary macros.
4854 (\SkipLilydefs, \EndLilyPondOutput): Removed.
4855 * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
4857 (\lilypondspace): This and made it global.
4858 (\turnOnPostScript): Renamed to...
4859 (\lilypondpostscript): This and made it global.
4860 (\turnOnExperimentalFeatures): Renamed to...
4861 (\lilypondexperimentalfeatures): This and made it global.
4862 * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
4863 (\lilypondsetdimen): This and made it global.
4864 * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
4865 * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
4866 (all, $(outdir)/music-drawing-routines.ps): New rules.
4867 * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
4868 * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
4869 start-system, stop-system, stop-last-system, filledbox): Updated to
4870 use the changed macros from lilyponddefs.tex.
4871 * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
4873 2002-10-07 Jan Nieuwenhuizen <janneke@gnu.org>
4875 * Documentation/windows/installing.texi: Update.
4877 2002-09-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4879 * VERSION: 1.6.5 released
4881 * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
4883 2002-09-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4885 * scm/translator-property-description.scm (voltaOnThisStaff): add
4888 2002-09-28 Werner Lemberg <wl@gnu.org>
4890 * scm/tex.scm (header-end): Suppress page numbering.
4892 * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
4893 Fix quotation for HTML output.
4895 2002-09-28 Graham Percival <gperciva@sfu.ca>
4897 * Documentation/user/refman.itely: grammar and phrasing
4898 fixes to "Note Entry" section. Also adds a few new examples.
4900 2002-09-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4902 * flower/include/string-data.icc: include string.h
4904 2002-09-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4906 * scm/chord-name.scm (chord::inner-name-banter): remove space.
4908 2002-09-27 Jan Nieuwenhuizen <janneke@gnu.org>
4910 * Documentation/user/GNUmakefile (extra-local-help): Add.
4912 * stepmake/stepmake/www-targets.make (local-help): Add.
4914 2002-09-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4916 * Documentation/topdocs/INSTALL.texi (Top): recommend binary
4919 * Documentation/topdocs/README.texi (Top): building documentation
4922 2002-09-26 Jan Nieuwenhuizen <janneke@gnu.org>
4924 * Documentation/user/refman.itely:
4925 * Documentation/user/tutorial.itely:
4926 * Documentation/user/music-glossary.tely: Merge changes.
4928 * Documentation/user/glossary.html.in:
4929 * Documentation/index.texi:
4930 * Documentation/header.html.in: Accomodate renaming of glossary.
4932 * Documentation/user/tutorial.itely: Add some glossary references.
4934 * Documentation/user/refman.itely: Minor fixes.
4936 * Documentation/user/lilypond.tely: Add glossary do direntry.
4938 * Documentation/user/music-glossary.tely: Rename (previously:
4939 glossary.tely). Fix anchor placement.
4941 * Documentation/user/GNUmakefile: Make music-glossary.info too.
4943 2002-09-23 Werner Lemberg <wl@gnu.org>
4945 * scripts/lilypond-book.py (output_dict): Fix handling of
4946 various environments by avoid extraneous newlines.
4947 Rename `output-all' regexp for html to `output-html'.
4948 Replace `output-all' regexp for texi with `output-texi-quote'
4949 and `output-texi-noquote'.
4950 (compose_full_body): Don't override `linewidth' user option
4952 (schedule_lilypond_block): Don't indent text specified with
4954 Add new option `noquote'.
4955 (compile_all_files): Use latex instead of tex to compile ly
4958 * Documentation/user/lilypond-book.itely: Updated and revised.
4961 * Documentation/user/glossary.tely,
4962 Documentation/user/introduction.itely,
4963 Documentation/user/tutorial.itely,
4964 Documentation/user/refman.itely,
4965 Documentation/user/appendices.itely: Fix overfull LilyPond
4966 boxes caused by the new lilypond-book code. Other minor
4969 * Documentation/user/macros.itexi (@texiflat): Don't emit
4972 * scm/tex.scm (end-output, header-end): Add preamble and
4973 postamble to make lilypond output directly compilable with
4977 2002-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4979 * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
4982 2002-09-25 Jan Nieuwenhuizen <janneke@gnu.org>
4984 * Documentation/user/glossary.tely: Add titling and hyperlinks.
4986 2002-09-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4988 * lily/beam.cc (connect_beams): don't crash if there are quarter
4991 2002-09-24 Juergen Reuter <reuter@ipd.uka.de>
4993 * Documentation/user/refman.itely: corrected ancient clef
4994 docu; added docu on ligatures
4996 2002-09-21 Juergen Reuter <reuter@ipd.uka.de>
4998 * Documentation/user/glossary.tely,
4999 Documentation/user/refman.itely, input/les-nereides.ly,
5000 input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
5001 input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
5002 scm/grob-property-description.scm, scripts/convert-ly.py: renamed
5003 Stem properties: flag-style -> stroke-style, style -> flag-style.
5006 2002-09-22 Werner Lemberg <wl@gnu.org>
5008 * scripts/lilypond-book.py: Add option `notime' to suppress
5009 printing of a time signature. Specify default indentation of 0pt
5010 if single line fragment. Don't emit redundant `\paper{ }'.
5012 * Documentation/user/lilypond-book.itely: Updated.
5014 * Documentation/user/glossary.tely: Completely reformatting.
5016 2002-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5018 * GNUmakefile.in (top-web): generate (possibly empty) examples.html
5020 2002-09-22 Jan Nieuwenhuizen <janneke@gnu.org>
5022 * Documentation/user/tutorial.itely: Fix links.
5024 * Documentation/topdocs/index.tely:
5025 * Documentation/index.texi:
5026 * Documentation/header.html.in: Small website fixes and updates.
5028 * debian/: Debian patch by Anthony Fok.
5030 2002-09-21 Jan Nieuwenhuizen <janneke@gnu.org>
5032 * Documentation/footer.html.in: How time flies: It's already 2002!
5034 * Documentation/topdocs/index.tely: Stable/development fix. Use
5035 more descriptive link names than 'here'.
5037 2002-09-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5039 * VERSION: 1.7.2 released
5040 * VERSION: 1.6.4 released
5042 * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
5044 * scripts/convert-ly.py (FatalConversionError.conv): add rule for
5045 (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
5047 * mf/feta-din.mf (test): add x-height and space.
5049 * lily/dynamic-engraver.cc (process_music): take dynamic direction
5050 from ^_ for crescendi. Idem for slurs and phrasing slurs.
5052 * ly/grace-init.ly: add-to-grace-init: function to portably add
5055 * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
5056 if we get an absolute dynamic event.
5058 * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
5060 * lily/source-file.cc (get_line): oops. All line numbers were off
5063 * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
5064 be after the note, combined with -_^, i.e. c4-(-\)-\>
5066 * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
5068 * lily/parser.yy (number_factor): remove (number) as number
5069 expression. ("Let them eat Lisp").
5071 2002-10-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5073 * lily/horizontal-bracket.cc: new file.
5075 * lily/horizontal-bracket-engraver.cc: new file.
5077 * input/regression/note-group-bracket.ly: new file. Support
5078 horizontal note brackets for music analysis.
5080 * lily/stem.cc (flag): new flag-style: no-flag.
5082 * input/test/stem-cross-staff.ly: new file
5084 * Documentation/user/internals.itely: Improved formatting, fixing
5085 typos. Added a section `Output details' to describe how the TeX
5088 * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
5090 * lily/parser.yy: remove \dynamicscript.
5092 * ly/dynamic-scripts-init.ly: redo the dynamic scripts
5095 * python/midi.c (midi_error): take two arguments.
5097 * Merge 1.6.5 changes:
5099 2002-10-04 Jan Nieuwenhuizen <janneke@gnu.org>
5101 * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
5102 staff-space. Previous 1.5 was probably meant as half-spaces.
5103 (cautionary-style): parentheses (was: smaller). This is what doco
5104 says, and it seems more logical.
5106 * Documentation/user/refman.itely (Chromatic alterations): Bugfix
5109 2002-10-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5111 * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
5113 2002-10-03 Jan Nieuwenhuizen <janneke@gnu.org>
5115 * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
5117 2002-09-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5119 * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
5121 2002-09-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5123 * scm/translator-property-description.scm (voltaOnThisStaff): add
5126 2002-09-28 Werner Lemberg <wl@gnu.org>
5128 * scm/tex.scm (header-end): Suppress page numbering.
5130 * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
5131 Fix quotation for HTML output.
5133 2002-09-28 Graham Percival <gperciva@sfu.ca>
5135 * Documentation/user/refman.itely: grammar and phrasing
5136 fixes to "Note Entry" section. Also adds a few new examples.
5138 2002-09-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5140 * flower/include/string-data.icc: include string.h
5142 2002-09-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5144 * scm/chord-name.scm (chord::inner-name-banter): remove space.
5146 2002-09-27 Jan Nieuwenhuizen <janneke@gnu.org>
5148 * Documentation/user/GNUmakefile (extra-local-help): Add.
5150 * stepmake/stepmake/www-targets.make (local-help): Add.
5152 2002-09-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5154 * Documentation/topdocs/INSTALL.texi (Top): recommend binary
5157 * Documentation/topdocs/README.texi (Top): building documentation
5160 2002-09-26 Jan Nieuwenhuizen <janneke@gnu.org>
5162 * Documentation/user/refman.itely:
5163 * Documentation/user/tutorial.itely:
5164 * Documentation/user/music-glossary.tely: Merge changes.
5166 * Documentation/user/glossary.html.in:
5167 * Documentation/index.texi:
5168 * Documentation/header.html.in: Accomodate renaming of glossary.
5170 * Documentation/user/tutorial.itely: Add some glossary references.
5172 * Documentation/user/refman.itely: Minor fixes.
5174 * Documentation/user/lilypond.tely: Add glossary do direntry.
5176 * Documentation/user/music-glossary.tely: Rename (previously:
5177 glossary.tely). Fix anchor placement.
5179 * Documentation/user/GNUmakefile: Make music-glossary.info too.
5181 2002-09-23 Werner Lemberg <wl@gnu.org>
5183 * scripts/lilypond-book.py (output_dict): Fix handling of
5184 various environments by avoid extraneous newlines.
5185 Rename `output-all' regexp for html to `output-html'.
5186 Replace `output-all' regexp for texi with `output-texi-quote'
5187 and `output-texi-noquote'.
5188 (compose_full_body): Don't override `linewidth' user option
5190 (schedule_lilypond_block): Don't indent text specified with
5192 Add new option `noquote'.
5193 (compile_all_files): Use latex instead of tex to compile ly
5196 * Documentation/user/lilypond-book.itely: Updated and revised.
5199 * Documentation/user/glossary.tely,
5200 Documentation/user/introduction.itely,
5201 Documentation/user/tutorial.itely,
5202 Documentation/user/refman.itely,
5203 Documentation/user/appendices.itely: Fix overfull LilyPond
5204 boxes caused by the new lilypond-book code. Other minor
5207 * Documentation/user/macros.itexi (@texiflat): Don't emit
5210 * scm/tex.scm (end-output, header-end): Add preamble and
5211 postamble to make lilypond output directly compilable with
5215 2002-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5217 * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
5220 2002-09-25 Jan Nieuwenhuizen <janneke@gnu.org>
5222 * Documentation/user/glossary.tely: Add titling and hyperlinks.
5224 2002-09-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5226 * lily/beam.cc (connect_beams): don't crash if there are quarter
5229 2002-09-24 Juergen Reuter <reuter@ipd.uka.de>
5231 * Documentation/user/refman.itely: corrected ancient clef
5232 docu; added docu on ligatures
5234 2002-09-21 Juergen Reuter <reuter@ipd.uka.de>
5236 * Documentation/user/glossary.tely,
5237 Documentation/user/refman.itely, input/les-nereides.ly,
5238 input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
5239 input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
5240 scm/grob-property-description.scm, scripts/convert-ly.py: renamed
5241 Stem properties: flag-style -> stroke-style, style -> flag-style.
5243 2002-09-22 Werner Lemberg <wl@gnu.org>
5245 * scripts/lilypond-book.py: Add option `notime' to suppress
5246 printing of a time signature. Specify default indentation of 0pt
5247 if single line fragment. Don't emit redundant `\paper{ }'.
5249 * Documentation/user/lilypond-book.itely: Updated.
5251 * Documentation/user/glossary.tely: Completely reformatting.
5253 2002-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5255 * GNUmakefile.in (top-web): generate (possibly empty) examples.html
5257 2002-09-22 Jan Nieuwenhuizen <janneke@gnu.org>
5259 * Documentation/user/tutorial.itely: Fix links.
5261 * Documentation/topdocs/index.tely:
5262 * Documentation/index.texi:
5263 * Documentation/header.html.in: Small website fixes and updates.
5265 * debian/: Debian patch by Anthony Fok.
5267 2002-09-21 Jan Nieuwenhuizen <janneke@gnu.org>
5269 * Documentation/footer.html.in: How time flies: It's already 2002!
5271 * Documentation/topdocs/index.tely: Stable/development fix. Use
5272 more descriptive link names than 'here'.
5274 2002-10-03 Jan Nieuwenhuizen <janneke@gnu.org>
5276 * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
5278 2002-10-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5280 * lily/part-combine-music-iterator.cc (get_state): cleanup
5281 (get_music_info): cleanup.
5283 2002-10-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5285 * scm/backend-documentation-lib.scm (interface-doc-string):
5286 crosslinks between interfaces and grobs. Headings for interfaces
5287 in grob explanation.
5289 2002-09-30 Jan Nieuwenhuizen <janneke@gnu.org>
5291 * scm/to-xml.scm: Fixes. input/trip.ly now parses as xml (without
5292 dtd). Add preliminary dtd.
5293 (re-sub-alist): Robustify.
5295 2002-09-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5297 * lily/include/event-chord-iterator.hh,
5298 lily/context-specced-music-iterator.cc,
5299 lily/event.cc, lily/event-chord-iterator.cc: add
5301 2002-09-29 Jan Nieuwenhuizen <janneke@gnu.org>
5303 * lily/: some (c) header fixes.
5305 * lily/request-chord.cc: Remove.
5307 * lily/include/event-chord-iterator.hh:
5308 * lily/include/event.hh:
5309 * lily/event-chord.cc: New file.
5311 * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
5314 2002-09-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5316 * lily/ : rename Request to Event
5318 * lily/parser.yy (command_element): move clef stuff into Scheme.
5320 * lily/: rename length_mom () to get_length()
5322 * lily/part-combine-music.cc: removed file and class.
5324 * lily/context-specced-music-iterator.cc (class
5325 Context_specced_music_iterator): new file. Obsoletes the
5326 Context_specced_music type.
5328 * scm/music-types.scm (make-repeated-music): put different kinds
5329 of repeated music into music-type table.
5331 * VERSION: 1.7.1 released.
5333 * scm/to-xml.scm: new file.
5335 * input/test/to-xml.ly (fooBar): demo of what is possible with the
5336 new Input representation: dump music as XML.
5338 * scm/engraver-documentation-lib.scm
5339 (engraver-accepts-music-types?): add links from music to engraver,
5340 from music-type to engraver.
5342 * lily/include/command-request.hh: removed
5343 lily/include/musical-request.hh: removed. Removed all _req classes
5344 except Key_change_req. Changes throughout.
5346 2002-09-28 Jan Nieuwenhuizen <janneke@gnu.org>
5348 * lily/tuplet-engraver.cc (try_music): Compile kludge.
5350 2002-09-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5352 * lily/*.cc: specify accepts for many engravers.
5354 * scm/music-documentation-lib.scm: dump music expressions and
5357 * scm/documentation-lib.scm: complete revision.
5358 Use GOOPS objects to store document tree explicitly. Cleaned up and
5359 sped up doco generation a lot.
5361 2002-09-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5363 * input/trip.ly (fugaIILeft): add arpeggio
5365 * lily/translator-group.cc (try_music_on_nongroup_children):
5366 oops. The name symbol is in the cdr of the assoc handle.
5368 * lily/: remove Arpeggio_req, Breathing_sign_req, Extender_req,
5369 Hyphen_req, Glissando_req, Break_req, Mark_req
5371 2002-09-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5373 * lily/musical-request.cc (music-duration-length,
5374 music-duration-compress): new functions.
5376 * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
5377 throughout. Warning doesn't work yet.
5379 * lily/translator-group.cc (try_music_on_nongroup_children):
5380 new implementation: store candidate acceptors in a hashTable.
5382 2002-09-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5384 * scm/music-types.scm (music-descriptions): change name to
5387 * scm/chord-name.scm (chord::inner-name-banter): remove space.
5389 2002-09-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5391 * lily/beam.cc (connect_beams): don't crash if there are quarter
5394 2002-09-24 Juergen Reuter <reuter@ipd.uka.de>
5396 * Documentation/user/refman.itely: corrected ancient clef
5397 docu; added docu on ligatures
5399 2002-09-21 Juergen Reuter <reuter@ipd.uka.de>
5401 * Documentation/user/glossary.tely,
5402 Documentation/user/refman.itely, input/les-nereides.ly,
5403 input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
5404 input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
5405 scm/grob-property-description.scm, scripts/convert-ly.py: renamed
5406 Stem properties: flag-style -> stroke-style, style -> flag-style.
5408 2002-09-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5410 * scm/music-functions.scm (music-separator?): don't use name music
5413 2002-09-24 Jan Nieuwenhuizen <janneke@gnu.org>
5415 * stepmake/stepmake/generic-targets.make (help): Document check
5418 * lily/new-accidental-engraver.cc: Compile fix.
5420 2002-09-23 Jan Nieuwenhuizen <janneke@gnu.org>
5422 * scripts/convert-ly.py: Add rule.
5424 * input/test/music-creation.ly:
5425 * input/test/add-staccato.ly:
5426 * input/test/add-text-script.ly: ly-make-music.
5428 * scm/drums.scm (make-head-type-elem, make-articulation-script):
5429 More ly-make-music renamings.
5431 * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
5433 * lily/music-constructor.cc (make_music): Add debugging info.
5435 * scm/music-functions.scm (make-simultaneous-music,
5436 (make-sequential-music, context-spec-music):
5437 * scm/music-types.scm (music-descriptions): Get lily to run.
5439 2002-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5441 * lily/command-request.cc (transpose_key_alist): new function.
5443 * lily/key-performer.cc (create_audio_elements): cleanup.
5445 2002-09-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5447 * lily/parser.yy: remove TYPED_MAKE_MUSIC().
5449 * lily/include/translator.hh (ENTER_DESCRIPTION): add
5450 events-accepted field.
5452 * scm/music-types.scm: new file.
5454 * lily/parser.yy: put music type initialization into scheme,
5455 similar to grob initialization. Changes throughout.
5457 2002-09-22 Jan Nieuwenhuizen <janneke@gnu.org>
5459 * Documentation/user/tutorial.itely: Fix links.
5461 * Documentation/index.texi:
5462 * Documentation/header.html.in:
5463 * Documentation/topdocs/index.tely: Small website fixes and updates.
5465 * debian/: Debian patch by Anthony Fok.
5467 2002-09-21 Jan Nieuwenhuizen <janneke@gnu.org>
5469 * Documentation/footer.html.in: How time flies: It's already 2002!
5471 * Documentation/topdocs/index.tely: Stable/development fix. Use
5472 more descriptive link names than 'here'.
5474 * ROADMAP: Remove test stuff.
5476 * scripts/update-lily.py: Allow auto-building of stable and
5477 development versions. Bugfixes.
5479 2002-09-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5481 * VERSION: released 1.7.0
5483 * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
5485 * tex/lilyponddefs.tex: set hsize for plain tex, but only for
5486 positive line widths.
5488 2002-09-20 Jan Nieuwenhuizen <janneke@gnu.org>
5490 * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
5493 * cygwin: Cygwin updates.
5495 2002-09-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5497 * Documentation/windows/installing.texi (Top): version for python,
5498 urls for ghostscript (thanks to John Potelle)
5500 * lily/simultaneous-music-iterator.cc
5501 (Simultaneous_music_iterator): init children_list_ before
5504 * lily/*-iterator.cc: be even more careful with smobbed copy
5507 * lily/break-align-engraver.cc (acknowledge_grob): also typeset
5510 2002-09-15 Werner Lemberg <wl@gnu.org>
5512 Improving LilyPond's output to make them ordinary TeX boxes with
5513 predictable dimensions. System boxes are now vertically centered on
5514 the baseline; this offset can be further controlled with
5515 \lilypondscoreshift.
5517 * lily/system.cc (System::post_processing): Pass length of current
5518 system to `start-system' (including any horizontal indentation).
5520 * scm/tex.scm, scm/pdftex.scm: Make output of various functions
5522 (lily-def): Append `%'.
5523 (start-system): Add parameter `wd'. Output more TeX code to specify
5525 (stop-system, stop-last-system): Complement changes in
5527 * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
5530 * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
5531 * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
5532 Write final `\endinput'.
5534 * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
5535 tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
5536 tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code. Assure that
5537 files and macro definitions don't produce spurious spaces and
5538 paragraphs (using \endlinechar).
5539 * tex/lilyponddefs.tex: New dimension `\scoreshift'.
5541 * Documentation/user/internals.itely: Improved formatting, fixing
5542 typos. Added a section `Output details' to describe how the TeX
5545 2002-09-17 Rune Zedeler <rune@zedeler.dk>
5547 * lily/accidental-engraver.cc: Also work with partial measures.
5549 2002-09-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5551 * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
5554 2002-09-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5556 * lily/identifier-smob.cc (unpack_identifier): new file.
5558 * lily/lexer.ll (identifier_type): new function. use ly-id to
5559 pass off scheme expressions as music identifiers.
5561 * scm/lily.scm: reorganisation, cleanups.
5563 * lily/main.cc: small cleanups.
5565 2002-09-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5567 * lily/ly-module.{cc,hh}: new file.
5569 2002-09-17 Rune Zedeler <rune@zedeler.dk>
5571 * lily/accidental-engraver.cc: Also work with partial measures.
5573 2002-09-16 Jan Nieuwenhuizen <janneke@gnu.org>
5575 * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
5577 2002-09-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5579 * lily/my-lily-lexer.cc: use SCM module in stead of
5580 Scheme_hash_table. Changes throughout.
5582 2002-09-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5584 * VERSION (MY_PATCH_LEVEL): make 1.7.0