]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
9 years agoMerge remote branch 'origin/master' into release/unstable release/2.19.9-1
Phil Holmes [Thu, 3 Jul 2014 15:16:37 +0000 (16:16 +0100)]
Merge remote branch 'origin/master' into release/unstable

9 years agoMakelsr.py run
James Lowe [Wed, 2 Jul 2014 17:57:45 +0000 (18:57 +0100)]
Makelsr.py run

For previous commit 7e23569bfbb6502bb2e3d6f09f089fdb968b6d55

9 years agoSnippet: Update 'Create Delayed Turn' snippet from old syntax
James Lowe [Thu, 26 Jun 2014 19:46:40 +0000 (20:46 +0100)]
Snippet: Update 'Create Delayed Turn' snippet from old syntax

Issue 3970

Updated all the ovverride AccidentalSuggestion settings so that they
now use the later accepted syntax supported by the parser.

font.size and script.size overrides will work with or without the '#'
symbol, so I have removed it in this example just to illustrate this.

9 years agoExtending: 2.3.2 - Music Function usage
James Lowe [Sat, 21 Jun 2014 11:48:55 +0000 (12:48 +0100)]
Extending: 2.3.2 - Music Function usage

Issue 3955

Added words to sentences for clarity. (Hopefully) Improved sentence
syntax and some minor grammer nits.

9 years agoIssue 3968: Improve output of scheme-engraver.ly regtest.
Mark Polesky [Wed, 2 Jul 2014 16:49:48 +0000 (09:49 -0700)]
Issue 3968: Improve output of scheme-engraver.ly regtest.

9 years agoRename argument to avoid preprocessor problems
Janek Warchoł [Sun, 29 Jun 2014 20:58:45 +0000 (22:58 +0200)]
Rename argument to avoid preprocessor problems

Before this change, we were getting the following error with GUB:

/home/gub/gub/target/mingw/src/
lilypond-git.sv.gnu.org--lilypond.git-release-unstable/
lily/include/paper-column.hh:62:
error: expected identifier before ',' token
/home/gub/gub/target/mingw/src/
lilypond-git.sv.gnu.org--lilypond.git-release-unstable/
lily/include/paper-column.hh:62:
error: two or more data types in declaration of 'parameter'

David Kastrup suspects that the library/compiler used for bootstrapping
has a macro or reserved word defined for "interface" - changing the name
makes the problem go away.

9 years agoMinor update to Gregorian section of NR
Phil Holmes [Wed, 2 Jul 2014 10:44:36 +0000 (11:44 +0100)]
Minor update to Gregorian section of NR

9 years agoIssue 3966/2: Allows the user to override the text property of ChordName
David Kastrup [Tue, 24 Jun 2014 15:54:03 +0000 (17:54 +0200)]
Issue 3966/2: Allows the user to override the text property of ChordName

This is a reimplementation of issue 2813.

9 years agoIssue 3966: Revert "Allows the user to override the text property of ChordName"
David Kastrup [Tue, 24 Jun 2014 11:16:33 +0000 (13:16 +0200)]
Issue 3966: Revert "Allows the user to override the text property of ChordName"

This reverts commit 0d4c79ec0f5d728ac7fe58b87ccf51079ec33766.

Conflicts:
input/regression/chord-name-override-text.ly
lily/chord-name-engraver.cc

Reverts patch of issue 2813.

9 years agoRelease: update news.
Phil Holmes [Sun, 29 Jun 2014 16:56:36 +0000 (17:56 +0100)]
Release: update news.

9 years agoPO: update template.
Phil Holmes [Sun, 29 Jun 2014 16:56:30 +0000 (17:56 +0100)]
PO: update template.

9 years agoRelease: bump Welcome versions.
Phil Holmes [Sun, 29 Jun 2014 16:55:59 +0000 (17:55 +0100)]
Release: bump Welcome versions.

9 years agoRelease: bump VERSION_DEVEL.
Phil Holmes [Sun, 29 Jun 2014 16:55:28 +0000 (17:55 +0100)]
Release: bump VERSION_DEVEL.

9 years agoAdding new snippet generated from previous Makelsr
James Lowe [Sun, 29 Jun 2014 09:14:34 +0000 (10:14 +0100)]
Adding new snippet generated from previous Makelsr

See commit 499ff80772530b66e59768a4251bde08bd77fab4

My mistake. Sorry.

9 years agoDoc: Usage: Added a clarifying paragraph about Error Messages
James Lowe [Sat, 21 Jun 2014 12:38:59 +0000 (13:38 +0100)]
Doc: Usage: Added a clarifying paragraph about Error Messages

Issue 3873

Added a clarifying paragraph explaining that (the same)
diagnostics message can occur in multiple places for
(the same) input depending on the type and its context.

9 years agoMakelsr.py run
James Lowe [Sun, 29 Jun 2014 08:23:57 +0000 (09:23 +0100)]
Makelsr.py run

For previous commit aec840a735b33a4be38b10baeb40f8e660e3d55c

9 years agoDoc: NR Section 4.3 - reformatting as per CG Guidelines
James Lowe [Sat, 21 Jun 2014 20:28:55 +0000 (21:28 +0100)]
Doc: NR Section 4.3 - reformatting as per CG Guidelines

Start of issue 3960

This section does not adhere to  many aspects of the Contributors'
Guide Documentation policies.

This specific patch therefore is the 'first stage' of this issue
so as to clean up the section before then making changes to
the technical information. There is too much to do for a single patch,
so I expect to have to make a few more additional patches to tidy this
section up completely before the issue can be properly closed.

This patch includes:

* Correct Line lengths

* Added @seealsos where appropriate

* Re-ordered some of the @nodes so that they are grouped more logically

* Moved @subsections to @unnumberedsubsubsecs:
A few of these sections seem to 'talk through the code' so may
need to be improved later on. However, for now I have moved these
subsections to unnumberedsubsubsec under the main 'Page Breaking'
node. Moved one of these new unnumberedsubsucsecs around so that
the sections on the different breaks come before the turning one.

* Created new Snippet:
One subsection was really a glorified snippet so I have made it into
one.

9 years agoAuthors.itexi - Updated Developers list
James Lowe [Sun, 22 Jun 2014 13:40:02 +0000 (14:40 +0100)]
Authors.itexi - Updated Developers list

Issue 3964

Added/updated to Devs Current, Translations and Core Current.

Based on checkins since Feb 2014 until June 2014

9 years agouse X-parents to align MMRNumbers, MMRTexts and PercentRepeatCounters
Janek Warchoł [Mon, 8 Apr 2013 13:58:08 +0000 (15:58 +0200)]
use X-parents to align MMRNumbers, MMRTexts and PercentRepeatCounters

It makes more sense to use X-parents than Y-parents for horizontal
alignment. To be able to do this, we have to ensure that X-parents of
MultiMeasureRestNumber, MultiMeasureRestText and PercentRepeatCounter
won't be overwritten by set_bound (these grobs are spanners).  We can
do this because parents of these grobs are spanners as well.

Expected changes in output: none.

9 years agomake-countdown-script.sh: comm command requires sorted input.
Mark Polesky [Mon, 23 Jun 2014 10:07:21 +0000 (03:07 -0700)]
make-countdown-script.sh: comm command requires sorted input.

9 years agoNR 1.1.3 and Changes update w/ new Clef Appendix
James Lowe [Tue, 17 Jun 2014 23:35:39 +0000 (00:35 +0100)]
NR 1.1.3 and Changes update w/ new Clef Appendix

Updated changes.tely to show the extra variations on the new Clef glyphs
(i.e. there are 4 separate glyphs but there are different \clef names using
those glyphs but in different positions.

Added a new Appendix to the NR showing all the standard \clef types
(not including 'ancient music' clefs) in a table, illustrating their
names and where middle c sits relative to the clef. Because of this
I have modified 1.1.3 referencing this appendix instead of listing
them all directly in the Clef section. Also added two useful Clef
related snippets that were already created.

9 years agoIssue 3254: align unassociated lyrics using NoteColumn extent.
Janek Warchoł [Sun, 17 Mar 2013 20:22:32 +0000 (21:22 +0100)]
Issue 3254: align unassociated lyrics using NoteColumn extent.

This makes unassociated lyrics behave consistently with
associated lyrics.  Until now, "standalone" lyrics
were left-aligned (more precisely: their X-offset was 0);
changing self-alignment-X didn't have any effect on them.
Now it's possible to specify their alignment, like with
associated lyrics.

Also, this changes how issue 104 was resolved (see 0b14e8b2e122d) -
alignment of syllables that are associated to a context without
noteheads is no longer aborted - and solves issue 247.

Later on, these changes should allow using aligned_on_parent for
other grobs (such as DynamicTexts).

Expected changes in output: all lyrics should be centered by default.

9 years agoAdd `make-countdown-announcement.sh'.
Mark Polesky [Mon, 23 Jun 2014 08:28:24 +0000 (01:28 -0700)]
Add `make-countdown-announcement.sh'.

9 years agoCG: Fix typo
Urs Liska [Sun, 22 Jun 2014 07:00:34 +0000 (09:00 +0200)]
CG: Fix typo

Reported by Pierre Perol-Schneider
http://lists.gnu.org/archive/html/bug-lilypond/2014-06/msg00044.html

9 years agoColor and/or parenthesize single dots in fret-diagrams
Thomas Morley [Mon, 26 May 2014 21:44:30 +0000 (23:44 +0200)]
Color and/or parenthesize single dots in fret-diagrams

Issue 2752

Makes it possible to color and/or parenthesize single dots in
fret-diagram-verbose

Introducing two properties for use in fret-diagram-details
 - fret-label-horizontal-offset
    affecting the fret-label-indication, like the existing
    `fret-label-vertical-offset'
 - paren-padding
    affecting the padding of the parenthesis

Extending relevant reg-tests.

Documenting it in NR, fretted-strings.itely

9 years agoIssue 3950: \relative inside \unfold doesn't cause an extra staff anymore
David Kastrup [Thu, 12 Jun 2014 11:13:16 +0000 (13:13 +0200)]
Issue 3950: \relative inside \unfold doesn't cause an extra staff anymore

This is a result of issue 3797.  It might be nice to come up with
another example demonstrating undesired implicit context creation, but
this example was rather a bug than a direct consequence of well-defined
but possibly sometimes inconvenient default behaviors.

9 years agoIssue 3954: Report bad return values in user-readable form
David Kastrup [Sun, 15 Jun 2014 12:31:48 +0000 (14:31 +0200)]
Issue 3954: Report bad return values in user-readable form

An error message like

  markup-def.ly:11:20: error: music function cannot return
  (#<procedure line-markup (layout props args)> (Test))

is not really user-readable.  At the price of some possible ambiguity,
using a LilyPond syntax form like

  markup-def.ly:11:20: error: music function cannot return \markup \line { Test}

is quite preferable.

9 years agoIssue 2950: Update substitution function example in LM.
Mark Polesky [Sat, 14 Jun 2014 02:25:19 +0000 (19:25 -0700)]
Issue 2950: Update substitution function example in LM.

The old example illustrated the principle well, until skylining
code was added.  This change makes the example's point clear in
light of the new vertical spacing code.

9 years agoIssue 3951: Fix broken LSR links in docs.
Mark Polesky [Tue, 17 Jun 2014 22:15:46 +0000 (15:15 -0700)]
Issue 3951: Fix broken LSR links in docs.

Also run makelsr.py.

9 years agoIssue 3952: Automatically sort props within each grob-interface.
Mark Polesky [Tue, 17 Jun 2014 22:11:31 +0000 (15:11 -0700)]
Issue 3952: Automatically sort props within each grob-interface.

Ensures that "User settable properties" and "Internal properties"
are listed in sorted order in the "Graphical Object Interfaces"
section of the IR.

9 years agoMerge remote-tracking branch 'origin/translation' into staging
David Kastrup [Sun, 15 Jun 2014 23:03:23 +0000 (01:03 +0200)]
Merge remote-tracking branch 'origin/translation' into staging

9 years agoRelease: bump VERSION.
Phil Holmes [Sun, 15 Jun 2014 21:08:16 +0000 (22:08 +0100)]
Release: bump VERSION.

9 years agoFixed errors in Catalan translation
Walter Garcia-Fontes [Thu, 12 Jun 2014 04:11:30 +0000 (06:11 +0200)]
Fixed errors in Catalan translation

9 years agoFixed Catalan translation
Walter Garcia-Fontes [Tue, 10 Jun 2014 20:01:57 +0000 (22:01 +0200)]
Fixed Catalan translation

9 years agoCorrected ca.po
Walter Garcia-Fontes [Mon, 9 Jun 2014 07:57:58 +0000 (09:57 +0200)]
Corrected ca.po

9 years agoTranslates search-box.ihtml
Walter Garcia-Fontes [Sat, 7 Jun 2014 17:29:33 +0000 (19:29 +0200)]
Translates search-box.ihtml

9 years agoAdded search-box.ihtml
Walter Garcia-Fontes [Sat, 7 Jun 2014 17:28:46 +0000 (19:28 +0200)]
Added search-box.ihtml

9 years agoCorrected macors.itexi
Walter Garcia-Fontes [Sat, 7 Jun 2014 17:21:06 +0000 (19:21 +0200)]
Corrected macors.itexi

9 years agoTranslation of lilypond-texi2html.init
Walter Garcia-Fontes [Sat, 7 Jun 2014 17:03:14 +0000 (19:03 +0200)]
Translation of lilypond-texi2html.init

9 years agoFinished Documentation/po/ca.po translation
Walter Garcia-Fontes [Sat, 7 Jun 2014 09:27:10 +0000 (11:27 +0200)]
Finished Documentation/po/ca.po translation

9 years agoContinue Catalan translation
Walter Garcia-Fontes [Wed, 4 Jun 2014 04:00:44 +0000 (06:00 +0200)]
Continue Catalan translation

9 years agoContinue with Catalan translation
Walter Garcia-Fontes [Thu, 22 May 2014 05:48:33 +0000 (07:48 +0200)]
Continue with Catalan translation

9 years agoTranslatesd macros.itexi to Catalan
Walter Garcia-Fontes [Thu, 1 May 2014 07:40:15 +0000 (09:40 +0200)]
Translatesd macros.itexi to Catalan

9 years agoAddes macros.itexi for Catalan translation
Walter Garcia-Fontes [Thu, 1 May 2014 07:17:48 +0000 (09:17 +0200)]
Addes macros.itexi for Catalan translation

9 years agoContinue Catalan translation
Walter Garcia-Fontes [Thu, 1 May 2014 07:16:45 +0000 (09:16 +0200)]
Continue Catalan translation

9 years agoContinue Catalan translation
Walter Garcia-Fontes [Thu, 1 May 2014 06:14:55 +0000 (08:14 +0200)]
Continue Catalan translation

9 years agoContinue with Catalan translation of web documentation
Walter Garcia-Fontes [Sun, 27 Apr 2014 17:28:59 +0000 (19:28 +0200)]
Continue with Catalan translation of web documentation

9 years agoAdding pictures for Catalan documentation
Walter Garcia-Fontes [Sat, 26 Apr 2014 10:04:42 +0000 (12:04 +0200)]
Adding pictures for Catalan documentation

9 years agoCommitting changes of Catalan translation of documentation
Walter Garcia-Fontes [Sat, 26 Apr 2014 10:02:48 +0000 (12:02 +0200)]
Committing changes of Catalan translation of documentation

9 years agoContinue translating Catalan
Walter Garcia-Fontes [Sun, 30 Mar 2014 20:14:33 +0000 (22:14 +0200)]
Continue translating Catalan

9 years agoAdd Catalan language
Walter Garcia-Fontes [Sun, 30 Mar 2014 14:11:10 +0000 (16:11 +0200)]
Add Catalan language

9 years agoRelease: update news. release/2.19.8-1
Phil Holmes [Sun, 15 Jun 2014 15:25:39 +0000 (16:25 +0100)]
Release: update news.

9 years agoPO: update template.
Phil Holmes [Sun, 15 Jun 2014 15:25:39 +0000 (16:25 +0100)]
PO: update template.

9 years agoRelease: bump welcome version.
Phil Holmes [Sun, 15 Jun 2014 15:25:21 +0000 (16:25 +0100)]
Release: bump welcome version.

9 years agoRelease: bump VERSION_DEVEL.
Phil Holmes [Sun, 15 Jun 2014 15:24:54 +0000 (16:24 +0100)]
Release: bump VERSION_DEVEL.

9 years agoIssue 3946: Don't define `parser' in lily.scm
David Kastrup [Fri, 6 Jun 2014 14:23:55 +0000 (16:23 +0200)]
Issue 3946: Don't define `parser' in lily.scm

The duplication of `parser' in lily.scm and ly/init.ly leads to doubtful
behavior and causes a warning with GUILEv2.

9 years agoDocument 'details props for LaissezVibrerTie and RepeatTie.
Mark Polesky [Fri, 13 Jun 2014 17:25:48 +0000 (10:25 -0700)]
Document 'details props for LaissezVibrerTie and RepeatTie.

9 years agoGenerate a .pe script for one design size at a time.
Han-Wen Nienhuys [Thu, 15 May 2014 09:17:09 +0000 (11:17 +0200)]
Generate a .pe script for one design size at a time.

In make

 a b: c
   command

is shorthand for

 a: c
   command
 b: c
   command

this means that in parallel builds the same command may be invoked twice.

Fix this by associating each command with only one target, and adding
dummy dependencies. Also, generate the .pe for only one design size at
a time.

Relative to botched commit 366316fd6be846c2050be6b1b3955b261026187e,
this:

* does not write .dep files from gen-emmentaler-scripts (the makefile
  already writes them)

* declares explicit dependencies on out/*.lisp for the out/%.otf-table
  rule.

9 years agoIssue 3933: Use \tempo in Real music example
Trevor Daniels [Thu, 29 May 2014 16:29:59 +0000 (17:29 +0100)]
Issue 3933: Use \tempo in Real music example

As suggested by Simon Albrecht

9 years agoparenthesizing very small objects returns ugly output
Thomas Morley [Tue, 27 May 2014 00:06:24 +0000 (02:06 +0200)]
parenthesizing very small objects returns ugly output

Issue 3930

Makes the thickness in make-parenthesis-stencil variable

9 years agoIssue 3938: Add `ly:undead?' to predicate list.
Mark Polesky [Thu, 5 Jun 2014 17:04:19 +0000 (10:04 -0700)]
Issue 3938: Add `ly:undead?' to predicate list.

9 years agoIssue 3935: Use (pretty-print) for some IR props.
Mark Polesky [Thu, 5 Jun 2014 17:02:19 +0000 (10:02 -0700)]
Issue 3935: Use (pretty-print) for some IR props.

9 years agoIssue 3926: Add \magnifyMusic; clarify fontSize in docs.
Mark Polesky [Thu, 5 Jun 2014 17:00:17 +0000 (10:00 -0700)]
Issue 3926: Add \magnifyMusic; clarify fontSize in docs.

9 years agoIssue 3925: lilypond -d leads to weird output
David Kastrup [Sun, 1 Jun 2014 14:30:04 +0000 (16:30 +0200)]
Issue 3925: lilypond -d leads to weird output

C++ string manipulation is a fragile bolt-on onto the type system.

"-" + 'd'

evaluates to a pointer 100 bytes after a constant string "-" in the data
section.  This fixes this bug, and also changes the fixed message from

    lilypond: option `-d, `--define-default'' requires an argument

to

    lilypond: option `-d, --define-default' requires an argument

In general, it does not appear to make sense quoting the long options
while not quoting the short options.

9 years agoIssue 3934: \compoundMeter should change TimeSignature.stencil at Timing, not Staff...
David Kastrup [Thu, 29 May 2014 21:56:05 +0000 (23:56 +0200)]
Issue 3934: \compoundMeter should change TimeSignature.stencil at Timing, not Staff level

9 years agoAdd regtest for \once \unset
David Kastrup [Fri, 30 May 2014 14:11:00 +0000 (16:11 +0200)]
Add regtest for \once \unset

9 years agoIssue 3937: Support \once\unset
David Kastrup [Tue, 20 May 2014 15:55:23 +0000 (17:55 +0200)]
Issue 3937: Support \once\unset

9 years agoMake object files depend on out/config.hh.
hanwen [Thu, 22 May 2014 07:21:53 +0000 (09:21 +0200)]
Make object files depend on out/config.hh.

This is needed to ensure that out/config.h is copied there before
C++ compilation starts.

Most of lilypond already depends on config.h, through std-vector.h.

9 years agoRemove ponding about Berne conference
Urs Liska [Wed, 4 Jun 2014 06:19:43 +0000 (08:19 +0200)]
Remove ponding about Berne conference

9 years agoIssue 3932: Clean up code for sorting grob-properties.
Mark Polesky [Mon, 2 Jun 2014 22:31:35 +0000 (15:31 -0700)]
Issue 3932: Clean up code for sorting grob-properties.

9 years agoIssue 3936: ly:music-list? should return #f for non-lists
David Kastrup [Fri, 30 May 2014 11:11:33 +0000 (13:11 +0200)]
Issue 3936: ly:music-list? should return #f for non-lists

9 years agoRevert "Generate a .pe script for one design size at a time."
David Kastrup [Tue, 27 May 2014 10:15:14 +0000 (12:15 +0200)]
Revert "Generate a .pe script for one design size at a time."

This reverts commit 366316fd6be846c2050be6b1b3955b261026187e.

See <URL:http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/58153>
for the rationale

9 years agoRelease: bump VERSION.
Phil Holmes [Mon, 26 May 2014 13:15:51 +0000 (14:15 +0100)]
Release: bump VERSION.

9 years agoMerge remote branch 'origin/release/unstable' into HEAD
Phil Holmes [Mon, 26 May 2014 13:15:25 +0000 (14:15 +0100)]
Merge remote branch 'origin/release/unstable' into HEAD

9 years agoGenerate a .pe script for one design size at a time.
Han-Wen Nienhuys [Thu, 15 May 2014 09:17:09 +0000 (11:17 +0200)]
Generate a .pe script for one design size at a time.

In make

 a b: c
   command

is shorthand for

 a: c
   command
 b: c
   command

this means that in parallel builds the same command may be invoked twice.

Fix this by associating each command with only one target, and adding
dummy dependencies. Also, generate the .pe for only one design size at
a time.

9 years agoRelease: update news. release/2.19.7-1
Phil Holmes [Sun, 25 May 2014 14:43:30 +0000 (15:43 +0100)]
Release: update news.

9 years agoPO: update template.
Phil Holmes [Sun, 25 May 2014 14:43:28 +0000 (15:43 +0100)]
PO: update template.

9 years agoRelease: bump VERSION_DEVEL.
Phil Holmes [Sun, 25 May 2014 14:43:28 +0000 (15:43 +0100)]
Release: bump VERSION_DEVEL.

9 years agoRelease: bump VERSION_DEVEL.
Phil Holmes [Sun, 25 May 2014 14:43:28 +0000 (15:43 +0100)]
Release: bump VERSION_DEVEL.

9 years agoRelease: bump VERSION_DEVEL.
Phil Holmes [Sun, 25 May 2014 14:43:28 +0000 (15:43 +0100)]
Release: bump VERSION_DEVEL.

9 years agoIssue 3923: Use apply instead of eval for timestep finalizations
David Kastrup [Sun, 18 May 2014 14:33:55 +0000 (16:33 +0200)]
Issue 3923: Use apply instead of eval for timestep finalizations

9 years agoIssue 3924: Fix Jürgen Reuter's Email address in .mailmap file
David Kastrup [Fri, 28 Mar 2014 17:51:57 +0000 (18:51 +0100)]
Issue 3924: Fix Jürgen Reuter's Email address in .mailmap file

9 years agoLeave extension in .dep under mf/ , as we have multiple rules
Han-Wen Nienhuys [Thu, 15 May 2014 09:06:52 +0000 (11:06 +0200)]
Leave extension in .dep under mf/ , as we have multiple rules
generating .dep files.

9 years agoUse built-in make functions for finding absolute paths.
Han-Wen Nienhuys [Thu, 15 May 2014 08:51:16 +0000 (10:51 +0200)]
Use built-in make functions for finding absolute paths.

9 years agomakelsr and update-with-convert-ly
Keith OHara [Wed, 21 May 2014 05:54:01 +0000 (22:54 -0700)]
makelsr and update-with-convert-ly

9 years agoDoc: custom key signature, simplify example
Keith OHara [Sun, 11 May 2014 06:05:46 +0000 (23:05 -0700)]
Doc: custom key signature, simplify example

The whole-tone scale conceptually repeats the same pattern
in every octave.

9 years agokeySignature-> keyAlterations
Keith OHara [Tue, 12 Nov 2013 01:58:48 +0000 (17:58 -0800)]
keySignature-> keyAlterations

to avoid confusion with the grob KeySignature

9 years agoPondings: Broadcast of Aurélien's Wagner arrangement
Urs Liska [Sun, 18 May 2014 14:36:52 +0000 (16:36 +0200)]
Pondings: Broadcast of Aurélien's Wagner arrangement

The announced reorchestration of Wagner's Ring has now been
performed, so the ponding now points to the radio broadcast.

9 years agoPondings: Change LilyPond blog contact
Urs Liska [Sun, 18 May 2014 14:36:01 +0000 (16:36 +0200)]
Pondings: Change LilyPond blog contact

As long as Janek is more or less offline (at least he won't regularly check
the given email account, Urs is the appropriate contact for the blog.

9 years agoFix calculation of X-extent of AccidentalPlacement.
David Nalesnik [Mon, 14 Apr 2014 21:54:43 +0000 (16:54 -0500)]
Fix calculation of X-extent of AccidentalPlacement.

Previously, the offsets used for staggered placement of accidentals
were not included in the calculation of the width of AccidentalPlacement
grobs.

9 years agoWeb: Update News Typo fix
James Lowe [Mon, 12 May 2014 09:33:19 +0000 (10:33 +0100)]
Web: Update News Typo fix

Minor line break adjustment as per CG

10 years agoRelease: bump VERSION.
Phil Holmes [Sun, 11 May 2014 21:09:53 +0000 (22:09 +0100)]
Release: bump VERSION.

10 years agoRelease: bump Welcome version release/2.19.6-1
Phil Holmes [Sun, 11 May 2014 15:03:49 +0000 (16:03 +0100)]
Release: bump Welcome version

10 years agoRelease: update news.
Phil Holmes [Sun, 11 May 2014 15:03:16 +0000 (16:03 +0100)]
Release: update news.

10 years agoPO: update template.
Phil Holmes [Sun, 11 May 2014 15:03:16 +0000 (16:03 +0100)]
PO: update template.

10 years agoRelease: bump VERSION_DEVEL.
Phil Holmes [Sun, 11 May 2014 15:03:16 +0000 (16:03 +0100)]
Release: bump VERSION_DEVEL.

10 years agomf: Set FONTFORGE environment variable while calling `mf2pt1' (#3914).
Werner Lemberg [Sat, 10 May 2014 09:07:31 +0000 (11:07 +0200)]
mf: Set FONTFORGE environment variable while calling `mf2pt1' (#3914).

Otherwise the script takes the first binary found in the path, regardless of
the value used while calling `configure'.

10 years agoIssue 3912: New Ponding: Urs Liska Berne lectures
Urs Liska [Fri, 9 May 2014 22:21:12 +0000 (00:21 +0200)]
Issue 3912: New Ponding: Urs Liska Berne lectures

10 years agoIssue 3913: KeyCancellation grobs should ignore cue clefs like KeySignature grobs do
David Kastrup [Sat, 3 May 2014 08:38:18 +0000 (10:38 +0200)]
Issue 3913: KeyCancellation grobs should ignore cue clefs like KeySignature grobs do

For

{
  \key f \major R1 \cueClef bass \key g \major R1 \cueClefUnset
  R1 \cueClef alto \key bes \major R1
}

the cancellation signs for the key changes were erroneously placed in
reference to the current cue clef rather than the main clef while the
key signature itself was properly unimpressed.

10 years agoCG: Updated Minor Release Checklist
James Lowe [Wed, 7 May 2014 10:19:17 +0000 (11:19 +0100)]
CG: Updated Minor Release Checklist

To include the changing of the \version number of the two

Welcome* files in the ly directory

Currently this is hard coded.