]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
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

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

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

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

17 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

17 years agomakefiles for German docs
Till Paala [Mon, 26 Mar 2007 07:34:14 +0000 (10:34 +0300)]
makefiles for German docs

17 years agoaddition of cindexes for German translation
Till Paala [Mon, 26 Mar 2007 07:29:31 +0000 (10:29 +0300)]
addition of cindexes for German translation

17 years agofirst part of German Doc-translation
Till Paala [Sun, 25 Mar 2007 15:36:52 +0000 (18:36 +0300)]
first part of German Doc-translation

17 years agoFinish documentation fr.po revision
John Mandereau [Mon, 26 Mar 2007 06:48:54 +0000 (08:48 +0200)]
Finish documentation fr.po revision

17 years agoFrench update for basic-notation.itely
Jean-Charles Malahieude [Sun, 25 Mar 2007 17:44:02 +0000 (19:44 +0200)]
French update for basic-notation.itely

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 agoformatting nit.
Han-Wen Nienhuys [Mon, 26 Mar 2007 01:23:52 +0000 (22:23 -0300)]
formatting nit.

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 agoFirst step of documentation fr.po revision
John Mandereau [Sun, 25 Mar 2007 06:22:55 +0000 (08:22 +0200)]
First step of documentation fr.po revision

up to #285

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 agoEdit docs translation instructions
John Mandereau [Sat, 24 Mar 2007 22:16:12 +0000 (23:16 +0100)]
Edit docs translation instructions

17 years agoJean-Charles' fixes to French docs
John Mandereau [Sat, 24 Mar 2007 21:16:37 +0000 (22:16 +0100)]
Jean-Charles' fixes to French docs

17 years agolots of typos and fixes in spanish
Francisco Vila [Sat, 24 Mar 2007 01:35:58 +0000 (02:35 +0100)]
lots of typos and fixes in spanish

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 agoTranslate Texinfo external references
John Mandereau [Fri, 23 Mar 2007 17:37:55 +0000 (18:37 +0100)]
Translate Texinfo external references

17 years agoMerge branch 'master' into topic/master-translation
John Mandereau [Thu, 22 Mar 2007 19:33:10 +0000 (20:33 +0100)]
Merge branch 'master' into topic/master-translation

* master:
  Fixed the last remaining edge-text setting.
  Small fixes from mailist.

17 years agoAdd French tweaks.itely
John Mandereau [Thu, 22 Mar 2007 19:24:10 +0000 (20:24 +0100)]
Add French tweaks.itely

17 years agoUpdated spanish tutorial after latest original updates
Francisco Vila [Wed, 21 Mar 2007 11:31:33 +0000 (12:31 +0100)]
Updated spanish tutorial after latest original updates

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 agoMerge branch 'master' into topic/master-translation
John Mandereau [Tue, 20 Mar 2007 20:37:58 +0000 (21:37 +0100)]
Merge branch 'master' into topic/master-translation

* master:
  Bug fix: use degrees instead of radians in ly:stencil-rotate, i.e. in
  Updated info on getting started in Windows.

17 years agofix bad committishes
Francisco Vila [Mon, 19 Mar 2007 19:20:46 +0000 (20:20 +0100)]
fix bad committishes

17 years agovarious typos and style improvements in spanish manual
Francisco Vila [Mon, 19 Mar 2007 19:13:21 +0000 (20:13 +0100)]
various typos and style improvements in spanish manual

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 agoMerge branch 'master' into topic/master-translation
John Mandereau [Mon, 19 Mar 2007 13:59:02 +0000 (14:59 +0100)]
Merge branch 'master' into topic/master-translation

* master:
  Ensure that skylines always have at least one building in them.
  Update from LSR.
  Small fix from mailist.
  Small fix from website.
  Update from mailist.

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 agoUpdate from LSR.
Graham Percival [Sun, 18 Mar 2007 23:53:45 +0000 (16:53 -0700)]
Update from LSR.

17 years agoAdd French cheatsheet.itely
Valentin Villenave [Sun, 18 Mar 2007 22:12:51 +0000 (23:12 +0100)]
Add French cheatsheet.itely

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' into topic/master-translation
John Mandereau [Sun, 18 Mar 2007 09:55:10 +0000 (10:55 +0100)]
Merge branch 'master' into topic/master-translation

* master:
  Include Documentation/TRANSLATION in source tarball
  Small improvement to \cueDuring example.

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 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 agoAdd translators to THANKS
John Mandereau [Sun, 18 Mar 2007 09:38:30 +0000 (10:38 +0100)]
Add translators to THANKS

17 years agoFrench po file for Documentation.
Jean-Charles Malahieude [Sat, 17 Mar 2007 15:14:54 +0000 (16:14 +0100)]
French po file for Documentation.

To be proofread and amended once the docs have been compiled.

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 agoMerge branch 'Rmaster' into topic/master-translation
John Mandereau [Sat, 17 Mar 2007 11:28:49 +0000 (12:28 +0100)]
Merge branch 'Rmaster' into topic/master-translation

* Rmaster:
  Fix #332.
  Update thanks.
  Small update from mailist.
  Don't ignore padding for markup blocks
  LSR update.
  Beautify feta font table.
  Automagic update from LSR.
  Note name pitches update from Maximilian; thanks!
  Use Unicode characters.  Other minor optical fixes.
  Typo.
  Improve documentation of ly:make-stencil.
  Small fix from mailist.

17 years agospanish basic notation manual, now complete
Francisco Vila [Fri, 16 Mar 2007 12:02:08 +0000 (13:02 +0100)]
spanish basic notation manual, now complete

17 years agospanish manual section 6.5: connecting notes
Francisco Vila [Thu, 15 Mar 2007 16:08:49 +0000 (17:08 +0100)]
spanish manual section 6.5: connecting notes

17 years agospanish docs rest of chapter 6.3 and chapter 6.4 (complete)
Francisco Vila [Thu, 15 Mar 2007 11:27:34 +0000 (12:27 +0100)]
spanish docs rest of chapter 6.3 and chapter 6.4 (complete)

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 HTML Info docs gettext trickery
John Mandereau [Tue, 13 Mar 2007 17:20:38 +0000 (18:20 +0100)]
Fix HTML Info docs gettext trickery

17 years agoUse top-build-dir for docs gettext usage
John Mandereau [Tue, 13 Mar 2007 17:19:28 +0000 (18:19 +0100)]
Use top-build-dir for docs gettext usage

This will hopefully fix non-translated strings in translated docs
footer when building with GUB.

www_post.py is also no longer tolerant with gettext loading errors.

17 years agoAdd French converters.itely
Jean-Charles Malahieude [Tue, 13 Mar 2007 16:31:05 +0000 (17:31 +0100)]
Add French converters.itely

17 years agochapter 6.2 (complete), 6.3.1 and 6.3.2
Francisco Vila [Fri, 9 Mar 2007 11:34:20 +0000 (12:34 +0100)]
chapter 6.2 (complete), 6.3.1 and 6.3.2

17 years agopriority 3 spanish files
Francisco Vila [Thu, 8 Mar 2007 13:54:41 +0000 (14:54 +0100)]
priority 3 spanish files

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 agoputting all together file for spanish manual
Francisco Vila [Sat, 3 Mar 2007 17:44:08 +0000 (18:44 +0100)]
putting all together file for spanish manual

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