]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
17 years agoReplace draw_block with draw_rounded_block.
Werner Lemberg [Fri, 20 Apr 2007 17:02:36 +0000 (19:02 +0200)]
Replace draw_block with draw_rounded_block.

Formatting nits.

17 years agoUse three macros instead of redefining punctum_char.
Werner Lemberg [Fri, 20 Apr 2007 13:15:34 +0000 (15:15 +0200)]
Use three macros instead of redefining punctum_char.

17 years agoMove generic macros used for parmesan fonts into separate file.
Werner Lemberg [Fri, 20 Apr 2007 13:05:27 +0000 (15:05 +0200)]
Move generic macros used for parmesan fonts into separate file.

17 years agoFix subpath construction.
Werner Lemberg [Fri, 20 Apr 2007 05:55:35 +0000 (07:55 +0200)]
Fix subpath construction.

(get_subpath_i): New macro.
(inclinatum_char): Use it.
(punctum_char) [EDITIO MEDICAEA]: Fix typo.

17 years agoMerge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
Werner Lemberg [Thu, 19 Apr 2007 20:43:14 +0000 (22:43 +0200)]
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond

17 years agoFinish adaption of parmesan-heads.mf to mf2top1
Werner Lemberg [Thu, 19 Apr 2007 20:42:36 +0000 (22:42 +0200)]
Finish adaption of parmesan-heads.mf to mf2top1

Noteworthy changes:

  . The shapes created by the `inclinatum_char' macro has been much
    improved.

  . The `quilisma' has been made more symmetric.

  . The `oriscus' shape now fits exactly into its bounding box.

17 years agoAutomagic update of lsr.
Graham Percival [Thu, 19 Apr 2007 08:36:14 +0000 (01:36 -0700)]
Automagic update of lsr.

17 years agoUpdate makelsr.py script to include the input/tolsr/ subdirs.
Graham Percival [Thu, 19 Apr 2007 08:35:56 +0000 (01:35 -0700)]
Update makelsr.py script to include the  input/tolsr/  subdirs.

17 years agoUpdate staging area for LSR.
Graham Percival [Thu, 19 Apr 2007 08:31:28 +0000 (01:31 -0700)]
Update staging area for LSR.

17 years agoMerge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
Werner Lemberg [Wed, 18 Apr 2007 15:21:31 +0000 (17:21 +0200)]
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond

17 years agoNext step adapting parmesan-heads.mf to mf2pt1.
Werner Lemberg [Wed, 18 Apr 2007 15:21:01 +0000 (17:21 +0200)]
Next step adapting parmesan-heads.mf to mf2pt1.

Noteworthy changes:

. New macro `get_subpath' which returns a subpath in the same direction as
  the curve.  Update callers to use it.

. Split punctum_char into three macros (punctum_char, plica_char, and
  epiphonus_char), simplify them and fix outlines.

17 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

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

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

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

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

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

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

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

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

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

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

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

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

17 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

17 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'.

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

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

17 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

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

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

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

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

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

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

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

17 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

17 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

17 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?)

17 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}}.

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

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

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

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

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

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

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

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

17 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

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

17 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

17 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

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

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

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

17 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

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

17 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

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

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

17 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

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

17 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

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

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 agorepair of tutorial
Till Paala [Tue, 27 Mar 2007 19:24:45 +0000 (22:24 +0300)]
repair of tutorial

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

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

17 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

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

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

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

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

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

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

17 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

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

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

17 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

17 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

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

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

17 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

17 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

17 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

17 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

17 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