]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
17 years agoMerge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
Joe Neeman [Thu, 29 Mar 2007 22:33:38 +0000 (08:33 +1000)]
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman

17 years agoRe-add chapter on two-pass spacing (but warn that it is deprecated)
Joe Neeman [Thu, 29 Mar 2007 08:45:49 +0000 (18:45 +1000)]
Re-add chapter on two-pass spacing (but warn that it is deprecated)

17 years agoShut up 'ignoring grob for slur' warnings with PhrasingSlur
Joe Neeman [Wed, 28 Mar 2007 22:45:47 +0000 (08:45 +1000)]
Shut up 'ignoring grob for slur' warnings with PhrasingSlur

17 years agoFix regression test (so that the notes fit on one line)
Joe Neeman [Wed, 28 Mar 2007 22:45:14 +0000 (08:45 +1000)]
Fix regression test (so that the notes fit on one line)

17 years agoFixes bugs in the page breaking refactor.
Joe Neeman [Mon, 26 Mar 2007 22:01:39 +0000 (08:01 +1000)]
Fixes bugs in the page breaking refactor.

Calculate line forces using uncompressed lines.
Off-by-one error in min_page_count.
Ensure that a page with one line can't have infinite force.

17 years agoFix corner case in min_page_count.
Joe Neeman [Mon, 26 Mar 2007 01:30:16 +0000 (11:30 +1000)]
Fix corner case in min_page_count.

17 years agoRefactor page breaking to give a higher-level interface to the individual
Joe Neeman [Sun, 25 Mar 2007 22:36:58 +0000 (08:36 +1000)]
Refactor page breaking to give a higher-level interface to the individual

page-breaking algorithms.

Conflicts:

lily/page-breaking.cc

17 years agoFix keep-fixed-while-stretching example.
Joe Neeman [Mon, 19 Mar 2007 06:45:04 +0000 (17:45 +1100)]
Fix keep-fixed-while-stretching example.

17 years agoDocument one-pass vertical stretching.
Joe Neeman [Sun, 18 Mar 2007 23:08:41 +0000 (10:08 +1100)]
Document one-pass vertical stretching.

Document page-breaking-between-system-padding.

17 years agoclean up graphviz for inclusion in regtest.
Han-Wen Nienhuys [Thu, 29 Mar 2007 19:23:18 +0000 (16:23 -0300)]
clean up graphviz for inclusion in regtest.

17 years agoRe-add chapter on two-pass spacing (but warn that it is deprecated)
Joe Neeman [Thu, 29 Mar 2007 08:45:49 +0000 (18:45 +1000)]
Re-add chapter on two-pass spacing (but warn that it is deprecated)

17 years agoShut up 'ignoring grob for slur' warnings with PhrasingSlur
Joe Neeman [Wed, 28 Mar 2007 22:45:47 +0000 (08:45 +1000)]
Shut up 'ignoring grob for slur' warnings with PhrasingSlur

17 years agoFix regression test (so that the notes fit on one line)
Joe Neeman [Wed, 28 Mar 2007 22:45:14 +0000 (08:45 +1000)]
Fix regression test (so that the notes fit on one line)

17 years agoOutput-distance fixes
Han-Wen Nienhuys [Wed, 28 Mar 2007 14:46:17 +0000 (11:46 -0300)]
Output-distance fixes

- update self test
- use -compose atop for compositing images
- decrease cpu time performance

17 years agouse vars with NDEBUG too.
Han-Wen Nienhuys [Wed, 28 Mar 2007 01:19:10 +0000 (22:19 -0300)]
use vars with NDEBUG too.

17 years agoFixes bugs in the page breaking refactor.
Joe Neeman [Mon, 26 Mar 2007 22:01:39 +0000 (08:01 +1000)]
Fixes bugs in the page breaking refactor.
Calculate line forces using uncompressed lines.
Off-by-one error in min_page_count.
Ensure that a page with one line can't have infinite force.

17 years agoFix #281.
Han-Wen Nienhuys [Mon, 26 Mar 2007 04:17:44 +0000 (01:17 -0300)]
Fix #281.

Move X-parent rewire to calc-positioning-done from calc-direction.
Now, we can run this if direction is manually set too.

17 years agoFix #51.
Han-Wen Nienhuys [Mon, 26 Mar 2007 03:48:35 +0000 (00:48 -0300)]
Fix #51.

- Add Note_column::dot_column()

- In collision resolution, add inner voice stems to outer voice dot columns

17 years agoFix rest-dot-position.ly
Han-Wen Nienhuys [Mon, 26 Mar 2007 03:13:37 +0000 (00:13 -0300)]
Fix rest-dot-position.ly

Don't inspect rest Y extent while placing dots.

17 years agoFix collision-dots-move.ly
Han-Wen Nienhuys [Mon, 26 Mar 2007 02:28:23 +0000 (23:28 -0300)]
Fix collision-dots-move.ly

Add all note heads of a meshing chord to dot column support.

17 years agoFix corner case in min_page_count.
Joe Neeman [Mon, 26 Mar 2007 01:30:16 +0000 (11:30 +1000)]
Fix corner case in min_page_count.

17 years agoformatting nit.
Han-Wen Nienhuys [Mon, 26 Mar 2007 01:23:52 +0000 (22:23 -0300)]
formatting nit.

17 years agoRefactor page breaking to give a higher-level interface to the individual
Joe Neeman [Sun, 25 Mar 2007 22:36:58 +0000 (08:36 +1000)]
Refactor page breaking to give a higher-level interface to the individual
page-breaking algorithms.

Conflicts:

lily/page-breaking.cc

17 years agoalso handle rests for dot positioning
Han-Wen Nienhuys [Sun, 25 Mar 2007 17:59:22 +0000 (14:59 -0300)]
also handle rests for dot positioning

17 years agobugfix: don't return flag for invisible stems.
Han-Wen Nienhuys [Sun, 25 Mar 2007 17:59:07 +0000 (14:59 -0300)]
bugfix: don't return flag for invisible stems.

17 years agoCleanup and simplify dot column formatting logic.
Han-Wen Nienhuys [Sun, 25 Mar 2007 17:45:32 +0000 (14:45 -0300)]
Cleanup and simplify  dot column formatting logic.

Use skylines to determine horizontal dot position for given
configuration. Remove hack where stem adds itself to dot column
support.

Add dot-formatting-problem.{cc,hh}

17 years agoadd prototypes.
Han-Wen Nienhuys [Sun, 25 Mar 2007 17:43:30 +0000 (14:43 -0300)]
add prototypes.

17 years agotrim outdated comment
Han-Wen Nienhuys [Sun, 25 Mar 2007 17:43:19 +0000 (14:43 -0300)]
trim outdated comment

17 years agoAdd Skyline::print_points(), Offset::swapped()
Han-Wen Nienhuys [Sun, 25 Mar 2007 17:42:41 +0000 (14:42 -0300)]
Add Skyline::print_points(), Offset::swapped()

17 years agomake Dot_configuration into class, in new files dot-configuration.{cc,hh}
Han-Wen Nienhuys [Sun, 25 Mar 2007 04:10:53 +0000 (01:10 -0300)]
make Dot_configuration into class, in new files dot-configuration.{cc,hh}

17 years agouse ly:progress for backend-svg
Han-Wen Nienhuys [Sun, 25 Mar 2007 03:09:12 +0000 (00:09 -0300)]
use ly:progress for backend-svg

17 years agoalways compile in Grob::instrumented_set_property
Han-Wen Nienhuys [Sun, 25 Mar 2007 03:02:05 +0000 (00:02 -0300)]
always compile in Grob::instrumented_set_property

17 years agowhitespace cleanup.
Han-Wen Nienhuys [Sun, 25 Mar 2007 02:58:23 +0000 (23:58 -0300)]
whitespace cleanup.

17 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond
Han-Wen Nienhuys [Sun, 25 Mar 2007 02:23:56 +0000 (23:23 -0300)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond

17 years agoEdit docs translation instructions
John Mandereau [Sat, 24 Mar 2007 22:16:12 +0000 (23:16 +0100)]
Edit docs translation instructions

17 years agobump version release/2.11.21-1
Han-Wen Nienhuys [Sat, 24 Mar 2007 19:01:42 +0000 (16:01 -0300)]
bump version

17 years agouse envp argument for main()
Han-Wen Nienhuys [Sat, 24 Mar 2007 15:16:46 +0000 (12:16 -0300)]
use envp argument for main()

17 years agostrip LD_LIBRARY_PATH from inkscape call.
Han-Wen Nienhuys [Sat, 24 Mar 2007 05:07:35 +0000 (02:07 -0300)]
strip LD_LIBRARY_PATH from inkscape call.

17 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond
Han-Wen Nienhuys [Sat, 24 Mar 2007 04:15:00 +0000 (01:15 -0300)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond

17 years agoFixed the last remaining edge-text setting.
Mats Bengtsson [Thu, 22 Mar 2007 10:31:22 +0000 (11:31 +0100)]
Fixed the last remaining edge-text setting.

17 years agoSmall fixes from mailist.
Graham Percival [Wed, 21 Mar 2007 19:51:14 +0000 (12:51 -0700)]
Small fixes from mailist.

17 years agoBug fix: use degrees instead of radians in ly:stencil-rotate, i.e. in
Mats Bengtsson [Tue, 20 Mar 2007 09:12:25 +0000 (10:12 +0100)]
Bug fix: use degrees instead of radians in ly:stencil-rotate, i.e. in
the \rotate markup command.

17 years agoUpdated info on getting started in Windows.
Mats Bengtsson [Tue, 20 Mar 2007 09:10:19 +0000 (10:10 +0100)]
Updated info on getting started in Windows.

17 years agoEnsure that skylines always have at least one building in them.
Joe Neeman [Mon, 19 Mar 2007 04:59:37 +0000 (15:59 +1100)]
Ensure that skylines always have at least one building in them.
Fixes memory corruption bug.

17 years agoFix keep-fixed-while-stretching example.
Joe Neeman [Mon, 19 Mar 2007 06:45:04 +0000 (17:45 +1100)]
Fix keep-fixed-while-stretching example.

17 years agoEnsure that skylines always have at least one building in them.
Joe Neeman [Mon, 19 Mar 2007 04:59:37 +0000 (15:59 +1100)]
Ensure that skylines always have at least one building in them.
Fixes memory corruption bug.

17 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond
Han-Wen Nienhuys [Mon, 19 Mar 2007 02:36:33 +0000 (23:36 -0300)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond

17 years agoFix backend-svg.ly for ubuntu 6.06
Han-Wen Nienhuys [Mon, 19 Mar 2007 02:32:27 +0000 (23:32 -0300)]
Fix backend-svg.ly for ubuntu 6.06

-Invoke external program with ly:start-environment
-Make mf/out/fonts.conf, and use it during invocation

17 years agonew function: ly:start-environment
Han-Wen Nienhuys [Mon, 19 Mar 2007 02:31:10 +0000 (23:31 -0300)]
new function: ly:start-environment

Return environment as it was when entering main()

17 years agoMerge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
Joe Neeman [Mon, 19 Mar 2007 00:17:40 +0000 (11:17 +1100)]
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond

17 years agoUpdate from LSR.
Graham Percival [Sun, 18 Mar 2007 23:53:45 +0000 (16:53 -0700)]
Update from LSR.

17 years agoMerge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
Joe Neeman [Sun, 18 Mar 2007 23:09:57 +0000 (10:09 +1100)]
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond

17 years agoDocument one-pass vertical stretching.
Joe Neeman [Sun, 18 Mar 2007 23:08:41 +0000 (10:08 +1100)]
Document one-pass vertical stretching.
Document page-breaking-between-system-padding.

17 years agoMerge branch 'master' of ssh+git://gpercival@git.sv.gnu.org/srv/git/lilypond
Graham Percival [Sun, 18 Mar 2007 19:02:14 +0000 (12:02 -0700)]
Merge branch 'master' of ssh+git://gpercival@git.sv.gnu.org/srv/git/lilypond

17 years agoMerge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Sun, 18 Mar 2007 09:52:59 +0000 (10:52 +0100)]
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

* 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond:
  Small improvement to \cueDuring example.

17 years agoInclude Documentation/TRANSLATION in source tarball
John Mandereau [Sun, 18 Mar 2007 09:48:10 +0000 (10:48 +0100)]
Include Documentation/TRANSLATION in source tarball

17 years agoSmall fix from mailist.
Graham Percival [Sun, 18 Mar 2007 04:26:43 +0000 (21:26 -0700)]
Small fix from mailist.

17 years agoMerge branch 'master' of ssh+git://gpercival@git.sv.gnu.org/srv/git/lilypond
Graham Percival [Sat, 17 Mar 2007 23:38:58 +0000 (16:38 -0700)]
Merge branch 'master' of ssh+git://gpercival@git.sv.gnu.org/srv/git/lilypond

17 years agoSmall improvement to \cueDuring example.
Werner Lemberg [Sat, 17 Mar 2007 22:47:49 +0000 (23:47 +0100)]
Small improvement to \cueDuring example.

17 years agoSmall fix from website.
Graham Percival [Thu, 15 Mar 2007 21:28:06 +0000 (14:28 -0700)]
Small fix from website.

17 years agoUpdate from mailist.
Graham Percival [Thu, 15 Mar 2007 00:54:23 +0000 (17:54 -0700)]
Update from mailist.

17 years agoFix #332.
Joe Neeman [Sun, 11 Mar 2007 02:02:17 +0000 (13:02 +1100)]
Fix #332.
Make sure the head-direction of a RepeatTieColumn is the same as the
head-direction of its RepeatTies.

17 years agoMerge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
Joe Neeman [Sun, 11 Mar 2007 01:35:38 +0000 (12:35 +1100)]
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond

17 years agoUpdate thanks.
Graham Percival [Sat, 10 Mar 2007 06:05:26 +0000 (22:05 -0800)]
Update thanks.

17 years agoSmall update from mailist.
Graham Percival [Sat, 10 Mar 2007 05:23:12 +0000 (21:23 -0800)]
Small update from mailist.

17 years agoMerge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
Joe Neeman [Fri, 9 Mar 2007 20:49:14 +0000 (07:49 +1100)]
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond

17 years agoDon't ignore padding for markup blocks
Joe Neeman [Fri, 9 Mar 2007 20:47:35 +0000 (07:47 +1100)]
Don't ignore padding for markup blocks

17 years agoMerge branch 'master' of ssh+git://gpercival@git.sv.gnu.org/srv/git/lilypond
Graham Percival [Wed, 7 Mar 2007 21:40:10 +0000 (13:40 -0800)]
Merge branch 'master' of ssh+git://gpercival@git.sv.gnu.org/srv/git/lilypond

17 years agoLSR update.
Graham Percival [Wed, 7 Mar 2007 21:39:44 +0000 (13:39 -0800)]
LSR update.

17 years agoMerge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
Werner Lemberg [Wed, 7 Mar 2007 21:13:06 +0000 (22:13 +0100)]
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond

17 years agoBeautify feta font table.
Werner Lemberg [Wed, 7 Mar 2007 16:35:25 +0000 (17:35 +0100)]
Beautify feta font table.

In particular, split long glyph names and don't mention the `.notdef' glyph.

17 years agoAutomagic update from LSR.
Graham Percival [Tue, 6 Mar 2007 20:38:58 +0000 (12:38 -0800)]
Automagic update from LSR.

17 years agoMerge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
Werner Lemberg [Tue, 6 Mar 2007 11:53:30 +0000 (12:53 +0100)]
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond

17 years agoNote name pitches update from Maximilian; thanks!
Graham Percival [Mon, 5 Mar 2007 21:16:09 +0000 (13:16 -0800)]
Note name pitches update from Maximilian; thanks!

17 years agoUse Unicode characters. Other minor optical fixes.
Werner Lemberg [Mon, 5 Mar 2007 17:23:45 +0000 (18:23 +0100)]
Use Unicode characters.  Other minor optical fixes.

17 years agoTypo.
Werner Lemberg [Mon, 5 Mar 2007 17:01:33 +0000 (18:01 +0100)]
Typo.

17 years agoMerge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
Werner Lemberg [Sun, 4 Mar 2007 12:30:42 +0000 (13:30 +0100)]
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond

17 years agoImprove documentation of ly:make-stencil.
Werner Lemberg [Sun, 4 Mar 2007 12:29:58 +0000 (13:29 +0100)]
Improve documentation of ly:make-stencil.

17 years agoSmall fix from mailist.
Graham Percival [Sun, 4 Mar 2007 00:09:32 +0000 (16:09 -0800)]
Small fix from mailist.

17 years agoUpdate some old convert-ly rules.
Graham Percival [Sat, 3 Mar 2007 03:49:11 +0000 (19:49 -0800)]
Update some old convert-ly rules.

17 years agoFixes from mailist.
Graham Percival [Sat, 3 Mar 2007 03:01:10 +0000 (19:01 -0800)]
Fixes from mailist.

17 years agoFix LSR address.
Werner Lemberg [Thu, 1 Mar 2007 13:33:57 +0000 (14:33 +0100)]
Fix LSR address.

17 years agoSmall update from mailist.
Graham Percival [Wed, 28 Feb 2007 21:41:03 +0000 (13:41 -0800)]
Small update from mailist.

17 years agoDocument Scheme replacement sample for \tweak.
Werner Lemberg [Tue, 27 Feb 2007 08:35:26 +0000 (09:35 +0100)]
Document Scheme replacement sample for \tweak.

Fix node name (it must not contain `.' followed by a space).

17 years agoFix abc description link
John Mandereau [Mon, 26 Feb 2007 21:20:47 +0000 (22:20 +0100)]
Fix abc description link

Thanks to Hans Aberg

17 years agoMerge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
Werner Lemberg [Mon, 26 Feb 2007 11:45:34 +0000 (12:45 +0100)]
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond

17 years agofix error message
Werner Lemberg [Mon, 26 Feb 2007 09:10:07 +0000 (10:10 +0100)]
fix error message

17 years agoMerge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
Joe Neeman [Mon, 26 Feb 2007 08:31:00 +0000 (19:31 +1100)]
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond

17 years agoregression tests for auto-first-page-number
Joe Neeman [Mon, 26 Feb 2007 08:29:03 +0000 (19:29 +1100)]
regression tests for auto-first-page-number

17 years agoAdd a page-breaking debugging flag and fix a page-turn-page-breaking bug.
Joe Neeman [Mon, 26 Feb 2007 08:18:11 +0000 (19:18 +1100)]
Add a page-breaking debugging flag and fix a page-turn-page-breaking bug.

17 years agoMerge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
Werner Lemberg [Mon, 26 Feb 2007 07:33:16 +0000 (08:33 +0100)]
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond

17 years agoReplace "..." with @q{...} where appropriate.
Werner Lemberg [Mon, 26 Feb 2007 06:41:03 +0000 (07:41 +0100)]
Replace "..." with @q{...} where appropriate.

17 years agos/staffs/staves/; fixing other typos; minor formatting
Werner Lemberg [Mon, 26 Feb 2007 06:21:13 +0000 (07:21 +0100)]
s/staffs/staves/; fixing other typos; minor formatting

17 years agoUpdate lilypond.pot
John Mandereau [Sun, 25 Feb 2007 21:34:30 +0000 (22:34 +0100)]
Update lilypond.pot

17 years agoAdd TRANSLATION instructions
John Mandereau [Sun, 25 Feb 2007 16:31:49 +0000 (17:31 +0100)]
Add TRANSLATION instructions

This is a draft.

17 years agoFix French docs release/2.11.20-1
John Mandereau [Sun, 25 Feb 2007 12:52:50 +0000 (13:52 +0100)]
Fix French docs

17 years agoFix French docs (master branch only)
John Mandereau [Sun, 25 Feb 2007 12:52:30 +0000 (13:52 +0100)]
Fix French docs (master branch only)

17 years agoMerge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
Han-Wen Nienhuys [Sat, 24 Feb 2007 23:54:36 +0000 (00:54 +0100)]
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond

17 years agoMerge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Sat, 24 Feb 2007 22:59:09 +0000 (23:59 +0100)]
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

* 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond:
  Improve formatting and sort user settable properties.
  Add @q.  Some clean-ups.

17 years agoFrench doc updates (for master branch only)
John Mandereau [Sat, 24 Feb 2007 22:58:08 +0000 (23:58 +0100)]
French doc updates (for master branch only)