]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
17 years agobump VERSION
Han-Wen Nienhuys [Tue, 2 Jan 2007 18:14:42 +0000 (19:14 +0100)]
bump VERSION

17 years agoput \paper and \layout blocks before score/music block.
Han-Wen Nienhuys [Tue, 2 Jan 2007 18:10:49 +0000 (19:10 +0100)]
put \paper and \layout blocks before score/music block.

17 years agoRewire lilypond-book output.
Han-Wen Nienhuys [Tue, 2 Jan 2007 18:05:05 +0000 (19:05 +0100)]
Rewire lilypond-book output.

For lilypond-book, toplevel elements (markup, score, music) are now
collected in a single \book, which is then output system for system.
This has several consequences

- toplevel markups are now output without taking up a complete page

- multiple scores in a .ly file all end up in the output

- naming of output files has been changed.  Multiple scores don't
result in base-1-1, base-2-1, .. naming.

- In LP-book output toplevel \layout{} and \paper {} settings
influences appearance of preceding scores.

17 years agoalso include total-cells-allocated if supported.
Han-Wen Nienhuys [Tue, 2 Jan 2007 18:01:27 +0000 (19:01 +0100)]
also include total-cells-allocated if supported.

17 years agoTried to clarify the text on MIDI tempo settings.
Mats Bengtsson [Tue, 2 Jan 2007 15:49:50 +0000 (16:49 +0100)]
Tried to clarify the text on MIDI tempo settings.

17 years agoalso work with -ddump-profile.
Han-Wen Nienhuys [Tue, 2 Jan 2007 15:34:34 +0000 (16:34 +0100)]
also work with -ddump-profile.

17 years agoAdd info from mailist.
Graham Percival [Tue, 2 Jan 2007 15:18:04 +0000 (07:18 -0800)]
Add info from mailist.

17 years agoFix #190.
Han-Wen Nienhuys [Tue, 2 Jan 2007 15:13:20 +0000 (16:13 +0100)]
Fix #190.

Add a hint-direction-penalty detail for Beam.  A slight push into
making slanted patterns use slanted beams.

17 years agoMerge branch 'master-git.sv.gnu.org-lilypond.git' of /home/lilydev/vc/gub/downloads...
Han-Wen Nienhuys [Tue, 2 Jan 2007 13:43:28 +0000 (14:43 +0100)]
Merge branch 'master-git.sv.gnu.org-lilypond.git' of /home/lilydev/vc/gub/downloads/lilypond

17 years agocoding style nits
Han-Wen Nienhuys [Tue, 2 Jan 2007 13:08:27 +0000 (14:08 +0100)]
coding style nits

17 years agoonly call profile-measurements when appropriate.
Han-Wen Nienhuys [Tue, 2 Jan 2007 12:59:10 +0000 (13:59 +0100)]
only call profile-measurements when appropriate.

17 years agoonly call profile-measurements when appropriate.
Han-Wen Nienhuys [Tue, 2 Jan 2007 12:56:53 +0000 (13:56 +0100)]
only call profile-measurements when appropriate.

17 years agoJunk png-ln and deep-ln targets in make/doclang-targets.make
John Mandereau [Tue, 2 Jan 2007 12:41:55 +0000 (13:41 +0100)]
Junk png-ln and deep-ln targets in make/doclang-targets.make

17 years agoAdd _i macro and instrument docstrings of ly/music-functions-init.ly.
Jan Nieuwenhuizen [Tue, 2 Jan 2007 09:49:24 +0000 (10:49 +0100)]
Add _i macro and instrument docstrings of ly/music-functions-init.ly.

17 years agopimp coverage scripts further.
Han-Wen Nienhuys [Tue, 2 Jan 2007 02:44:56 +0000 (03:44 +0100)]
pimp coverage scripts further.

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 agoMarkup documentation: when a command is a copy of another markup
Nicolas Sceaux [Mon, 1 Jan 2007 22:23:51 +0000 (23:23 +0100)]
Markup documentation: when a command is a copy of another markup
command, and thus its argument names unknown, make up them.

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 agoMerge branch 'master' of git://git.sv.gnu.org/lilypond
Nicolas Sceaux [Mon, 1 Jan 2007 17:55:00 +0000 (18:55 +0100)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond

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 agoGet rid off the markup-command-signatures hash: only use object
Nicolas Sceaux [Mon, 1 Jan 2007 17:06:54 +0000 (18:06 +0100)]
Get rid off the markup-command-signatures hash: only use object
properties for storing markup command signatures (accessors
accordingly rewritten).

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 git://git.sv.gnu.org/lilypond
Nicolas Sceaux [Mon, 1 Jan 2007 11:57:18 +0000 (12:57 +0100)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond

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.