]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
17 years agoignore out-cov
Han-Wen Nienhuys [Tue, 2 Jan 2007 02:44:36 +0000 (03:44 +0100)]
ignore out-cov

17 years agoFix #210 & #211.
Han-Wen Nienhuys [Tue, 2 Jan 2007 02:13:35 +0000 (03:13 +0100)]
Fix #210 & #211.

Add break points for cluster at end of array.  Don't reverse order of
points.  Fixes coverage of cluster.cc

17 years agoFix measure-grouping.ly test
Han-Wen Nienhuys [Tue, 2 Jan 2007 02:00:51 +0000 (03:00 +0100)]
Fix measure-grouping.ly test

Put \consists before score. This puts the grouping signs in the
output, and fixes coverage of Lookup::triangle.

17 years agosync with stable.
Han-Wen Nienhuys [Tue, 2 Jan 2007 01:59:33 +0000 (02:59 +0100)]
sync with stable.

17 years agoSpeed up test target.
Han-Wen Nienhuys [Tue, 2 Jan 2007 01:34:06 +0000 (02:34 +0100)]
Speed up test target.

Don't create PNG images for all files. Rather create PNGs for changed
EPSs only.

17 years agoScheme nitpicks.
Han-Wen Nienhuys [Tue, 2 Jan 2007 01:32:25 +0000 (02:32 +0100)]
Scheme nitpicks.

17 years agoupdate makam example to include key sig.
Han-Wen Nienhuys [Tue, 2 Jan 2007 00:35:58 +0000 (01:35 +0100)]
update makam example to include key sig.

17 years agoOnly set commandColumn in NoteSpacing if no right-item was encountered.
Han-Wen Nienhuys [Tue, 2 Jan 2007 00:14:26 +0000 (01:14 +0100)]
Only set commandColumn in NoteSpacing if no right-item was encountered.

17 years agoFix #93.
Han-Wen Nienhuys [Mon, 1 Jan 2007 18:18:58 +0000 (19:18 +0100)]
Fix #93.

If no running notehead is found, then stop the lyric extender.

17 years agodump profile info for test too. release/2.11.7-1
Han-Wen Nienhuys [Mon, 1 Jan 2007 17:49:24 +0000 (18:49 +0100)]
dump profile info for test too.

17 years agoupdate build-coverage.sh script
Han-Wen Nienhuys [Mon, 1 Jan 2007 17:49:01 +0000 (18:49 +0100)]
update build-coverage.sh script

17 years agoreorganize property list.
Han-Wen Nienhuys [Mon, 1 Jan 2007 17:48:44 +0000 (18:48 +0100)]
reorganize property list.

17 years agoFix #192.
Han-Wen Nienhuys [Mon, 1 Jan 2007 17:48:08 +0000 (18:48 +0100)]
Fix #192.

Store separation-item in tie, and use that iso. bound when broken.

17 years agoFix #58.
Han-Wen Nienhuys [Mon, 1 Jan 2007 17:00:10 +0000 (18:00 +0100)]
Fix #58.

Don't ignore beamed rests when doing note/rest collisions.

17 years agoTypeset single grob-property setting correctly as well.
Han-Wen Nienhuys [Mon, 1 Jan 2007 16:30:01 +0000 (17:30 +0100)]
Typeset single grob-property setting correctly as well.

17 years agoFix #104.
Han-Wen Nienhuys [Mon, 1 Jan 2007 16:29:14 +0000 (17:29 +0100)]
Fix #104.

Don't center on X-parent when there is no notehead.  Fixes weird
spacing with wide Paper Columns due to long textscripts.

17 years agoFix #122.
Han-Wen Nienhuys [Mon, 1 Jan 2007 15:54:19 +0000 (16:54 +0100)]
Fix #122.

Add Stem::is_normal_stem(), which disregards stemlet-length.  Use it
for concaveness/slope calculations.

17 years agoFix #136.
Han-Wen Nienhuys [Mon, 1 Jan 2007 15:14:47 +0000 (16:14 +0100)]
Fix #136.

Take original offset into account when returning new shift
in rest-beam collision callback.

17 years agobuild-coverage.sh script.
Han-Wen Nienhuys [Mon, 1 Jan 2007 15:02:49 +0000 (16:02 +0100)]
build-coverage.sh script.

17 years agoFix #200.
Han-Wen Nienhuys [Mon, 1 Jan 2007 14:00:34 +0000 (15:00 +0100)]
Fix #200.

Add Grob_pq_engraver::process_acknowledged(). This makes correct
busyGrobs setting available earlier in the interpretation cycle.

17 years agoeven more robust attachment of loose columns.
Han-Wen Nienhuys [Mon, 1 Jan 2007 13:36:33 +0000 (14:36 +0100)]
even more robust attachment of loose columns.

17 years agoFix #184.
Han-Wen Nienhuys [Mon, 1 Jan 2007 13:22:39 +0000 (14:22 +0100)]
Fix #184.

Use new function Stem_tremolo::vertical_length() to determine stem
length. Breaks Stem::length -> Stem_tremolo::extent -> Stem::stem_end
-> Stem::length cycle.

17 years agoMerge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
Han-Wen Nienhuys [Sun, 31 Dec 2006 16:04:41 +0000 (17:04 +0100)]
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond

17 years agosupport -ddump-profile
Han-Wen Nienhuys [Sun, 31 Dec 2006 16:01:44 +0000 (17:01 +0100)]
support -ddump-profile

17 years agoMerge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/lilypond
Jan Nieuwenhuizen [Sun, 31 Dec 2006 13:50:54 +0000 (14:50 +0100)]
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/lilypond

17 years agoAdd translation header for tutorial.
Jan Nieuwenhuizen [Sun, 31 Dec 2006 13:49:58 +0000 (14:49 +0100)]
Add translation header for tutorial.

17 years agoallow identifiers as repeat count as well.
Han-Wen Nienhuys [Sun, 31 Dec 2006 13:33:43 +0000 (14:33 +0100)]
allow identifiers as repeat count as well.

17 years agoset \version to 2.10
Han-Wen Nienhuys [Sun, 31 Dec 2006 13:24:28 +0000 (14:24 +0100)]
set \version to 2.10

17 years agobump version
Han-Wen Nienhuys [Sun, 31 Dec 2006 13:24:14 +0000 (14:24 +0100)]
bump version

17 years agoFix #207.
Han-Wen Nienhuys [Sun, 31 Dec 2006 13:09:36 +0000 (14:09 +0100)]
Fix #207.

Set NoteSpacing -> SeparationItem item link in Note_spacing_engraver
using the breakableSeparationItem property.  This detects spacing
structure in single-staff polyphonic situations more correctly

17 years agofilter (standard input) from version check
Han-Wen Nienhuys [Sun, 31 Dec 2006 13:07:05 +0000 (14:07 +0100)]
filter (standard input) from version check

17 years agonitpicks.
Han-Wen Nienhuys [Sun, 31 Dec 2006 12:35:43 +0000 (13:35 +0100)]
nitpicks.

17 years agorename ancient-accidentals
Han-Wen Nienhuys [Sun, 31 Dec 2006 12:35:05 +0000 (13:35 +0100)]
rename ancient-accidentals

17 years agothinko.
Han-Wen Nienhuys [Sun, 31 Dec 2006 11:21:06 +0000 (12:21 +0100)]
thinko.

17 years agoMerge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
Han-Wen Nienhuys [Sun, 31 Dec 2006 11:16:39 +0000 (12:16 +0100)]
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond

17 years agoreally add yaffut.hh
Han-Wen Nienhuys [Sun, 31 Dec 2006 11:16:26 +0000 (12:16 +0100)]
really add yaffut.hh

17 years agorobustness: handle floating grace attached across line breaks. Fixes #203
Han-Wen Nienhuys [Sun, 31 Dec 2006 11:12:31 +0000 (12:12 +0100)]
robustness: handle floating grace attached across line breaks. Fixes #203

17 years agomerge-diffently-foo only applies to Voice 1 & 2 (fixes bug 202).
Graham Percival [Sun, 31 Dec 2006 05:23:37 +0000 (21:23 -0800)]
merge-diffently-foo only applies to Voice 1 & 2 (fixes bug 202).

17 years agodoc string nits.
Han-Wen Nienhuys [Sat, 30 Dec 2006 21:40:41 +0000 (22:40 +0100)]
doc string nits.

17 years agoMerge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/lilypond
Jan Nieuwenhuizen [Sat, 30 Dec 2006 21:34:02 +0000 (22:34 +0100)]
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/lilypond

17 years agoMake test-file-name and test-file-path more unit-testy.
Jan Nieuwenhuizen [Sat, 30 Dec 2006 21:33:50 +0000 (22:33 +0100)]
Make test-file-name and test-file-path more unit-testy.

17 years agoconversion rules for glyph-name-alist. Apply to ancient-font.ly
Han-Wen Nienhuys [Sat, 30 Dec 2006 20:33:40 +0000 (21:33 +0100)]
conversion rules for glyph-name-alist. Apply to ancient-font.ly

17 years agorename to yaffut.hh
Han-Wen Nienhuys [Sat, 30 Dec 2006 20:21:15 +0000 (21:21 +0100)]
rename to yaffut.hh

17 years agodon't install .tfm fonts. Fix typo in MF rule. release/2.11.6-1
Han-Wen Nienhuys [Sat, 30 Dec 2006 19:45:49 +0000 (20:45 +0100)]
don't install .tfm fonts. Fix typo in MF rule.

17 years agomf: don't require .tfm for mf-to-table.py
Han-Wen Nienhuys [Sat, 30 Dec 2006 19:41:05 +0000 (20:41 +0100)]
mf: don't require .tfm for mf-to-table.py

17 years agorm SAUTER_FONTS
Han-Wen Nienhuys [Sat, 30 Dec 2006 18:52:51 +0000 (19:52 +0100)]
rm SAUTER_FONTS

17 years agoclean up mf/ making: remove .tex stuff.
Han-Wen Nienhuys [Sat, 30 Dec 2006 18:45:01 +0000 (19:45 +0100)]
clean up mf/ making: remove .tex stuff.

17 years agojunk 600pk files too.
Han-Wen Nienhuys [Sat, 30 Dec 2006 18:40:12 +0000 (19:40 +0100)]
junk 600pk files too.

17 years agojunk XPM support from Metafont.
Han-Wen Nienhuys [Sat, 30 Dec 2006 18:35:48 +0000 (19:35 +0100)]
junk XPM support from Metafont.

17 years agoremove duplicate rule.
Han-Wen Nienhuys [Sat, 30 Dec 2006 18:31:49 +0000 (19:31 +0100)]
remove duplicate rule.

17 years agodocument new style setting of ancient accidentals.
Han-Wen Nienhuys [Sat, 30 Dec 2006 18:17:40 +0000 (19:17 +0100)]
document new style setting of ancient accidentals.

17 years agouncomment broken ln-png target.
Han-Wen Nienhuys [Sat, 30 Dec 2006 18:05:30 +0000 (19:05 +0100)]
uncomment broken ln-png target.

17 years agoupdate README.
Han-Wen Nienhuys [Sat, 30 Dec 2006 18:05:15 +0000 (19:05 +0100)]
update README.

17 years agoseparate grob names in accidental-engraver.c
Han-Wen Nienhuys [Sat, 30 Dec 2006 17:41:09 +0000 (18:41 +0100)]
separate grob names in accidental-engraver.c

17 years agotypo
Han-Wen Nienhuys [Sat, 30 Dec 2006 17:40:48 +0000 (18:40 +0100)]
typo

17 years agofix command index ref link.
Han-Wen Nienhuys [Sat, 30 Dec 2006 17:27:28 +0000 (18:27 +0100)]
fix command index ref link.

17 years agoalso be robust when converting pairs.
Han-Wen Nienhuys [Sat, 30 Dec 2006 16:49:20 +0000 (17:49 +0100)]
also be robust when converting pairs.

17 years agodon't create .dep files with touch.
Han-Wen Nienhuys [Sat, 30 Dec 2006 16:36:32 +0000 (17:36 +0100)]
don't create .dep files with touch.

17 years agoinclude .dep in dependency too.
Han-Wen Nienhuys [Sat, 30 Dec 2006 16:36:21 +0000 (17:36 +0100)]
include .dep in dependency too.

17 years agoinf/nan robustness: don't put NaN in output, but rather 0.0
Han-Wen Nienhuys [Sat, 30 Dec 2006 16:31:47 +0000 (17:31 +0100)]
inf/nan robustness: don't put NaN in output, but rather 0.0

17 years agorobustness wrt infinity checking.
Han-Wen Nienhuys [Sat, 30 Dec 2006 16:22:06 +0000 (17:22 +0100)]
robustness wrt infinity checking.

17 years agothinko: default padding should be positive too.
Han-Wen Nienhuys [Sat, 30 Dec 2006 14:58:03 +0000 (15:58 +0100)]
thinko: default padding should be positive too.

17 years agothinko.
Han-Wen Nienhuys [Sat, 30 Dec 2006 14:54:42 +0000 (15:54 +0100)]
thinko.

17 years agoDon't crash if eps-box-padding is not defined.
Han-Wen Nienhuys [Sat, 30 Dec 2006 14:51:27 +0000 (15:51 +0100)]
Don't crash if eps-box-padding is not defined.

17 years agoadd makam example to NEWS.
Han-Wen Nienhuys [Sat, 30 Dec 2006 14:48:14 +0000 (15:48 +0100)]
add makam example to NEWS.

17 years agomove ancient accidental example to regtest.
Han-Wen Nienhuys [Sat, 30 Dec 2006 14:48:04 +0000 (15:48 +0100)]
move ancient accidental example to regtest.

17 years agoMerge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
Han-Wen Nienhuys [Sat, 30 Dec 2006 13:52:15 +0000 (14:52 +0100)]
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond

17 years agoly_assoc_get: tiny optimization
Han-Wen Nienhuys [Sat, 30 Dec 2006 13:42:07 +0000 (14:42 +0100)]
ly_assoc_get: tiny optimization

17 years agoMake -deps-box-padding take a positive argument in mm. Fixes #199.
Han-Wen Nienhuys [Sat, 30 Dec 2006 13:41:20 +0000 (14:41 +0100)]
Make -deps-box-padding take a positive argument in mm. Fixes #199.

Add --left-padding option to lilypond-book, document and set to 3.0 by
default. Shorten music lines correspondingly.

17 years agoUse yaffut rather than boost::test for testing.
Jan Nieuwenhuizen [Sat, 30 Dec 2006 13:24:34 +0000 (14:24 +0100)]
Use yaffut rather than boost::test for testing.

17 years agoAdd toplevel stuff and backup files.
Jan Nieuwenhuizen [Sat, 30 Dec 2006 13:24:09 +0000 (14:24 +0100)]
Add toplevel stuff and backup files.

17 years agoAdd info about rehearsal marks.
Graham Percival [Sat, 30 Dec 2006 12:56:29 +0000 (04:56 -0800)]
Add info about rehearsal marks.

17 years agoUse glyph-name-alist in cancellations, more verbose error message.
Han-Wen Nienhuys [Sat, 30 Dec 2006 12:43:32 +0000 (13:43 +0100)]
Use glyph-name-alist in cancellations, more verbose error message.

17 years agoNegative quote count for low quotes (,) in octave check. Fixes #201
Han-Wen Nienhuys [Sat, 30 Dec 2006 12:35:20 +0000 (13:35 +0100)]
Negative quote count for low quotes (,) in octave check. Fixes #201

17 years agoAdd bug reporter.
Graham Percival [Sat, 30 Dec 2006 12:17:20 +0000 (04:17 -0800)]
Add bug reporter.

17 years agoAdd link to OOoLilyPond.
Graham Percival [Sat, 30 Dec 2006 11:21:09 +0000 (03:21 -0800)]
Add link to OOoLilyPond.

17 years ago"{} should have spaces around then".
Graham Percival [Sat, 30 Dec 2006 11:17:30 +0000 (03:17 -0800)]
"{} should have spaces around then".

17 years agomore makam tweaks.
Han-Wen Nienhuys [Sat, 30 Dec 2006 02:22:05 +0000 (03:22 +0100)]
more makam tweaks.

17 years agolist available glyphs.
Han-Wen Nienhuys [Sat, 30 Dec 2006 02:10:19 +0000 (03:10 +0100)]
list available glyphs.

17 years agonitpicks: remove unused var, better error message for unknown alterations.
Han-Wen Nienhuys [Sat, 30 Dec 2006 02:08:34 +0000 (03:08 +0100)]
nitpicks: remove unused var, better error message for unknown alterations.

17 years agoshow use of makam scales.
Han-Wen Nienhuys [Sat, 30 Dec 2006 02:07:58 +0000 (03:07 +0100)]
show use of makam scales.

17 years agonitpick: fix double include.
Han-Wen Nienhuys [Sat, 30 Dec 2006 02:06:47 +0000 (03:06 +0100)]
nitpick: fix double include.

17 years agoMerge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
Han-Wen Nienhuys [Sat, 30 Dec 2006 01:49:26 +0000 (02:49 +0100)]
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond

17 years agoSoftcode alteration/accidental symbol link.
Han-Wen Nienhuys [Sat, 30 Dec 2006 01:48:50 +0000 (02:48 +0100)]
Softcode alteration/accidental symbol link.

This allows different microtonal conventions by overriding the
'glyph-name-alist property of accidental.

Related changes:

- Use rational for grob property 'alteration

- Soft code alteration_pos function for  key signatures.

- Do away with systematized names for accidentals in MF font. Provide
descriptive names instead. Convert-ly rule.

- Add (mirrorflat+flat) and sharps with three beams for Makam notation

- Remove 'style property of accidental. Rather, override
  glyph-name-alist instead.

17 years agoOops, wrong archive.
Jan Nieuwenhuizen [Fri, 29 Dec 2006 20:28:38 +0000 (21:28 +0100)]
Oops, wrong archive.

17 years agoAdd Till Rettig.
Jan Nieuwenhuizen [Fri, 29 Dec 2006 19:57:40 +0000 (20:57 +0100)]
Add Till Rettig.

17 years agoUpdate "reporting bugs" in manual to point to webpage.
Graham Percival [Fri, 29 Dec 2006 10:51:43 +0000 (02:51 -0800)]
Update "reporting bugs" in manual to point to webpage.

17 years agoWhoops, forgot to fix menus.
Graham Percival [Fri, 29 Dec 2006 04:47:11 +0000 (20:47 -0800)]
Whoops, forgot to fix menus.

17 years agoRearrange tutorial somewhat. More work could be done, but hopefully not by me.
Graham Percival [Fri, 29 Dec 2006 04:35:44 +0000 (20:35 -0800)]
Rearrange tutorial somewhat.  More work could be done, but hopefully not by me.

17 years agoInfo from NEWS.
Graham Percival [Fri, 29 Dec 2006 03:50:00 +0000 (19:50 -0800)]
Info from NEWS.

17 years agoAdd info about \transposedCueDuring.
Graham Percival [Fri, 29 Dec 2006 03:40:19 +0000 (19:40 -0800)]
Add info about \transposedCueDuring.

17 years agoUpdate property definitions for 'cautionary, 'cautionary-style
Han-Wen Nienhuys [Thu, 28 Dec 2006 17:48:23 +0000 (18:48 +0100)]
Update property definitions for 'cautionary, 'cautionary-style

17 years agoadd restore-first to accidental-interface
Han-Wen Nienhuys [Thu, 28 Dec 2006 17:33:38 +0000 (18:33 +0100)]
add restore-first to accidental-interface

17 years agoCleanup of accidental-engraver.cc / accidental.cc
Han-Wen Nienhuys [Thu, 28 Dec 2006 17:08:01 +0000 (18:08 +0100)]
Cleanup of accidental-engraver.cc / accidental.cc

Clarify naming in accidental-engraver.cc.

Use AccidentalCautionary as grob for cautionaries, obviating
cautionary-style and cautionary properties. Use 'font-size and
'parenthesized instead. Use restore-first iso. general list of
alterations. Store alteration in property 'alteration
iso. 'accidentals.

Add conversion rules.

17 years agobump version.
Han-Wen Nienhuys [Thu, 28 Dec 2006 17:01:40 +0000 (18:01 +0100)]
bump version.

17 years agointegrate test into check
Han-Wen Nienhuys [Thu, 28 Dec 2006 16:00:49 +0000 (17:00 +0100)]
integrate test into check

17 years agoaccidental-engraver cleanups.
Han-Wen Nienhuys [Thu, 28 Dec 2006 16:00:29 +0000 (17:00 +0100)]
accidental-engraver cleanups.

17 years agorename ly_assoc_front_x to ly_assoc_prepend_x, not inlined.
Han-Wen Nienhuys [Thu, 28 Dec 2006 16:00:17 +0000 (17:00 +0100)]
rename ly_assoc_front_x to ly_assoc_prepend_x, not inlined.

17 years agofix flower test to actually work.
Han-Wen Nienhuys [Thu, 28 Dec 2006 15:32:29 +0000 (16:32 +0100)]
fix flower test to actually work.

17 years agoignore mf output.
Han-Wen Nienhuys [Thu, 28 Dec 2006 13:38:56 +0000 (14:38 +0100)]
ignore mf output.