]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
14 years agoUpdate mailmap.
Patrick McCarty [Sat, 30 Jan 2010 22:15:51 +0000 (14:15 -0800)]
Update mailmap.

14 years agoDoc: CG Howto for Virtualbox Guest Additions
james [Sat, 30 Jan 2010 19:57:28 +0000 (19:57 +0000)]
Doc: CG Howto for Virtualbox Guest Additions

14 years agoDoc: tweaks.itely clarification for faster process
james [Sat, 30 Jan 2010 20:21:57 +0000 (20:21 +0000)]
Doc: tweaks.itely clarification for faster process

Specifically for not enabling 'keep-inside-line' tweak until needed

14 years agoDoc: CG: fix website script.
Graham Percival [Sat, 30 Jan 2010 21:33:29 +0000 (21:33 +0000)]
Doc: CG: fix website script.

14 years agoBuild: another ugly hack for website integration.
Graham Percival [Sat, 30 Jan 2010 21:29:03 +0000 (21:29 +0000)]
Build: another ugly hack for website integration.

My comment for issue 1004 (opened for this patch):
As release manager, I feel that I should reject the patches I'm
writing because they are, as "weegies" (people from Glasgow) would
put it, "utter pish".  However, as overall manager, I want to let
doc writers and translators work on the website and see how it
really looks.

Given my doc roots, the doc side wins, so I'm hacking stuff.  But
only with the promise that this item is High priority, and that
I'll work on it as soon as I've finished all Critical items.  It
*will* be fixed before GLISS starts.  GOP might start first, if
everything else is already in place.

14 years agoRegtest: clarify wording.
Graham Percival [Sat, 30 Jan 2010 20:55:43 +0000 (20:55 +0000)]
Regtest: clarify wording.

14 years agoRevert "Fontconfig: simplify font caching process."
Patrick McCarty [Sat, 30 Jan 2010 17:18:58 +0000 (09:18 -0800)]
Revert "Fontconfig: simplify font caching process."

This reverts commit bf41cfe25aaf50d1eda70ec664837c474aba314d.

14 years agoRegtests: fix a typo and force an accidental.
Graham Percival [Sat, 30 Jan 2010 16:07:34 +0000 (16:07 +0000)]
Regtests: fix a typo and force an accidental.

14 years agoDoc: CG: rename working -> source-code.itexi
Graham Percival [Sat, 30 Jan 2010 15:56:07 +0000 (15:56 +0000)]
Doc: CG: rename working -> source-code.itexi

When I'm staring at a directory of files, "working.itexi" doesn't
give any clue about the contents of the file.

14 years agoDoc: move divisiones.ly into Ancient.
Graham Percival [Sat, 30 Jan 2010 00:02:46 +0000 (00:02 +0000)]
Doc: move divisiones.ly into Ancient.

Translations: I did the same thing here to retain compiling;
hopefully this doesn't break anything.  AFAIK nobody has touched
the translations of Ancient in years.

14 years agoBuild: move shared .itexi files into included/
Graham Percival [Sat, 30 Jan 2010 00:38:02 +0000 (00:38 +0000)]
Build: move shared .itexi files into included/

14 years agoBuild: run makelsr.py
Graham Percival [Sat, 30 Jan 2010 00:23:13 +0000 (00:23 +0000)]
Build: run makelsr.py

14 years agoBuild: move screech-boink.ly into snippets.
Graham Percival [Sat, 30 Jan 2010 00:21:52 +0000 (00:21 +0000)]
Build: move screech-boink.ly into snippets.

14 years agoBuild: add warning not to remove simple.ly.
Graham Percival [Sat, 30 Jan 2010 00:02:02 +0000 (00:02 +0000)]
Build: add warning not to remove simple.ly.

14 years agoFix #1003: chord repetition: copy nothing from previous chord but pitches
Nicolas Sceaux [Fri, 29 Jan 2010 18:46:46 +0000 (19:46 +0100)]
Fix #1003: chord repetition: copy nothing from previous chord but pitches

14 years agoDocs: CG Update virtual machine instructions
Trevor Daniels [Fri, 29 Jan 2010 09:48:23 +0000 (09:48 +0000)]
Docs: CG Update virtual machine instructions

 - update ubuntu iso download url
 - up the recommended virtual disk size

14 years agoThinko in fix for #887.
Patrick McCarty [Fri, 29 Jan 2010 02:22:39 +0000 (18:22 -0800)]
Thinko in fix for #887.

ly:string-substitute must be called on the filename before
ly:string-percent-encode to properly substitute forward slashes for
backslashes.

14 years agoFix permissions of scm/guile-debugger.scm
Patrick McCarty [Fri, 29 Jan 2010 01:55:34 +0000 (17:55 -0800)]
Fix permissions of scm/guile-debugger.scm

14 years agoFix #887: Use ly:string-percent-encode for textedit URIs.
Patrick McCarty [Sun, 24 Jan 2010 22:46:51 +0000 (14:46 -0800)]
Fix #887: Use ly:string-percent-encode for textedit URIs.

* Add an overloaded instance of String_convert::bin2hex optimized for
  converting single bytes to hex.

* Add a new callback, ly:string-percent-encode, to be used for percent
  escaping paths in textedit URIs.  This does the following:

  - Leave unreserved characters in textedit URIs unescaped.  This
    includes 0-9, A-Z, a-z, and three punctuation characters (hyphen,
    underscore, and full-stop).

  - Leave the forward slash (/) unescaped, since it is used as a path
    delimiter.

  - Escape all other characters.  Don't check for a null byte, since
    those likely won't sneak into a full pathname.

* Use the callback function in the PS backend.

14 years agoFontconfig: simplify font caching process.
Patrick McCarty [Thu, 28 Jan 2010 21:04:37 +0000 (13:04 -0800)]
Fontconfig: simplify font caching process.

- Remove FcConfigGetCache(), since it returns NULL in all modern
  Fontconfig versions.

- Remove obsolete code.  Fontconfig automatically sets up rescanning
  intervals for font caches and does not use per-user cache files
  anymore.

- Use FcInitBringUptoDate(), which takes care of all caching issues
  behind the scenes.  For example, it will automatically call
  FcConfigBuildFonts() and FcConfigSetCurrent(), if necessary.

14 years agoMerge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond
John Mandereau [Thu, 28 Jan 2010 08:23:18 +0000 (09:23 +0100)]
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond

Conflicts:
Documentation/es/notation.tely

14 years agoMake MF code more readable.
Werner Lemberg [Thu, 28 Jan 2010 07:53:10 +0000 (08:53 +0100)]
Make MF code more readable.

14 years agoFont: rotating the g clef for better apperance.
Marc Hohl [Fri, 1 Jan 2010 16:05:09 +0000 (17:05 +0100)]
Font: rotating the g clef for better apperance.

The g clef is rotated clockwise about 1.5 degrees;
this value has been evaluated with several tests before.
The shape of the clef remains untouched.

14 years agoDoc-es: update Unfretted.
Francisco Vila [Wed, 27 Jan 2010 20:02:36 +0000 (21:02 +0100)]
Doc-es: update Unfretted.

14 years agoDoc-es: update Staff.
Francisco Vila [Wed, 27 Jan 2010 19:51:52 +0000 (20:51 +0100)]
Doc-es: update Staff.

14 years agoDoc-es: Translate skeleton of Contemporary.
Francisco Vila [Wed, 27 Jan 2010 19:31:30 +0000 (20:31 +0100)]
Doc-es: Translate skeleton of Contemporary.

14 years agoDoc-es: update Specialist.
Francisco Vila [Wed, 27 Jan 2010 18:31:36 +0000 (19:31 +0100)]
Doc-es: update Specialist.

14 years agoDoc-es: update Spacing.
Francisco Vila [Wed, 27 Jan 2010 18:27:24 +0000 (19:27 +0100)]
Doc-es: update Spacing.

14 years agoDoc-es: update Simultaneous.
Francisco Vila [Wed, 27 Jan 2010 12:11:17 +0000 (13:11 +0100)]
Doc-es: update Simultaneous.

14 years agoDoc-es: update Rhythms.
Francisco Vila [Wed, 27 Jan 2010 11:52:19 +0000 (12:52 +0100)]
Doc-es: update Rhythms.

14 years agoDoc-es: Update of Repeats.
Francisco Vila [Wed, 27 Jan 2010 09:08:26 +0000 (10:08 +0100)]
Doc-es: Update of Repeats.

14 years agoSet context-id for implicit voices in polyphony shorthand.
Neil Puttock [Wed, 27 Jan 2010 01:41:04 +0000 (01:41 +0000)]
Set context-id for implicit voices in polyphony shorthand.

Since voicify-music now uses the context alias `Bottom' to create the
appropriate voice-level contexts in a << { } \\ { } >> construct, the
context-id sent via context-spec-music is ignored.

* add context-id as arg to Global_context/Context::get_default_interpreter (),
  with empty string as default

* pass context-id to Context::get_default_interpreter () so it can
  be used in call to create_context () instead of empty string

* add regtest, which will fail to compile if context-id is invalid

14 years agoFix residual unwanted whiteout in tablature
Trevor Daniels [Wed, 27 Jan 2010 00:16:06 +0000 (00:16 +0000)]
Fix residual unwanted whiteout in tablature

14 years agoDoc: Fix link, part two.
Francisco Vila [Tue, 26 Jan 2010 23:07:18 +0000 (00:07 +0100)]
Doc: Fix link, part two.

14 years agoCG: thinko on the argument of @translationof
John Mandereau [Tue, 26 Jan 2010 22:45:50 +0000 (23:45 +0100)]
CG: thinko on the argument of @translationof

Thanks to Yoshiki Sawada.

14 years agoRemove the last vestiges of next-space.
Joe Neeman [Tue, 26 Jan 2010 20:36:18 +0000 (12:36 -0800)]
Remove the last vestiges of next-space.

14 years agoDoc-es: move Extending.
Francisco Vila [Tue, 26 Jan 2010 17:59:18 +0000 (18:59 +0100)]
Doc-es: move Extending.

14 years agoDoc: fix link.
Francisco Vila [Tue, 26 Jan 2010 17:46:13 +0000 (18:46 +0100)]
Doc: fix link.

14 years agoDoc-es: update of Pitches.
Francisco Vila [Tue, 26 Jan 2010 17:29:45 +0000 (18:29 +0100)]
Doc-es: update of Pitches.

14 years agoDoc-es: Update of Percussion.
Francisco Vila [Tue, 26 Jan 2010 10:19:04 +0000 (11:19 +0100)]
Doc-es: Update of Percussion.

14 years agoDoc-es: Update of Literature.
Francisco Vila [Tue, 26 Jan 2010 10:04:46 +0000 (11:04 +0100)]
Doc-es: Update of Literature.

14 years agoDoc-es: update of Keyboards.
Francisco Vila [Tue, 26 Jan 2010 10:01:42 +0000 (11:01 +0100)]
Doc-es: update of Keyboards.

14 years agoDoc-es: Update of Input.
Francisco Vila [Tue, 26 Jan 2010 09:42:38 +0000 (10:42 +0100)]
Doc-es: Update of Input.

14 years agoDoc-es: Update of Fretted
Francisco Vila [Tue, 26 Jan 2010 09:15:34 +0000 (10:15 +0100)]
Doc-es: Update of Fretted

14 years agoAdd FretBoards context to performer-init.ly.
Neil Puttock [Tue, 26 Jan 2010 00:29:45 +0000 (00:29 +0000)]
Add FretBoards context to performer-init.ly.

This silences the following warning in midi:

  warning: cannot find or create new `FretBoards'

14 years agoDoc: CG: Add `grand-replace' instructions.
Neil Puttock [Tue, 26 Jan 2010 00:29:23 +0000 (00:29 +0000)]
Doc: CG: Add `grand-replace' instructions.

14 years agoDoc-es: Update of Expressive.
Francisco Vila [Tue, 26 Jan 2010 00:25:32 +0000 (01:25 +0100)]
Doc-es: Update of Expressive.

14 years agoBuild: think in EXTRA_DIST_FILES command.
Graham Percival [Mon, 25 Jan 2010 21:35:15 +0000 (21:35 +0000)]
Build: think in EXTRA_DIST_FILES command.

14 years agoDoc: CG: fix git cmd for uploading release/unstable.
Graham Percival [Mon, 25 Jan 2010 21:03:02 +0000 (21:03 +0000)]
Doc: CG: fix git cmd for uploading release/unstable.

14 years agoDoc: bring consistency to LM \context{ indentation.
Graham Percival [Mon, 25 Jan 2010 20:38:44 +0000 (20:38 +0000)]
Doc: bring consistency to LM \context{ indentation.

14 years agoDoc: CG: remove second "stable release" list.
Graham Percival [Mon, 25 Jan 2010 20:36:07 +0000 (20:36 +0000)]
Doc: CG: remove second "stable release" list.

I forgot that it was already earlier in the chapter.

14 years agoDoc-es: Update of Editorial.
Francisco Vila [Mon, 25 Jan 2010 17:46:12 +0000 (18:46 +0100)]
Doc-es: Update of Editorial.

14 years agoDoc-es: Update of Chords
Francisco Vila [Mon, 25 Jan 2010 17:40:05 +0000 (18:40 +0100)]
Doc-es: Update of Chords

14 years agoDoc-es: update Cheatsheet.
Francisco Vila [Mon, 25 Jan 2010 17:34:01 +0000 (18:34 +0100)]
Doc-es: update Cheatsheet.

14 years agoDoc: Policy nits
Francisco Vila [Mon, 25 Jan 2010 17:28:16 +0000 (18:28 +0100)]
Doc: Policy nits

14 years agoDoc-es: Add missing file - Common Notation
Francisco Vila [Mon, 25 Jan 2010 16:11:52 +0000 (17:11 +0100)]
Doc-es: Add missing file - Common Notation

14 years agoDoc-es: Update of Changing Defaults.
Francisco Vila [Mon, 25 Jan 2010 16:11:30 +0000 (17:11 +0100)]
Doc-es: Update of Changing Defaults.

14 years agoDocs: typos
Jean-Charles Malahieude [Sun, 24 Jan 2010 19:44:54 +0000 (20:44 +0100)]
Docs: typos

14 years agoBuild: remove unneeded EXTRA_DIST.
Graham Percival [Sun, 24 Jan 2010 15:57:08 +0000 (15:57 +0000)]
Build: remove unneeded EXTRA_DIST.

14 years agoDoc: CG: begin list of pre-stable release tasks.
Graham Percival [Sun, 24 Jan 2010 15:40:46 +0000 (15:40 +0000)]
Doc: CG: begin list of pre-stable release tasks.

14 years agoBuild: move unused templates into Usage.
Graham Percival [Sun, 24 Jan 2010 15:23:06 +0000 (15:23 +0000)]
Build: move unused templates into Usage.

14 years agoWeb build: fix "return to manuals index" links.
Graham Percival [Sun, 24 Jan 2010 15:19:58 +0000 (15:19 +0000)]
Web build: fix "return to manuals index" links.

14 years agoBuild: run makelsr.py, add new files to git.
Graham Percival [Sun, 24 Jan 2010 14:38:01 +0000 (14:38 +0000)]
Build: run makelsr.py, add new files to git.

14 years agoBuild: move headwords into LSR staging area.
Graham Percival [Sun, 24 Jan 2010 14:32:52 +0000 (14:32 +0000)]
Build: move headwords into LSR staging area.

14 years agoSet git to ignore *.info files
Trevor Daniels [Sun, 24 Jan 2010 11:31:17 +0000 (11:31 +0000)]
Set git to ignore *.info files

14 years agoRun grand-replace for 2010.
Neil Puttock [Sat, 23 Jan 2010 21:17:27 +0000 (21:17 +0000)]
Run grand-replace for 2010.

14 years agogrand-replace.py: Update.
Neil Puttock [Sat, 23 Jan 2010 21:11:51 +0000 (21:11 +0000)]
grand-replace.py: Update.

* add txi-it.tex to copied_files

* use lookahead to prevent space after current year being swallowed in
  files with single copyright year

14 years agoRegtests: Improve texidoc for quote-tie.ly.
Neil Puttock [Sat, 23 Jan 2010 15:53:19 +0000 (15:53 +0000)]
Regtests: Improve texidoc for quote-tie.ly.

14 years agoDoc-fr: proofreadings of web
Jean-Charles Malahieude [Sat, 23 Jan 2010 14:44:55 +0000 (15:44 +0100)]
Doc-fr: proofreadings of web

* adding membership to web.texi
* web.texi: correct documentlanguage
* web/introduction: review
* web/manuals: first pass

14 years agoDoc build: fix links to duplicate html anchors.
Graham Percival [Sat, 23 Jan 2010 13:20:45 +0000 (13:20 +0000)]
Doc build: fix links to duplicate html anchors.

Fix issue #957.  texi2html still creates two html anchors, but at
least we link to the right one, so the website pages load
correctly.

14 years agoDoc-es: fix links in Ancient.
Francisco Vila [Sat, 23 Jan 2010 11:51:13 +0000 (12:51 +0100)]
Doc-es: fix links in Ancient.

Node names cannot contain colons

14 years agoDoc-de: corrections to the website
Till Paala [Fri, 22 Jan 2010 10:02:47 +0000 (12:02 +0200)]
Doc-de: corrections to the website

14 years agoDoc-de: improve untranslated nodes in web/community.itexi
Till Paala [Fri, 22 Jan 2010 08:58:13 +0000 (10:58 +0200)]
Doc-de: improve untranslated nodes in web/community.itexi

14 years agoWeb build: remove some unneeded # html links.
Graham Percival [Fri, 22 Jan 2010 19:47:16 +0000 (19:47 +0000)]
Web build: remove some unneeded # html links.

Unfortunately this only applies to external_href, so the website
TOC is still broken.  But at least it's a step in the right
direction.

14 years agoDoc-es: update of Ancient.
Francisco Vila [Fri, 22 Jan 2010 19:04:27 +0000 (20:04 +0100)]
Doc-es: update of Ancient.

14 years agoBuild: hackily add bibliography.
Graham Percival [Fri, 22 Jan 2010 00:18:18 +0000 (00:18 +0000)]
Build: hackily add bibliography.

This is quite yucky, but it's taken over an hour and frankly
nobody's complained that the bibliography has been broken for a
year, so I'm inclined just to go with this.

14 years agoDoc-es: fix link.
Francisco Vila [Fri, 22 Jan 2010 18:32:12 +0000 (19:32 +0100)]
Doc-es: fix link.

14 years agoDoc-es: update notation appendices
Francisco Vila [Fri, 22 Jan 2010 17:41:42 +0000 (18:41 +0100)]
Doc-es: update notation appendices

14 years agoDoc-es: update to Notation, main file.
Francisco Vila [Fri, 22 Jan 2010 16:12:49 +0000 (17:12 +0100)]
Doc-es: update to Notation, main file.

14 years agoWeb-es: several updates.
Francisco Vila [Fri, 22 Jan 2010 11:20:18 +0000 (12:20 +0100)]
Web-es: several updates.

14 years agoDoc-es: update Templates.
Francisco Vila [Fri, 22 Jan 2010 10:45:54 +0000 (11:45 +0100)]
Doc-es: update Templates.

14 years agoDocs: Usage: -fsvg is not a valid option.
Patrick McCarty [Fri, 22 Jan 2010 03:25:56 +0000 (19:25 -0800)]
Docs: Usage: -fsvg is not a valid option.

14 years agoUpdate program requirements.
Mark Polesky [Fri, 22 Jan 2010 02:53:58 +0000 (18:53 -0800)]
Update program requirements.

New running requirements:
  *  guile 1.8.2
  *  ghostscript 8.60

14 years agoFix X-translation of \fill-line markup.
Alexander Kobel [Fri, 22 Jan 2010 02:34:14 +0000 (18:34 -0800)]
Fix X-translation of \fill-line markup.

fill-line currently only considers the extents of the stencils, not
their position relative to the X-origin; with the patch, they are
shifted according to the first stencil argument.

14 years agoConfigure: clean up flags from `python-config --cflags'.
Keaton Mowery [Fri, 22 Jan 2010 01:19:21 +0000 (17:19 -0800)]
Configure: clean up flags from `python-config --cflags'.

The sed command used to strip the unnecessary flags from the command
`python-config --cflags' was not working.

This commit (slightly amended from the original) fixes the issue.

Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
14 years agoBuild: begin bibliography re-integration.
Graham Percival [Fri, 22 Jan 2010 00:17:03 +0000 (00:17 +0000)]
Build: begin bibliography re-integration.

14 years agoMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/lilypond
John Mandereau [Thu, 21 Jan 2010 23:36:17 +0000 (00:36 +0100)]
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/lilypond

14 years agoAvoid orphan/widow markup lines.
Boris Shingarov [Thu, 21 Jan 2010 23:26:46 +0000 (15:26 -0800)]
Avoid orphan/widow markup lines.

14 years agoDoc-de: update commitishes for website translation
Till Paala [Thu, 21 Jan 2010 20:20:12 +0000 (22:20 +0200)]
Doc-de: update commitishes for website translation

14 years agoRegtests: correct Russian spelling, thanks Dmytro!
Graham Percival [Thu, 21 Jan 2010 20:12:17 +0000 (20:12 +0000)]
Regtests: correct Russian spelling, thanks Dmytro!

14 years agoWeb build: add topdir files for lilypond.org.
Graham Percival [Thu, 21 Jan 2010 20:06:02 +0000 (20:06 +0000)]
Web build: add topdir files for lilypond.org.

14 years agoDoc-de: update of macros and de.po file
Till Paala [Mon, 18 Jan 2010 21:31:48 +0000 (23:31 +0200)]
Doc-de: update of macros and de.po file

14 years agoDoc-de: partly translation of web/community.itexi
Till Paala [Tue, 12 Jan 2010 20:00:42 +0000 (22:00 +0200)]
Doc-de: partly translation of web/community.itexi

14 years agoDoc-de: translation of web/manuals.itexi
Till Paala [Sun, 10 Jan 2010 21:19:48 +0000 (23:19 +0200)]
Doc-de: translation of web/manuals.itexi

14 years agoDoc-de: change makefiles for web.texi
Till Paala [Sun, 10 Jan 2010 14:41:35 +0000 (16:41 +0200)]
Doc-de: change makefiles for web.texi

14 years agoDoc-de: website translation: download.itexi
Till Paala [Sat, 9 Jan 2010 20:45:07 +0000 (22:45 +0200)]
Doc-de: website translation: download.itexi

14 years agoDoc-de: Begin of website translation
Till Paala [Sat, 9 Jan 2010 19:50:37 +0000 (21:50 +0200)]
Doc-de: Begin of website translation

14 years agoMerge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond
John Mandereau [Thu, 21 Jan 2010 19:50:09 +0000 (20:50 +0100)]
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond

14 years agoDocs: fix documentation reference of translation committishes
John Mandereau [Thu, 21 Jan 2010 19:45:19 +0000 (20:45 +0100)]
Docs: fix documentation reference of translation committishes

14 years agoUpdate translation instructions in the Contribuotrs' Guide
John Mandereau [Thu, 21 Jan 2010 18:43:53 +0000 (19:43 +0100)]
Update translation instructions in the Contribuotrs' Guide

- remove explanation for converting old translations that didn't use
@translationof, as there are probably no longer such docs around;
- really explain committishes stuff;
- remove last traces of the old Documentation index in HTML and the
switch to the new website in Texinfo;
- link to new CG sectiosn about Git usage;
- explicitly tell translators the freedom they may want to take w.r.t.
partial translation of a file or taking distance from the text in
English, using Community section of the website as an example.