]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
16 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond release/2.11.28-1
Han-Wen Nienhuys [Sun, 22 Jul 2007 07:20:17 +0000 (00:20 -0700)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond

16 years agonew option gs-load-lily-fonts: only load lilypond fonts via
Han-Wen Nienhuys [Sun, 22 Jul 2007 07:19:19 +0000 (00:19 -0700)]
new option gs-load-lily-fonts: only load lilypond fonts via
ghostscript

This is needed to make lilypond test-output "portable"; we cannot load
fonts from /usr through ghostscript.

16 years agowhitespace fixes.
Han-Wen Nienhuys [Sun, 22 Jul 2007 07:02:17 +0000 (00:02 -0700)]
whitespace fixes.

16 years agoRemove mf-to-table tex output. Fixes scons font build.
Jan Nieuwenhuizen [Thu, 19 Jul 2007 15:13:42 +0000 (17:13 +0200)]
Remove mf-to-table tex output.  Fixes scons font build.

16 years agoAdd workaround for packagepython.py removal. Fixes building lilypond
Jan Nieuwenhuizen [Thu, 19 Jul 2007 15:12:13 +0000 (17:12 +0200)]
Add workaround for packagepython.py removal.  Fixes building lilypond
with scons, but version is foo until minimal packagepython functionality
is put back.

16 years agoMerge http://git.sv.gnu.org/r/lilypond
Nicolas Sceaux [Wed, 18 Jul 2007 17:32:58 +0000 (19:32 +0200)]
Merge http://git.sv.gnu.org/r/lilypond

16 years agoVertical spacing: limit space between systems, using paper variables
Nicolas Sceaux [Wed, 18 Jul 2007 17:32:25 +0000 (19:32 +0200)]
Vertical spacing: limit space between systems, using paper variables
page-limit-inter-system-space and
page-limit-inter-system-space-factor.

16 years agoFinal update for Accidentals; thanks Valentin!
Graham Percival [Tue, 17 Jul 2007 20:26:56 +0000 (13:26 -0700)]
Final update for Accidentals; thanks Valentin!

16 years agoAnother Accidental update.
Graham Percival [Mon, 16 Jul 2007 22:41:37 +0000 (15:41 -0700)]
Another Accidental update.

16 years agoduh.
Han-Wen Nienhuys [Mon, 16 Jul 2007 22:15:15 +0000 (15:15 -0700)]
duh.

16 years agofix other mass-link instance too.
Han-Wen Nienhuys [Mon, 16 Jul 2007 22:03:44 +0000 (15:03 -0700)]
fix other mass-link instance too.

16 years agoMore accidental stuff from Valentin.
Graham Percival [Mon, 16 Jul 2007 20:38:03 +0000 (13:38 -0700)]
More accidental stuff from Valentin.

16 years agoMerge branch 'master' of ssh+git://gpercival@git.sv.gnu.org/srv/git/lilypond
Graham Percival [Mon, 16 Jul 2007 18:41:44 +0000 (11:41 -0700)]
Merge branch 'master' of ssh+git://gpercival@git.sv.gnu.org/srv/git/lilypond

16 years agoValentin's clarification of accidental rules; now with examples! This
Graham Percival [Mon, 16 Jul 2007 18:39:58 +0000 (11:39 -0700)]
Valentin's clarification of accidental rules; now with examples!  This
has been bugging me for years.

16 years agoMerge http://git.sv.gnu.org/r/lilypond
Nicolas Sceaux [Mon, 16 Jul 2007 13:06:36 +0000 (15:06 +0200)]
Merge http://git.sv.gnu.org/r/lilypond

16 years agoNew page breaking function: ly:minimal-breaking, which first computes
Nicolas Sceaux [Mon, 16 Jul 2007 13:04:33 +0000 (15:04 +0200)]
New page breaking function: ly:minimal-breaking, which first computes
line breaks without considering page breaking, then fills pages with
as many lines as possible.

16 years ago2nd try at fixing mass-link.py call.
Han-Wen Nienhuys [Mon, 16 Jul 2007 07:50:57 +0000 (00:50 -0700)]
2nd try at fixing mass-link.py call.

We cannot do

  cd $(outdir) && find stuff | python ../$(buildscript-dir)

as $(buildscript-dir) is not always absolute. Solution:

  find $(outdir) stuff | sed | python ../$(buildscript-dir)

16 years agoreadability fixes
Han-Wen Nienhuys [Mon, 16 Jul 2007 07:19:35 +0000 (00:19 -0700)]
readability fixes

16 years agofix directory for masslink.py invocation
Han-Wen Nienhuys [Mon, 16 Jul 2007 07:10:07 +0000 (00:10 -0700)]
fix directory for masslink.py invocation

16 years agobump version
Han-Wen Nienhuys [Sat, 14 Jul 2007 22:32:02 +0000 (15:32 -0700)]
bump version

16 years agoadd version to augmentum.ly
Han-Wen Nienhuys [Sat, 14 Jul 2007 21:04:56 +0000 (14:04 -0700)]
add version to augmentum.ly

16 years agodon't dist removed file texinfo.cnf
Han-Wen Nienhuys [Sat, 14 Jul 2007 20:58:35 +0000 (13:58 -0700)]
don't dist removed file texinfo.cnf

16 years agoLSR: remove broken file.
Graham Percival [Sat, 14 Jul 2007 16:57:07 +0000 (09:57 -0700)]
LSR: remove broken file.

16 years agoLSR: new snippets.
Graham Percival [Sat, 14 Jul 2007 16:54:53 +0000 (09:54 -0700)]
LSR: new snippets.

16 years agoLSR: automagic update.
Graham Percival [Sat, 14 Jul 2007 16:51:13 +0000 (09:51 -0700)]
LSR: automagic update.

16 years agoMerge branch 'master' of ssh+git://gpercival@git.sv.gnu.org/srv/git/lilypond
Graham Percival [Sat, 14 Jul 2007 16:36:14 +0000 (09:36 -0700)]
Merge branch 'master' of ssh+git://gpercival@git.sv.gnu.org/srv/git/lilypond

16 years agoSmall update from mailist; thanks Valentin!
Graham Percival [Sat, 14 Jul 2007 06:39:03 +0000 (23:39 -0700)]
Small update from mailist; thanks Valentin!

16 years agofix 390
Joe Neeman [Sat, 14 Jul 2007 02:06:47 +0000 (12:06 +1000)]
fix 390

16 years agofix 330
Joe Neeman [Sat, 14 Jul 2007 00:39:31 +0000 (10:39 +1000)]
fix 330
cleanups in Completion_heads_engraver

16 years agofix skyline thinko
Joe Neeman [Sat, 14 Jul 2007 00:35:30 +0000 (10:35 +1000)]
fix skyline thinko

16 years agoensure that ties don't avoid invisible accidentals
Joe Neeman [Sat, 14 Jul 2007 00:35:13 +0000 (10:35 +1000)]
ensure that ties don't avoid invisible accidentals

16 years agodon't treat slurs over time signatures as cross-staff
Joe Neeman [Fri, 13 Jul 2007 23:16:02 +0000 (09:16 +1000)]
don't treat slurs over time signatures as cross-staff

16 years agofinish fixing 259
Joe Neeman [Fri, 13 Jul 2007 05:18:12 +0000 (15:18 +1000)]
finish fixing 259

16 years agothinko in skyline with horizon_padding
Joe Neeman [Fri, 13 Jul 2007 04:43:25 +0000 (14:43 +1000)]
thinko in skyline with horizon_padding

16 years agoremove extra-spacing-width for LyricText
Joe Neeman [Fri, 13 Jul 2007 00:55:01 +0000 (10:55 +1000)]
remove extra-spacing-width for LyricText

16 years agomore robustness to inf and nan in simple-spacer and spring
Joe Neeman [Fri, 13 Jul 2007 00:23:33 +0000 (10:23 +1000)]
more robustness to inf and nan in simple-spacer and spring

16 years agoMerge commit '4f5bbd0'
Joe Neeman [Fri, 13 Jul 2007 00:05:53 +0000 (10:05 +1000)]
Merge commit '4f5bbd0'

16 years agoadd regression test for the augmentum bug
Joe Neeman [Thu, 12 Jul 2007 23:57:55 +0000 (09:57 +1000)]
add regression test for the augmentum bug

16 years agofix weird (very tall) slurs
Joe Neeman [Thu, 12 Jul 2007 23:06:49 +0000 (09:06 +1000)]
fix weird (very tall) slurs

16 years agoUpdate French docs; thanks Jean-Charles for the patch and the whole
Graham Percival [Thu, 12 Jul 2007 21:12:51 +0000 (14:12 -0700)]
Update French docs; thanks Jean-Charles for the patch and the whole
French team for the translation.

16 years agomake sure dots are counted in collision detection for ancient music
Joe Neeman [Thu, 12 Jul 2007 11:32:08 +0000 (21:32 +1000)]
make sure dots are counted in collision detection for ancient music

16 years agofix Slur::calc_cross_staff
Joe Neeman [Thu, 12 Jul 2007 08:48:19 +0000 (18:48 +1000)]
fix Slur::calc_cross_staff

16 years agoPage spacing: compute more accurately page space when a line next-space is equal...
Nicolas Sceaux [Wed, 11 Jul 2007 20:48:38 +0000 (22:48 +0200)]
Page spacing: compute more accurately page space when a line next-space is equal to 0.

16 years agoFix 98
Joe Neeman [Tue, 10 Jul 2007 07:56:56 +0000 (17:56 +1000)]
Fix 98

16 years agofix 375
Joe Neeman [Tue, 10 Jul 2007 07:44:13 +0000 (17:44 +1000)]
fix 375
ensure that stem extents are non-empty for the tie-formatting-problem

16 years agoavoid accidental suicides for height calculations, too
Joe Neeman [Tue, 10 Jul 2007 05:50:50 +0000 (15:50 +1000)]
avoid accidental suicides for height calculations, too

16 years agoremove BarNumber outside-staff-priority again
Joe Neeman [Tue, 10 Jul 2007 00:26:26 +0000 (10:26 +1000)]
remove BarNumber outside-staff-priority again

16 years agoMerge branch 'jneeman'
Joe Neeman [Tue, 10 Jul 2007 00:24:25 +0000 (10:24 +1000)]
Merge branch 'jneeman'

16 years agofix regression test so the extra space for a full bar is not included
Joe Neeman [Tue, 10 Jul 2007 00:21:12 +0000 (10:21 +1000)]
fix regression test so the extra space for a full bar is not included

16 years agoMerge http://git.sv.gnu.org/r/lilypond
Nicolas Sceaux [Mon, 9 Jul 2007 12:34:13 +0000 (14:34 +0200)]
Merge http://git.sv.gnu.org/r/lilypond

16 years agoUse more idiomatic LilyPond style in font table
Nicolas Sceaux [Mon, 9 Jul 2007 12:32:47 +0000 (14:32 +0200)]
Use more idiomatic LilyPond style in font table

16 years agoEnable in the parser markup list commands taking 1 scheme argument.
Nicolas Sceaux [Mon, 9 Jul 2007 12:24:02 +0000 (14:24 +0200)]
Enable in the parser markup list commands taking 1 scheme argument.

16 years agoPage breaking: use next-space and next-padding property of toplevel markups.
Nicolas Sceaux [Mon, 9 Jul 2007 12:11:42 +0000 (14:11 +0200)]
Page breaking: use next-space and next-padding property of toplevel markups.

16 years agoMerge branch 'master' into jneeman
Joe Neeman [Mon, 9 Jul 2007 04:37:24 +0000 (14:37 +1000)]
Merge branch 'master' into jneeman

16 years agofix "make web"
Joe Neeman [Sun, 8 Jul 2007 23:30:21 +0000 (09:30 +1000)]
fix "make web"

16 years agoFrom Valentin: clarify explicit durations in Vocal music.
Graham Percival [Sun, 8 Jul 2007 22:19:19 +0000 (15:19 -0700)]
From Valentin: clarify explicit durations in Vocal music.

16 years agoFrom Valentin: clarify identifiers with Vocal music.
Graham Percival [Sun, 8 Jul 2007 22:17:33 +0000 (15:17 -0700)]
From Valentin: clarify identifiers with Vocal music.

16 years agoupdate regression tests for volta brackets
Joe Neeman [Sun, 8 Jul 2007 01:30:27 +0000 (11:30 +1000)]
update regression tests for volta brackets

16 years agoMerge branch 'master' into jneeman
Joe Neeman [Sun, 8 Jul 2007 00:59:49 +0000 (10:59 +1000)]
Merge branch 'master' into jneeman

16 years agotry to avoid NaNs and infs in alignment and pure-height
Joe Neeman [Sat, 7 Jul 2007 02:14:44 +0000 (12:14 +1000)]
try to avoid NaNs and infs in alignment and pure-height

16 years agodon't crash on NaNs in skyline and page-breaking
Joe Neeman [Sat, 7 Jul 2007 01:25:50 +0000 (11:25 +1000)]
don't crash on NaNs in skyline and page-breaking

16 years agobetter fix for 366
Joe Neeman [Fri, 6 Jul 2007 00:19:28 +0000 (10:19 +1000)]
better fix for 366
make the VoltaBracketSpanner stuff a bit less hacky

16 years agoRevert "Revert "Do accidental suicide in print function.""
Joe Neeman [Thu, 5 Jul 2007 23:31:31 +0000 (09:31 +1000)]
Revert "Revert "Do accidental suicide in print function.""

This reverts commit 833de2880bc093623cdf1ba205ef2c8acf736ee2.

16 years agoadd VoltaBracketSpanner to align volta brackets
Joe Neeman [Thu, 5 Jul 2007 23:31:06 +0000 (09:31 +1000)]
add VoltaBracketSpanner to align volta brackets

16 years agofix regression with spacing in \change Staff
Joe Neeman [Thu, 5 Jul 2007 13:01:08 +0000 (23:01 +1000)]
fix regression with spacing in \change Staff

16 years agofix 366 (put Volta_engraver in score)
Joe Neeman [Thu, 5 Jul 2007 11:44:37 +0000 (21:44 +1000)]
fix 366 (put Volta_engraver in score)

16 years agoRevert "Do accidental suicide in print function."
Joe Neeman [Thu, 5 Jul 2007 10:59:03 +0000 (20:59 +1000)]
Revert "Do accidental suicide in print function."

This reverts commit b80bb48c60f47bc0467da545f3a3b72e261210c7.
this commit caused bug 381

16 years agosplit stem_dir_correction into multiple functions
Joe Neeman [Thu, 5 Jul 2007 10:23:24 +0000 (20:23 +1000)]
split stem_dir_correction into multiple functions

16 years agofix hairpinToBarline
Joe Neeman [Thu, 5 Jul 2007 08:20:25 +0000 (18:20 +1000)]
fix hairpinToBarline

16 years agoClarify input of __ and --.
Werner Lemberg [Thu, 5 Jul 2007 05:47:42 +0000 (07:47 +0200)]
Clarify input of __ and --.

16 years agoremove unnecessary code
Joe Neeman [Thu, 5 Jul 2007 04:56:21 +0000 (14:56 +1000)]
remove unnecessary code

16 years agomove extremal_break_aligned_grob to Spacing_interface
Joe Neeman [Thu, 5 Jul 2007 03:24:39 +0000 (13:24 +1000)]
move extremal_break_aligned_grob to Spacing_interface

16 years agoUpdate THANKS.
Graham Percival [Thu, 5 Jul 2007 00:54:04 +0000 (17:54 -0700)]
Update THANKS.

16 years agoFrom Valentin: more info about melismas.
Graham Percival [Thu, 5 Jul 2007 00:51:08 +0000 (17:51 -0700)]
From Valentin: more info about melismas.

16 years agoFrom Valentin: add info about lyric ties to Vocal music.
Graham Percival [Thu, 5 Jul 2007 00:49:35 +0000 (17:49 -0700)]
From Valentin: add info about lyric ties to Vocal music.

16 years agoClarify hyphens; thanks Luc / Valentin!
Graham Percival [Thu, 5 Jul 2007 00:43:11 +0000 (17:43 -0700)]
Clarify hyphens; thanks Luc / Valentin!

16 years agoMerge branch 'master' into jneeman
Joe Neeman [Wed, 4 Jul 2007 09:32:22 +0000 (19:32 +1000)]
Merge branch 'master' into jneeman

16 years agoMerge branch 'master' of ssh+git://gpercival@git.sv.gnu.org/srv/git/lilypond
Graham Percival [Wed, 4 Jul 2007 04:49:22 +0000 (21:49 -0700)]
Merge branch 'master' of ssh+git://gpercival@git.sv.gnu.org/srv/git/lilypond

16 years agoSecond phase of Valentin's Vocal music rearranging.
Graham Percival [Wed, 4 Jul 2007 04:48:42 +0000 (21:48 -0700)]
Second phase of Valentin's Vocal music rearranging.

16 years agoRearrange Vocal music, thanks Valentin!
Graham Percival [Wed, 4 Jul 2007 04:39:03 +0000 (21:39 -0700)]
Rearrange Vocal music, thanks Valentin!

16 years agoMerge commit 'c154028'
Joe Neeman [Wed, 4 Jul 2007 04:31:16 +0000 (14:31 +1000)]
Merge commit 'c154028'

16 years agoSimple changes to instrument-notation; thanks Valentin!
Graham Percival [Wed, 4 Jul 2007 04:16:24 +0000 (21:16 -0700)]
Simple changes to instrument-notation; thanks Valentin!

16 years agoTrivial thinko fix.
Graham Percival [Wed, 4 Jul 2007 03:55:17 +0000 (20:55 -0700)]
Trivial thinko fix.

16 years agoMerge branch 'page-break-fix'
Joe Neeman [Wed, 4 Jul 2007 01:50:57 +0000 (11:50 +1000)]
Merge branch 'page-break-fix'

Conflicts:

lily/page-breaking.cc

16 years agoFix crash on page breaking
Joe Neeman [Wed, 4 Jul 2007 01:47:40 +0000 (11:47 +1000)]
Fix crash on page breaking

16 years agoMerge commit '65dd8bb'
Joe Neeman [Wed, 4 Jul 2007 00:21:00 +0000 (10:21 +1000)]
Merge commit '65dd8bb'

16 years agofix various dot-related regressions
Joe Neeman [Wed, 4 Jul 2007 00:17:53 +0000 (10:17 +1000)]
fix various dot-related regressions

16 years agomore robustness if we are asked for a bad number of pages
Joe Neeman [Tue, 3 Jul 2007 23:02:17 +0000 (09:02 +1000)]
more robustness if we are asked for a bad number of pages

16 years agoUpdate docs POs msgids
John Mandereau [Tue, 3 Jul 2007 22:18:30 +0000 (00:18 +0200)]
Update docs POs msgids

16 years agoUpdate TRANSLATION
John Mandereau [Tue, 3 Jul 2007 22:17:35 +0000 (00:17 +0200)]
Update TRANSLATION

16 years agoMerge translated docs ly snippets into user/out-www
John Mandereau [Tue, 3 Jul 2007 22:16:43 +0000 (00:16 +0200)]
Merge translated docs ly snippets into user/out-www

This allows ly snippets present in a translated manual but not in the
English manual to show in HTML manual.  Such ly snippets are either
the result of an outdated translation or the choice of a translator;
snippets in first case can be updated automatically (look for
snippet-update in Documentation/TRANSLATION), and the number of
snippets in second case can be estimated by greping '@c KEEP LY' in
translated .itely's.

16 years agoAdd link to documentation suggestions in HTML docs footer
John Mandereau [Tue, 3 Jul 2007 22:15:51 +0000 (00:15 +0200)]
Add link to documentation suggestions in HTML docs footer

16 years agoTypo -- use plural
John Mandereau [Tue, 3 Jul 2007 21:29:01 +0000 (23:29 +0200)]
Typo -- use plural

16 years agoMake snippet-update on Spanish and German manuals
John Mandereau [Tue, 3 Jul 2007 07:28:20 +0000 (09:28 +0200)]
Make snippet-update on Spanish and German manuals

16 years agoLSR: delete broken file.
Graham Percival [Tue, 3 Jul 2007 06:43:49 +0000 (23:43 -0700)]
LSR: delete broken file.

16 years agoLSR: another update for new dirs.
Graham Percival [Tue, 3 Jul 2007 06:43:32 +0000 (23:43 -0700)]
LSR: another update for new dirs.

16 years agoLSR: update.
Graham Percival [Tue, 3 Jul 2007 06:31:45 +0000 (23:31 -0700)]
LSR: update.

16 years agoLSR: second half of dir updates.
Graham Percival [Tue, 3 Jul 2007 06:17:39 +0000 (23:17 -0700)]
LSR: second half of dir updates.

16 years agoUpdate dirs for LSR.
Graham Percival [Tue, 3 Jul 2007 06:16:58 +0000 (23:16 -0700)]
Update dirs for LSR.

16 years agoFix note-spacing corrections
Joe Neeman [Tue, 3 Jul 2007 00:01:17 +0000 (10:01 +1000)]
Fix note-spacing corrections