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

14 years agoWeb-es: update Changes and News.
Francisco Vila [Tue, 11 May 2010 16:11:29 +0000 (18:11 +0200)]
Web-es: update Changes and News.

14 years agoDoc: NR removed @knownissue for X-staff tremelos
James Lowe [Tue, 11 May 2010 14:29:56 +0000 (15:29 +0100)]
Doc: NR removed @knownissue for X-staff tremelos

14 years agoAnnouncement update for the new "LilyPond Report"
Valentin Villenave [Tue, 11 May 2010 13:04:48 +0000 (15:04 +0200)]
Announcement update for the new "LilyPond Report"

I'm not familiar yet with the texinfo-based website,
hopefully this won't break anything.

14 years agoWeb-fr: correcting macros
Jean-Charles Malahieude [Sun, 9 May 2010 16:07:57 +0000 (18:07 +0200)]
Web-fr: correcting macros

14 years agoHave LilyPond issue a success/failure termination message
Ian Hulin [Sun, 9 May 2010 01:58:36 +0000 (19:58 -0600)]
Have LilyPond issue a success/failure termination message

14 years agoFontconfig: remove obsolete code.
Patrick McCarty [Tue, 23 Feb 2010 06:17:40 +0000 (22:17 -0800)]
Fontconfig: remove obsolete code.

- Since FcConfigGetCache() always recent NULL in modern Fontconfig
  versions, a lot of this code is obsolete.

Unfortunately, there doesn't appear to be a way for Fontconfig to
rebuild the font cache *if needed*, as the code comment notes.

14 years agoBuild: Bump Fontconfig minimum version.
Patrick McCarty [Sat, 8 May 2010 20:42:31 +0000 (13:42 -0700)]
Build: Bump Fontconfig minimum version.

LilyPond currently uses an interface from Fontconfig that was
obsoleted in Fontconfig 2.3.96.  To prepare for a code cleanup (in
the next commit), bump Fontconfig to 2.4.0, the next stable
release following 2.3.96.

14 years agoBuild: Remove obsolete function checks.
Patrick McCarty [Sat, 8 May 2010 19:43:50 +0000 (12:43 -0700)]
Build: Remove obsolete function checks.

14 years agoBuild: Use AS_HELP_STRING for configure options.
Patrick McCarty [Sat, 8 May 2010 19:16:27 +0000 (12:16 -0700)]
Build: Use AS_HELP_STRING for configure options.

14 years agoBuild: Use documented AC_CONFIG_HEADERS instead.
Patrick McCarty [Fri, 7 May 2010 00:12:42 +0000 (17:12 -0700)]
Build: Use documented AC_CONFIG_HEADERS instead.

14 years agoBuild: Fix #805.
Patrick McCarty [Thu, 6 May 2010 23:52:39 +0000 (16:52 -0700)]
Build: Fix #805.

This kludgy fix is no longer needed since we require Autoconf >= 2.60.

14 years agoBuild: Bump the Autoconf minimum version.
Patrick McCarty [Thu, 6 May 2010 23:54:31 +0000 (16:54 -0700)]
Build: Bump the Autoconf minimum version.

There are issues with Autoconf < 2.60 and checking for gettext
(see issue #805), so let's try a more modern version.

14 years agoBuild: Set C++ as the default language for tests.
Patrick McCarty [Thu, 6 May 2010 23:50:00 +0000 (16:50 -0700)]
Build: Set C++ as the default language for tests.

We already check for C/C++ compilers, but the feature tests
should use g++, not gcc.

14 years agoWeb: fr compile fix.
Graham Percival [Sat, 8 May 2010 21:32:41 +0000 (22:32 +0100)]
Web: fr compile fix.

14 years agoDOC: website easier editing note re Denemo
Colin Campbell [Sat, 8 May 2010 20:24:52 +0000 (14:24 -0600)]
DOC: website easier editing note re Denemo

Added a note about the outdated version of LilyPond (2.8.7) supported by Denemo

14 years agoWeb-fr: update introduction
Jean-Charles Malahieude [Sat, 8 May 2010 18:11:38 +0000 (20:11 +0200)]
Web-fr: update introduction

and get rid of this silly node problem

14 years agoWeb: unify positioning of images on Features.
Graham Percival [Sat, 8 May 2010 14:38:12 +0000 (15:38 +0100)]
Web: unify positioning of images on Features.

14 years agoDOC: website intro reformat Features
Colin Campbell [Sat, 8 May 2010 04:08:19 +0000 (22:08 -0600)]
DOC: website intro reformat Features

Reformatted by adding div sections between subheadings.

Added reference to Easioer editing.

14 years agoDoc & scm/: Music-functions and type-predicates.
Mark Polesky [Fri, 7 May 2010 23:56:26 +0000 (16:56 -0700)]
Doc & scm/: Music-functions and type-predicates.

- Clean up:
    NR 5.6 "Using music functions"
    EL 2.1 "Music functions"
- In Extending 2.1, move `Void functions' to end of section,
  so `Functions without arguments' comes first.
- Use a consistent indentation format for music functions.
- Make some minor formatting/wording changes.
- Categorize predicates in type-p-name-alist.
- Create type-predicates-doc-string to document
  type-p-name-alist automatically.
- Add notation appendix `Predefined type predicates' to
  include type-predicates-doc-string.
- Show predicate name instead of "unknown" in
  type-check error message (provided by Neil Puttock).
- Make `color?' predicate more specific.

14 years agoDoc: LM: Mention barcheck warnings in song example; nitpicks.
Mark Polesky [Fri, 7 May 2010 21:31:24 +0000 (14:31 -0700)]
Doc: LM: Mention barcheck warnings in song example; nitpicks.

14 years agoDoc: LM: Reformat ly code.
Mark Polesky [Fri, 7 May 2010 21:18:36 +0000 (14:18 -0700)]
Doc: LM: Reformat ly code.

- Use barchecks for multi-measure examples.
- Specify first duration of every measure/line.
- Quote unquoted \clef strings (eg., \clef "treble").
- Change "\TimeKey" to "\keyTime".
- Change "\new Staff << ... >>" to "\new Staff { ... }"
  for single-voice staves.
- Remove redundant durations and excess indents.
- Minor edits to some examples in content/formatting
  for clarity.

14 years agoDOC: website intro - reformat Features page
Colin Campbell [Fri, 7 May 2010 03:01:02 +0000 (21:01 -0600)]
DOC: website intro - reformat Features page

Reformat the website Introduction Features page by adding subsections and regrouping.

14 years agoDOC: remove double listing of Rumor
Colin Campbell [Fri, 7 May 2010 02:16:26 +0000 (20:16 -0600)]
DOC: remove double listing of Rumor

Introduction - Easier editing: Rumor was listed twice.

14 years agoBuild: Remove more obsolete make variables.
Patrick McCarty [Wed, 5 May 2010 20:36:22 +0000 (13:36 -0700)]
Build: Remove more obsolete make variables.

14 years agoBuild: Finish replacing FCMATCH with FCLIST.
Patrick McCarty [Wed, 5 May 2010 20:32:40 +0000 (13:32 -0700)]
Build: Finish replacing FCMATCH with FCLIST.

14 years agoBuild: Remove obsolete GTK2 checks.
Patrick McCarty [Wed, 5 May 2010 20:29:24 +0000 (13:29 -0700)]
Build: Remove obsolete GTK2 checks.

14 years agoBuild: Remove commented configure check.
Patrick McCarty [Wed, 5 May 2010 20:23:34 +0000 (13:23 -0700)]
Build: Remove commented configure check.

14 years agoBuild: Remove obsolete `gui' configure option.
Patrick McCarty [Wed, 5 May 2010 20:21:23 +0000 (13:21 -0700)]
Build: Remove obsolete `gui' configure option.

14 years agoBuild: Move Autoconf version check to standard location.
Patrick McCarty [Wed, 5 May 2010 20:10:37 +0000 (13:10 -0700)]
Build: Move Autoconf version check to standard location.

14 years agoBuild: Update configure.in with `autoupdate'.
Patrick McCarty [Mon, 26 Apr 2010 00:57:23 +0000 (17:57 -0700)]
Build: Update configure.in with `autoupdate'.

14 years agoBuild: Sync to latest config.sub version.
Patrick McCarty [Mon, 26 Apr 2010 00:26:55 +0000 (17:26 -0700)]
Build: Sync to latest config.sub version.

14 years agoBuild: Sync to latest config.guess version.
Patrick McCarty [Mon, 26 Apr 2010 00:24:53 +0000 (17:24 -0700)]
Build: Sync to latest config.guess version.

14 years agoFix 1075: Flags too narrow
Carl Sorensen [Thu, 6 May 2010 20:44:44 +0000 (14:44 -0600)]
Fix 1075: Flags too narrow

Move feta-flags to feta-noteheads subfont, since it uses the
value of black_notehead_width, which is created when the standard
quarter note head character is created.

14 years agoWeb-fr: correcting some building errors
Jean-Charles Malahieude [Thu, 6 May 2010 19:13:42 +0000 (21:13 +0200)]
Web-fr: correcting some building errors

still remain unreachable links as soon as the "label" contains an
accented character in the unsplitted version

14 years agoWeb: add missing @end itemize to es.
Graham Percival [Thu, 6 May 2010 13:22:14 +0000 (14:22 +0100)]
Web: add missing @end itemize to es.

14 years agoDoc: de-es-ja Remove potential copyright issue.
Francisco Vila [Thu, 6 May 2010 08:46:14 +0000 (10:46 +0200)]
Doc: de-es-ja Remove potential copyright issue.

14 years agoEliminate PDF deletion in Windows
Nathan Reed [Thu, 6 May 2010 01:19:12 +0000 (18:19 -0700)]
Eliminate PDF deletion in Windows

Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
14 years agoDoc: remove other copyright potential problem.
Graham Percival [Thu, 6 May 2010 00:38:29 +0000 (01:38 +0100)]
Doc: remove other copyright potential problem.

14 years agoDoc: remove potential copyright issue.
Graham Percival [Thu, 6 May 2010 00:12:44 +0000 (01:12 +0100)]
Doc: remove potential copyright issue.

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

14 years agoRelease: update news. release/2.13.20-1
Graham Percival [Wed, 5 May 2010 15:13:11 +0000 (16:13 +0100)]
Release: update news.

14 years agoDoc: LM: Add new node to introduce bar checks.
Mark Polesky [Wed, 5 May 2010 01:24:00 +0000 (18:24 -0700)]
Doc: LM: Add new node to introduce bar checks.

14 years agoDocs: authors.itexi: Add contributor.
Neil Puttock [Tue, 4 May 2010 21:44:33 +0000 (22:44 +0100)]
Docs: authors.itexi: Add contributor.

14 years agoMake Completion_heads_engraver respect tuplets and scaling.
Pál Benkő [Tue, 4 May 2010 21:32:54 +0000 (22:32 +0100)]
Make Completion_heads_engraver respect tuplets and scaling.

Use compression factor from original note to calculate durations of
cloned notes.

14 years agoLSR: Add missing language suffix in es texidocs.
Neil Puttock [Tue, 4 May 2010 20:54:34 +0000 (21:54 +0100)]
LSR: Add missing language suffix in es texidocs.

14 years agoCompile fix.
Neil Puttock [Tue, 4 May 2010 19:30:51 +0000 (20:30 +0100)]
Compile fix.

14 years agoChange \cresc,\dim,\decresc to post-fix operators for (de)cresc spanners
Reinhold Kainhofer [Fri, 21 Aug 2009 22:49:18 +0000 (00:49 +0200)]
Change \cresc,\dim,\decresc to post-fix operators for (de)cresc spanners

-) Implement text cresc and co. using the properties of the
   (De)CrescendoEvent

-) rename old functions as deprecated (e.g. \deprecatedcresc) and
   implement a convert-ly rule

14 years agoDoc: Contributing -- remove - from git-cl
Carl Sorensen [Mon, 3 May 2010 13:14:31 +0000 (07:14 -0600)]
Doc: Contributing -- remove - from git-cl

14 years agoDoc: typo.
Francisco Vila [Mon, 3 May 2010 06:27:39 +0000 (08:27 +0200)]
Doc: typo.

14 years agoDoc: Contributing -- add instructions on git-cl issue`
Carl Sorensen [Mon, 3 May 2010 04:19:27 +0000 (22:19 -0600)]
Doc: Contributing -- add instructions on git-cl issue`

14 years agoMerge branch 'lilypond/translation'
Francisco Vila [Sun, 2 May 2010 23:19:16 +0000 (01:19 +0200)]
Merge branch 'lilypond/translation'

14 years agoDoc-es: set hash for snippet translations.
Francisco Vila [Sun, 2 May 2010 18:17:22 +0000 (20:17 +0200)]
Doc-es: set hash for snippet translations.

14 years agoDoc: update LSR.
Francisco Vila [Sun, 2 May 2010 18:15:53 +0000 (20:15 +0200)]
Doc: update LSR.

14 years agoMissing hash in translated snippet.
Francisco Vila [Sun, 2 May 2010 18:13:40 +0000 (20:13 +0200)]
Missing hash in translated snippet.

14 years agoDoc: New translation status.
Francisco Vila [Sun, 2 May 2010 18:10:17 +0000 (20:10 +0200)]
Doc: New translation status.

14 years agoDoc-es: full update, part II.
Francisco Vila [Sun, 2 May 2010 18:02:51 +0000 (20:02 +0200)]
Doc-es: full update, part II.

14 years agoweb-fr: typos in generating-output
Jean-Charles Malahieude [Sun, 2 May 2010 11:41:33 +0000 (13:41 +0200)]
web-fr: typos in generating-output

14 years agoDoc-es: full update, part I.
Francisco Vila [Sat, 1 May 2010 15:54:32 +0000 (17:54 +0200)]
Doc-es: full update, part I.

14 years agoDoc-es: update Repeats.
Francisco Vila [Sat, 1 May 2010 15:22:41 +0000 (17:22 +0200)]
Doc-es: update Repeats.

14 years agoDoc-es: update Pitches.
Francisco Vila [Sat, 1 May 2010 15:18:16 +0000 (17:18 +0200)]
Doc-es: update Pitches.

14 years agoDoc-es: update Changes.
Francisco Vila [Sat, 1 May 2010 15:08:05 +0000 (17:08 +0200)]
Doc-es: update Changes.

14 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Sat, 1 May 2010 14:53:56 +0000 (16:53 +0200)]
Merge branch 'master' into lilypond/translation

14 years agoWeb-es: full update.
Francisco Vila [Sat, 1 May 2010 14:52:30 +0000 (16:52 +0200)]
Web-es: full update.

14 years agoWeb-es: update.
Francisco Vila [Sat, 1 May 2010 14:34:22 +0000 (16:34 +0200)]
Web-es: update.

14 years agoDoc-es: temporary updates on Vocal.
Francisco Vila [Sat, 1 May 2010 14:27:07 +0000 (16:27 +0200)]
Doc-es: temporary updates on Vocal.

These updates qualify as temporary because make files match originals on the lilypond/translation branch only.

14 years agoDoc: Clarify \relative inside \repeat issue.
Mark Polesky [Fri, 30 Apr 2010 16:42:15 +0000 (09:42 -0700)]
Doc: Clarify \relative inside \repeat issue.

14 years agoTypo in index of Documentation/notation/text.itely
David Kastrup [Fri, 30 Apr 2010 08:41:00 +0000 (10:41 +0200)]
Typo in index of Documentation/notation/text.itely

14 years agoFix #943.
Patrick McCarty [Thu, 29 Apr 2010 02:25:56 +0000 (19:25 -0700)]
Fix #943.

- Currently, slur direction is calculated once and possibly modified
  later.  Combine these routines into a single function.

- Check for a post-line-break slur first; in this case, the direction
  should come from the pre-line-break slur.

- Check for a pre-line-break slur next; if found, forward its direction
  to the corresponding post-line-break slur.

- If these conditions do not hold, we have an unbroken slur, so simply
  calculate its direction.

14 years agoFix docstring on parser to reflect actual behavior of lexer
David Kastrup [Thu, 29 Apr 2010 18:20:21 +0000 (12:20 -0600)]
Fix docstring on parser to reflect actual behavior of lexer

14 years agoDoc-es: several updates.
Francisco Vila [Thu, 29 Apr 2010 12:07:38 +0000 (14:07 +0200)]
Doc-es: several updates.

14 years agoMusicXML: Set up/down for direction elements (even if not used by \mark)
Reinhold Kainhofer [Thu, 29 Apr 2010 00:31:45 +0000 (02:31 +0200)]
MusicXML: Set up/down for direction elements (even if not used by \mark)

14 years agoAdd index entry for gutter.
Werner Lemberg [Wed, 28 Apr 2010 05:00:59 +0000 (07:00 +0200)]
Add index entry for gutter.

I don't do more since a person who knows what a gutter actually is (inner
margin + binding offset) can deduce its value easily.

14 years agoDocs: Changes: Add entry for two-sided mode.
Neil Puttock [Tue, 27 Apr 2010 23:38:39 +0000 (00:38 +0100)]
Docs: Changes: Add entry for two-sided mode.

14 years agoAdd display method for repeated chords.
Neil Puttock [Tue, 27 Apr 2010 23:42:15 +0000 (00:42 +0100)]
Add display method for repeated chords.

14 years agoFix 1025 (properly, this time).
Joe Neeman [Mon, 26 Apr 2010 23:36:35 +0000 (16:36 -0700)]
Fix 1025 (properly, this time).

Take into account collisions between titles and loose lines coming
after them.

14 years agoUpdate mailmap.
Neil Puttock [Sun, 25 Apr 2010 19:18:27 +0000 (20:18 +0100)]
Update mailmap.

14 years agoChange lilypond-book's LaTeX environment option placement
David A. Kastrup [Sun, 25 Apr 2010 16:26:07 +0000 (17:26 +0100)]
Change lilypond-book's LaTeX environment option placement

This changes the documented option placement for LaTeX "lilypond"
environments in lilypond-book mode to have the options after the
environment name, like customary with LaTeX environments.
lilypond-book is adapted to accept both previous and new order.

14 years agoAdd faThin to special case for merging fa notes
Carl Sorensen [Sun, 25 Apr 2010 13:28:56 +0000 (07:28 -0600)]
Add faThin to special case for merging fa notes

14 years agoLSR: Local update.
Neil Puttock [Sun, 25 Apr 2010 13:20:05 +0000 (14:20 +0100)]
LSR: Local update.

14 years agoAdd improved shape note support
Carl Sorensen [Tue, 6 Apr 2010 04:42:54 +0000 (22:42 -0600)]
Add improved shape note support

Add Christian Harmony, Sacred Harp, and Southern Harmony styles

Add variable-thickness open note shapes to the shape note font

Change the starting character value for the Feta font to accomodate
  the extra characters.

Add new commands to base shape note scale degrees on the relative
  major.

Modify buildscripts for emmentaler font.

Add regression tests for various note styles.

Update docs to reflect new settings.

Update changes.tely.

Move noteheads to separate sub-font to allow space for shape note heads

14 years agoRelease: bump version.
Graham Percival [Sat, 24 Apr 2010 14:53:27 +0000 (15:53 +0100)]
Release: bump version.

14 years agoRelease: update news. release/2.13.19-1
Graham Percival [Sat, 24 Apr 2010 12:49:52 +0000 (13:49 +0100)]
Release: update news.

14 years agoFix segfault triggered by invalid Stem 'details settings.
Neil Puttock [Fri, 23 Apr 2010 23:07:40 +0000 (00:07 +0100)]
Fix segfault triggered by invalid Stem 'details settings.

* lily/stem.cc (calc_stem_info):

  robust_list_ref () is only robust if passed a valid list, so check
  return values for nested properties 'beamed-lengths, 'beamed-minimum-free-lengths
  and 'beamed-extreme-minimum-free-lengths in case they're invalid

14 years agoMerge branch 'master' into lilypond/translation
Jean-Charles Malahieude [Fri, 23 Apr 2010 18:30:13 +0000 (20:30 +0200)]
Merge branch 'master' into lilypond/translation

14 years agoFix 1053.
Boris Shingarov [Thu, 22 Apr 2010 20:35:38 +0000 (13:35 -0700)]
Fix 1053.

Adds the begin-of-line/rest-of-line hack for spacing between systems,
as well as within them.

14 years agoBuild: workaround for broken pre-4.13 texinfo.
Graham Percival [Thu, 22 Apr 2010 20:34:18 +0000 (21:34 +0100)]
Build: workaround for broken pre-4.13 texinfo.

14 years agoWeb-fr: adding community
Jean-Charles Malahieude [Thu, 22 Apr 2010 19:57:33 +0000 (21:57 +0200)]
Web-fr: adding community

14 years agoBuild: remove testing string, sorry!
Graham Percival [Thu, 22 Apr 2010 18:22:55 +0000 (19:22 +0100)]
Build: remove testing string, sorry!

14 years agoBuild: update info manual names.
Graham Percival [Thu, 22 Apr 2010 18:12:59 +0000 (19:12 +0100)]
Build: update info manual names.

I think?

14 years agoDoc-de: add German translations to create-weblinks-itexi.py
Till Paala [Wed, 21 Apr 2010 11:59:09 +0000 (14:59 +0300)]
Doc-de: add German translations to create-weblinks-itexi.py

14 years agoFix 974 and 1025.
Joe Neeman [Tue, 20 Apr 2010 22:25:08 +0000 (15:25 -0700)]
Fix 974 and 1025.

Tweak Slur::pure_height to account for the fact that slurs
don't start exactly on top of a note-head.

14 years agoFix 899.
Joe Neeman [Tue, 20 Apr 2010 21:31:01 +0000 (14:31 -0700)]
Fix 899.

Don't touch the stretch strength when we add full-measure-extra-space.

14 years agoFix 917.
Joe Neeman [Tue, 20 Apr 2010 21:21:04 +0000 (14:21 -0700)]
Fix 917.

Reduce the stretchability for space between two non-musical columns
so that it is not affected by the minimum distance between the columns.

14 years agoRevert "Doc: Update changes.tely for 602 fix"
Carl Sorensen [Tue, 20 Apr 2010 14:04:07 +0000 (08:04 -0600)]
Revert "Doc: Update changes.tely for 602 fix"

This reverts commit 9d7c9257fe9578a54ca5b168444afdc10dd925f0.

14 years agoRevert "Add improved shape note support"
Carl Sorensen [Tue, 20 Apr 2010 14:03:19 +0000 (08:03 -0600)]
Revert "Add improved shape note support"

This reverts commit af7da386c206a537fdc77a07431851b9545480a4.

14 years agoDoc: Update changes.tely for 602 fix
Carl Sorensen [Tue, 20 Apr 2010 02:05:15 +0000 (20:05 -0600)]
Doc: Update changes.tely for 602 fix

14 years agoAdd improved shape note support
Carl Sorensen [Tue, 6 Apr 2010 04:42:54 +0000 (22:42 -0600)]
Add improved shape note support

Add Christian Harmony, Sacred Harp, and Southern Harmony styles

Add variable-thickness open note shapes to the shape note font

Change the starting character value for the Feta font to accomodate
  the extra characters.

Add new commands to base shape note scale degrees on the relative
  major.

Add regression tests for various note styles.

Update docs to reflect new settings.

Move noteheads to separate sub-font to allow space for shape note heads

14 years agoDOC: Web Intro LilyKDE duplicated
Colin Campbell [Mon, 19 Apr 2010 19:37:27 +0000 (13:37 -0600)]
DOC: Web Intro LilyKDE duplicated

Remove LilyKDE from Mixed Environment, leave in Other not being developed

14 years agoWeb-fr: reviewed introduction
Jean-Charles Malahieude [Sun, 18 Apr 2010 09:28:23 +0000 (11:28 +0200)]
Web-fr: reviewed introduction