1 2003-05-18 Heikki Junes <hjunes@cc.hut.fi>
3 * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
5 * lilypond.words: add 3.
7 2003-05-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9 * scm/define-grobs.scm: uniform naming for definitions and output
12 * ly/engraver-init.ly (ChoirStaffContext): add \description from
13 scm/context-description.scm
15 * lily/parser.yy (translator_spec_body): add \description to the
16 \translator{} body syntax.
18 * lily/ottava-engraver.cc: new file.
20 * scm/chord-name.scm (natural-chord-alteration): replace old
23 * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
25 * Documentation/user/refman.itely (Metronome marks): update doco.
27 * input/regression/markup-note.ly: new file
29 * input/regression/metronome-marking.ly: new file
31 * lily/metronome-engraver.cc: new file. Print \tempo markings.
33 * scm/new-markup.scm (note-markup): make a note glyph, useful for
36 2003-05-17 Jan Nieuwenhuizen <janneke@gnu.org>
38 * Documentation/user/GNUmakefile: Compatibility fix for new
39 makeinfo. Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
40 for making binary packages; info splitting bug has been fixed.
42 * Documentation/user/refman.itely: Compile fixes.
44 2003-05-16 Heikki Junes <hjunes@cc.hut.fi>
46 * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
47 Count \midi -keywords also for a region.
49 2003-05-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
51 * lily/lookup.cc (LY_DEFINE): new function
53 * Documentation/user/tutorial.itely: updates
55 2003-05-15 Heikki Junes <hjunes@cc.hut.fi>
57 * lilypond-mode.el: Allow Midi on buffer.
58 Use only '.ly'-extension, remove '.sly' and '.fly'.
59 Allow use of inactive regions. Invoke next Command on Master file,
60 Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
62 2003-05-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
64 * Documentation/user/tutorial.itely: updates.
66 2003-05-14 Heikki Junes <hjunes@cc.hut.fi>
68 * lilypond-mode.el: Show messages in one line only, as in XEmacs.
70 2003-05-13 Juergen Reuter <reuter@ipd.uka.de>
72 * lily/coherent-ligature-engraver.cc: fixed typo
74 * lily/coherent-ligature-engraver.cc,
75 lily/gregorian-ligature-engraver.cc,
76 lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
77 lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
78 lily/vaticana-ligature-engraver.cc,
79 lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
80 scm/grob-description.scm: cleanup: junked LigatureHead grob and
81 removed all ligature specific stuff from NoteHead code
83 * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
84 ligatures now use regular noteheads
86 * lily/vaticana-ligature.cc: tiny code cleanups
88 * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
89 space between two adjacent noteheads of the same pitch
91 * scm/grob-description.scm: bugfix: VaticanaLigature: interface
92 description; cleanup: removed obsolete font-family settings
94 2003-05-11 Juergen Reuter <reuter@ipd.uka.de>
96 * lily/coherent-ligature-engraver.cc,
97 lily/gregorian-ligature-engraver.cc,
98 lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
99 lily/mensural-ligature-engraver.cc,
100 lily/vaticana-ligature-engraver.cc,
101 lily/include/gregorian-ligature-engraver.hh: updated for new
102 Coherent_ligature_engraver; added comments that describe the basic
103 design ideas of the ligature implementation
105 * lily/coherent-ligature-engraver.cc,
106 lily/include/coherent-ligature-engraver.hh: new file: shared code
107 between mensural ligatures and Gregorian chant notation ligatures
109 2003-05-11 Heikki Junes <hjunes@cc.hut.fi>
111 * lilypond-mode.el: XEmacs fixes: include two definitions for the
112 key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
113 use only two arguments in sit-for, use no arguments in
114 read-char-exclusive, backspace is not a character (127) in XEmacs.
116 * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
118 2003-05-06 Heikki Junes <hjunes@cc.hut.fi>
120 * lilypond-mode.el: un-commenting works after syntax-table fix.
122 * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
123 group, verbose commenting for syntax table.
125 * lilypond-indent.el: add TODO for ligature slurs.
127 2003-05-05 Heikki Junes <hjunes@cc.hut.fi>
129 * lilypond-mode.el: Move comments of parenthesis matching away,
130 (blink-matching-paren-on-screen) fix blinking in Emacs.
132 * lilypond-font-lock.el: Fix parent-matching for Emacs:
133 Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
135 * lilypond-indent.el: Add TODO for parenthesis matching.
137 2003-05-03 Heikki Junes <hjunes@cc.hut.fi>
139 * lilypond-mode.el: Fix XEmacs:
140 changed [S-iso-lefttab] to [(shift iso-lefttab)],
141 invoke explicitly easy-menu-add (in Emacs done automatically).
143 * lilypond.words: Add few words from input/*/*.ly.
145 2003-05-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
147 * VERSION (PATCH_LEVEL): release 1.7.18
149 * scripts/lilypond-book.py: only print basename for printfilename
152 * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
155 2003-05-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
157 * mf/feta-toevallig.mf: revamp flat symbol: use less points,
158 better parametrisation. Move fatness of bulb downward.
160 * mf/parmesan-custodes.mf (dir_down): remove underscores from
161 glyph names. Underscores are not allowed .ps encoding files.
163 2003-04-30 Juergen Reuter <reuter@ipd.uka.de>
165 * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
166 variable "packed" for packed right-ragged mode
168 * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
169 unused variable ragged; fixed indentation
171 * Documentation/user/refman.itely: tiny cleanups in ancient
172 clef and custos section
174 2003-04-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
176 * lily/parser.yy (Simple_music): add \applyoutput, syntax
177 \applyoutput PROCEDURE
179 * lily/my-lily-lexer.cc: add \applyoutput.
181 * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
183 * lily/text-item.cc: clean text-interface description
185 2003-04-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
187 * input/{regression,test}/: use postfix for slur endings and beam
190 * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
193 * input/regression/lyrics-melisma-beam.ly: new file.
195 * lily/lyric-engraver.cc (process_music): change from
196 process_acknowledged_grobs()
198 * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
199 functions to set and revert auto-beam settings.
201 2003-04-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
203 * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
205 2003-04-24 Juergen Reuter <reuter@ipd.uka.de>
207 * ChangeLog, Documentation/topdocs/AUTHORS.texi,
208 Documentation/user/lilypond.tely: fixed some typos; updated author
211 * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
212 #"" -> #'flag-style = #'()
214 * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
215 cleanup: removed dead #includes
217 * lily/gregorian-ligature-engraver.cc,
218 lily/include/gregorian-ligature.hh,
219 scm/grob-property-description.scm: small cleanups, small spacing
222 * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
223 lily/vaticana-ligature.cc,
224 lily/include/gregorian-ligature-engraver.hh,
225 scm/grob-property-description.scm, scm/music-types.scm:
226 "porrectus" -> "pes or flexa"
228 * ly/engraver-init.ly, scm/grob-description.scm,
229 scm/grob-property-description.scm: junked porrectus, now handled
232 * scm/grob-description.scm: bugfix: added space-alist entry for
233 breathing sign/custos
235 2003-04-24 Jan Nieuwenhuizen <janneke@gnu.org>
237 * Another grand 2003 update.
239 * Remove mentioning of `mudela'; There's no such thing.
241 2003-04-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
243 * Documentation/user/preface.itely (Preface to version 1.8): update
245 * Documentation/user/invoking.itexi (Invoking LilyPond): revise
247 * Documentation/user/converters.itely (Invoking convert-ly): revise
249 * scripts/convert-ly.py (outfile_name): remove --assume-old.
251 * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
253 2003-04-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
255 * Documentation/user/internals.itely: more updates.
257 2003-04-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
259 * Documentation/user/refman.itely: revise
261 * Documentation/user/internals.itely: revise
263 * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
265 2003-04-23 Juergen Reuter <reuter@ipd.uka.de>
267 * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
268 beautification: reformatted ancient clefs section; cleanup: small
271 2003-04-22 Heikki Junes <hjunes@cc.hut.fi>
273 * lilypond.words: added words for chant notation, sorted
274 alphabetically through "sort lilypond.words"
276 2003-04-22 Juergen Reuter <reuter@ipd.uka.de>
278 * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
279 scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
282 2003-04-21 Juergen Reuter <reuter@ipd.uka.de>
284 * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
285 prevent TeX from interpreting them as long dash
287 * input/test/vaticana.ly: updated
289 * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
290 mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
291 mf/parmesan-heads.mf, mf/parmesan-rests.mf,
292 mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
295 * mf/parmesan-heads.mf: ledger endings: removed dead code
297 2003-04-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
299 * VERSION: 1.7.17 released
301 * Documentation/user/GNUmakefile
302 ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
305 * scm/document-markup.scm: new file: document all markup
308 * scm/documentation-generate.scm: rename all documentation modules
311 * scripts/lilypond-book.py: generate link to .ly file iso. link to
314 * input/test/divisiones.ly: added
316 * input/regression/output-property.ly: new file
318 * lily/cluster.cc: change cluster-interface to use style property
320 2003-04-20 Rune Zedeler <rune@zedeler.dk>
322 * input/test/chord-names-german.ly: modified.
324 * scm/chords-ignatzek.scm:
325 chord-name->german-markup: Added
326 note-name->german-markup: Changed (now producing lowercase notenames)
328 * lily/chord-name-engraver.cc: Reads property chordNoteNamer
330 2003-04-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
332 * scripts/convert-ly.py (FatalConversionError.conv):
333 divisiominima -> divisioMinima, etc.
335 * ly/engraver-init.ly (FiguredBassContext): add
336 Separating_line_group_engraver to Figured bass context.
338 * ly/german-chords-init.ly: remove file
340 * input/test/chord-names-german.ly (scm): new file.
342 * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
344 * lily/chord-name-engraver.cc: move New_chord_name_engraver to
347 * Documentation/user/refman.itely: lots of updates.
349 * input/regression/chord-name-exceptions.ly (chExceptionMusic):
352 * input/test/bar-number-every-5-reset.ly: new file.
354 2003-04-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
356 * input/regression/chord-name-major7.ly: new file
358 * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
359 if specced explicitly.
361 * input/regression/chord-name-entry-11.ly: new file.
363 * input/test/slur-beautiful.ly: new file.
365 * Documentation/user/refman.itely: updates.
367 * input/regression/collisions.ly (threevoice): cleanup.
369 * scripts/convert-ly.py: linewidth = -1 -> raggedright = ##t.
371 2003-04-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
373 * Documentation/user/*.itely: various updates.
375 * ly/spanners-init.ly: enddecr/ endcr.
377 * Documentation/user/tutorial.itely (Fine tuning a piece): editing
380 2003-04-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
382 * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
384 * lily/new-chord-name-engraver.cc (process_music): use octavation
385 (a number) instead of original-pitch to store inversions. This
386 fixes a problem with transposed chords with inversions.
388 2003-04-14 Jan Nieuwenhuizen <janneke@gnu.org>
390 * stepmake/aclocal.m4: Include compile fix for broken flex, as
391 used in includable-lexer.hh.
393 * lily/includable-lexer.cc: Bugfix: include config.h.
395 * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
396 circumvention of Debian packaging bug.
398 2003-04-13 Jan Nieuwenhuizen <janneke@gnu.org>
400 * flex-2.5.31 hits Debian/unstable. Fixes below.
402 * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
404 * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
405 (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
407 * lily/include/includable-lexer.hh:
408 * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
410 * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
412 * aclocal.m4: Regenerate.
414 * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
415 yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
417 * scm/pdf.scm (use-modules): Include lily.
419 * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
421 (use-modules): Include lily.
422 (lily-def): Bugfix: include tex-val in let.
424 2003-04-12 Heikki Junes <hjunes@cc.hut.fi>
426 * lilypond-mode.el: sensible error if lilypond.words not found.
428 * lilypond.words: add few words.
430 2003-04-11 Juergen Reuter <reuter@ipd.uka.de>
432 * mf/parmesan-clefs.mf: bugfix: char boxes corrected
434 * mf/parmesan-scripts.mf: fixed typo in char name
436 2003-04-11 Han-Wen Nienhuys <hanwen@cs.uu.nl>
438 * VERSION: 1.7.16 released
440 * python/lilylib.py (setup_temp): temporary directories are mode 700.
441 (this is a security vulnerability).
443 * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
445 * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
448 2003-04-10 Juergen Reuter <reuter@ipd.uka.de>
450 * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
451 ly/script-init.ly, scm/script.scm: bugfix: renamed
452 fermata->signumcongruentiae to fix naming clash with feta font
454 2003-04-10 Han-Wen Nienhuys <hanwen@cs.uu.nl>
456 * input/regression/multi-measure-rest-grace.ly (texidoc): new file
458 * lily/multi-measure-rest-engraver.cc
459 (start_translation_timestep): use grace timing too for determining
461 (start_translation_timestep): clear numbers too.
463 2003-04-09 Juergen Reuter <reuter@ipd.uka.de>
465 * scm/music-types.scm: compile fix: escape braces
467 * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
468 work around font selection problem
470 * Documentation/user/refman.itely: BreathingSign: added docu for
473 2003-04-09 Mats Bengtsson <mats.bengtsson@s3.kth.se>
475 * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
478 2003-04-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
480 * lily/multi-measure-rest-engraver.cc (class
481 Multi_measure_rest_engraver): make multiple Number objects, one
482 for each MultiMeasureTextEvent.
484 * scm/music-functions.scm (glue-mm-rest-texts): use
485 MultiMeasureTextEvent
487 * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
489 * Documentation/user/refman.itely (Multi measure rests): update.
491 2003-04-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
493 * lily/ly-module.cc (ly_copy_module_variables): use
494 scm_internal_hash_fold() for iterating modules.
496 2003-04-08 Juergen Reuter <reuter@ipd.uka.de>
498 * Documentation/user/refman.itely: Section Custodes: added more
501 * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
502 neo-mensural rests to parmesan font
504 * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
507 2003-04-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
509 * Documentation/user/macros.itexi: @fileref macro.
511 * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
514 2003-04-04 Juergen Reuter <reuter@ipd.uka.de>
516 * lily/include/custos.hh, make/lilypond.suse.spec.in,
517 Documentation/topdocs/AUTHORS.texi: updated my email address
519 * Documentation/user/refman.itely: updated custos documentation;
520 beautified divisiones example; beautified articulations table
522 * lily/breathing-sign.cc: bugfix: finalis molecule
524 2003-04-03 Juergen Reuter <reuter@ipd.uka.de>
526 * Documentation/user/refman.itely: added docu for
527 contemporary fermata symbols, gregorian breathing signs; small fixes
529 * ly/gregorian-init.ly: removed obsolete #'type props
531 2003-04-01 Mats Bengtsson <mats.bengtsson@s3.kth.se>
533 * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
534 minimum-length property correctly.
536 2003-03-31 Han-Wen Nienhuys <hanwen@cs.uu.nl>
538 * scm/music-functions.scm (make-multi-measure-rest): set input
539 locations for multimeasure rests.
542 2003-03-31 Juergen Reuter <reuter@ipd.uka.de>
544 * input/regression/breathing-sign.ly: updated to for ancient
547 2003-03-31 Jan Nieuwenhuizen <janneke@gnu.org>
549 * scripts/ly2dvi.py: Add newline.
551 2003-03-30 Jan Nieuwenhuizen <janneke@gnu.org>
553 * scripts/ly2dvi.py (dependency_files): Compile fix.
555 2003-03-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
557 * scripts/ly2dvi.py (find_pfa_fonts): add --png option
558 (make_html_menu_file): --html menu.
560 2003-03-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
562 * scripts/ly2dvi.py (run_dvips): +add the .map file
564 2003-03-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
566 * input/screech-boink.ly: new file.
568 2003-03-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
570 * scripts/lilypond-book.py (make_lilypond_file): convert
571 lilypond-file to lilypond block directly, without going through
572 begin/end lilypond text.
575 2003-03-21 Juergen Reuter <reuter@ipd.uka.de>
577 * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
578 scm/grob-description.scm: moved Michael's original breathing sign
579 code in brew_molecule() to divisio_minima(); provided new
580 brew_molecule() that effectively replaces the
581 Text_item::brew_molecule callback (with additional fallback to
582 Michael's original code); added callbacks for brewing divisio
583 maior/maxima and finalis
585 * gregorian-init.ly: added breathing sign shortcuts for virgula,
586 caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
588 * script-init.ly: added shortfermata, longfermata,
589 verylongfermata, varcoda
591 * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
592 longfermata, verylongfermata, varcomma, varcoda
594 2003-03-19 Mats Bengtsson <mats.bengtsson@s3.kth.se>
596 * Documentation/user/{tutorial.itely,refman.itely,internals.itely}:
597 Remove all noquote and insert a few quote.
599 * Documentation/user/lilypond-book.itely (Music fragment options),
600 scripts/lilypond-book.py: Don't include quotation blocks by
601 default. Introduce option quote instead of noquote
603 2003-03-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
605 * VERSION: 1.7.15 released
607 * Documentation/user/lilypond.tely: omf updates.
609 * buildscripts/texi2omf.py (omf_vars): include version.date
611 * make/lilypond.redhat.spec.in: fixes for spec file.
613 * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): replace var
614 by function definition: lily now requires a recent GNU Make.
616 * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
618 * make/ly-rules.make: remove .ly -> .tex rule
620 * Documentation/user/refman.itely (Figured bass): revised figured
623 2003-03-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
625 * stepmake/stepmake/omf-targets.make (local-install): add
626 scrollkeeper-update message.
628 * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
629 (TexiPaper.process_ly2dvi_block): idem for ly2dvi
631 * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
633 * Documentation/user/converters.itely (Invoking midi2ly): add
634 track/channel notice.
636 2003-03-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
638 * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
640 * lily/parser.yy (scalar): DIGIT is also a scalar.
642 * Documentation/user/music-glossary.tely: add @omf tags
644 * Documentation/user/lilypond.tely: add @omf tags
646 * scm/generate-documentation.scm (string-append): add @omf tags.
648 * stepmake/stepmake/omf-*: new files
650 * input/regression/multi-measure-rest.ly (texidoc): add doco
652 * GNUmakefile.in (web-doc-install): add web-doc-install target
654 * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
655 fixes crashes while dumping MIDI.
657 * ly/performer-init.ly (FiguredBassContext): add Figured bass for
660 2003-03-11 Han-Wen Nienhuys <hanwen@cs.uu.nl>
662 * buildscripts/texi2omf.py: new file.
664 * mf/feta-beugel.mf: include font count, not staffsize (16) in
667 2003-03-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
669 * input/regression/beam-manual-beaming.ly (texidoc): new file.
671 * lily/sequential-iterator.cc (descend_to_child): call
672 descend_to_child() for all types of music.
674 2003-03-08 Jan Nieuwenhuizen <janneke@gnu.org>
676 * scm/translator-property-description.scm: Add
677 bassFigureFormatFunction. Replace some entries.
679 2003-03-04 Jan Nieuwenhuizen <janneke@gnu.org>
681 * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
684 2003-03-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
686 * scripts/midi2ly.py (Note.dump): never dump duration for
689 * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
692 * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
693 figures using new markups. Much simpler, and should improve layout
696 * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
698 2003-03-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
700 * ly/engraver-init.ly: use Hara kiri by default for
701 ChordNames, FiguredBass and Lyrics(Voice) context.
703 * lily/axis-group-engraver.cc (acknowledge_grob): use
704 rhythmic-grob-interface for selecting items not to hara-kiri'd
706 * scm/new-markup.scm (markup-function-list): add bracket,
709 * ly/engraver-init.ly (ChordNamesContext): set
710 minimumVerticalExtent
712 2003-03-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
714 * input/test/time-signature-double.ly: new file
716 * input/regression/collision-head-chords.ly (texidoc): new file.
718 * lily/type-swallow-translator.cc: add note swallow translator
720 * input/test/time-signature-double.ly: new file.
722 * lily/type-swallow-translator.cc: add Rest_swallow_translator
724 * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
725 (FiguredBassContext): idem.
727 * VERSION (MY_PATCH_LEVEL): 1.7.14 released
729 * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates.
731 * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
733 * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
736 * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
738 * python/lilylib.py (make_page_images): add function.
740 * scripts/ly2dvi.py (run_latex): include title in preview image.
742 * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
743 from lilypond-book for <ly2dvifile> tags in HTML.
745 * scripts/ly2dvi.py (option_definitions): add --debug option to
746 print out environment.
748 * input/regression/tie-chord-partial.ly: new file.
750 2003-03-05 Heikki Junes <hjunes@cc.hut.fi>
752 * lilypond.words: add 3
754 2003-03-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
756 * scm/new-markup.scm (markup-function-list): add finger-markup
758 * input/tutorial/brahms-tweaked.ly: new markup
760 * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures
762 * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
763 crash when processing '() markup
765 * input/regression/breathing-sign.ly (texidoc): add caesura example.
767 * lily/breathing-sign.cc (railtracks): another caesura.
769 * mf/feta-schrift.mf: caesura symbol.
771 2003-03-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
773 * scripts/convert-ly.py (FatalConversionError.conv): add
774 ly:molecule-XXX conversions.
776 * lily/molecule-scheme.cc: change names to ly:molecule-XXX
778 * input/regression/multi-measure-rest-text.ly: new file.
780 * scm/music-functions.scm (glue-mm-rest-texts): automatically
781 convert MMREST-TEXT to MultiMeasureRestNumber settings.
783 * ly/engraver-init.ly (ScoreContext): move tablature settings to
786 * scm/new-markup.scm (center-markup): \center markup.
788 * scm/music-functions.scm: remove pitchify scripts.
790 * lily/music.cc (print_smob): display music name if available
792 2003-03-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
794 * Documentation/user/refman.itely (Instrument names): remove
797 2003-03-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
799 * lily/score.cc (mark_smob): bugfix.
801 * input/regression/rehearsal-mark.ly: new file.
803 * lily/my-lily-parser.cc (here_input): revert reporting of errors:
804 report error at the current token again.
806 2003-02-26 Jan Nieuwenhuizen <janneke@gnu.org>
808 * cygwin/mknetrel: Exit if doc build fails.
810 * lily/GNUmakefile: Add hack for .deps and --srcdir build.
812 2003-02-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
814 * scm/music-types.scm (music-descriptions): add doc strings
816 2003-02-25 Jan Nieuwenhuizen <janneke@gnu.org>
819 * lily/include/my-lily-lexer.hh:
820 * lily/include/includable-lexer.hh: Add flex kludge.
824 * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
827 * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
830 2003-02-24 Jan Nieuwenhuizen <janneke@gnu.org>
832 * ly/spanners-init.ly (cresc, dim): Update to new markup text.
834 * lily/parser.yy (new_chord): Compile fix.
836 2003-02-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
838 * Documentation/user/refman.itely (Tuning groups of objects):
839 remove documentation for \turnOff.
841 * lily/percent-repeat-engraver.cc (try_music): add correct
842 processing moments for double-measure percents as well.
844 * input/regression/percent-repeat-skipbars.ly (texidoc): new file
846 * lily/lily-guile.cc (ly:dimension?): add dimension as separate
849 * Documentation/user/refman.itely (Printing named chords): add
850 chord name tweak doco.
852 * input/template/gregorian-transcription.ly: new file.
854 2003-02-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
856 * VERSION: 1.7.13 released
858 * input/test/*: lots of cleanups/comment-outs/removals in chord
861 * input/regression/*: lots of cleanups/comment-outs/removals in
864 * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
867 * lily/new-chord-name-engraver.cc (process_music): give original
868 inversion pitch to chord name routine.
870 * input/tutorial/os-score.ly: update to new markup
872 * Documentation/user/appendices.itely: simply include
875 * Documentation/user/refman.itely (Chords mode): add documentation
878 * scm/chord-entry.scm (construct-chord): mark inversion as bass if
879 not present in chord.
880 (construct-chord): add inversion and bass support.
882 * lily/chord.cc: junk contents.
884 2003-02-17 Heikki Junes <hjunes@cc.hut.fi>
886 * Documentation/user/refman.itely:
887 * Documentation/user/music-glossary.tely: fix.
889 2003-02-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
891 * scm/chord-entry.scm (construct-chord): move chord construction
894 * lily/parser.yy (new_chord): new setup for chord entry.
896 2003-02-16 Heikki Junes <hjunes@cc.hut.fi>
899 * Documentation/user/music-glossary.tely: add ambitus.
901 2003-02-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
903 * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
905 * lily/include/*.hh: string() -> to_string()
907 * scm/chords-ignatzek.scm: new file.
909 * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
910 standard chord name exceptions.
912 * scm/translator-property-description.scm (chordNameSeparator):
914 (majorSevenSymbol): add property
916 * lily/translator-scheme.cc (ly:context-properties): new function
917 (ly:context-parent): new function.
918 (print_smob): print context name.
920 * lily/music.cc (ly:get-music-length): new function
921 (print_smob): don't print properties.
923 * lily/duration.cc (duration<?): new function
925 * input/regression/chords-funky-ignatzek.ly: new file.
927 * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
930 * lily/pitch.cc (ly:pitch-diff): new function.
932 * input/regression/chords-ignatzek.ly: new file.
934 2003-02-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
936 * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
937 pitches for jazz chords.
939 2003-02-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
941 * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
943 2003-02-05 Heikki Junes <hjunes@cc.hut.fi>
945 * lilypond.words: add 1
947 2003-02-04 Heikki Junes <hjunes@cc.hut.fi>
949 * Documentation/topdocs/AUTHORS.texi: refine.
951 2003-01-25 Heikki Junes <hjunes@cc.hut.fi>
953 * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
955 * lilypond.words: add one.
957 2003-01-23 Heikki Junes <hjunes@cc.hut.fi>
959 * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
960 Fontify bass note in chords, e.g., e in c1/e.
962 2003-01-19 Jan Nieuwenhuizen <janneke@gnu.org>
964 * Documentation/user/music-glossary.tely: Dutch updates and
965 additions (Arent Storm).
967 2003-01-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
969 * input/regression/ambitus.ly: move file.
971 * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
973 * lily/event.cc (transpose): add tonic property to Key_change_req
976 2003-01-17 Heikki Junes <hjunes@cc.hut.fi>
978 * Documentation/user/refman.itely: fix typo.
980 * lilypond.words: removed wrong identifiers.
982 2003-01-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
984 * mf/feta-toevallig.mf: make flat stem shorter
986 2003-01-16 Heikki Junes <hjunes@cc.hut.fi>
988 * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
990 * lilypond.words: add from Phrasing slur.
992 2003-01-15 Heikki Junes <hjunes@cc.hut.fi>
994 * lilypond-mode.el: allow launching multiple ViewPS processes.
996 * lilypond.words: add from Text markup.
998 2003-01-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1000 * input/test/ossia.ly (texidoc): add comment.
1002 * input/regression/voice-follower.ly: new file.
1004 * mf/feta-toevallig.mf: make flat heavier.
1006 * lily/cluster-engraver.cc: clean up Cluster engraver
1008 * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
1009 Engraver. Use Note_column to compute Y positions and deal with
1012 2003-01-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1014 * lily/stem.cc: move french-beaming to stem.
1016 2003-01-13 Heikki Junes <hjunes@cc.hut.fi>
1018 * lilypond-font-lock.el: fontify all durations in chords.
1020 * lilypond.words: add from lily/my-lily-lexer.cc
1022 2003-01-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1024 * VERSION: release 1.7.12
1026 * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
1028 * lily/gregorian-ligature.cc: new file
1030 * lily/*: the Great 2003 search & replace.
1032 * Documentation/user/refman.itely (Manual repeat commands): add
1033 note about font selection.
1035 2003-01-12 Heikki Junes <hjunes@cc.hut.fi>
1037 * lilypond-mode.el: propose recompiling midi while invoking playing,
1038 not while stopping playing.
1040 2003-01-11 Heikki Junes <hjunes@cc.hut.fi>
1042 * lilypond.words: add one.
1044 * lilypond-font-lock.el: add colour groups for horizontal, vertical
1045 and expressional note grouping. Fontify chord modes.
1047 2003-01-09 Heikki Junes <hjunes@cc.hut.fi>
1049 * Documentation/user/music-glossary.tely (Top): translate melisma.
1051 2003-01-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1053 * Documentation/user/music-glossary.tely (Top): add melisma.
1055 2002-01-08 Juergen Reuter <reuter@ipd.uka.de>
1057 * lily/gregorian-ligature-engraver.cc: bugfix: added missing
1058 interfaces for (abstract) grob GregorianLigature
1060 * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
1061 renamed head* -> glyph_name*, x-shift* -> x-offset*
1063 * scm/grob-property-description.scm: bugfix: added missing descriptions
1065 2003-01-07 Jan Nieuwenhuizen <janneke@gnu.org>
1067 * input/test/chord-names-dpnj.ly: New file.
1069 * scm/double-plus-new-chord-name.scm: Implement full and partial
1072 * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
1074 * scm/double-plus-new-chord-name.scm
1075 (double-plus-new-chord->markup): Fix sub->markup.
1078 2003-01-07 Juergen Reuter <reuter@ipd.uka.de>
1080 * lily/custos-engraver.cc: added TODO; editorial changes
1082 * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
1083 consistency with other ligature engravers; removed access on (now)
1084 private variable _ligature of Ligature_engraver
1086 * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
1087 renamed last_bound -> last_bound_; issue programming_error on
1088 abstract method calls; moved primitives code from
1089 Mensural_bracket_engraver to here (because almost ligature
1090 engravers will need it); renamed try_stop_ligature () ->
1091 typeset_ligature (); bugfix: store primitives of finished ligature
1092 in separate variable finished_primitives_ to avoid clash on input
1093 like "\] \["; added current_ligature () to enable access on
1094 private variable _ligature
1096 * lily/mensural-ligature-engraver.cc: removed primitives_ code
1097 (now in super class); renamed try_stop_ligature () ->
1100 * lily/mensural-ligature.cc: issue programming_error on abstract
1103 * lily/note-heads-engraver.cc: added TODO comment upon bool
1106 * mf/parmesan-heads.mf: fixed some of set_char_box()
1108 * scm/grob-description.scm: added VaticanaLigature
1110 * scm/grob-property-description.scm: added neume prefix properties
1112 * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
1113 lily/include/gregorian-ligature-engraver.hh,
1114 lily/include/gregorian-ligature.hh: new files; framework for
1115 gregorian ligature engravers such as vaticana
1117 * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
1118 lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
1119 vaticana style ligature implementation (still somewhat uncomplete)
1121 2003-01-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1123 * VERSION: release 1.7.11
1125 * scripts/convert-ly.py: add ly:pitch-transpose rule
1127 2003-01-06 Jan Nieuwenhuizen <janneke@gnu.org>
1129 * input/test/dpncnt.ly: New file.
1131 * lily/my-lily-lexer.cc: Add chordnames keyword.
1133 * lily/parser.yy (chordnames_block): Parse chord name exception
1134 lists, see input/test/dpncnt.ly.
1136 * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
1139 * scm/lily.scm (filter-out-list): Bugfix: filter rest using
1142 * lily/pitch.cc (ly_pitch_transpose): Scheme name now
1143 ly:pitch-transpose (was ly:transpose-pitch), in conformance with
1144 pitch functions (except for ly:make-pitch, but that's apparently
1145 some sort of scheme naming standard?).
1147 * scm/lily.scm (!=): define-public.
1149 * scm/new-markup.scm (make-markup-maker): define-public make-markups.
1151 2003-01-05 Jan Nieuwenhuizen <janneke@gnu.org>
1153 * scm/double-plus-new-chord-name.scm
1154 (double-plus-new-chord-name->markup): New file.
1156 2003-01-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1158 * python/lilylib.py (make_preview): don't suppress progress for
1161 2003-01-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1163 * Documentation/user/appendices.itely (scheme): update for new syntax.
1165 * input/regression/chord-name-styles.ly: new file
1167 * lily/instrument-name-engraver.cc: create instrument names
1168 without barline too. Allows instrument name on ChordNames
1170 * scm/new-markup.scm (interpret-markup): allow simple strings as
1173 2003-01-04 Jan Nieuwenhuizen <janneke@gnu.org>
1175 * scm/chord-name.scm: Super/raise changes and fixes for Banter.
1176 (step->markup-accidental): Fix: add accidental.
1177 (chord::inner-name-american):
1178 (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
1179 append stray '/' if last superscript addition was 'o'.
1181 * scm/new-markup.scm (normal-size-sub-markup)
1182 (normal-size-super-markup): New function.
1184 * lily/source-file.cc (Source_file): Add warning for possibly
1185 intentional but suspicious initialization.
1187 * scm/chord-name.scm: Small rewrites, layout fixes. Identify and
1188 add comments about cut-and-paste programming.
1190 * flower/rational.cc (lcm): Not used; comment out.
1192 2003-01-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1194 * lily/new-fingering-engraver.cc (position_scripts): use
1195 fingerHorizontalDirection to determine fingering horizontal
1198 * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
1201 * scripts/convert-ly.py (FatalConversionError.conv): add style
1204 * scm/chord-name.scm (set-chord-name-style): new function.
1205 (new-chord-name-brew-molecule): revise to interpret markup only
1206 (new-chord->markup): cleanuppish rewrite. To be called from the
1209 * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
1210 Markup earlier, during interpreting.
1212 * input/test/{banter,jazz,american}-chords.ly (scheme): update
1213 style settings. Rename to chord-names-*.ly
1215 2003-01-03 Jan Nieuwenhuizen <janneke@gnu.org>
1217 * scm/chord-name.scm: Painful merge of Amy's patch to old-style
1218 markup code and update to new markup. Most probably broke some of
1221 2002-12-30 Juergen Reuter <reuter@ipd.uka.de>
1223 * Documentation/user/refman.itely: added docu for ambitus and
1226 * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
1227 ly_quote_scm() in lookup.cc
1229 * mf/parmesan-clefs.mf: set_char_box fix
1231 * lily/cluster-engraver.cc: junk implicit protection; use
1232 Protected_scm instead
1234 2002-12-29 Jan Nieuwenhuizen <janneke@gnu.org>
1236 * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
1239 * scm/new-markup.scm: Turn-off error-triggering test code.
1241 2002-12-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1243 * scm/new-markup.scm (markup-thrower-typecheck)
1244 (markup-typecheck?): add full typechecking functions.
1245 (make-markup-maker): add make-FOO-markup functions.
1246 (markup-argument-list-error): nice error checking messages.
1247 (make-markup): better function: less quoting escapades.
1249 2002-12-29 Jan Nieuwenhuizen <janneke@gnu.org>
1251 * scm/chord-name.scm: Remove fixme's. Jazz chords still broken.
1253 2002-12-28 Jan Nieuwenhuizen <janneke@gnu.org>
1255 * cygwin/lilypond.hint (requires): Add cygwin.
1257 * .cvsignore: Remove stepmake (huh!?!), add lib.
1259 * GNUmakefile.in: Add libdir links for builddir runs.
1261 * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
1264 * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
1265 local_lilypond_libdir.
1267 * config.make.in (lilypond_libdir): Add.
1269 * stepmake/stepmake/substitute-rules.make:
1270 * stepmake/stepmake/script-rules.make:
1271 * stepmake/stepmake/python-module-rules.make:
1272 * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
1273 lilypond-python-module patch.
1275 2002-12-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1277 * Documentation/user/refman.itely (Graphical interfaces): add note
1280 2002-12-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1282 * scripts/ly2dvi.py (run_dvips): remove trailing newline
1284 2002-12-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1286 * VERSION: released 1.7.10
1288 * scripts/musedata2ly.py (): idem
1290 * scripts/midi2ly.py (dump_chord): idem
1292 * scripts/etf2ly.py (version): idem
1294 * scripts/pmx2ly.py (Slur.calculate): new chord syntax
1296 * scripts/mup2ly.py (pre_processor_commands): new chord syntax
1298 * scm/tex.scm (tex-output-expression): remove eval compat
1299 glut. Other output files too.
1301 * scm/chord-name.scm: don't export anything from chord module.
1303 * input/test/american-chords.ly: idem
1305 * input/test/banter-chords.ly (texidoc): idem
1307 * input/test/Cc-chords.ly: add breakage notes.
1309 * Documentation/user/refman.itely (Text markup): rewrite manual section.
1311 * lily/parser.yy (scalar): allow \markup { } as property value.
1313 * scm/chord-name.scm: complete new markup usage
1315 * scm/grob-description.scm (all-grob-descriptions): use new markup
1318 2002-12-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1320 * scm/chord-name.scm: partial move to new markup texts.
1322 2002-12-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1324 * scm/grob-description.scm (all-grob-descriptions): small bass figures.
1326 * scm/bass-figure.scm (brew-bass-figure): make stack direction
1329 2002-12-18 Heikki Junes <hjunes@cc.hut.fi>
1331 * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
1332 invoked for old midi, wait for killing.
1334 2002-12-16 Heikki Junes <hjunes@cc.hut.fi>
1336 * Documentation/user/music-glossary.tely: Finnishing.
1338 2002-12-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1340 * mf/feta-nummer-code.mf: some kerning pairs.
1342 2002-12-14 Rune Zedeler <rz@localhost.localdomain>
1344 * scm/output-lib.scm (set-bar-number-visibility): Context-function
1347 * Documentation/user/refman.itely (Bar numbers):
1348 set-bar-number-visibility added, modulo-bar-number removed again
1351 2002-12-14 Heikki Junes <hjunes@cc.hut.fi>
1353 * scm/output-lib.scm (modulo-bar-number-visible): add function.
1355 * Documentation/user/refman.itely: add modulo-bar-number-visible.
1357 * Documentation/user/music-glossary.tely: translate into Finnish.
1359 2002-12-10 Heikki Junes <hjunes@cc.hut.fi>
1361 * lilypond-mode.el: add shortcut for 2midi
1363 * lilypond-font-lock.el: fontify lyrics
1365 2002-12-10 Rune Zedeler <rz@daimi.au.dk>
1367 * scm/drums.scm : use 1.7.x names.
1369 * input/regression/drums.ly : Don't use << chords >>
1371 2002-12-10 Heikki Junes <hjunes@cc.hut.fi>
1373 * lilypond-mode.el: tidy, add TODO
1375 * make/lilypond.mandrake.spec.in: install-info quietly.
1377 2002-12-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1379 * input/test/markup.ly: use new syntax.
1381 2002-12-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1383 * ly/params-init.ly (interscoreline): add word-space
1385 * input/test/metronome.ly (eighthNote): idem.
1387 * input/test/script-priority.ly: use new markup
1389 * lily/parser.yy (markup): allow HEAD markup0 markup1
1391 * lily/molecule-scheme.cc (ly:molecule-translate): new function.
1393 * lily/parser.yy (gen_text_def): bugfix.
1394 (full_markup): allow markup identifier.
1396 2002-12-09 Heikki Junes <hjunes@cc.hut.fi>
1398 * lilypond-mode.el (LilyPond-kill-job): Kill all Lilypond compiling
1399 jobs at the same time. Add horizontal lines to Command menu.
1400 Allow one compiling job -- propose killing others before a new one.
1402 * lilypond.words: add markup, teeny, etc.
1404 2002-12-08 Heikki Junes <hjunes@cc.hut.fi>
1406 * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
1407 Allow only one type of midi process; launching Midi either stops
1408 midis or plays the current midi and launching MidiAll stops midis
1409 and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return
1410 to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
1412 2002-12-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1414 * lily/text-engraver.cc (process_acknowledged_grobs): use new
1415 markup for new markup texts.
1417 * lily/mark-engraver.cc (process_music): idem
1419 * lily/instrument-name-engraver.cc (create_text): idem
1421 * scm/new-markup.scm (magnify-markup): new function.
1423 * scm/molecule.scm (stack-lines): bugfix.
1425 * lily/font-interface.cc (get_font): take font-magnification from
1428 2002-12-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1430 * lily/molecule-scheme.cc: move scheme functions to separate file.
1432 * lily/font-metric.cc (ly_get_glyph): new function.
1434 * scm/new-markup.scm (column-markup): use baseline-skip for columns.
1435 (italic-markup, dynamic-markup): new functions
1436 (font-markup): new function
1438 * lily/molecule.cc (ly_molecule_combined_at_edge): optional
1441 2002-12-07 Rune Zedeler <rz@daimi.au.dk>
1443 * lily/accidental-engraver.cc:
1444 Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
1446 2002-12-06 Heikki Junes <hjunes@cc.hut.fi>
1449 * lilypond-font-lock.el: Put \longa as duration. Accept only
1450 [a-zA-Z] for user defined identifiers. Separate note cases
1451 with and without a duration (allow cis\longaX).
1453 * lilypond.words: Add words from Info.
1455 2002-12-06 Mats Bengtsson <mats.bengtsson@s3.kth.se>
1457 * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
1459 2002-12-05 Heikki Junes <hjunes@cc.hut.fi>
1461 * lilypond-mode.el: Propose reverting buffer before a command if
1462 it was edited with an another editor.
1464 2002-12-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1466 * lily/molecule.cc (ly_translate_molecule): new function
1468 * python/GNUmakefile (INSTALLATION_DIR1): install Python module
1471 * autogen.sh (srcdir): copy aclocal.m4 if newer.
1473 * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
1475 2002-12-04 Heikki Junes <hjunes@cc.hut.fi>
1477 * lilypond.words: take \words from Info-index.
1479 2002-12-04 Jan Nieuwenhuizen <janneke@gnu.org>
1481 * scm/sodipodi.scm: Add instruction for generating pfa fonts.
1483 2002-12-02 Heikki Junes <hjunes@cc.hut.fi>
1485 * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
1487 2002-12-01 Heikki Junes <hjunes@cc.hut.fi>
1489 * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info
1490 and lilypond-documentation.
1492 2002-12-02 Jan Nieuwenhuizen <janneke@gnu.org>
1494 * lily/parser.yy: Compile fix (bison 1.75).
1496 2002-12-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1498 * VERSION: 1.7.9 released
1500 * scm/music-functions.scm (shift-one-duration-log): refactor.
1503 * input/regression/chord-tremolo.ly (texidoc): add dot test.
1507 * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
1510 * scm/music-functions.scm (display-music): new function
1511 (music-map): change arg order.
1513 * input/regression/new-markup-syntax.scm: new file
1515 * lily/parser.yy (markup): add \markup { .. } syntax.
1517 * scm/new-markup.scm (override-markup): new function
1518 (lookup-markup): new function
1519 (music-markup): new function
1520 (lookup-markup-command): use markup-signature to store argument
1523 * lily/lexer.ll: preliminary \markup syntax.
1525 2002-11-30 Heikki Junes <hjunes@cc.hut.fi>
1527 * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
1528 add pre/post-dependencies and menus with icons from source.
1530 * Documentation/pictures/lilypond-48x48.xpm:
1531 * Documentation/pictures/lilypond-32x32.xpm:
1532 * Documentation/pictures/lilypond-16x16.xpm: new files, background
1535 * stepmake/stepmake/generic-targets.make:
1536 * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
1538 2002-11-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1540 * input/regression/music-map.ly (texidoc): new file.
1542 * scm/music-functions.scm (music-map): new function
1544 2002-11-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1546 * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
1548 2002-11-28 Heikki Junes <hjunes@cc.hut.fi>
1550 * input/test/to-xml.ly:
1551 * lily/ligature-engraver.cc: Fixes documentation.
1553 * lilypond.mandrake.spec.in:
1554 * lilypond.redhat.spec.in: Add lilypond.words.
1556 * Documentation/user/refman.itely: Mention Info inside emacs.
1558 * lilypond.suse.spec.in:
1559 * lilypond.redhat.spec.in:
1560 * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se).
1562 2002-11-27 Jan Nieuwenhuizen <janneke@gnu.org>
1564 * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
1567 2002-11-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1569 * scripts/ly2dvi.py (include_path): print warning if failing anything.
1571 * python/lilylib.py (error): add space
1573 2002-11-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1575 * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
1578 2002-11-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1580 * lily/paper-outputter.cc (Paper_outputter): close port when
1583 2002-11-26 Jan Nieuwenhuizen <janneke@gnu.org>
1585 * scm/sodipodi.scm: Fixes.
1587 2002-11-26 Heikki Junes <hjunes@cc.hut.fi>
1589 * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
1591 * buildscripts/make-font-dir.py: Fix.
1593 2002-11-25 Heikki Junes <hjunes@cc.hut.fi>
1595 * lilypond-mode.el: Add support for Info inside Emacs.
1597 2002-11-24 Jan Nieuwenhuizen <janneke@gnu.org>
1599 * buildscripts/make-font-dir.py:
1600 * mf/GNUmakefile: Make sodipodi font map.
1602 * scm/sodipodi.scm: Add more output functions.
1604 * mf/feta-nummer.mf:
1605 * mf/feta-beugel.mf: Add font_coding_scheme.
1607 * lily/paper-outputter.cc (output_header): Fix creator string.
1609 2002-11-23 Heikki Junes <hjunes@cc.hut.fi>
1611 * lilypond-mode.el (LilyPond-autocompletion): invoked with
1612 [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
1614 * lilypond.words: add two (Everybody can add/remove words now!).
1617 * make/lilypond.suse.spec.in:
1618 * make/lilypond.mandrake.spec.in:
1619 * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
1621 * Documentation/user/refman.itely: Mention autocompletion.
1623 2002-11-23 Jan Nieuwenhuizen <janneke@gnu.org>
1625 * scripts/ly2dvi.py: Add paper sizes.
1627 * lily/timing-engraver.cc:
1628 * lily/time-signature.cc:
1630 * lily/grob-scheme.cc: Code formatting fixes.
1634 * buildscripts/mf-to-table.py:
1635 * buildscripts/make-font-dir.py: Font testing.
1637 2002-11-23 Heikki Junes <hjunes@cc.hut.fi>
1639 * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
1640 inserts try-completion and shows all-completions.
1642 * lilypond.words: '\' -> '\\'
1644 * lilypond-mode.el: load libraries in the end, lilypond.words defines
1645 LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
1647 * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
1648 and LilyPond-reserved-words.
1650 2002-11-22 Heikki Junes <hjunes@cc.hut.fi>
1652 * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
1655 * lilypond-mode.el (LilyPond-autocompletion): shows completions in
1656 the mini-buffer with Control-Shift-c.
1658 2002-11-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1660 * lily/parser.yy (tempo_event): use tempo-unit for \tempo
1661 duration. This fixes \tempo taking time.
1663 2002-11-21 Mats Bengtsson <mats.bengtsson@s3.kth.se>
1665 * lily/volta-engraver.cc (process_acknowledged_grobs):
1666 Allow for text markup in repeatCommands.
1668 2002-11-21 Heikki Junes <hjunes@cc.hut.fi>
1670 * lilypond-mode.el (LilyPond-insert-string): new function, use it
1671 in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
1672 Get rid of skeleton.el-dependency.
1674 * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
1676 2002-11-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1678 * lily/beam-engraver.cc (stop_translation_timestep): reset
1681 * lily/scm-option.cc: add parse-protect to ly:set-option
1683 * lily/lexer.ll: set errorlevel if GUILE fails during parse.
1685 2002-11-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1687 * lily/include/ligature-bracket.hh: removed
1688 * lily/ligature-bracket.cc: removed
1690 * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
1693 * lily/beam.cc (set_beaming): don't change beam count on rests.
1694 (brew_molecule): always set flag-width > 0.
1696 2002-11-19 Heikki Junes <hjunes@cc.hut.fi>
1698 * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
1699 chars, remove instructions; instead, refer to lilypond-init.el and
1700 Documentation/topdocs/INSTALL.texi.
1702 * lilypond.words: add identifiers and reserved words.
1704 * Documentation/topdocs/INSTALL.texi: separate sections for installing
1705 files and adding a load-path.
1707 * lilypond-init.el: Instructions, extracted from
1708 Documentation/topdocs/INSTALL.texi.
1710 2002-11-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1712 * VERSION: 1.7.8 released
1714 * lily/grob.cc (warning): better robustness fix.
1716 2002-11-19 Juergen Reuter <reuter@ipd.uka.de>
1718 * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
1720 * lily/cluster-engraver.cc: stick better to variable naming
1723 * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
1724 until stop_translation_timestep()
1726 * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
1727 min/max coordinates to backend, but no musical info such as
1730 * lily/cluster.cc: robustness fix: do not crash upon empty cluster
1732 * lily/grob.cc: robustness fix: warning(): do not crash if
1735 * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
1736 the much more elaborated tuplet brackets than the very naive and
1737 simple ligature bracket grob
1739 2002-11-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1741 * Documentation/user/refman.itely (Analysis brackets): add
1742 horizontal bracket doco.
1744 * ly/property-init.ly (setMmRestFermata): added.
1746 * Documentation/user/refman.itely (Multi measure rests): fermatas
1749 * input/regression/apply-context.ly (texidoc): new file
1751 * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
1752 code to be executed during interpretation. Possible applications:
1753 smart octavation, more advanced bar checks.
1755 * lily/apply-context-iterator.cc: new file.
1757 2002-11-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1759 * input/test/new-markup.ly: new file.
1761 * lily/text-item.cc (text_to_molecule): new function
1763 * scm/new-markup.scm (lambda): new file
1765 * lily/function-documentation.cc (ly_add_function_documentation):
1766 add proc property as well
1768 2002-11-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1770 * Documentation/user/music-glossary.tely (Top): add custos.
1772 2002-11-18 Heikki Junes <hjunes@cc.hut.fi>
1774 * Documentation/topdocs/INSTALL.texi: advise how to include source
1775 path to Emacs load-path and improve language.
1777 2002-11-16 Jan Nieuwenhuizen <janneke@gnu.org>
1779 * GNUmakefile.in: config.h message fix.
1782 * aclocal.m4: Regenerate.
1786 * stepmake/config.make.in:
1787 * stepmake/configure.in:
1788 * stepmake/autogen.sh:
1789 * stepmake/aclocal.m4: Update for autoconf 2.56.
1791 2002-11-16 Heikki Junes <hjunes@cc.hut.fi>
1793 * Documentation/topdocs/INSTALL.texi: instructions for an user how
1794 to install Emacs-mode. Instructions how to use vim-mode.
1796 2002-11-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1798 * scm/music-types.scm (music-descriptions): no length for tempo event.
1800 * input/*.ly: add \version everywhere.
1802 * input/*.ly: update syntax to 1.7 + new-chords.
1804 * VERSION: 1.7.7 released.
1806 * Documentation/user/*.tely: new chord syntax.
1808 * input/regression/[bc]*.ly (texidoc): syntax updates.
1810 2002-11-13 Heikki Junes <hjunes@cc.hut.fi>
1812 * lilypond.words: add vocabulary to be used in auto-completion
1814 * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
1816 * lilypond.vim: allow note name at EOF
1818 2002-11-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1820 * buildscripts/new-chords.py (edit): -e option: inline editing.
1822 * input/regression/a*.ly (texidoc): syntax updates.
1824 * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
1825 music): elucidations.
1827 2002-11-11 Juergen Reuter <reuter@ipd.uka.de>
1829 * lily/include/lily-proto.hh, ly/engraver-init.ly,
1830 ly/spanners-init.ly, scm/grob-description.scm,
1831 scm/grob-property-description.scm, scm/music-types.scm,
1832 lily/cluster-engraver.cc, lily/cluster.cc,
1833 lily/include/cluster.hh, input/test/cluster.ly: cluster
1836 * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
1837 ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
1838 scm/sketch.scm, scm/tex.scm: support for dots and polygons added
1840 * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
1842 * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
1844 * scm/grob-description.scm: bugfix: by default, use default note
1845 head style when engraving ligatures
1847 * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
1849 * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
1852 * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
1854 * input/test/ancient-font.ly: bugfix: style -> flag-style
1856 * lily/ligature-engraver.cc: indentation fix
1858 * lily/parser.yy: indentation fixes
1860 2002-11-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1862 * input/regression/measure-grouping.ly: more elaborate example.
1864 * lily/moment.cc: ly:add-moment, ly:mul-moment,
1865 ly:div-moment. New functions
1867 * scm/music-functions.scm (set-time-signature): new function,
1868 allow inline time sig settings with measure grouping.
1870 * lily/parser.yy (command_element): move time sig construction
1873 * lily/side-position-interface.cc (out_of_staff): new function,
1874 like padding, but keep minimum distance from staff. Easier than
1875 linespanners (dynamics, pedals), but roughly the same effect.
1877 2002-11-10 Heikki Junes <hjunes@cc.hut.fi>
1879 * emacs-mode.el: Added spanish-note-replacements
1880 (<carlos.betancourt@chello.be>).
1882 * vimrc: (Un)commenting with <(S-)F12>, tidy.
1884 2002-11-08 Heikki Junes <hjunes@cc.hut.fi>
1886 * lilypond.vim: Do not fontify cises, desis, etc.
1888 * vimrc: view dvi with <S-F6>
1890 2002-11-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1892 * lily/lookup.cc (triangle): new function.
1894 * input/regression/measure-grouping.ly (texidoc): new file: show
1895 triangles and brackets for beat groups of 3 and 2.
1897 * lily/include/measure-grouping-spanner.hh (class
1898 Measure_grouping): new file.
1900 * lily/measure-grouping-spanner.cc (brew_molecule): new file
1902 * lily/measure-grouping-engraver.cc (class
1903 Measure_grouping_engraver): new file.
1905 2002-11-06 Jan Nieuwenhuizen <janneke@gnu.org>
1907 * Merge from stable:
1909 cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
1911 * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
1914 * ly/paper19.ly: Include paper19-init.ly.
1916 * ly/paper19-init.ly: New file.
1918 * Documentation/user/tutorial.itely (First steps): Fix first
1919 example for font test.
1921 * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
1923 * ChangeLog: Add 1.7.6 release marker (see below).
1925 * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
1928 2002-11-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1930 * input/tutorial/sammartini.ly (bassvoices): to new syntax.
1932 * input/tutorial/*.ly: update to new syntax.
1934 * lily/parser.yy (Composite_music): new transpose syntax,
1935 \transpose FROM TO MUSIC.
1937 2002-11-04 Jan Nieuwenhuizen <janneke@gnu.org>
1939 * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
1940 latex progress/error output to stderr (by default this goes to
1941 stdout). Show lilypond progress, even when not verbose.
1943 * python/lilylib.py (system): New optional parameter to control
1944 showing of progress.
1946 * scm/backend-documentation-lib.scm (check-dangling-properties):
1949 * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify. Add
1952 * scm/grob-property-description.scm (magnify): Remove.
1953 (extent, axis): Add.
1955 2002-11-03 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1957 * VERSION: Release 1.7.6.
1959 * scripts/convert-ly.py: more uniformization substitutions.
1961 * buildscripts/new-chords.py (sub_chords): new file.
1963 2002-11-03 Jan Nieuwenhuizen <janneke@gnu.org>
1965 * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
1966 lilypond.map. Include sauter fonts too. Cleanups.
1968 2002-11-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1970 * Documentation/user/tutorial.itely (First steps): change to new
1971 chord/tie/slur/beam notation.
1973 * lily/parser.yy (event_that_take_dir): allow postfix notation for
1976 * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
1977 engraver. Process ties in postfix notation, i.e. c8-~ c
1979 * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
1981 * input/regression/beam-postfix-notation.ly (texidoc): new file.
1983 * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
1985 * lily/beam-engraver.cc (try_music): accept new-beam-events
1987 * input/regression/chord-scripts.ly (texidoc): new file
1989 * lily/new-fingering-engraver.cc (acknowledge_grob): also handle
1992 * scm/script.scm (default-script-alist): cleanup.
1994 * lily/script-engraver.cc (make_script_from_event): cleanup.
1996 * lily/lyric-combine-music-iterator.cc
1997 (Lyric_combine_music_iterator): remove superfluous events.
1998 (melisma_busy): new function. Fix broken melismas.
2000 2002-10-31 Heikki Junes <hjunes@cc.hut.fi>
2002 * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
2003 Remove nonvalid settings. Use descriptive key names.
2004 Use <Return> to indicate the pressing of that key.
2006 2002-10-30 Jan Nieuwenhuizen <janneke@gnu.org>
2008 * scripts/lilypond-book.py (option_definitions): Typo.
2010 * scripts/ly2dvi.py: Updates.
2012 * python/lilylib.py (setup_environment, print_environment)
2013 (get_bbox, make_preview): Merge and remove from ly2dvi and
2016 * scripts/lilypond-book.py: Use lilylib. Cleanups.
2018 * .cvsignore: Remove some cruft.
2020 * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
2023 * scripts/ly2dvi.py: Use lilylib as module. Fail gracefully if
2024 kpsexpand, kpsewhich, ps2pdf exit with error. Cleanups and fixes
2027 * python/lilylib.py (quiet_system): Junk
2028 (system): Display error log upon failure.
2029 (read_pipe): New function. Cleanups and fixes.
2031 * python/*.py: Rename from *.py.in.
2033 * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
2035 * GNUmakefile.in (SUBDIRS): Move python before scripts.
2037 2002-10-30 Jan Nieuwenhuizen <janneke@gnu.org>
2039 * python/GNUmakefile: Bugfix: handle modules.
2041 * stepmake/stepmake/python-module-targets.make (default): Add
2044 * stepmake/stepmake/python-module-rules.make: Add rule for byte
2047 * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
2048 Bugfix. (OUT_PYC_MODULES): Add.
2050 2002-10-30 Heikki Junes <hjunes@cc.hut.fi>
2052 * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
2053 Use default paths. Refresh description.
2055 2002-10-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2057 * VERSION: 1.7.5 released
2059 * input/regression/finger-chords.ly (texidoc): new file.
2061 * lily/script-engraver.cc (process_music): remove scriptHorizontal
2064 * lily/fingering-engraver.cc (process_music): remove kludgy
2065 scriptHorizontal stuff.
2067 * lily/script.cc: remove staff-support property.
2069 * lily/new-fingering-engraver.cc (add_fingering): new
2070 file. Fingering engraver for new style chords.
2072 2002-10-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2074 * lily/parser.yy (bare_number): allow 4 \cm (without
2075 decimal dot). (should backport to 1.6?)
2077 * ly/declarations-init.ly: use Scheme for dimension defs.
2079 * lily/parser.yy (TODO): remove hard coded dimensions, add
2080 REAL NUMBER_IDENTIFIER production.
2082 * lily/rest-collision.cc (force_shift_callback): rewrite using
2085 * scm/grob-property-description.scm (rest-collision-done): add
2088 * lilypond.vim: add file (<hjunes@cc.hut.fi>)
2090 2002-10-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2092 * input/regression/multi-measure-rest-center.ly: new file.
2094 * lily/multi-measure-rest.cc (big_rest): multi measure rest was
2095 off horizontally by 0.05 ss. Fixed.
2097 2002-10-22 Jan Nieuwenhuizen <janneke@gnu.org>
2099 * scm/pdftex.scm: Rename ly-number to ly:number->string.
2101 * Documentation/topdocs/index.tely: Remove duplicate from merge.
2103 2002-10-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2105 * lily/tie.cc (get_control_points): also avoid staff lines on the
2106 just outside the outer staff lines
2108 2002-10-21 Jan Nieuwenhuizen <janneke@gnu.org>
2110 * ly/params-init.ly: Just define style-alist, no need to
2113 * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
2116 * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
2117 (FET_FILES): = FONT_FILES.
2119 * Merge from stable:
2121 cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
2123 2002-10-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2125 * VERSION: 1.7.4 released.
2127 * scm/generate-documentation.scm (string-append): add macro
2130 * lily/text-item.cc (lookup_text): don't use virtual fonts for
2133 * lily/multi-measure-rest-engraver.cc: make separate
2134 MultiMeasureRestNumber grob. Introduce restNumberThreshold.
2136 * lily/multi-measure-rest.cc: remove text handling. Remove
2139 2002-10-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2141 * scm/music-types.scm: doc patch by Graham Percival
2143 2002-10-19 Jan Nieuwenhuizen <janneke@gnu.org>
2145 * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
2147 (Font_info.set_defaults): pixelsize now also defauts to '0'.
2148 (sketch_p): Sketch wants only first four elements of X11 font spec.
2150 * buildscripts/mf-to-table.py (parse_logfile): Bugfix.
2152 * mf/feta-autometric.mf: Write foundry and family to log.
2154 * mf/GNUmakefile: Fixes for pfx builds. Also write sketch
2155 font translation table.
2157 * buildscripts/mf-to-table.py: Better font info into afm.
2159 * buildscripts/make-font-dir.py: Use font info from afm. Mftrace
2162 * configure.in: Whine for mftrace 1.0.9.
2164 2002-10-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2166 * lily/parser.yy (chord_body): allow <<c e>>4 notation.
2168 * lily/main.cc (main_prog): don't try to load init.EXT when
2171 2002-10-15 Rune Zedeler <rune@zedeler.dk>
2173 * scm/tex.scm (zigzig-line): added.
2175 * scm/ps.scm (zigzag-line): added.
2177 * ps/music-drawing-routines.ps (subvec): added.
2178 (draw_zigzag_line): added.
2180 * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
2181 grob properties zigzag-width and zigzag-length.
2183 * input/regression/glissando.ly: Add some zig-zagged glissandi.
2185 2002-10-15 Jan Nieuwenhuizen <janneke@gnu.org>
2187 * scm/sodipodi.scm: Some fixes. Sketch also groks this bare-bones
2188 svg output, including font.
2190 2002-10-14 Jan Nieuwenhuizen <janneke@gnu.org>
2192 * scm/lily.scm: Register sodipodi output module.
2194 * scm/sodipodi.scm: New file.
2196 * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
2198 * buildscripts/mf-to-table.py (base): Write TfmChecksum in
2199 comment, after header.
2200 (parse_logfile): Remove invalid key FontFamily. Add mandatory key
2201 FullName. Fix FontName key.
2203 2002-10-14 Rune Zedeler <rune@zedeler.dk>
2205 * lily/rest.cc (after_line_breaking): bugfix: dots after half
2208 * input/test/blank-notes.ly: bugfix
2210 * lily/rest.cc (after_line_breaking): bugfix: dots after whole
2213 * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
2215 2002-10-14 Jan Nieuwenhuizen <janneke@gnu.org>
2218 * scm/ps.scm: Cleanup and remove obsolete junk.
2220 * Documentation/user/internals.itely:
2221 * Documentation/user/refman.itely: Run texinfo-all-menus-update.
2223 * lily/parser.yy: Identify shift/reduce problems.
2225 * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
2226 make-style-sheet. Too specific for convert-ly?
2228 2002-10-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2230 * po/cs.po: added czech translation, courtesy Tomas Kopecek.
2232 * input/test/*.ly: various fixes.
2234 * lily/music.cc (name): bugfix
2236 * lily/piano-pedal-engraver.cc (try_music): fix pedals.
2238 * lily/input-file-results.cc (code): set-point-and-click! ->
2241 2002-10-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2243 * Use uniform ly: prefix for exported scheme primitive functions.
2245 * scm/music-types.scm: junk compat glue
2247 * scripts/convert-ly.py: add rules for stuff below, junk
2248 compatibility glue for spanrequest.
2250 * lily/parser.yy (verbose_event): remove \spanrequest,
2251 \commandspanrequest, \script.
2253 * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
2255 * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
2256 for \penalty, \glissando.
2258 * VERSION: release 1.7.3
2260 2002-10-13 Rune Zedeler <rune@zedeler.dk>
2262 * lily/accidental-engraver.cc: Fix
2263 grace-in-the-beginning-of-measure bug caused by the resent
2264 partial-measure fix.
2266 * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
2267 overlap looks too crowded)
2269 2002-10-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2271 * lily/parser.yy (assignment): allow SCM expression as assignment.
2273 * lily/include/music-output-def.hh (class Music_output_def):
2274 * lily/music-output-def.cc:
2275 * lily/paper-def.cc:
2276 * scm/font.scm (markup-to-properties):
2277 * lily/parser.yy (music_output_def_body):
2280 2002-10-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2282 * ly/grace-init.ly (startGraceMusic): shorten default grace stem
2285 * input/regression/spacing-to-grace.ly: new file.
2287 * input/regression/spacing-end-of-line.ly: new file.
2289 * lily/note-spacing.cc (get_spacing): take into account breakable
2290 stuff sticking out at the left (time sig change at line break).
2292 * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
2295 * scm/music-functions.scm (make-voice-props-set): add
2296 staff-position for mm rests.
2298 * lily/spacing-spanner.cc (musical_column_spacing): shrink space
2299 before grace notes a little.
2301 * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
2303 * lily/break-align-interface.cc (do_alignment): right-edge spacing
2304 key adds space at the end of line.
2306 2002-10-11 Jan Nieuwenhuizen <janneke@gnu.org>
2308 * scm/sketch.scm: Fix beams.
2310 * buildscripts/mf-to-table.py: Add EncodingScheme.
2312 * scm/sketch.scm: Resurrect.
2314 2002-10-11 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2316 * lily/multi-measure-rest.cc: use breve rests for measure lengths
2317 longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
2319 2002-10-10 Jan Nieuwenhuizen <janneke@gnu.org>
2321 * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
2323 * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
2325 2002-10-11 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2327 * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
2328 token for origin information.
2330 * lily/parser.yy (My_lily_lexer): do identifier location and
2333 * scm/music-functions.scm (make-multi-measure-rest): move mmrest
2334 logic out of the parser. Add bar checks on both ends.
2336 * Documentation/user/refman.itely (Multi measure rests): add more
2337 notes about mm rests.
2339 2002-10-10 Jan Nieuwenhuizen <janneke@gnu.org>
2341 * input/regression/bar-scripts.ly: Re-enable.
2344 * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
2345 released rsn. Bison 1.50 has a crucial bug and won't work.
2347 * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
2350 2002-10-07 Jan Nieuwenhuizen <janneke@gnu.org>
2352 * input/regression/bar-scripts.ly: Blunt documentation build fix.
2354 2002-10-05 Jan Nieuwenhuizen <janneke@gnu.org>
2356 * Actually merge changes since 1.6.4 besides ChangeLog, and
2357 resolve conflicts. Lots of updates, hope all is well.
2359 * cygwin/lilypond.hint (requires): Add ghostscript.
2361 * scm: Update some (c).
2363 2002-10-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2365 * input/test/{various}.ly: add \header fields and texidoc strings.
2367 2002-10-05 Werner Lemberg <wl@gnu.org>
2369 * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
2370 renamed to `output_latex_quoted'.
2371 Added `output_latex_noquote'.
2372 (schedule_lilypond_block): Implement `noquote' option for LaTeX
2375 2002-11-03 Jan Nieuwenhuizen <janneke@gnu.org>
2377 * ChangeLog: Add 1.6.6 release marker. See below.
2379 * stepmake/stepmake/po-targets.make: Remove --c++ option.
2381 * scripts/midi2ly.py: Fix global syntax warnings.
2383 * GNUmakefile.in: Generate builddir locale tree too.
2385 * scripts/ly2dvi.py:
2386 * scripts/midi2ly.py:
2387 * scripts/mup2ly.py:
2388 * scripts/update-lily.py:
2389 * lily/main.cc (setup_paths): Fix for locales setup.
2391 2002-10-29 Jan Nieuwenhuizen <janneke@gnu.org>
2393 * Documentation/windows/installing.texi: Soften wording about
2394 necessity of becoming Administrator. tommie@iae.nl reports this
2395 does not seem to be necessary for his flavour of Windows 2000.
2396 Explicitely discourage text mode mounts.
2398 2002-10-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2400 * lily/rest.cc (after_line_breaking): backport dot position fix.
2402 * lily/rest-collision.cc (do_shift): also remove dots for suicided
2403 rests. Thanks to Klaus Zimmermann for finding this bug.
2405 2002-10-24 Jan Nieuwenhuizen <janneke@gnu.org>
2407 * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
2409 2002-10-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2411 * Documentation/user/music-glossary.tely: fix links.
2413 2002-10-21 Werner Lemberg <wl@gnu.org>
2415 * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
2416 (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
2417 scaling factor) only once and use them in the definition of
2419 * ps/music-drawing-routines.ps (skeel): Removed.
2421 2002-10-21 Jan Nieuwenhuizen <janneke@gnu.org>
2423 * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
2424 Solaris7, as we don't use nested $( ) constructs.
2426 2002-10-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2428 * VERSION: Release 1.6.6.
2430 2002-10-21 Jan Nieuwenhuizen <janneke@gnu.org>
2432 * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
2433 as workaround for /bin/sh problems on Solaris7.
2435 2002-10-19 Werner Lemberg <wl@gnu.org>
2437 * GNUmakefile.in (web-doc): Fix typos.
2438 * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
2439 `music-drawing-routines.ps' but emit \special{header=...} once.
2440 * scm/tex.scm (header-end): Updated.
2442 2002-10-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2444 * lily/stem-engraver.cc (acknowledge_grob): don't crash on
2447 2002-10-15 Werner Lemberg <wl@gnu.org>
2449 * scripts/lilypond-book.py (g_make_html): New global variable.
2450 (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
2451 if `g_make_html' isn't set.
2452 [main]: Add format `texi-html'.
2453 (option_definitions): Updated.
2454 * Documentation/user/lilypond-book.itely: Updated.
2456 * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
2457 * make/ly-rules.make (%.texi, %.nexi): Use it.
2458 * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
2459 format to lilypond-book.
2460 * GNUmakefile.in (web-doc): Ditto.
2462 2002-10-14 Werner Lemberg <wl@gnu.org>
2464 Further improve TeX output. The produced files are about 40%
2465 smaller. `lilyponddefs.tex' is now read only once.
2467 * tex/lilyponddefs.tex: Remove footer stuff.
2468 (\ifundefined): Renamed to...
2469 (\lilypondundefined): This. Use LaTeX's definition to
2470 make it nestable and make it global.
2471 (\lilypondstart, \lilypondend): New macro to initialize LilyPond
2473 (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
2474 (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
2476 (\placebox): Renamed to...
2478 Make it global and call \outputscale by itself.
2479 (\lybox, \lyvrule): New macros to reduce input data.
2480 (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
2481 New auxiliary macros.
2482 (\SkipLilydefs, \EndLilyPondOutput): Removed.
2483 * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
2485 (\lilypondspace): This and made it global.
2486 (\turnOnPostScript): Renamed to...
2487 (\lilypondpostscript): This and made it global.
2488 (\turnOnExperimentalFeatures): Renamed to...
2489 (\lilypondexperimentalfeatures): This and made it global.
2490 * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
2491 (\lilypondsetdimen): This and made it global.
2492 * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
2493 * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
2494 (all, $(outdir)/music-drawing-routines.ps): New rules.
2495 * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
2496 * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
2497 start-system, stop-system, stop-last-system, filledbox): Updated to
2498 use the changed macros from lilyponddefs.tex.
2499 * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
2501 2002-10-07 Jan Nieuwenhuizen <janneke@gnu.org>
2503 * Documentation/windows/installing.texi: Update.
2505 2002-09-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2507 * VERSION: 1.6.5 released
2509 * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
2511 2002-09-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2513 * scm/translator-property-description.scm (voltaOnThisStaff): add
2516 2002-09-28 Werner Lemberg <wl@gnu.org>
2518 * scm/tex.scm (header-end): Suppress page numbering.
2520 * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
2521 Fix quotation for HTML output.
2523 2002-09-28 Graham Percival <gperciva@sfu.ca>
2525 * Documentation/user/refman.itely: grammar and phrasing
2526 fixes to "Note Entry" section. Also adds a few new examples.
2528 2002-09-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2530 * flower/include/string-data.icc: include string.h
2532 2002-09-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2534 * scm/chord-name.scm (chord::inner-name-banter): remove space.
2536 2002-09-27 Jan Nieuwenhuizen <janneke@gnu.org>
2538 * Documentation/user/GNUmakefile (extra-local-help): Add.
2540 * stepmake/stepmake/www-targets.make (local-help): Add.
2542 2002-09-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2544 * Documentation/topdocs/INSTALL.texi (Top): recommend binary
2547 * Documentation/topdocs/README.texi (Top): building documentation
2550 2002-09-26 Jan Nieuwenhuizen <janneke@gnu.org>
2552 * Documentation/user/refman.itely:
2553 * Documentation/user/tutorial.itely:
2554 * Documentation/user/music-glossary.tely: Merge changes.
2556 * Documentation/user/glossary.html.in:
2557 * Documentation/index.texi:
2558 * Documentation/header.html.in: Accomodate renaming of glossary.
2560 * Documentation/user/tutorial.itely: Add some glossary references.
2562 * Documentation/user/refman.itely: Minor fixes.
2564 * Documentation/user/lilypond.tely: Add glossary do direntry.
2566 * Documentation/user/music-glossary.tely: Rename (previously:
2567 glossary.tely). Fix anchor placement.
2569 * Documentation/user/GNUmakefile: Make music-glossary.info too.
2571 2002-09-23 Werner Lemberg <wl@gnu.org>
2573 * scripts/lilypond-book.py (output_dict): Fix handling of
2574 various environments by avoid extraneous newlines.
2575 Rename `output-all' regexp for html to `output-html'.
2576 Replace `output-all' regexp for texi with `output-texi-quote'
2577 and `output-texi-noquote'.
2578 (compose_full_body): Don't override `linewidth' user option
2580 (schedule_lilypond_block): Don't indent text specified with
2582 Add new option `noquote'.
2583 (compile_all_files): Use latex instead of tex to compile ly
2586 * Documentation/user/lilypond-book.itely: Updated and revised.
2589 * Documentation/user/glossary.tely,
2590 Documentation/user/introduction.itely,
2591 Documentation/user/tutorial.itely,
2592 Documentation/user/refman.itely,
2593 Documentation/user/appendices.itely: Fix overfull LilyPond
2594 boxes caused by the new lilypond-book code. Other minor
2597 * Documentation/user/macros.itexi (@texiflat): Don't emit
2600 * scm/tex.scm (end-output, header-end): Add preamble and
2601 postamble to make lilypond output directly compilable with
2605 2002-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2607 * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
2610 2002-09-25 Jan Nieuwenhuizen <janneke@gnu.org>
2612 * Documentation/user/glossary.tely: Add titling and hyperlinks.
2614 2002-09-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2616 * lily/beam.cc (connect_beams): don't crash if there are quarter
2619 2002-09-24 Juergen Reuter <reuter@ipd.uka.de>
2621 * Documentation/user/refman.itely: corrected ancient clef
2622 docu; added docu on ligatures
2624 2002-09-21 Juergen Reuter <reuter@ipd.uka.de>
2626 * Documentation/user/glossary.tely,
2627 Documentation/user/refman.itely, input/les-nereides.ly,
2628 input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
2629 input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
2630 scm/grob-property-description.scm, scripts/convert-ly.py: renamed
2631 Stem properties: flag-style -> stroke-style, style -> flag-style.
2634 2002-09-22 Werner Lemberg <wl@gnu.org>
2636 * scripts/lilypond-book.py: Add option `notime' to suppress
2637 printing of a time signature. Specify default indentation of 0pt
2638 if single line fragment. Don't emit redundant `\paper{ }'.
2640 * Documentation/user/lilypond-book.itely: Updated.
2642 * Documentation/user/glossary.tely: Completely reformatting.
2644 2002-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2646 * GNUmakefile.in (top-web): generate (possibly empty) examples.html
2648 2002-09-22 Jan Nieuwenhuizen <janneke@gnu.org>
2650 * Documentation/user/tutorial.itely: Fix links.
2652 * Documentation/topdocs/index.tely:
2653 * Documentation/index.texi:
2654 * Documentation/header.html.in: Small website fixes and updates.
2656 * debian/: Debian patch by Anthony Fok.
2658 2002-09-21 Jan Nieuwenhuizen <janneke@gnu.org>
2660 * Documentation/footer.html.in: How time flies: It's already 2002!
2662 * Documentation/topdocs/index.tely: Stable/development fix. Use
2663 more descriptive link names than 'here'.
2665 2002-09-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2667 * VERSION: 1.7.2 released
2668 * VERSION: 1.6.4 released
2670 * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
2672 * scripts/convert-ly.py (FatalConversionError.conv): add rule for
2673 (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
2675 * mf/feta-din.mf (test): add x-height and space.
2677 * lily/dynamic-engraver.cc (process_music): take dynamic direction
2678 from ^_ for crescendi. Idem for slurs and phrasing slurs.
2680 * ly/grace-init.ly: add-to-grace-init: function to portably add
2683 * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
2684 if we get an absolute dynamic event.
2686 * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
2688 * lily/source-file.cc (get_line): oops. All line numbers were off
2691 * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
2692 be after the note, combined with -_^, i.e. c4-(-\)-\>
2694 * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
2696 * lily/parser.yy (number_factor): remove (number) as number
2697 expression. ("Let them eat Lisp").
2699 2002-10-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2701 * lily/horizontal-bracket.cc: new file.
2703 * lily/horizontal-bracket-engraver.cc: new file.
2705 * input/regression/note-group-bracket.ly: new file. Support
2706 horizontal note brackets for music analysis.
2708 * lily/stem.cc (flag): new flag-style: no-flag.
2710 * input/test/stem-cross-staff.ly: new file
2712 * Documentation/user/internals.itely: Improved formatting, fixing
2713 typos. Added a section `Output details' to describe how the TeX
2716 * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
2718 * lily/parser.yy: remove \dynamicscript.
2720 * ly/dynamic-scripts-init.ly: redo the dynamic scripts
2723 * python/midi.c (midi_error): take two arguments.
2725 * Merge 1.6.5 changes:
2727 2002-10-04 Jan Nieuwenhuizen <janneke@gnu.org>
2729 * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
2730 staff-space. Previous 1.5 was probably meant as half-spaces.
2731 (cautionary-style): parentheses (was: smaller). This is what doco
2732 says, and it seems more logical.
2734 * Documentation/user/refman.itely (Chromatic alterations): Bugfix
2737 2002-10-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2739 * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
2741 2002-10-03 Jan Nieuwenhuizen <janneke@gnu.org>
2743 * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
2745 2002-09-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2747 * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
2749 2002-09-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2751 * scm/translator-property-description.scm (voltaOnThisStaff): add
2754 2002-09-28 Werner Lemberg <wl@gnu.org>
2756 * scm/tex.scm (header-end): Suppress page numbering.
2758 * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
2759 Fix quotation for HTML output.
2761 2002-09-28 Graham Percival <gperciva@sfu.ca>
2763 * Documentation/user/refman.itely: grammar and phrasing
2764 fixes to "Note Entry" section. Also adds a few new examples.
2766 2002-09-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2768 * flower/include/string-data.icc: include string.h
2770 2002-09-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2772 * scm/chord-name.scm (chord::inner-name-banter): remove space.
2774 2002-09-27 Jan Nieuwenhuizen <janneke@gnu.org>
2776 * Documentation/user/GNUmakefile (extra-local-help): Add.
2778 * stepmake/stepmake/www-targets.make (local-help): Add.
2780 2002-09-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2782 * Documentation/topdocs/INSTALL.texi (Top): recommend binary
2785 * Documentation/topdocs/README.texi (Top): building documentation
2788 2002-09-26 Jan Nieuwenhuizen <janneke@gnu.org>
2790 * Documentation/user/refman.itely:
2791 * Documentation/user/tutorial.itely:
2792 * Documentation/user/music-glossary.tely: Merge changes.
2794 * Documentation/user/glossary.html.in:
2795 * Documentation/index.texi:
2796 * Documentation/header.html.in: Accomodate renaming of glossary.
2798 * Documentation/user/tutorial.itely: Add some glossary references.
2800 * Documentation/user/refman.itely: Minor fixes.
2802 * Documentation/user/lilypond.tely: Add glossary do direntry.
2804 * Documentation/user/music-glossary.tely: Rename (previously:
2805 glossary.tely). Fix anchor placement.
2807 * Documentation/user/GNUmakefile: Make music-glossary.info too.
2809 2002-09-23 Werner Lemberg <wl@gnu.org>
2811 * scripts/lilypond-book.py (output_dict): Fix handling of
2812 various environments by avoid extraneous newlines.
2813 Rename `output-all' regexp for html to `output-html'.
2814 Replace `output-all' regexp for texi with `output-texi-quote'
2815 and `output-texi-noquote'.
2816 (compose_full_body): Don't override `linewidth' user option
2818 (schedule_lilypond_block): Don't indent text specified with
2820 Add new option `noquote'.
2821 (compile_all_files): Use latex instead of tex to compile ly
2824 * Documentation/user/lilypond-book.itely: Updated and revised.
2827 * Documentation/user/glossary.tely,
2828 Documentation/user/introduction.itely,
2829 Documentation/user/tutorial.itely,
2830 Documentation/user/refman.itely,
2831 Documentation/user/appendices.itely: Fix overfull LilyPond
2832 boxes caused by the new lilypond-book code. Other minor
2835 * Documentation/user/macros.itexi (@texiflat): Don't emit
2838 * scm/tex.scm (end-output, header-end): Add preamble and
2839 postamble to make lilypond output directly compilable with
2843 2002-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2845 * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
2848 2002-09-25 Jan Nieuwenhuizen <janneke@gnu.org>
2850 * Documentation/user/glossary.tely: Add titling and hyperlinks.
2852 2002-09-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2854 * lily/beam.cc (connect_beams): don't crash if there are quarter
2857 2002-09-24 Juergen Reuter <reuter@ipd.uka.de>
2859 * Documentation/user/refman.itely: corrected ancient clef
2860 docu; added docu on ligatures
2862 2002-09-21 Juergen Reuter <reuter@ipd.uka.de>
2864 * Documentation/user/glossary.tely,
2865 Documentation/user/refman.itely, input/les-nereides.ly,
2866 input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
2867 input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
2868 scm/grob-property-description.scm, scripts/convert-ly.py: renamed
2869 Stem properties: flag-style -> stroke-style, style -> flag-style.
2871 2002-09-22 Werner Lemberg <wl@gnu.org>
2873 * scripts/lilypond-book.py: Add option `notime' to suppress
2874 printing of a time signature. Specify default indentation of 0pt
2875 if single line fragment. Don't emit redundant `\paper{ }'.
2877 * Documentation/user/lilypond-book.itely: Updated.
2879 * Documentation/user/glossary.tely: Completely reformatting.
2881 2002-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2883 * GNUmakefile.in (top-web): generate (possibly empty) examples.html
2885 2002-09-22 Jan Nieuwenhuizen <janneke@gnu.org>
2887 * Documentation/user/tutorial.itely: Fix links.
2889 * Documentation/topdocs/index.tely:
2890 * Documentation/index.texi:
2891 * Documentation/header.html.in: Small website fixes and updates.
2893 * debian/: Debian patch by Anthony Fok.
2895 2002-09-21 Jan Nieuwenhuizen <janneke@gnu.org>
2897 * Documentation/footer.html.in: How time flies: It's already 2002!
2899 * Documentation/topdocs/index.tely: Stable/development fix. Use
2900 more descriptive link names than 'here'.
2902 2002-10-03 Jan Nieuwenhuizen <janneke@gnu.org>
2904 * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
2906 2002-10-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2908 * lily/part-combine-music-iterator.cc (get_state): cleanup
2909 (get_music_info): cleanup.
2911 2002-10-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2913 * scm/backend-documentation-lib.scm (interface-doc-string):
2914 crosslinks between interfaces and grobs. Headings for interfaces
2915 in grob explanation.
2917 2002-09-30 Jan Nieuwenhuizen <janneke@gnu.org>
2919 * scm/to-xml.scm: Fixes. input/trip.ly now parses as xml (without
2920 dtd). Add preliminary dtd.
2921 (re-sub-alist): Robustify.
2923 2002-09-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2925 * lily/include/event-chord-iterator.hh,
2926 lily/context-specced-music-iterator.cc,
2927 lily/event.cc, lily/event-chord-iterator.cc: add
2929 2002-09-29 Jan Nieuwenhuizen <janneke@gnu.org>
2931 * lily/: some (c) header fixes.
2933 * lily/request-chord.cc: Remove.
2935 * lily/include/event-chord-iterator.hh:
2936 * lily/include/event.hh:
2937 * lily/event-chord.cc: New file.
2939 * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
2942 2002-09-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2944 * lily/ : rename Request to Event
2946 * lily/parser.yy (command_element): move clef stuff into Scheme.
2948 * lily/: rename length_mom () to get_length()
2950 * lily/part-combine-music.cc: removed file and class.
2952 * lily/context-specced-music-iterator.cc (class
2953 Context_specced_music_iterator): new file. Obsoletes the
2954 Context_specced_music type.
2956 * scm/music-types.scm (make-repeated-music): put different kinds
2957 of repeated music into music-type table.
2959 * VERSION: 1.7.1 released.
2961 * scm/to-xml.scm: new file.
2963 * input/test/to-xml.ly (fooBar): demo of what is possible with the
2964 new Input representation: dump music as XML.
2966 * scm/engraver-documentation-lib.scm
2967 (engraver-accepts-music-types?): add links from music to engraver,
2968 from music-type to engraver.
2970 * lily/include/command-request.hh: removed
2971 lily/include/musical-request.hh: removed. Removed all _req classes
2972 except Key_change_req. Changes throughout.
2974 2002-09-28 Jan Nieuwenhuizen <janneke@gnu.org>
2976 * lily/tuplet-engraver.cc (try_music): Compile kludge.
2978 2002-09-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2980 * lily/*.cc: specify accepts for many engravers.
2982 * scm/music-documentation-lib.scm: dump music expressions and
2985 * scm/documentation-lib.scm: complete revision.
2986 Use GOOPS objects to store document tree explicitly. Cleaned up and
2987 sped up doco generation a lot.
2989 2002-09-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2991 * input/trip.ly (fugaIILeft): add arpeggio
2993 * lily/translator-group.cc (try_music_on_nongroup_children):
2994 oops. The name symbol is in the cdr of the assoc handle.
2996 * lily/: remove Arpeggio_req, Breathing_sign_req, Extender_req,
2997 Hyphen_req, Glissando_req, Break_req, Mark_req
2999 2002-09-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3001 * lily/musical-request.cc (music-duration-length,
3002 music-duration-compress): new functions.
3004 * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
3005 throughout. Warning doesn't work yet.
3007 * lily/translator-group.cc (try_music_on_nongroup_children):
3008 new implementation: store candidate acceptors in a hashTable.
3010 2002-09-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3012 * scm/music-types.scm (music-descriptions): change name to
3015 * scm/chord-name.scm (chord::inner-name-banter): remove space.
3017 2002-09-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3019 * lily/beam.cc (connect_beams): don't crash if there are quarter
3022 2002-09-24 Juergen Reuter <reuter@ipd.uka.de>
3024 * Documentation/user/refman.itely: corrected ancient clef
3025 docu; added docu on ligatures
3027 2002-09-21 Juergen Reuter <reuter@ipd.uka.de>
3029 * Documentation/user/glossary.tely,
3030 Documentation/user/refman.itely, input/les-nereides.ly,
3031 input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
3032 input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
3033 scm/grob-property-description.scm, scripts/convert-ly.py: renamed
3034 Stem properties: flag-style -> stroke-style, style -> flag-style.
3036 2002-09-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3038 * scm/music-functions.scm (music-separator?): don't use name music
3041 2002-09-24 Jan Nieuwenhuizen <janneke@gnu.org>
3043 * stepmake/stepmake/generic-targets.make (help): Document check
3046 * lily/new-accidental-engraver.cc: Compile fix.
3048 2002-09-23 Jan Nieuwenhuizen <janneke@gnu.org>
3050 * scripts/convert-ly.py: Add rule.
3052 * input/test/music-creation.ly:
3053 * input/test/add-staccato.ly:
3054 * input/test/add-text-script.ly: ly-make-music.
3056 * scm/drums.scm (make-head-type-elem, make-articulation-script):
3057 More ly-make-music renamings.
3059 * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
3061 * lily/music-constructor.cc (make_music): Add debugging info.
3063 * scm/music-functions.scm (make-simultaneous-music,
3064 (make-sequential-music, context-spec-music):
3065 * scm/music-types.scm (music-descriptions): Get lily to run.
3067 2002-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3069 * lily/command-request.cc (transpose_key_alist): new function.
3071 * lily/key-performer.cc (create_audio_elements): cleanup.
3073 2002-09-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3075 * lily/parser.yy: remove TYPED_MAKE_MUSIC().
3077 * lily/include/translator.hh (ENTER_DESCRIPTION): add
3078 events-accepted field.
3080 * scm/music-types.scm: new file.
3082 * lily/parser.yy: put music type initialization into scheme,
3083 similar to grob initialization. Changes throughout.
3085 2002-09-22 Jan Nieuwenhuizen <janneke@gnu.org>
3087 * Documentation/user/tutorial.itely: Fix links.
3089 * Documentation/index.texi:
3090 * Documentation/header.html.in:
3091 * Documentation/topdocs/index.tely: Small website fixes and updates.
3093 * debian/: Debian patch by Anthony Fok.
3095 2002-09-21 Jan Nieuwenhuizen <janneke@gnu.org>
3097 * Documentation/footer.html.in: How time flies: It's already 2002!
3099 * Documentation/topdocs/index.tely: Stable/development fix. Use
3100 more descriptive link names than 'here'.
3102 * ROADMAP: Remove test stuff.
3104 * scripts/update-lily.py: Allow auto-building of stable and
3105 development versions. Bugfixes.
3107 2002-09-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3109 * VERSION: released 1.7.0
3111 * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
3113 * tex/lilyponddefs.tex: set hsize for plain tex, but only for
3114 positive line widths.
3116 2002-09-20 Jan Nieuwenhuizen <janneke@gnu.org>
3118 * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
3121 * cygwin: Cygwin updates.
3123 2002-09-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3125 * Documentation/windows/installing.texi (Top): version for python,
3126 urls for ghostscript (thanks to John Potelle)
3128 * lily/simultaneous-music-iterator.cc
3129 (Simultaneous_music_iterator): init children_list_ before
3132 * lily/*-iterator.cc: be even more careful with smobbed copy
3135 * lily/break-align-engraver.cc (acknowledge_grob): also typeset
3138 2002-09-15 Werner Lemberg <wl@gnu.org>
3140 Improving LilyPond's output to make them ordinary TeX boxes with
3141 predictable dimensions. System boxes are now vertically centered on
3142 the baseline; this offset can be further controlled with
3143 \lilypondscoreshift.
3145 * lily/system.cc (System::post_processing): Pass length of current
3146 system to `start-system' (including any horizontal indentation).
3148 * scm/tex.scm, scm/pdftex.scm: Make output of various functions
3150 (lily-def): Append `%'.
3151 (start-system): Add parameter `wd'. Output more TeX code to specify
3153 (stop-system, stop-last-system): Complement changes in
3155 * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
3158 * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
3159 * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
3160 Write final `\endinput'.
3162 * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
3163 tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
3164 tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code. Assure that
3165 files and macro definitions don't produce spurious spaces and
3166 paragraphs (using \endlinechar).
3167 * tex/lilyponddefs.tex: New dimension `\scoreshift'.
3169 * Documentation/user/internals.itely: Improved formatting, fixing
3170 typos. Added a section `Output details' to describe how the TeX
3173 2002-09-17 Rune Zedeler <rune@zedeler.dk>
3175 * lily/accidental-engraver.cc: Also work with partial measures.
3177 2002-09-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3179 * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
3182 2002-09-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3184 * lily/identifier-smob.cc (unpack_identifier): new file.
3186 * lily/lexer.ll (identifier_type): new function. use ly-id to
3187 pass off scheme expressions as music identifiers.
3189 * scm/lily.scm: reorganisation, cleanups.
3191 * lily/main.cc: small cleanups.
3193 2002-09-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3195 * lily/ly-module.{cc,hh}: new file.
3197 2002-09-17 Rune Zedeler <rune@zedeler.dk>
3199 * lily/accidental-engraver.cc: Also work with partial measures.
3201 2002-09-16 Jan Nieuwenhuizen <janneke@gnu.org>
3203 * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
3205 2002-09-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3207 * lily/my-lily-lexer.cc: use SCM module in stead of
3208 Scheme_hash_table. Changes throughout.
3210 2002-09-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3212 * VERSION (MY_PATCH_LEVEL): make 1.7.0