]>
git.donarmstrong.com Git - lilypond.git/log
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
...
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
Graham Percival [Tue, 17 Apr 2007 04:26:41 +0000 (21:26 -0700)]
Automagic update from LSR.
Graham Percival [Tue, 17 Apr 2007 04:25:31 +0000 (21:25 -0700)]
Improve makelsr script.
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.
Joe Neeman [Wed, 11 Apr 2007 01:16:19 +0000 (11:16 +1000)]
Use the right property name for vertical skylines.
Joe Neeman [Fri, 30 Mar 2007 02:38:35 +0000 (12:38 +1000)]
Fix warning message when forced break gets ignored.
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.
Joe Neeman [Fri, 30 Mar 2007 02:01:11 +0000 (12:01 +1000)]
Clean up graphviz.scm and remove ly:atexit.
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.
Joe Neeman [Mon, 26 Mar 2007 01:30:16 +0000 (11:30 +1000)]
Fix corner case in min_page_count.
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
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)
Joe Neeman [Wed, 28 Mar 2007 22:45:47 +0000 (08:45 +1000)]
Shut up 'ignoring grob for slur' warnings with PhrasingSlur
Joe Neeman [Wed, 28 Mar 2007 22:45:14 +0000 (08:45 +1000)]
Fix regression test (so that the notes fit on one line)
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.
Joe Neeman [Mon, 26 Mar 2007 01:30:16 +0000 (11:30 +1000)]
Fix corner case in min_page_count.
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
Joe Neeman [Mon, 19 Mar 2007 06:45:04 +0000 (17:45 +1100)]
Fix keep-fixed-while-stretching example.
Joe Neeman [Sun, 18 Mar 2007 23:08:41 +0000 (10:08 +1100)]
Document one-pass vertical stretching.
Document page-breaking-between-system-padding.
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.
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.
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.
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.
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.
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
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
Till Paala [Fri, 13 Apr 2007 16:14:33 +0000 (19:14 +0300)]
update to de/user/working.itely
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'.
John Mandereau [Fri, 13 Apr 2007 12:02:49 +0000 (14:02 +0200)]
Update lilypond.pot
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?)
Graham Percival [Thu, 12 Apr 2007 01:24:47 +0000 (18:24 -0700)]
Add warning for LSR files.
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
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.
Till Paala [Tue, 10 Apr 2007 09:05:26 +0000 (12:05 +0300)]
update de.po and de/user/lilypond.tely
Till Paala [Tue, 10 Apr 2007 11:10:29 +0000 (14:10 +0300)]
de/user/tweaks.itely translated
Werner Lemberg [Wed, 11 Apr 2007 08:19:59 +0000 (10:19 +0200)]
First fixes to make mf2pt1 run successfully.
Werner Lemberg [Wed, 11 Apr 2007 04:24:40 +0000 (06:24 +0200)]
Minor improvements.
Werner Lemberg [Wed, 11 Apr 2007 04:21:46 +0000 (06:21 +0200)]
\outputProperty -> \overrideProperty
Werner Lemberg [Tue, 10 Apr 2007 17:09:12 +0000 (19:09 +0200)]
Thinko.
Werner Lemberg [Tue, 10 Apr 2007 15:31:16 +0000 (17:31 +0200)]
Some optical improvements.
Werner Lemberg [Tue, 10 Apr 2007 14:21:23 +0000 (16:21 +0200)]
@ref{...} must *always* be followed by punctuation.
Werner Lemberg [Tue, 10 Apr 2007 12:54:30 +0000 (14:54 +0200)]
Whitespace fixes.
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
Han-Wen Nienhuys [Tue, 10 Apr 2007 03:01:41 +0000 (00:01 -0300)]
only compile print_property_callback_stack if NDEBUG not set
Graham Percival [Mon, 9 Apr 2007 23:43:10 +0000 (16:43 -0700)]
Fixed link for abc. (who cares?)
Werner Lemberg [Mon, 9 Apr 2007 20:03:20 +0000 (22:03 +0200)]
Add `backslash' value to be able to say @q{@value{backslash}}.
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.
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.
Han-Wen Nienhuys [Mon, 9 Apr 2007 14:43:05 +0000 (11:43 -0300)]
always compile in setters for graphviz.
Werner Lemberg [Mon, 9 Apr 2007 13:10:53 +0000 (15:10 +0200)]
Another `make -j2' fix.
Werner Lemberg [Mon, 9 Apr 2007 13:10:37 +0000 (15:10 +0200)]
Another `make -j2' fix.
Werner Lemberg [Mon, 9 Apr 2007 13:08:10 +0000 (15:08 +0200)]
Another `make -j2' fix.
Werner Lemberg [Mon, 9 Apr 2007 12:44:33 +0000 (14:44 +0200)]
A `make -j2' fix.
Werner Lemberg [Mon, 9 Apr 2007 11:13:38 +0000 (13:13 +0200)]
Link lilypond-words.el properly.
Han-Wen Nienhuys [Sun, 8 Apr 2007 02:36:07 +0000 (23:36 -0300)]
add fret properties to interface
Han-Wen Nienhuys [Sun, 8 Apr 2007 02:27:59 +0000 (23:27 -0300)]
bump version
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
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
Han-Wen Nienhuys [Fri, 6 Apr 2007 21:41:33 +0000 (18:41 -0300)]
add po/uk.po
Graham Percival [Tue, 3 Apr 2007 23:12:39 +0000 (16:12 -0700)]
Addition from mailist.
John Mandereau [Sat, 31 Mar 2007 13:35:19 +0000 (15:35 +0200)]
Add Till Tettig to THANKS
Till Paala [Sat, 31 Mar 2007 12:49:12 +0000 (15:49 +0300)]
update of de/user/working.itely
John Mandereau [Sat, 31 Mar 2007 13:08:28 +0000 (15:08 +0200)]
Fix German copyright notice
Till Paala [Sat, 31 Mar 2007 12:27:15 +0000 (15:27 +0300)]
German polishing and working.itely added
Till Paala [Thu, 29 Mar 2007 18:50:18 +0000 (21:50 +0300)]
German updates and quotation marks
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.
Francisco Vila [Sat, 31 Mar 2007 00:45:40 +0000 (02:45 +0200)]
Translated direntry block in spanish doc main file
John Mandereau [Fri, 30 Mar 2007 21:06:49 +0000 (23:06 +0200)]
User manual translations nitpicks
John Mandereau [Fri, 30 Mar 2007 21:06:19 +0000 (23:06 +0200)]
Fix copyright notice in German manual
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.
Han-Wen Nienhuys [Thu, 29 Mar 2007 19:23:18 +0000 (16:23 -0300)]
clean up graphviz for inclusion in regtest.
Till Paala [Tue, 27 Mar 2007 19:24:45 +0000 (22:24 +0300)]
repair of tutorial
Till Paala [Tue, 27 Mar 2007 19:15:48 +0000 (22:15 +0300)]
update de.po
Francisco Vila [Wed, 28 Mar 2007 09:17:50 +0000 (11:17 +0200)]
fixed spanish Doc po
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
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.
Werner Lemberg [Thu, 29 Mar 2007 09:12:06 +0000 (11:12 +0200)]
formatting nits
Werner Lemberg [Thu, 29 Mar 2007 08:52:25 +0000 (10:52 +0200)]
formatting nits
Graham Percival [Thu, 29 Mar 2007 01:51:40 +0000 (18:51 -0700)]
Automagic update from LSR.
Graham Percival [Wed, 28 Mar 2007 23:39:50 +0000 (16:39 -0700)]
Translate some terms into Spanish.
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
Han-Wen Nienhuys [Wed, 28 Mar 2007 01:19:10 +0000 (22:19 -0300)]
use vars with NDEBUG too.
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
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
John Mandereau [Tue, 27 Mar 2007 21:16:43 +0000 (23:16 +0200)]
Update documentation POs
John Mandereau [Tue, 27 Mar 2007 19:55:38 +0000 (21:55 +0200)]
More Spanish fixes
John Mandereau [Tue, 27 Mar 2007 19:46:10 +0000 (21:46 +0200)]
Typo and rephrasing in French tutorial
John Mandereau [Tue, 27 Mar 2007 19:45:17 +0000 (21:45 +0200)]
Use raw strings for generating Documentation POT
Jean-Charles Malahieude [Tue, 27 Mar 2007 17:55:57 +0000 (19:55 +0200)]
Documentation/fr updates
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
...
John Mandereau [Tue, 27 Mar 2007 14:31:53 +0000 (16:31 +0200)]
Fix copyright in Spanish user manual again
Francisco Vila [Tue, 27 Mar 2007 00:11:00 +0000 (02:11 +0200)]
updated spanish main file and po
John Mandereau [Mon, 26 Mar 2007 20:45:37 +0000 (22:45 +0200)]
Fix and update French Texinfo skeletons
John Mandereau [Mon, 26 Mar 2007 20:37:32 +0000 (22:37 +0200)]
Fix and update Spanish Texinfo skeletons
John Mandereau [Mon, 26 Mar 2007 20:19:29 +0000 (22:19 +0200)]
Clarify copyright in Spanish user manual
John Mandereau [Mon, 26 Mar 2007 19:03:23 +0000 (21:03 +0200)]
Documentation po-update
John Mandereau [Mon, 26 Mar 2007 18:50:15 +0000 (20:50 +0200)]
German translation technical nitpicks
Francisco Vila [Mon, 26 Mar 2007 17:16:36 +0000 (19:16 +0200)]
working spanish doc index
Till Paala [Mon, 26 Mar 2007 07:36:02 +0000 (10:36 +0300)]
not translated itely files for German docs