]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
18 years agoMerge branch 'master' into topic/master-translation
John Mandereau [Tue, 17 Apr 2007 18:17:02 +0000 (20:17 +0200)]
Merge branch 'master' into topic/master-translation

* master: (23 commits)
  Automagic update from LSR.
  Improve makelsr script.
  Fix regression tests.
  Use the right property name for vertical skylines.
  Fix warning message when forced break gets ignored.
  Fix #341.
  Clean up graphviz.scm and remove ly:atexit.
  Fixes bugs in the page breaking refactor.
  Fix corner case in min_page_count.
  Refactor page breaking to give a higher-level interface to the individual
  Re-add chapter on two-pass spacing (but warn that it is deprecated)
  Shut up 'ignoring grob for slur' warnings with PhrasingSlur
  Fix regression test (so that the notes fit on one line)
  Fixes bugs in the page breaking refactor.
  Fix corner case in min_page_count.
  Refactor page breaking to give a higher-level interface to the individual
  Fix keep-fixed-while-stretching example.
  Document one-pass vertical stretching.
  Added some info on the LilyPond extensions available for the TexShop editor.
  Chromatic staff
  ...

18 years agoMerge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman2
Joe Neeman [Tue, 17 Apr 2007 05:10:12 +0000 (15:10 +1000)]
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman2

18 years agoAutomagic update from LSR.
Graham Percival [Tue, 17 Apr 2007 04:26:41 +0000 (21:26 -0700)]
Automagic update from LSR.

18 years agoImprove makelsr script.
Graham Percival [Tue, 17 Apr 2007 04:25:31 +0000 (21:25 -0700)]
Improve makelsr script.

18 years agoFix regression tests.
Joe Neeman [Fri, 13 Apr 2007 23:58:37 +0000 (09:58 +1000)]
Fix regression tests.

Remove warnings and account for changes in the way page height is
calculated.

18 years agoUse the right property name for vertical skylines.
Joe Neeman [Wed, 11 Apr 2007 01:16:19 +0000 (11:16 +1000)]
Use the right property name for vertical skylines.

18 years agoFix warning message when forced break gets ignored.
Joe Neeman [Fri, 30 Mar 2007 02:38:35 +0000 (12:38 +1000)]
Fix warning message when forced break gets ignored.

18 years agoFix #341.
Joe Neeman [Fri, 30 Mar 2007 02:32:01 +0000 (12:32 +1000)]
Fix #341.

Consider arpeggios as cross-staff iff they were created by
span-arpeggio-engraver.

18 years agoClean up graphviz.scm and remove ly:atexit.
Joe Neeman [Fri, 30 Mar 2007 02:01:11 +0000 (12:01 +1000)]
Clean up graphviz.scm and remove ly:atexit.

18 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.

18 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.

18 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

18 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)

18 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

18 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)

18 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.

18 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.

18 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

18 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.

18 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.

18 years agoAdded some info on the LilyPond extensions available for the TexShop editor.
Mats Bengtsson [Mon, 16 Apr 2007 07:30:35 +0000 (09:30 +0200)]
Added some info on the LilyPond extensions available for the TexShop editor.

18 years agoChromatic staff
Kevin Dalley [Sat, 14 Apr 2007 23:29:55 +0000 (16:29 -0700)]
Chromatic staff

This version of the patch incorporates Han-Wen's suggestions.
This patch allows the vertical position of each note
to be set with a scheme function.
This feature can be used for creating a chromatic staff, for example.

18 years agoFix #341
Han-Wen Nienhuys [Mon, 16 Apr 2007 04:27:50 +0000 (00:27 -0400)]
Fix #341

Make sure that span arpeggios aren't attached to System in Y_AXIS.

18 years agoFix #349.
Han-Wen Nienhuys [Mon, 16 Apr 2007 03:30:20 +0000 (23:30 -0400)]
Fix #349.

Refactor automatic tab strings: don't crash on out-of-range pitches.

18 years agoFirst part of mf2pt1 adaption of parmesan noteheads.
Werner Lemberg [Sun, 15 Apr 2007 20:30:09 +0000 (22:30 +0200)]
First part of mf2pt1 adaption of parmesan noteheads.

Noteworthy changes:

  (draw_neomensural_brevis): Concatenate path fragments instead of adding
  subpictures.

  (find_tangent, find_tangent_shift): Two new macros, working iteratively.

  (draw_neomensural_longa): Use `find_tangent' to get a smooth transition
  between outline parts.

  (draw_diamond_head): Using `find_tangent_shift', the outline now exactly
  touches the bounding box.

18 years agoMerge branch 'master' into topic/master-translation
John Mandereau [Fri, 13 Apr 2007 20:01:07 +0000 (22:01 +0200)]
Merge branch 'master' into topic/master-translation

* master:
  Convert parmesan rests for use with mf2pt1.
  Update lilypond.pot

18 years agoMerge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
Werner Lemberg [Fri, 13 Apr 2007 19:54:41 +0000 (21:54 +0200)]
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond

18 years agoupdate to de/user/working.itely
Till Paala [Fri, 13 Apr 2007 16:14:33 +0000 (19:14 +0300)]
update to de/user/working.itely

18 years agoConvert parmesan rests for use with mf2pt1.
Werner Lemberg [Fri, 13 Apr 2007 17:52:19 +0000 (19:52 +0200)]
Convert parmesan rests for use with mf2pt1.

Those changes are trivial basically (with a lot of formatting to make it
look similar to feta source code).

Not handled yet are the extreme corners in `Mensural 8th rest' and `Mensural
16th rest'.

18 years agoUpdate lilypond.pot
John Mandereau [Fri, 13 Apr 2007 12:02:49 +0000 (14:02 +0200)]
Update lilypond.pot

18 years agoMerge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into topic...
John Mandereau [Thu, 12 Apr 2007 06:26:21 +0000 (08:26 +0200)]
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into topic/master-translation

* 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond:
  Add warning for LSR files.
  Fixed link for abc.  (who cares?)

18 years agoAdd warning for LSR files.
Graham Percival [Thu, 12 Apr 2007 01:24:47 +0000 (18:24 -0700)]
Add warning for LSR files.

18 years agoMerge branch 'master' of ssh+git://gpercival@git.sv.gnu.org/srv/git/lilypond
Graham Percival [Thu, 12 Apr 2007 01:08:35 +0000 (18:08 -0700)]
Merge branch 'master' of ssh+git://gpercival@git.sv.gnu.org/srv/git/lilypond

18 years agoMerge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into topic...
John Mandereau [Wed, 11 Apr 2007 19:55:26 +0000 (21:55 +0200)]
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into topic/master-translation

* 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond:
  First fixes to make mf2pt1 run successfully.

18 years agoupdate de.po and de/user/lilypond.tely
Till Paala [Tue, 10 Apr 2007 09:05:26 +0000 (12:05 +0300)]
update de.po and de/user/lilypond.tely

18 years agode/user/tweaks.itely translated
Till Paala [Tue, 10 Apr 2007 11:10:29 +0000 (14:10 +0300)]
de/user/tweaks.itely translated

18 years agoFirst fixes to make mf2pt1 run successfully.
Werner Lemberg [Wed, 11 Apr 2007 08:19:59 +0000 (10:19 +0200)]
First fixes to make mf2pt1 run successfully.

18 years agoMinor improvements.
Werner Lemberg [Wed, 11 Apr 2007 04:24:40 +0000 (06:24 +0200)]
Minor improvements.

18 years ago\outputProperty -> \overrideProperty
Werner Lemberg [Wed, 11 Apr 2007 04:21:46 +0000 (06:21 +0200)]
\outputProperty -> \overrideProperty

18 years agoThinko.
Werner Lemberg [Tue, 10 Apr 2007 17:09:12 +0000 (19:09 +0200)]
Thinko.

18 years agoSome optical improvements.
Werner Lemberg [Tue, 10 Apr 2007 15:31:16 +0000 (17:31 +0200)]
Some optical improvements.

18 years ago@ref{...} must *always* be followed by punctuation.
Werner Lemberg [Tue, 10 Apr 2007 14:21:23 +0000 (16:21 +0200)]
@ref{...} must *always* be followed by punctuation.

18 years agoWhitespace fixes.
Werner Lemberg [Tue, 10 Apr 2007 12:54:30 +0000 (14:54 +0200)]
Whitespace fixes.

18 years agoMerge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
Han-Wen Nienhuys [Tue, 10 Apr 2007 11:58:14 +0000 (08:58 -0300)]
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond

18 years agoonly compile print_property_callback_stack if NDEBUG not set release/2.11.22-1
Han-Wen Nienhuys [Tue, 10 Apr 2007 03:01:41 +0000 (00:01 -0300)]
only compile print_property_callback_stack if NDEBUG not set

18 years agoFixed link for abc. (who cares?)
Graham Percival [Mon, 9 Apr 2007 23:43:10 +0000 (16:43 -0700)]
Fixed link for abc.  (who cares?)

18 years agoAdd `backslash' value to be able to say @q{@value{backslash}}.
Werner Lemberg [Mon, 9 Apr 2007 20:03:20 +0000 (22:03 +0200)]
Add `backslash' value to be able to say @q{@value{backslash}}.

18 years agoFixes to German and French translation to make `make web' run successfully.
Werner Lemberg [Mon, 9 Apr 2007 19:57:58 +0000 (21:57 +0200)]
Fixes to German and French translation to make `make web' run successfully.

18 years agoAdd `backslash' value since @q{\} doesn't work with texinfo 4.8.
Werner Lemberg [Mon, 9 Apr 2007 19:56:13 +0000 (21:56 +0200)]
Add `backslash' value since @q{\} doesn't work with texinfo 4.8.
Provide TeX versions for @q and @qq (derived from german.sty).
Fix quotation typo.

18 years agoalways compile in setters for graphviz.
Han-Wen Nienhuys [Mon, 9 Apr 2007 14:43:05 +0000 (11:43 -0300)]
always compile in setters for graphviz.

18 years agoAnother `make -j2' fix.
Werner Lemberg [Mon, 9 Apr 2007 13:10:53 +0000 (15:10 +0200)]
Another `make -j2' fix.

18 years agoAnother `make -j2' fix.
Werner Lemberg [Mon, 9 Apr 2007 13:10:37 +0000 (15:10 +0200)]
Another `make -j2' fix.

18 years agoAnother `make -j2' fix.
Werner Lemberg [Mon, 9 Apr 2007 13:08:10 +0000 (15:08 +0200)]
Another `make -j2' fix.

18 years agoA `make -j2' fix.
Werner Lemberg [Mon, 9 Apr 2007 12:44:33 +0000 (14:44 +0200)]
A `make -j2' fix.

18 years agoLink lilypond-words.el properly.
Werner Lemberg [Mon, 9 Apr 2007 11:13:38 +0000 (13:13 +0200)]
Link lilypond-words.el properly.

18 years agoadd fret properties to interface
Han-Wen Nienhuys [Sun, 8 Apr 2007 02:36:07 +0000 (23:36 -0300)]
add fret properties to interface

18 years agobump version
Han-Wen Nienhuys [Sun, 8 Apr 2007 02:27:59 +0000 (23:27 -0300)]
bump version

18 years agoChanges to fret diagrams to allow some of the changes
Carl D. Sorensen [Sun, 8 Apr 2007 02:20:37 +0000 (23:20 -0300)]
Changes to fret diagrams to allow some of the changes
requested by Jose Luis Cruz.

* fret-diagrams.scm: Add new user-definable properties to fret
diagrams
- orientation: normal or landscape
- xo-font-magnification: size of mute and open string symbols
- mute-string: string used to label mute strings
- open-string: string used to label open strings

* define-grob-properties.scm: Add new user-definable properties
 fret
diagrams
- orientation: normal or landscape
- xo-font-magnification: size of mute and open string symbols
- mute-string: string used to label mute strings
- open-string: string used to label open strings

18 years agoMerge branch 'hwn' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
Han-Wen Nienhuys [Sat, 7 Apr 2007 12:52:44 +0000 (09:52 -0300)]
Merge branch 'hwn' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond

18 years agoadd po/uk.po
Han-Wen Nienhuys [Fri, 6 Apr 2007 21:41:33 +0000 (18:41 -0300)]
add po/uk.po

18 years agoAddition from mailist.
Graham Percival [Tue, 3 Apr 2007 23:12:39 +0000 (16:12 -0700)]
Addition from mailist.

18 years agoAdd Till Tettig to THANKS
John Mandereau [Sat, 31 Mar 2007 13:35:19 +0000 (15:35 +0200)]
Add Till Tettig to THANKS

18 years agoupdate of de/user/working.itely
Till Paala [Sat, 31 Mar 2007 12:49:12 +0000 (15:49 +0300)]
update of de/user/working.itely

18 years agoFix German copyright notice
John Mandereau [Sat, 31 Mar 2007 13:08:28 +0000 (15:08 +0200)]
Fix German copyright notice

18 years agoGerman polishing and working.itely added
Till Paala [Sat, 31 Mar 2007 12:27:15 +0000 (15:27 +0300)]
German polishing and working.itely added

18 years agoGerman updates and quotation marks
Till Paala [Thu, 29 Mar 2007 18:50:18 +0000 (21:50 +0300)]
German updates and quotation marks

18 years agoHTML docs translation small fix
John Mandereau [Sat, 31 Mar 2007 12:23:34 +0000 (14:23 +0200)]
HTML docs translation small fix

In Texinfo HTML docs, section titles with 'Appendix' are now
translated.

18 years agoTranslated direntry block in spanish doc main file
Francisco Vila [Sat, 31 Mar 2007 00:45:40 +0000 (02:45 +0200)]
Translated direntry block in spanish doc main file

18 years agoUser manual translations nitpicks
John Mandereau [Fri, 30 Mar 2007 21:06:49 +0000 (23:06 +0200)]
User manual translations nitpicks

18 years agoFix copyright notice in German manual
John Mandereau [Fri, 30 Mar 2007 21:06:19 +0000 (23:06 +0200)]
Fix copyright notice in German manual

18 years agoMerge branch 'master' into topic/master-translation
John Mandereau [Thu, 29 Mar 2007 20:35:34 +0000 (22:35 +0200)]
Merge branch 'master' into topic/master-translation

* master:
  improve some accidental shapes
  formatting nits
  formatting nits
  Automagic update from LSR.
  Translate some terms into Spanish.

18 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.

18 years agorepair of tutorial
Till Paala [Tue, 27 Mar 2007 19:24:45 +0000 (22:24 +0300)]
repair of tutorial

18 years agoupdate de.po
Till Paala [Tue, 27 Mar 2007 19:15:48 +0000 (22:15 +0300)]
update de.po

18 years agofixed spanish Doc po
Francisco Vila [Wed, 28 Mar 2007 09:17:50 +0000 (11:17 +0200)]
fixed spanish Doc po

18 years agoMerge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
Werner Lemberg [Thu, 29 Mar 2007 11:54:48 +0000 (13:54 +0200)]
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond

18 years agoimprove some accidental shapes
Werner Lemberg [Thu, 29 Mar 2007 11:38:50 +0000 (13:38 +0200)]
improve some accidental shapes

(sharp.slashslashslash.stemstem, sharp.slashslashslash.stem): Make slashes
parallel.
(flat.slash, flat.slashslash, mirroredflag.backslash): Fix slash shapes for
mf2pt1.
(mirroredflat.flat): Rewritten, mainly for mf2pt1.

18 years agoformatting nits
Werner Lemberg [Thu, 29 Mar 2007 09:12:06 +0000 (11:12 +0200)]
formatting nits

18 years agoformatting nits
Werner Lemberg [Thu, 29 Mar 2007 08:52:25 +0000 (10:52 +0200)]
formatting nits

18 years agoAutomagic update from LSR.
Graham Percival [Thu, 29 Mar 2007 01:51:40 +0000 (18:51 -0700)]
Automagic update from LSR.

18 years agoTranslate some terms into Spanish.
Graham Percival [Wed, 28 Mar 2007 23:39:50 +0000 (16:39 -0700)]
Translate some terms into Spanish.

18 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

18 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.

18 years agoPut locations in documentation POs back
John Mandereau [Tue, 27 Mar 2007 21:23:59 +0000 (23:23 +0200)]
Put locations in documentation POs back

This is done by reverting xgettext -> pygettext.py change in
texi-langutils.py

18 years agoFix HTML Info docs translation scripts
John Mandereau [Tue, 27 Mar 2007 21:19:40 +0000 (23:19 +0200)]
Fix HTML Info docs translation scripts

Fix section names translation, especially names with @command or @code
These scripts need further debugging, which might require using the
Python debugger

18 years agoUpdate documentation POs
John Mandereau [Tue, 27 Mar 2007 21:16:43 +0000 (23:16 +0200)]
Update documentation POs

18 years agoMore Spanish fixes
John Mandereau [Tue, 27 Mar 2007 19:55:38 +0000 (21:55 +0200)]
More Spanish fixes

18 years agoTypo and rephrasing in French tutorial
John Mandereau [Tue, 27 Mar 2007 19:46:10 +0000 (21:46 +0200)]
Typo and rephrasing in French tutorial

18 years agoUse raw strings for generating Documentation POT
John Mandereau [Tue, 27 Mar 2007 19:45:17 +0000 (21:45 +0200)]
Use raw strings for generating Documentation POT

18 years agoDocumentation/fr updates
Jean-Charles Malahieude [Tue, 27 Mar 2007 17:55:57 +0000 (19:55 +0200)]
Documentation/fr updates

18 years agoMerge branch 'master' into topic/master-translation
John Mandereau [Tue, 27 Mar 2007 15:01:34 +0000 (17:01 +0200)]
Merge branch 'master' into topic/master-translation

* master: (21 commits)
  Fix #281.
  Fix #51.
  Fix rest-dot-position.ly
  Fix collision-dots-move.ly
  formatting nit.
  also handle rests for dot positioning
  bugfix: don't return flag for invisible stems.
  Cleanup and simplify  dot column formatting logic.
  add prototypes.
  trim outdated comment
  Add Skyline::print_points(), Offset::swapped()
  make Dot_configuration into class, in new files dot-configuration.{cc,hh}
  use ly:progress for backend-svg
  always compile in Grob::instrumented_set_property
  whitespace cleanup.
  Edit docs translation instructions
  bump version
  use envp argument for main()
  strip LD_LIBRARY_PATH from inkscape call.
  Fix backend-svg.ly for ubuntu 6.06
  ...

18 years agoFix copyright in Spanish user manual again
John Mandereau [Tue, 27 Mar 2007 14:31:53 +0000 (16:31 +0200)]
Fix copyright in Spanish user manual again

18 years agoupdated spanish main file and po
Francisco Vila [Tue, 27 Mar 2007 00:11:00 +0000 (02:11 +0200)]
updated spanish main file and po

18 years agoFix and update French Texinfo skeletons
John Mandereau [Mon, 26 Mar 2007 20:45:37 +0000 (22:45 +0200)]
Fix and update French Texinfo skeletons

18 years agoFix and update Spanish Texinfo skeletons
John Mandereau [Mon, 26 Mar 2007 20:37:32 +0000 (22:37 +0200)]
Fix and update Spanish Texinfo skeletons

18 years agoClarify copyright in Spanish user manual
John Mandereau [Mon, 26 Mar 2007 20:19:29 +0000 (22:19 +0200)]
Clarify copyright in Spanish user manual

18 years agoDocumentation po-update
John Mandereau [Mon, 26 Mar 2007 19:03:23 +0000 (21:03 +0200)]
Documentation po-update

18 years agoGerman translation technical nitpicks
John Mandereau [Mon, 26 Mar 2007 18:50:15 +0000 (20:50 +0200)]
German translation technical nitpicks

18 years agoworking spanish doc index
Francisco Vila [Mon, 26 Mar 2007 17:16:36 +0000 (19:16 +0200)]
working spanish doc index

18 years agonot translated itely files for German docs
Till Paala [Mon, 26 Mar 2007 07:36:02 +0000 (10:36 +0300)]
not translated itely files for German docs