]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
14 years agoDoc: Update translations status.
Francisco Vila [Mon, 31 May 2010 11:23:17 +0000 (13:23 +0200)]
Doc: Update translations status.

14 years agoDoc-es: update snippets committishes.
Francisco Vila [Mon, 31 May 2010 11:21:45 +0000 (13:21 +0200)]
Doc-es: update snippets committishes.

14 years agoDoc-es: snippet update.
Francisco Vila [Mon, 31 May 2010 11:17:35 +0000 (13:17 +0200)]
Doc-es: snippet update.

14 years agoDoc-es: full update, except Snippets.
Francisco Vila [Mon, 31 May 2010 11:10:57 +0000 (13:10 +0200)]
Doc-es: full update, except Snippets.

14 years agoWeb-es: full update.
Francisco Vila [Mon, 31 May 2010 10:51:04 +0000 (12:51 +0200)]
Web-es: full update.

14 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Mon, 31 May 2010 10:41:58 +0000 (12:41 +0200)]
Merge branch 'master' into lilypond/translation

14 years agoWeb-es: update News.
Francisco Vila [Mon, 31 May 2010 10:40:36 +0000 (12:40 +0200)]
Web-es: update News.

14 years agoDoc-es: update of Repeats.
Francisco Vila [Mon, 31 May 2010 10:21:42 +0000 (12:21 +0200)]
Doc-es: update of Repeats.

14 years agoDoc-es: Update Changing Defaults.
Francisco Vila [Mon, 31 May 2010 09:58:51 +0000 (11:58 +0200)]
Doc-es: Update Changing Defaults.

14 years agoDoc-es: update Programming Interface.
Francisco Vila [Mon, 31 May 2010 09:34:53 +0000 (11:34 +0200)]
Doc-es: update Programming Interface.

14 years agoDon't segfault on invalid engraver names.
Benjamin Peterson [Thu, 27 May 2010 21:43:11 +0000 (16:43 -0500)]
Don't segfault on invalid engraver names.

Generate the definition for procedure scheme engravers properly.

14 years agoFix #305: Allow alignment spanner to be broken for dynamics.
Neil Puttock [Sun, 30 May 2010 22:17:24 +0000 (23:17 +0100)]
Fix #305: Allow alignment spanner to be broken for dynamics.

Introduce a new event class which will trigger the end of a DynamicLineSpanner
prematurely, thus allowing dynamics to be positioned independently.

14 years agoDoc-de: updates for notation manual
Till Paala [Sun, 30 May 2010 20:29:26 +0000 (23:29 +0300)]
Doc-de: updates for notation manual

Updates to the files:
  * notation.tely
  * cheatsheet.itely
  * chords.itely
  * editorial.itely
  * expressive.itely

14 years agoDoc: begin pre-GOP work for "simple tasks".
Graham Percival [Sun, 30 May 2010 17:28:41 +0000 (18:28 +0100)]
Doc: begin pre-GOP work for "simple tasks".

14 years agoWeb: make "other languages" in left footer.
Graham Percival [Sun, 30 May 2010 16:36:14 +0000 (17:36 +0100)]
Web: make "other languages" in left footer.

14 years agoDoc: Updated CG 4.3.3 Sectioning Commands
James Lowe [Sun, 30 May 2010 09:10:09 +0000 (10:10 +0100)]
Doc: Updated CG 4.3.3 Sectioning Commands

Added note about not using @ within @node with example.
Minor formatting of @code text within section for consistency

14 years agoDoc: Remove more '@' commands from @node sections
James Lowe [Sat, 29 May 2010 22:10:56 +0000 (23:10 +0100)]
Doc: Remove more '@' commands from @node sections

14 years agoDoc: Remove any '@' commands from @node sections
James Lowe [Sat, 29 May 2010 14:27:02 +0000 (15:27 +0100)]
Doc: Remove any '@' commands from @node sections

Also edited an @ref{}

14 years agoMerge branch 'lilypond/translation'
Francisco Vila [Sat, 29 May 2010 13:23:37 +0000 (15:23 +0200)]
Merge branch 'lilypond/translation'

14 years agoRevert "don't segfault on invalid engraver names"
Carl Sorensen [Fri, 28 May 2010 21:10:23 +0000 (15:10 -0600)]
Revert "don't segfault on invalid engraver names"

This reverts commit 7aca33f5805fcf6af6ccc1fa722abbfbb9b26ee6.

14 years agodon't segfault on invalid engraver names
Benjamin Peterson [Thu, 27 May 2010 21:43:11 +0000 (16:43 -0500)]
don't segfault on invalid engraver names

14 years agoDoc: CG: add instructions for building ajax search.
Graham Percival [Thu, 6 May 2010 15:33:29 +0000 (16:33 +0100)]
Doc: CG: add instructions for building ajax search.

14 years agoBuild: don't include AJAX by default.
Graham Percival [Fri, 14 May 2010 16:41:57 +0000 (17:41 +0100)]
Build: don't include AJAX by default.

14 years agoDocs: Add AJAX search field to the docs
Reinhold Kainhofer [Sun, 11 Apr 2010 16:21:05 +0000 (18:21 +0200)]
Docs: Add AJAX search field to the docs

-) Add a search field to the toc pane in our docs. If the user types three
   letters or more, an AJAX request is sent to the server to perform a
   search. The AJAX part is implemented in JS, the search part itself is
   implemented in PHP on the server side, which wades through a pre-generated
   index file (pure text).
-) The texi2html init file now has the ability to create our own search
   index file, currently in pure text (the search script will go through it
   line for line.
-) The search box is shown via JavaScript only if the files are viewed over
   http. If the user has JavaScript disabled or if the files are viewed as
   static pages (and not over http), then no search box appears, since it
   would not work anyway.
-) Also, don't show search box when AJAX initialization failed.
-) Print nice message if search index can't be opened, don't fail with error
-) Install and use language-dependent index files for all known languages
-) If we don't have a texinfo index, don't load the JS and don't print
   out the search box. (Workaround: css_lines is called before
   init_out, so we need to do the check already in css_lines!)
   If the index would be empty, don't create an empty .idx file

-) If AJAX works and a user presses enter, the same AJAX query is triggered
   as when entering some letters, and the results appear on the same page.
   However, if for some reason AJAX does not work (in particular, if the
   onSubmit action handler isn't called), then a search page is loaded
   with the same results as the AJAX query...

14 years agoDoc-es: Update Pitches and Rhythms.
Francisco Vila [Thu, 27 May 2010 23:46:52 +0000 (01:46 +0200)]
Doc-es: Update Pitches and Rhythms.

14 years agoDoc-es: update of Input, Keyboards and lilypond-book.
Francisco Vila [Thu, 27 May 2010 23:32:05 +0000 (01:32 +0200)]
Doc-es: update of Input, Keyboards and lilypond-book.

14 years agoMerge remote branch 'origin/release/unstable'
Patrick McCarty [Thu, 27 May 2010 22:51:47 +0000 (15:51 -0700)]
Merge remote branch 'origin/release/unstable'

14 years agoBuild fix.
Graham Percival [Thu, 27 May 2010 19:28:20 +0000 (20:28 +0100)]
Build fix.

14 years agoWeb: Changed Link for compiling instructions
James Lowe [Thu, 27 May 2010 19:10:03 +0000 (20:10 +0100)]
Web: Changed Link for compiling instructions

Points now to CG 3.0 (compiling) not 3.5 (compiling lilypond)

14 years agoDoc: add stuff to CG "Regtests"
Valentin Villenave [Thu, 27 May 2010 18:37:51 +0000 (20:37 +0200)]
Doc: add stuff to CG "Regtests"

This is clearly not ideal, but at least it's slightly
better than having empty sections. Hopefully someone
else will add more accurate/helpful information later.

14 years agoDoc: add subheadings to CG "Regtests"
Valentin Villenave [Thu, 27 May 2010 17:14:00 +0000 (19:14 +0200)]
Doc: add subheadings to CG "Regtests"

14 years agoDoc: small addition to CG "Getting the source code"
Valentin Villenave [Thu, 27 May 2010 17:09:01 +0000 (19:09 +0200)]
Doc: small addition to CG "Getting the source code"

Graham: I hear you :-)

14 years agoRevert "Doc: update CG "Working with source code""
Graham Percival [Thu, 27 May 2010 16:54:45 +0000 (17:54 +0100)]
Revert "Doc: update CG "Working with source code""

This reverts commit 2ed20ae542b8fb12a313cdebbd1be42447d4277c.

We don't want this info here, and it already exists in CG 3.3.
Discuss things like this before changing it.

14 years agoDoc : update CG "Regression tests"
Valentin Villenave [Thu, 27 May 2010 16:49:07 +0000 (18:49 +0200)]
Doc : update CG "Regression tests"

This commit updates the first, basic section about
regtest compilation.  It may need to be completed.

14 years agoDoc: update CG "Working with source code"
Valentin Villenave [Thu, 27 May 2010 16:45:12 +0000 (18:45 +0200)]
Doc: update CG "Working with source code"

The possibility to download the source code as a tarball
wasn't mentioned at all; I added it for completeness' sake,
whilst explicitely discouraging it in favor of git stuff.

14 years agoRelease: bump version.
Graham Percival [Thu, 27 May 2010 16:33:50 +0000 (17:33 +0100)]
Release: bump version.

14 years agoRelease: update news.
Graham Percival [Thu, 27 May 2010 15:09:49 +0000 (16:09 +0100)]
Release: update news.

14 years agoRelease: update news.
Graham Percival [Tue, 25 May 2010 12:57:20 +0000 (13:57 +0100)]
Release: update news.

14 years agoRemove horizontal space from vspace markup
Carl Sorensen [Tue, 4 May 2010 00:11:20 +0000 (18:11 -0600)]
Remove horizontal space from vspace markup

14 years agoRelease: update news. release/2.13.22-1
Graham Percival [Thu, 27 May 2010 15:09:49 +0000 (16:09 +0100)]
Release: update news.

14 years agoMerge commit 'origin' into release/unstable
Graham Percival [Thu, 27 May 2010 15:08:46 +0000 (16:08 +0100)]
Merge commit 'origin' into release/unstable

14 years agoDoc: remove unneeded translated file.
Graham Percival [Thu, 27 May 2010 14:28:50 +0000 (15:28 +0100)]
Doc: remove unneeded translated file.

14 years agoDoc: Essay - engraving - typos and .ly examples
James Lowe [Thu, 27 May 2010 12:14:47 +0000 (13:14 +0100)]
Doc: Essay - engraving - typos and .ly examples

Corrected some spelling mistakes
Made some adjustements to some of the .ly examples as per the CG

14 years agoFix 881, with Neil's suggestion
Carl Sorensen [Sat, 15 May 2010 01:51:57 +0000 (19:51 -0600)]
Fix 881, with Neil's suggestion

Make laisser-vibrez::print a pure function

Add regression test for issue 881

14 years agoWeb-es: Update Introduction.
Francisco Vila [Thu, 27 May 2010 10:37:13 +0000 (12:37 +0200)]
Web-es: Update Introduction.

14 years agoWeb-es: update of Community.
Francisco Vila [Thu, 27 May 2010 09:28:23 +0000 (11:28 +0200)]
Web-es: update of Community.

14 years agoDoc-es: Update of Notation Appendices.
Francisco Vila [Thu, 27 May 2010 09:12:14 +0000 (11:12 +0200)]
Doc-es: Update of Notation Appendices.

14 years agoDoc-es: update Fundamental and Tweaks.
Francisco Vila [Wed, 26 May 2010 15:40:28 +0000 (17:40 +0200)]
Doc-es: update Fundamental and Tweaks.

14 years agoMerge commit 'origin' into release/unstable
Graham Percival [Wed, 26 May 2010 12:23:19 +0000 (13:23 +0100)]
Merge commit 'origin' into release/unstable

14 years agoWeb: typo.
Francisco Vila [Wed, 26 May 2010 11:31:05 +0000 (13:31 +0200)]
Web: typo.

14 years agoUse compat_itoa (was itoa). Fixes build on systems that define itoa in Python.h
Jan Nieuwenhuizen [Wed, 26 May 2010 12:22:53 +0000 (14:22 +0200)]
Use compat_itoa (was itoa).  Fixes build on systems that define itoa in Python.h

In fact, such a system was found by gperciva on #gub: the ancient Ubuntu 9.04.

14 years agoDoc: remove another unused file.
Francisco Vila [Wed, 26 May 2010 12:11:14 +0000 (14:11 +0200)]
Doc: remove another unused file.

14 years agoDoc: remove unused files.
Francisco Vila [Wed, 26 May 2010 11:55:26 +0000 (13:55 +0200)]
Doc: remove unused files.

14 years agoDoc-es: update of Tutorial.
Francisco Vila [Wed, 26 May 2010 11:38:35 +0000 (13:38 +0200)]
Doc-es: update of Tutorial.

14 years agoWeb: typo.
Francisco Vila [Wed, 26 May 2010 11:31:05 +0000 (13:31 +0200)]
Web: typo.

14 years agoDoc-de: fix link to manuals.
Francisco Vila [Tue, 25 May 2010 23:26:27 +0000 (01:26 +0200)]
Doc-de: fix link to manuals.

14 years agoRelease: update news.
Graham Percival [Tue, 25 May 2010 12:57:20 +0000 (13:57 +0100)]
Release: update news.

14 years agoDoc-es: Update of Common Notation.
Francisco Vila [Tue, 25 May 2010 10:10:22 +0000 (12:10 +0200)]
Doc-es: Update of Common Notation.

14 years agoDoc: Typo.
Francisco Vila [Mon, 24 May 2010 19:14:20 +0000 (21:14 +0200)]
Doc: Typo.

14 years agoMerge branch 'lilypond/translation'
Jean-Charles Malahieude [Mon, 24 May 2010 17:57:35 +0000 (19:57 +0200)]
Merge branch 'lilypond/translation'

14 years agoDoc-fr: external.itely
Jean-Charles Malahieude [Mon, 24 May 2010 17:54:58 +0000 (19:54 +0200)]
Doc-fr: external.itely
full translation

14 years agoDoc-fr: adding search-box
Jean-Charles Malahieude [Mon, 24 May 2010 16:04:24 +0000 (18:04 +0200)]
Doc-fr: adding search-box

14 years agoDoc-fr: nitpicks
Jean-Charles Malahieude [Mon, 24 May 2010 16:03:40 +0000 (18:03 +0200)]
Doc-fr: nitpicks

14 years agoDoc-fr: Oops
Jean-Charles Malahieude [Sun, 23 May 2010 18:13:01 +0000 (20:13 +0200)]
Doc-fr: Oops
- tutorial: node name and xref
- web.texi: direct access to individual manuals

14 years agoDoc-fr: usage
Jean-Charles Malahieude [Sun, 23 May 2010 15:51:34 +0000 (17:51 +0200)]
Doc-fr: usage
- updates
- redistribution

14 years agoDoc-fr: learning
Jean-Charles Malahieude [Sun, 23 May 2010 15:45:49 +0000 (17:45 +0200)]
Doc-fr: learning
- updates
- redistribution

14 years agoDoc-es: add missing committish for newly added snippet.
Francisco Vila [Sat, 22 May 2010 11:24:36 +0000 (13:24 +0200)]
Doc-es: add missing committish for newly added snippet.

14 years agoAdd missing template translation.
Francisco Vila [Sat, 22 May 2010 11:16:44 +0000 (13:16 +0200)]
Add missing template translation.

14 years agoDoc-es: Update Fundamental and Templates.
Francisco Vila [Fri, 21 May 2010 16:34:26 +0000 (18:34 +0200)]
Doc-es: Update Fundamental and Templates.

14 years agoDoc: CG updated rules for {} usage in ly examples
James Lowe [Thu, 20 May 2010 21:08:42 +0000 (22:08 +0100)]
Doc: CG updated rules for {} usage in ly examples

Added new guidelines and improved example of previous one.

14 years agoDoc-es: update Changes and World.
Francisco Vila [Fri, 21 May 2010 10:56:24 +0000 (12:56 +0200)]
Doc-es: update Changes and World.

14 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Fri, 21 May 2010 10:37:29 +0000 (12:37 +0200)]
Merge branch 'master' into lilypond/translation

14 years agoRevert "Doc: CG add rule for using { } with .ly examples"
Graham Percival [Thu, 20 May 2010 16:20:44 +0000 (17:20 +0100)]
Revert "Doc: CG add rule for using { } with .ly examples"

This reverts commit 113c5a61268840fcf187624419391bca2944b7d6.

Sorry, I forgot to test it (or even really look at it); James let
me know about a problem, which was obvious when I took a second
glance at the patch.

14 years agoDoc: CG add rule for using { } with .ly examples
James Lowe [Thu, 20 May 2010 16:00:00 +0000 (17:00 +0100)]
Doc: CG add rule for using { } with .ly examples

14 years agoWeb-Doc build: fix #1036.
Francisco Vila [Thu, 20 May 2010 11:06:48 +0000 (13:06 +0200)]
Web-Doc build: fix #1036.

This patch also includes a fix for the remove_unneeded_anchor function.

14 years agoWeb: Introduction re-title main page sections
Colin Campbell [Thu, 20 May 2010 03:07:31 +0000 (21:07 -0600)]
Web: Introduction re-title main page sections

Replace "question form" section titles with declaratives

14 years agoFix #1092.
Neil Puttock [Wed, 19 May 2010 22:59:25 +0000 (23:59 +0100)]
Fix #1092.

* scm/define-grobs.scm (all-grob-descriptions):

  use callback to set 'head-direction for LaissezVibrerTieColumn

14 years agoDon't hardcode a limited set of markup signatures.
David Kastrup [Wed, 19 May 2010 21:44:56 +0000 (15:44 -0600)]
Don't hardcode a limited set of markup signatures.

Remove the hardcoded limitations of markup signatures.  This patch is
moving toward a unified interface for music functions, markup functions,
and user functions.

14 years agoWeb: reorganise Introduction - Easier editing
Colin Campbell [Wed, 19 May 2010 19:24:40 +0000 (13:24 -0600)]
Web: reorganise Introduction - Easier editing

re-arranged LPT, Frescobaldi & Denemo
added pointer to Usage Text editor support for Emacs & vim
re-organised "Other programs can export"
added "Algorithmic code generators

14 years agoDoc [nl]: Update translation.
Jan Nieuwenhuizen [Wed, 19 May 2010 19:43:20 +0000 (21:43 +0200)]
Doc [nl]: Update translation.

14 years agomidi2ly: open midi input file in binary mode. Fixes #834.
Jan Nieuwenhuizen [Wed, 19 May 2010 13:53:14 +0000 (15:53 +0200)]
midi2ly: open midi input file in binary mode.  Fixes #834.

After some GUB python hacking I decided the problem was not in Python
but in midi.c.  Then it was easy, I printed the midi_dump

    midi_dump = midi.parse (str)

in wine and compared that with the Linux one

    wine: ((1, 960), [])
    linux: ((1, 960), [[(0, (255, 88, '\x04\x02\x18\x08')), (0, [..]

and then printed the input STR to that function

    wine: string:>>> MThd

14 years agoAdd extra string parameter to midi_error () and make error messages more useful.
Jan Nieuwenhuizen [Wed, 19 May 2010 13:44:34 +0000 (15:44 +0200)]
Add extra string parameter to midi_error () and make error messages more useful.

14 years agoDoc: NR: Using \partial with \repeat.
Mark Polesky [Mon, 17 May 2010 22:20:26 +0000 (15:20 -0700)]
Doc: NR: Using \partial with \repeat.

14 years agoWeb: begin listing academic papers in Publications.
Graham Percival [Mon, 17 May 2010 17:20:14 +0000 (18:20 +0100)]
Web: begin listing academic papers in Publications.

14 years agoWeb: rename/move to create Intro->Reviews
Graham Percival [Sun, 16 May 2010 22:37:17 +0000 (23:37 +0100)]
Web: rename/move to create Intro->Reviews

1) old Introduction-> Testimonials ==> the right-hand div in
Introduction->Reviews.
2) old Community->Publications "what others wrote" ==> left-hand
div in Introduction->Reviews.
3) global "s/Testimonials/Reviews/g" in introduction.itely.

14 years agoWeb: Introduction-Features mention plugins
Colin Campbell [Mon, 17 May 2010 01:33:15 +0000 (19:33 -0600)]
Web: Introduction-Features mention plugins

Add mention of plugins for wikis and blogs

14 years agoDoc: NR snippet: controlling tuplet bracket vis
James Lowe [Mon, 17 May 2010 16:28:28 +0000 (17:28 +0100)]
Doc: NR snippet: controlling tuplet bracket vis

Added snippet to doc

14 years agoChanges: add G clef rotation notice.
Francisco Vila [Mon, 17 May 2010 11:03:33 +0000 (13:03 +0200)]
Changes: add G clef rotation notice.

14 years agoIssue 1080: corrected spacing in double bar lines
Marc Hohl [Fri, 14 May 2010 06:21:03 +0000 (08:21 +0200)]
Issue 1080: corrected spacing in double bar lines

14 years agoCorrect line endings in regression test.
Neil Puttock [Sat, 15 May 2010 22:37:14 +0000 (23:37 +0100)]
Correct line endings in regression test.

14 years agoAdd regression test for #1056.
Neil Puttock [Sat, 15 May 2010 22:23:52 +0000 (23:23 +0100)]
Add regression test for #1056.

14 years agoUpdate mailmap.
Neil Puttock [Sat, 15 May 2010 21:48:57 +0000 (22:48 +0100)]
Update mailmap.

14 years agoFix #1056: Incorrect height estimation for stems
Boris Shingarov [Sat, 15 May 2010 21:28:32 +0000 (22:28 +0100)]
Fix #1056: Incorrect height estimation for stems

Check for user-overridden 'length when calculating pure height.

14 years agoFix post_events list order for chord repetitions.
Neil Puttock [Sat, 15 May 2010 20:48:24 +0000 (21:48 +0100)]
Fix post_events list order for chord repetitions.

* lily/parser.yy (event_chord):

  reverse post_events arg to chord repetition syntax constructor

14 years agoFix post_events list order for multi-measure rests.
Neil Puttock [Sat, 15 May 2010 15:26:15 +0000 (16:26 +0100)]
Fix post_events list order for multi-measure rests.

* lily/parser.yy (event_chord):

  reverse post_events arg to multi-measure-rest syntax constructor

14 years agoLSR: Redo local update.
Neil Puttock [Sat, 15 May 2010 13:20:14 +0000 (14:20 +0100)]
LSR: Redo local update.

14 years agoDoc: Update LSR.
Mark Polesky [Fri, 14 May 2010 05:53:31 +0000 (22:53 -0700)]
Doc: Update LSR.

14 years agoDoc: LM: Make verse-and-refrain example into a template.
Mark Polesky [Fri, 14 May 2010 05:33:27 +0000 (22:33 -0700)]
Doc: LM: Make verse-and-refrain example into a template.

14 years agoRelease: bump version.
Graham Percival [Wed, 12 May 2010 16:53:18 +0000 (17:53 +0100)]
Release: bump version.

14 years agoRelease: update news. release/2.13.21-1
Graham Percival [Wed, 12 May 2010 15:02:54 +0000 (16:02 +0100)]
Release: update news.