]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
11 years agoMerge remote-tracking branch 'origin' into HEAD release/2.15.41-1
Graham Percival [Wed, 4 Jul 2012 16:41:03 +0000 (17:41 +0100)]
Merge remote-tracking branch 'origin' into HEAD

11 years agoIssue 2626: add on-page for usage in \on-the-fly
Thomas Morley [Thu, 28 Jun 2012 10:02:40 +0000 (12:02 +0200)]
Issue 2626: add on-page for usage in \on-the-fly

For adding a markup to a footer/header of a specified page,
you can now use (on-page <page-number>) as a specification in \on-the-fly.

Signed-off-by: David Kastrup <dak@gnu.org>
11 years agoInclude +inf.0 and -inf.0 in conversions of Rational to SCM and back
David Kastrup [Thu, 28 Jun 2012 18:51:55 +0000 (20:51 +0200)]
Include +inf.0 and -inf.0 in conversions of Rational to SCM and back

11 years agoRelease: update news.
Graham Percival [Tue, 3 Jul 2012 23:37:25 +0000 (00:37 +0100)]
Release: update news.

11 years ago[mf2pt1] Updated to version 2.5.
Werner Lemberg [Tue, 3 Jul 2012 05:55:16 +0000 (07:55 +0200)]
[mf2pt1] Updated to version 2.5.

11 years agoAdd blurb about Kievan notation to changes
Aleksandr Andreev [Tue, 26 Jun 2012 13:53:08 +0000 (09:53 -0400)]
Add blurb about Kievan notation to changes

Adds a blurb and minimal example to changes.tely indicating support of Kievan notation.

11 years agoMerge branch 'translation' into staging
Francisco Vila [Mon, 2 Jul 2012 08:17:06 +0000 (10:17 +0200)]
Merge branch 'translation' into staging

11 years agoDoc-fr: snippets housekeeping (letters P-S)
Jean-Charles Malahieude [Sun, 1 Jul 2012 11:35:00 +0000 (13:35 +0200)]
Doc-fr: snippets housekeeping (letters P-S)

11 years agoRevert "Get texidoc translations out of snippets source files"
David Kastrup [Sat, 30 Jun 2012 15:57:24 +0000 (17:57 +0200)]
Revert "Get texidoc translations out of snippets source files"

This reverts commit 512d405d07aba8742658902b105a94ebbd40c2dc.

11 years agoFix description in lily/include/smobs.hh
David Kastrup [Sat, 30 Jun 2012 13:06:44 +0000 (15:06 +0200)]
Fix description in lily/include/smobs.hh

11 years agoClean fonts and docs makefiles, trying to fix 'make -j' race conditions
John Mandereau - LilyPond development [Thu, 28 Jun 2012 16:32:18 +0000 (18:32 +0200)]
Clean fonts and docs makefiles, trying to fix 'make -j' race conditions

On my machine (GNU/Linux Fedora 17 x86_64 on an Intel Core 2 Duo),
"make -j3 all" repeatedly calls fontforge before needed .pfb files are
generated and makeinfo/extract_texi_filenames/texi2omf before .texi
file has been generated/copied.  Fix this by using order prerequisites
and adding targets to WWW-1 (first stage of doc build); order (rather
than ordinary) prerequisites avoid having always outdated targets,
which would trigger compilation at install.

Remove a rule for Info manual that is no longer needed and which might
short-circuit .dep file generation.

mf/GNUmakefile: also factorize prerequisites in fonts using a macro.

11 years agoGet texidoc translations out of snippets source files
John Mandereau [Thu, 28 Jun 2012 11:30:05 +0000 (13:30 +0200)]
Get texidoc translations out of snippets source files

Texidoc translations are inserted in .ly snippets at build stage
instead of makelsr.py run.

This simplifies overall maintenance of snippets, in particular
this avoids Git committish update headache for translators.

See final discussion at
http://lists.gnu.org/archive/html/lilypond-devel/2012-06/msg00438.html

11 years agoCG: improve Patchy documentation
John Mandereau - LilyPond development [Wed, 27 Jun 2012 09:44:46 +0000 (11:44 +0200)]
CG: improve Patchy documentation

11 years agoCG: Add LILYPOND_BUILD_DIR environment variable, fix issues 2604 and 2524.
John Mandereau - LilyPond development [Wed, 27 Jun 2012 09:42:32 +0000 (11:42 +0200)]
CG: Add LILYPOND_BUILD_DIR environment variable, fix issues 2604 and 2524.

11 years agolilypond-book: Remove trailing path separators in include paths.
Julien Rioux [Tue, 26 Jun 2012 13:54:39 +0000 (09:54 -0400)]
lilypond-book: Remove trailing path separators in include paths.

Remove the trailing path separators ("/" or "\") in include paths
(e.g. "-I ./ -I ../ -I ../common/") as they are not necessary and
cause problems on windows. Solves issue 2623.

11 years agoFix polarity of rhythmic-location>=?
David Kastrup [Fri, 29 Jun 2012 00:35:00 +0000 (02:35 +0200)]
Fix polarity of rhythmic-location>=?

11 years agoAdd some translation markers; normalize whitespace.
Werner Lemberg [Thu, 28 Jun 2012 08:12:25 +0000 (10:12 +0200)]
Add some translation markers; normalize whitespace.

11 years agomusicxml2ly: Fix title, chord symbol and midi bugs.
Patrick Schmidt [Fri, 22 Jun 2012 09:45:04 +0000 (05:45 -0400)]
musicxml2ly: Fix title, chord symbol and midi bugs.

Fix for several musicxml2ly bugs:

Titles and headers can now contain single words followed by a
punctuation mark (.,!:).  See issue 1983.

Chord symbols are now placed above staffs instead of below.
See issue 2537.

musicxml2ly now includes an out-commented midi-block in every .ly-file.

Docs: Added command line options -m and --midi to Usage

11 years agoMake third argument @var{alter} of ly:make-pitch optional.
David Kastrup [Sat, 23 Jun 2012 15:14:03 +0000 (17:14 +0200)]
Make third argument @var{alter} of ly:make-pitch optional.

This has already been the case in the function signature, but actual use
as an optional function argument resulted in an error message.

11 years agoIssue 1976: Handle full rational pitch differences in fingering calculations.
David Kastrup [Sat, 15 Oct 2011 08:50:18 +0000 (10:50 +0200)]
Issue 1976: Handle full rational pitch differences in fingering calculations.

Defines and uses ly:pitch-tones for rational pitch extraction.

11 years agoLSR updates from tarball
Phil Holmes [Tue, 26 Jun 2012 10:50:43 +0000 (11:50 +0100)]
LSR updates from tarball

11 years agoDoc: clarify operation of \inversion (2618)
Trevor Daniels [Tue, 26 Jun 2012 07:34:46 +0000 (08:34 +0100)]
Doc: clarify operation of \inversion (2618)

11 years agoDoc: typo
Trevor Daniels [Tue, 26 Jun 2012 07:00:11 +0000 (08:00 +0100)]
Doc: typo

11 years agoBumps Mike to Frog meister
Mike Solomon [Mon, 25 Jun 2012 16:19:37 +0000 (18:19 +0200)]
Bumps Mike to Frog meister

11 years agoRemove 'fragment' from ancient.itely
Aleksandr Andreev [Mon, 18 Jun 2012 01:43:31 +0000 (21:43 -0400)]
Remove 'fragment' from ancient.itely

11 years agomusicxml2ly: Treat accidentals parentheses as cautionary
Rodolfo Zitellini [Tue, 19 Jun 2012 15:24:28 +0000 (17:24 +0200)]
musicxml2ly: Treat accidentals parentheses as cautionary

11 years agoAdd missing shebang line in MacOSX instructions.
Julien Rioux [Wed, 20 Jun 2012 15:14:19 +0000 (11:14 -0400)]
Add missing shebang line in MacOSX instructions.

11 years agoIssue 2607: Allow immediate Scheme expressions with splicing and multiple values
David Kastrup [Mon, 18 Jun 2012 17:25:31 +0000 (19:25 +0200)]
Issue 2607: Allow immediate Scheme expressions with splicing and multiple values

$xxx has been able to interpret 0-valued expressions (namely
SCM_UNSPECIFIED) so far by, well, not interpolating anything.

This change allows it to interpret multi-valued expressions by
returning multiple tokens, allowing things like

{ < $(apply values (map (lambda (i) (ly:make-pitch 0 i 0)) (iota 8))) > }

to work as intended, by creating a chord enclosing all 8 pitches.

In addition, in analogy to the unquote-splicing operator ,@ the form

{ < $@(map (lambda (i) (ly:make-pitch 0 i 0)) (iota 8)) > }

is provided for interpolating a list of Scheme expressions into the
token stream.

11 years agoScheme-callable functions should never return SCM_UNDEFINED
David Kastrup [Sat, 23 Jun 2012 13:59:42 +0000 (15:59 +0200)]
Scheme-callable functions should never return SCM_UNDEFINED

11 years agoIssue 2620: (ly:pitch<? #{ des #} #{ d #}) => #t
David Kastrup [Sat, 23 Jun 2012 08:41:23 +0000 (10:41 +0200)]
Issue 2620: (ly:pitch<? #{ des #} #{ d #}) => #t

11 years agoDoc-fr: updates NR and extending
Jean-Charles Malahieude [Fri, 22 Jun 2012 18:16:09 +0000 (20:16 +0200)]
Doc-fr: updates NR and extending
 - NR changing-defaults, keyboards, pitches, staff, vocal
 - scheme-tutorial

11 years agoDocumentation of Kievan notation
Aleksandr Andreev [Mon, 18 Jun 2012 01:43:31 +0000 (21:43 -0400)]
Documentation of Kievan notation

Adds a subsection to the Ancient notation section of the Notation reference documenting support of Kievan square notation.

Issue 2317.

11 years agomusicxml2ly: Normalize whitespace in the source.
Julien Rioux [Fri, 22 Jun 2012 09:42:00 +0000 (05:42 -0400)]
musicxml2ly: Normalize whitespace in the source.

11 years agoIssue 2606: Let cue commands deal consistently with #CENTER direction.
David Kastrup [Sat, 16 Jun 2012 11:59:05 +0000 (13:59 +0200)]
Issue 2606: Let cue commands deal consistently with #CENTER direction.

11 years agoBounds for piano pedal spanners; issue 492
Keith OHara [Sat, 16 Jun 2012 06:21:17 +0000 (23:21 -0700)]
Bounds for piano pedal spanners; issue 492

11 years agoConsistent bounds for slurs; issue 427 and 379
Keith OHara [Mon, 18 Jun 2012 04:45:26 +0000 (21:45 -0700)]
Consistent bounds for slurs; issue 427 and 379

11 years agophrasing-slur: avoid key-sigs, clefs; issue 49
Keith OHara [Mon, 18 Jun 2012 04:43:54 +0000 (21:43 -0700)]
phrasing-slur: avoid key-sigs, clefs; issue 49

11 years agoRemoves outdated pondings.
Mike Solomon [Wed, 20 Jun 2012 18:45:12 +0000 (20:45 +0200)]
Removes outdated pondings.

11 years agoDoc-es: update CHANGES, Notation/Staff and Notation/Vocal.
Francisco Vila [Wed, 20 Jun 2012 13:41:57 +0000 (15:41 +0200)]
Doc-es: update CHANGES, Notation/Staff and Notation/Vocal.

11 years agoDoc-es: update Scheme tutorial, Changing defaults, Keyboards, Pitches.
Francisco Vila [Wed, 20 Jun 2012 10:30:26 +0000 (12:30 +0200)]
Doc-es: update Scheme tutorial, Changing defaults, Keyboards, Pitches.

11 years agoFix display of repeat tremolo with dots
David Kastrup [Thu, 14 Jun 2012 12:23:29 +0000 (14:23 +0200)]
Fix display of repeat tremolo with dots

11 years agoIssue 2602: \unfoldRepeats and \repeat tremolo 7,14,15 produces weird output
David Kastrup [Thu, 14 Jun 2012 11:20:40 +0000 (13:20 +0200)]
Issue 2602: \unfoldRepeats and \repeat tremolo 7,14,15 produces weird output

This just shamelessly copies the logic of make-repeat into unfold-repeats,
on the assumption that we want to have the same rules apply for creating
and unfolding tremoli.

11 years agoIssue 2601: \repeat tremolo 9 {…} should issue an error
David Kastrup [Sat, 16 Jun 2012 15:45:03 +0000 (17:45 +0200)]
Issue 2601: \repeat tremolo 9 {…} should issue an error

11 years agoMerge branch 'translation' into staging
Francisco Vila [Tue, 19 Jun 2012 22:37:53 +0000 (00:37 +0200)]
Merge branch 'translation' into staging

11 years agoLocal updates from LSR
Phil Holmes [Tue, 19 Jun 2012 09:02:16 +0000 (10:02 +0100)]
Local updates from LSR

11 years agoFixes texi error in translation
Phil Holmes [Mon, 18 Jun 2012 16:07:17 +0000 (17:07 +0100)]
Fixes texi error in translation

11 years agoCreates make log-clean and documents it
Phil Holmes [Wed, 13 Jun 2012 15:22:29 +0000 (16:22 +0100)]
Creates make log-clean and documents it

11 years agoFix for beaming in Kievan notation
Aleksandr Andreev [Sun, 10 Jun 2012 23:42:33 +0000 (19:42 -0400)]
Fix for beaming in Kievan notation

Implementing correct beaming functionality in Kievan notation

Fix for Issue 2492

11 years agoDoc-fr: texidocs housekeeping, G to O
Jean-Charles Malahieude [Sun, 17 Jun 2012 17:02:24 +0000 (19:02 +0200)]
Doc-fr: texidocs housekeeping, G to O

11 years agoDoc-fr: updates notation and web
Jean-Charles Malahieude [Sat, 16 Jun 2012 18:35:10 +0000 (20:35 +0200)]
Doc-fr: updates notation and web
 - NR input
 - NR rhythms
 - NR simultaneous
 - web community
 - web download

11 years agoDoc: changes: Dot_column_engraver in Voice, and \shape
Keith OHara [Fri, 15 Jun 2012 23:49:09 +0000 (16:49 -0700)]
Doc: changes: Dot_column_engraver in Voice, and \shape

11 years agoDoc: avoid using zero-duration spacers in examples
Keith OHara [Thu, 10 May 2012 01:42:59 +0000 (18:42 -0700)]
Doc: avoid using zero-duration spacers in examples

11 years agoIssue 2598: Allow brackets and parens to start lyrics, disallow "accents"
David Kastrup [Mon, 11 Jun 2012 17:28:31 +0000 (19:28 +0200)]
Issue 2598: Allow brackets and parens to start lyrics, disallow "accents"

[] and () are considered as punctuation in lyrics and can start them.
In contrast, "TeX accents" \' \" \` \^ are quite ridiculous to
"support" in lyrics since LilyPond has not been using TeX for a long
time now, so those sequences are no longer considered special in
lyrics.

11 years agoProtect a few events from gc.
David Kastrup [Sun, 10 Jun 2012 19:16:00 +0000 (21:16 +0200)]
Protect a few events from gc.

Some may not be related to obscure errors we see, but as far as I can tell,
events don't have built-in protection when sticking around after their
time.  I have really no clue how grobs are protected from collection, but
since they do not seem to get extra treatment elsewhere, I hope they'll
be fine until output time.

11 years agoForbids slur and tie extrema points from getting to close.
Mike Solomon [Fri, 15 Jun 2012 06:37:47 +0000 (08:37 +0200)]
Forbids slur and tie extrema points from getting to close.

11 years agoRemoves duplicate footnote-interface implementing grobs from all_elements_
Mike Solomon [Fri, 15 Jun 2012 06:34:33 +0000 (08:34 +0200)]
Removes duplicate footnote-interface implementing grobs from all_elements_

11 years agoGives stencilless unbeamed stems an empty Y-extent.
Mike Solomon [Fri, 15 Jun 2012 06:27:17 +0000 (08:27 +0200)]
Gives stencilless unbeamed stems an empty Y-extent.

11 years agoWeb-es: update NEWS. Full update of Spanish docs.
Francisco Vila [Wed, 13 Jun 2012 09:50:27 +0000 (11:50 +0200)]
Web-es: update NEWS. Full update of Spanish docs.

11 years agoWeb-es: update Community, Download.
Francisco Vila [Wed, 13 Jun 2012 09:38:52 +0000 (11:38 +0200)]
Web-es: update Community, Download.

11 years agoDoc-es: update Simultaneous, Rhythms.
Francisco Vila [Wed, 13 Jun 2012 09:24:17 +0000 (11:24 +0200)]
Doc-es: update Simultaneous, Rhythms.

11 years agoCleanups in one-line-page-breaking.
Joe Neeman [Mon, 28 May 2012 00:17:00 +0000 (17:17 -0700)]
Cleanups in one-line-page-breaking.

Make sure that each page is wider than the widest system.

11 years agoAdd One_line_page_breaking.
Joe Neeman [Sun, 27 May 2012 06:07:03 +0000 (23:07 -0700)]
Add One_line_page_breaking.

One_line_page_breaking is a page breaking algorithm that puts each score on a
one line, with one page per line.

11 years agoFixes issue 2597 - removes note about melisma
Phil Holmes [Tue, 12 Jun 2012 11:08:14 +0000 (12:08 +0100)]
Fixes issue 2597 - removes note about melisma

11 years agoCG: add updating of lilypond.pot in the release process. Fix 2524.
Jean-Charles Malahieude [Thu, 10 May 2012 17:13:09 +0000 (19:13 +0200)]
CG: add updating of lilypond.pot in the release process. Fix 2524.

Note from John: reapply f7d264fa89c39f8d86e9ba5eb991ee904ce3d0be and
additionally take into account out-of-tree setup.

11 years agoMakes 'make po-replace' work outside source tree
John Mandereau - LilyPond development [Mon, 11 Jun 2012 11:41:38 +0000 (13:41 +0200)]
Makes 'make po-replace' work outside source tree

This commit goes towards fixing Issue 2524.

11 years agoMerge branch 'translation' into staging
Francisco Vila [Mon, 11 Jun 2012 12:14:57 +0000 (14:14 +0200)]
Merge branch 'translation' into staging

11 years agoDuplicate entry in bar-glyph-alist
Marc Hohl [Mon, 11 Jun 2012 11:10:09 +0000 (12:10 +0100)]
Duplicate entry in bar-glyph-alist

11 years agoCG tweak: some extra info on make doc and doc build times
Joseph Wakeling [Mon, 11 Jun 2012 11:02:01 +0000 (12:02 +0100)]
CG tweak: some extra info on make doc and doc build times

11 years agoPO: upload new Czech version form FTP
Jean-Charles Malahieude [Mon, 28 May 2012 18:03:07 +0000 (20:03 +0200)]
PO: upload new Czech version form FTP

Note from John: reapply ab3ab5538700b2ff12729ee3b14961a99d843731
with removing lines starting with '#~|' that confuse gettext 0.15.

11 years agoIncludes Flags is Slur encompass calculations
Mike Solomon [Mon, 11 Jun 2012 05:56:42 +0000 (07:56 +0200)]
Includes Flags is Slur encompass calculations

11 years agoIssue 2584 (redo 1967): please make partcombine merge slurs
David Kastrup [Wed, 6 Jun 2012 13:38:23 +0000 (15:38 +0200)]
Issue 2584 (redo 1967): please make partcombine merge slurs

The partcombiner does not really bother about keeping the number of
generated start and end slur events matched, so this attempts to cope
by implementing the following behavior:

a) multiple slur starts on the same moment are not an error but the
   same as one.
b) multiple slur ends on the same moment are not an error but the same
   as one.
a2) there will be a slur with direction UP if there is at least one
   such start event, and there will be a slur with direction DOWN if
   there is at least one such end event.  This might imply a double
   slur, but for ending it, a single slur end is sufficient.

Consequently, a^(_( c)) (the second closing paren not required, just
added for prettiness) will add a double slur.

11 years agoRevert "Allow multiple identical slurs (issue 1967)"
David Kastrup [Wed, 6 Jun 2012 11:12:38 +0000 (13:12 +0200)]
Revert "Allow multiple identical slurs (issue 1967)"

This reverts commit b986b38f14195f31e26b0a929c8ac23a8ecfc204.

Conflicts:

lily/slur-engraver.cc

11 years agoWeb-zh: Update LilyPond website Chinese translation
Anthony Fok [Fri, 8 Jun 2012 11:12:55 +0000 (19:12 +0800)]
Web-zh: Update LilyPond website Chinese translation

This patch brings the LilyPond Chinese (simplified)
website up-to-date, with some revised and added translations,
and old "skeleton files" now filled with actual content.

It should now be fully functional, hopefully, even though
much of the "Chinese" content is still in English for now.

11 years agoWeb: Add missing <p> in hu, ja, zh versions of "Thanks for hosting"
Anthony Fok [Fri, 8 Jun 2012 05:20:47 +0000 (13:20 +0800)]
Web: Add missing <p> in hu, ja, zh versions of "Thanks for hosting"

The Hungarian, Japanese and Chinese translations of the
"Thanks to ... for hosting ..." line were missing an initial
<p> tag that is necessary for keeping text and the
W3C HTML 4.01 validation logo flushed to the right.

11 years agoWeb: Fix typo on Attic page: Developpers' -> Developers'
Anthony Fok [Fri, 8 Jun 2012 04:24:46 +0000 (12:24 +0800)]
Web: Fix typo on Attic page: Developpers' -> Developers'

11 years agoWeb: Update distribution-specific download versions
Anthony Fok [Fri, 8 Jun 2012 04:18:54 +0000 (12:18 +0800)]
Web: Update distribution-specific download versions

Update the version numbers in the Distribution-specific Packages area.

11 years agoWeb: Revise Chinese translation in build scripts
Anthony Fok [Fri, 8 Jun 2012 04:11:49 +0000 (12:11 +0800)]
Web: Revise Chinese translation in build scripts

11 years agoDOC: Issue 2582 update GUB repo sites
Colin Campbell [Fri, 8 Jun 2012 03:18:05 +0000 (21:18 -0600)]
DOC: Issue 2582 update GUB repo sites

11 years agoWeb-nl: add translation to an important string in Download.
Francisco Vila [Thu, 7 Jun 2012 22:06:06 +0000 (00:06 +0200)]
Web-nl: add translation to an important string in Download.

11 years agoWeb-cs: translate a couple of important strings in Download.
Francisco Vila [Thu, 7 Jun 2012 22:03:44 +0000 (00:03 +0200)]
Web-cs: translate a couple of important strings in Download.

11 years agoWeb-zh: translate a couple of important strings in Download.
Francisco Vila [Thu, 7 Jun 2012 00:17:17 +0000 (02:17 +0200)]
Web-zh: translate a couple of important strings in Download.

11 years agoIssue 2590: GUB release instructions fail for upload
David Kastrup [Wed, 6 Jun 2012 18:29:38 +0000 (20:29 +0200)]
Issue 2590: GUB release instructions fail for upload

11 years agoRelease: bump version.
Graham Percival [Wed, 6 Jun 2012 14:35:06 +0000 (15:35 +0100)]
Release: bump version.

11 years agoMerge remote branch 'origin/release/unstable' into HEAD
Graham Percival [Wed, 6 Jun 2012 14:34:55 +0000 (15:34 +0100)]
Merge remote branch 'origin/release/unstable' into HEAD

11 years agoDocument <> and improve other simultanous music documentation.
David Kastrup [Fri, 1 Jun 2012 13:07:36 +0000 (15:07 +0200)]
Document <> and improve other simultanous music documentation.

This is a side issue of 2522: it improves the documentation dealing
with various ways of entering parallel music and gives the necessary
information to understand <> as a special case of chords.

11 years agoSimultaneous Scripts, Slurs, and TupletBrackets turn off collision resolution
Mike Solomon [Wed, 6 Jun 2012 03:32:06 +0000 (05:32 +0200)]
Simultaneous Scripts, Slurs, and TupletBrackets turn off collision resolution

When these three grobs occur at the same time, cyclic dependency problems
arise which sometimes cause layout irregularities. This patch turns off
collision resolution in tuplet-bracket.cc for this case, which solves the
layout problem. The cyclic dependency warnings persist, however, for
certain cases.

11 years agoMerge remote branch 'origin' into HEAD release/2.15.40-1
Graham Percival [Wed, 6 Jun 2012 02:39:06 +0000 (03:39 +0100)]
Merge remote branch 'origin' into HEAD

11 years agoDoc-fr: fix dist; Rename .ly to .texidoc
Francisco Vila [Tue, 5 Jun 2012 15:19:59 +0000 (17:19 +0200)]
Doc-fr: fix dist; Rename .ly to .texidoc

11 years agoMerge branch 'master' into translation
Francisco Vila [Tue, 5 Jun 2012 12:24:51 +0000 (14:24 +0200)]
Merge branch 'master' into translation

11 years agoRelease: update news.
Graham Percival [Tue, 5 Jun 2012 02:22:58 +0000 (03:22 +0100)]
Release: update news.

11 years agoRevert "PO: upload new Czech version form FTP"
Graham Percival [Mon, 4 Jun 2012 22:23:27 +0000 (23:23 +0100)]
Revert "PO: upload new Czech version form FTP"

This reverts commit ab3ab5538700b2ff12729ee3b14961a99d843731.

The updated po file breaks GUB building, and it would be nice to
have a release soon.

11 years agoRevert "CG: add updating of lilypond.pot in the release process"
Graham Percival [Mon, 4 Jun 2012 22:20:31 +0000 (23:20 +0100)]
Revert "CG: add updating of lilypond.pot in the release process"

This reverts commit f7d264fa89c39f8d86e9ba5eb991ee904ce3d0be.

Those instructions relied on in-tree builds, whereas we use
out-of-tree builds.

11 years agoUpdate lilypond-patchy-staging usage instructions
John Mandereau - LilyPond development [Mon, 4 Jun 2012 11:21:29 +0000 (13:21 +0200)]
Update lilypond-patchy-staging usage instructions

11 years agonews: ugh, another typo in date
Janek Warchoł [Sun, 3 Jun 2012 06:18:10 +0000 (08:18 +0200)]
news: ugh, another typo in date

11 years agonews: fix typo in date
Janek Warchoł [Sun, 3 Jun 2012 06:16:04 +0000 (08:16 +0200)]
news: fix typo in date

11 years agonews: RC 2.15.39 withdrawn
Janek Warchoł [Sat, 2 Jun 2012 15:39:09 +0000 (17:39 +0200)]
news: RC 2.15.39 withdrawn

add news item and move some news to old news.

11 years agoRefine mid-measure beams in 3/4 time; Issue 2566
Keith OHara [Mon, 28 May 2012 06:36:52 +0000 (23:36 -0700)]
Refine mid-measure beams in 3/4 time; Issue 2566

Replaces 4d7cac2e94f7fb8c86c69c6d6fceff1ddfb545e4

11 years agoAdd \shape function to LilyPond
David Nalesnik [Sat, 26 May 2012 18:41:20 +0000 (13:41 -0500)]
Add \shape function to LilyPond

\shape allows bezier curves to be modified
by altering their control points.

11 years agoline_count fixes
Benkő Pál [Sun, 13 May 2012 16:07:40 +0000 (18:07 +0200)]
line_count fixes

1. implementation does not assume staff centred at zero
2. where used for determining whether something falls on a line,
   use Staff_symbol_referencer::on_line or on_staff_line
3. where used for determining whether something is within staff or not,
   use Staff_symbol_referencer::staff_span

11 years agoWeb-es: update GSOC section in Community.
Francisco Vila [Fri, 1 Jun 2012 09:38:45 +0000 (11:38 +0200)]
Web-es: update GSOC section in Community.