]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
8 years agoDoc: Included/compile.itexi - CG 4.2 - Updated notes on reqs for compiling
James Lowe [Wed, 23 Sep 2015 11:01:47 +0000 (12:01 +0100)]
Doc: Included/compile.itexi - CG 4.2 - Updated notes on reqs for compiling

Added explicit instructions
for the more common Linux
Distributions as to which
commands to run to download
the correct software packages
to be able to compile LilyPond
and its documentation.

Included instructions for:

* Fedora 22
* Linux Mint (17.1 and LMDE - Betsy)
* OpenSUSE 13.2
* Ubuntu (14.04LTS, 14.10 and 15.04)

These instructions are based
on 2.19.27 and later, but should
also work for any earlier stable
2.18 release.

The lists of separate packages
are now put in a single section
for those distributions not
explicitly listed above. New
information added:

Information regarding Tex Gyre
fonts (required as of 2.19.26
or thereabouts).

More explicit instructions for
TExi2html 1.82 for distros now
using version 5.x.

Added URL for 'autoconf' tools.

Removed information about how to
fix a bug in Bison as this was
referring to a very old version
(1.85) and now just simply
recommend using 2.0 or newer.

8 years agoPO: sync Dutch from FTP
Jean-Charles Malahieude [Sat, 10 Oct 2015 18:11:18 +0000 (20:11 +0200)]
PO: sync Dutch from FTP

8 years agoIssue 4625/6: NR: mention in-chord slurs in Simultaneous Music
David Kastrup [Sat, 3 Oct 2015 18:31:28 +0000 (20:31 +0200)]
Issue 4625/6: NR: mention in-chord slurs in Simultaneous Music

8 years agoIssue 4625/5: Accept note heads as slur bounds
David Kastrup [Tue, 4 Nov 2014 12:27:40 +0000 (13:27 +0100)]
Issue 4625/5: Accept note heads as slur bounds

Also changes base_attachment calculation for in-chord slurs.

8 years agoIssue 4625/4: Move in-chord slur info to slur boundaries
David Kastrup [Thu, 1 Oct 2015 10:34:15 +0000 (12:34 +0200)]
Issue 4625/4: Move in-chord slur info to slur boundaries

8 years agoIssue 4625/3: Listen to and record in-chord slurs
David Kastrup [Wed, 10 Dec 2014 17:44:16 +0000 (18:44 +0100)]
Issue 4625/3: Listen to and record in-chord slurs

8 years agoIssue 4625/2: Add event_symbol function to all slur engravers
David Kastrup [Wed, 30 Sep 2015 20:00:37 +0000 (22:00 +0200)]
Issue 4625/2: Add event_symbol function to all slur engravers

8 years agoIssue 4625/1: Rename Slur_proto_engraver::internal_listen_slur to listen_slur
David Kastrup [Wed, 30 Sep 2015 20:58:43 +0000 (22:58 +0200)]
Issue 4625/1: Rename Slur_proto_engraver::internal_listen_slur to listen_slur

That's more in line with how we divert to base class functions elsewhere.

8 years agoIssue 4624: Don't ignore build directories anywhere but at top level
David Kastrup [Tue, 29 Sep 2015 08:15:08 +0000 (10:15 +0200)]
Issue 4624: Don't ignore build directories anywhere but at top level

In particular,

    git check-ignore scripts/build/something.ly

flagged any non-existing files in scripts/build/ for ignorance, making
it tricky to make changes to scripts/build .

See
<URL:http://lists.gnu.org/archive/html/bug-lilypond/2015-08/msg00075.html>
for the initial report.

8 years agoIssue 4131/3: Remove definitions of \partcombine*Once
David Kastrup [Thu, 25 Sep 2014 15:27:11 +0000 (17:27 +0200)]
Issue 4131/3: Remove definitions of \partcombine*Once

They are now called as \once \partcombine*

8 years agoRun scripts/auxiliar/update-with-convert-ly.sh
David Kastrup [Wed, 16 Sep 2015 14:39:48 +0000 (16:39 +0200)]
Run scripts/auxiliar/update-with-convert-ly.sh

8 years agoIssue 4131/2: convert-ly rule "partcombine*Once -> \once \partcombine*"
David Kastrup [Thu, 25 Sep 2014 15:34:26 +0000 (17:34 +0200)]
Issue 4131/2: convert-ly rule "partcombine*Once -> \once \partcombine*"

8 years agoIssue 4131/1: Reimplement forced partcombine decisions via context properties
David Kastrup [Tue, 10 Sep 2013 16:22:40 +0000 (18:22 +0200)]
Issue 4131/1: Reimplement forced partcombine decisions via context properties

One music type and concept less to worry about.

Since this tracks the partcombine decisions via context properties,
using one forced partcombine override in one voice will not be cancelled
by another forced partcombine in another.

In the event stream, \once\override is indistinguishable from
\override ... \revert so in order to be able to implement
\once\partcombine ... in one voice, we have to retain any permanent
\partcombineForce in the other.

8 years agosend_stream_event(...); macro should only produce one statement
David Kastrup [Thu, 25 Sep 2014 17:49:47 +0000 (19:49 +0200)]
send_stream_event(...); macro should only produce one statement

8 years agoIssue 4550 (2/2) Avoid "using namespace std;" in included files
Dan Eble [Sat, 3 Oct 2015 16:29:13 +0000 (12:29 -0400)]
Issue 4550 (2/2) Avoid "using namespace std;" in included files

These changes are produced by a rather long shell script that is
posted in the code review for this issue.  Summary:

* remove "using namespace std;" everywhere
* add "std::" in *.hh and other included files
* add "std::" to functions and lesser-used types in *.cc files

8 years agoIssue 4550 (1/2) Avoid "using namespace std;" in included files
Dan Eble [Sat, 8 Aug 2015 17:11:02 +0000 (13:11 -0400)]
Issue 4550 (1/2) Avoid "using namespace std;" in included files

These are manual changes in preparation for an automated removal of
"using namespace std;".

Mostly these are additions of using-declarations for commonly used
types and containers (e.g. std::string, std::vector) to *.cc files so
that they will continue to build after the big removal.

8 years agoAdd PDF metadata section to NR; indexing; minor error fix
Phil Holmes [Thu, 13 Aug 2015 14:10:22 +0000 (15:10 +0100)]
Add PDF metadata section to NR; indexing; minor error fix

8 years agoIssue 4610: ly:round-filled-polygon: optional parameter `extroversion'
David Kastrup [Thu, 13 Aug 2015 13:30:43 +0000 (15:30 +0200)]
Issue 4610: ly:round-filled-polygon: optional parameter `extroversion'

`extroversion' specifies where on the specified polygon to draw with the
pen of the given thickness.  Its default of -1 corresponds to the
previous behavior of drawing strictly inside of the given polygon.  An
extroversion value of 0 draws exactly along the given polygon, and a
value of 1 will draw just outside of the given polygon.

8 years agoRewrite call_pure_function
David Kastrup [Fri, 25 Sep 2015 14:29:14 +0000 (16:29 +0200)]
Rewrite call_pure_function

8 years agoIssue 4620/6: Remove node "simple closure" from notation appendices
David Kastrup [Fri, 25 Sep 2015 14:09:43 +0000 (16:09 +0200)]
Issue 4620/6: Remove node "simple closure" from notation appendices

8 years agoIssue 4620/5: Remove/replace Simple_closure smob type
David Kastrup [Thu, 24 Sep 2015 15:51:54 +0000 (17:51 +0200)]
Issue 4620/5: Remove/replace Simple_closure smob type

8 years agoIssue 4620/4: Import grob::compose-function and grob::offset-function into C
David Kastrup [Thu, 24 Sep 2015 15:17:31 +0000 (17:17 +0200)]
Issue 4620/4: Import grob::compose-function and grob::offset-function into C

8 years agoIssue 4620/3: Add grob::compose-function and grob::offset-function
David Kastrup [Tue, 22 Sep 2015 13:02:12 +0000 (15:02 +0200)]
Issue 4620/3: Add grob::compose-function and grob::offset-function

Those are the main replacements for the uses of ly:make-simple-closure
in lily/grob-closure.cc.

8 years agoIssue 4620/2: Add ly:pure-call and ly:unpure-call functions
David Kastrup [Fri, 25 Sep 2015 07:40:17 +0000 (09:40 +0200)]
Issue 4620/2: Add ly:pure-call and ly:unpure-call functions

8 years agoIssue 4620/1: Remove unused function chain-grob-member-functions
David Kastrup [Thu, 24 Sep 2015 12:36:08 +0000 (14:36 +0200)]
Issue 4620/1: Remove unused function chain-grob-member-functions

8 years agoIssue 4623: Don't dump Midi data to screen on write error
David Kastrup [Sun, 27 Sep 2015 10:15:33 +0000 (12:15 +0200)]
Issue 4623: Don't dump Midi data to screen on write error

8 years agoIssue 4618: Correct argument handling of Unpure_pure_call::call
David Kastrup [Wed, 23 Sep 2015 19:50:39 +0000 (21:50 +0200)]
Issue 4618: Correct argument handling of Unpure_pure_call::call

When ly:make-unpure-pure-container is called with a single procedure
argument, this procedure is used for both unpure and pure calls.  It
turns out that the calling convention in call_pure_function places the
start/end arguments always in position 2/3 of the call.
Unpure_pure_call::call previously always dropped the last 2 arguments of
a pure call before passing the rest on.  Most calls take exactly 3
arguments (grob start end) where this does not make a difference, but
there may be use cases with a different number of arguments.

8 years agoDoc: CG - remove link to R. Kainhofer's doc builds
James Lowe [Wed, 23 Sep 2015 07:46:19 +0000 (08:46 +0100)]
Doc: CG - remove link to R. Kainhofer's doc builds

This link no longer works
I have not been able to
find any equivalent on
Reinhold's own site and
had no reply when contacted
by email to confirm if this
link had moved or was now
deprecated.

8 years agoRelease: bump VERSION.
Phil Holmes [Sun, 27 Sep 2015 20:55:07 +0000 (21:55 +0100)]
Release: bump VERSION.

8 years agoRelease: bump Welcome versions. release/2.19.28-1
Phil Holmes [Sun, 27 Sep 2015 12:01:25 +0000 (13:01 +0100)]
Release: bump Welcome versions.

8 years agoRelease: update news.
Phil Holmes [Sun, 27 Sep 2015 12:01:24 +0000 (13:01 +0100)]
Release: update news.

8 years agoPO: update template.
Phil Holmes [Sun, 27 Sep 2015 12:01:24 +0000 (13:01 +0100)]
PO: update template.

8 years agoRelease: bump VERSION_DEVEL.
Phil Holmes [Sun, 27 Sep 2015 12:01:24 +0000 (13:01 +0100)]
Release: bump VERSION_DEVEL.

8 years agoDoc-fr: updates LM, NR an AU
Jean-Charles Malahieude [Sun, 27 Sep 2015 09:33:44 +0000 (11:33 +0200)]
Doc-fr: updates LM, NR an AU

8 years agoMerge branch 'master' of /home/jcharles/GIT/Lily/. into translation
Jean-Charles Malahieude [Sat, 26 Sep 2015 16:22:44 +0000 (18:22 +0200)]
Merge branch 'master' of /home/jcharles/GIT/Lily/. into translation

8 years agoPO: sync Dutch and German from FTP
Jean-Charles Malahieude [Sat, 26 Sep 2015 10:52:02 +0000 (12:52 +0200)]
PO: sync Dutch and German from FTP

8 years agoMerge branch 'issue4614' into HEAD
David Kastrup [Sat, 26 Sep 2015 10:33:24 +0000 (12:33 +0200)]
Merge branch 'issue4614' into HEAD

8 years agoRun scripts/auxiliar/makelsr.py
David Kastrup [Sun, 20 Sep 2015 16:12:04 +0000 (18:12 +0200)]
Run scripts/auxiliar/makelsr.py

8 years agoIssue 4614/6: Amend snippet single-staff-template-with-notes-and-chords.ly
David Kastrup [Sun, 20 Sep 2015 16:10:51 +0000 (18:10 +0200)]
Issue 4614/6: Amend snippet single-staff-template-with-notes-and-chords.ly

8 years agoIssue 4614/5: Change NR to reflect new equivalence of sus and sus4
David Kastrup [Sun, 20 Sep 2015 15:56:29 +0000 (17:56 +0200)]
Issue 4614/5: Change NR to reflect new equivalence of sus and sus4

8 years agoIssue 4614/4: Change NR to reflect new equivalence of c:5 and c:1.5
David Kastrup [Sun, 20 Sep 2015 13:04:48 +0000 (15:04 +0200)]
Issue 4614/4: Change NR to reflect new equivalence of c:5 and c:1.5

8 years agoRun scripts/auxiliar/update-with-convert-ly.sh
David Kastrup [Sun, 20 Sep 2015 15:44:47 +0000 (17:44 +0200)]
Run scripts/auxiliar/update-with-convert-ly.sh

8 years agoIssue 4614/3: convert-ly rule c:5.x, c:5^x, c:sus -> c:3.5.x, c:3.5^x, c:5
David Kastrup [Sun, 20 Sep 2015 14:40:47 +0000 (16:40 +0200)]
Issue 4614/3: convert-ly rule c:5.x, c:5^x, c:sus -> c:3.5.x, c:3.5^x, c:5

8 years agoIssue 4614/2: Let \chordmode { c:5 } mean <c' g'> rather than <c' e' g'>
David Kastrup [Sat, 19 Sep 2015 12:28:57 +0000 (14:28 +0200)]
Issue 4614/2: Let \chordmode { c:5 } mean <c' g'> rather than <c' e' g'>

8 years agoIssue 4614/1: Let c:sus be interpreted as c:sus4
David Kastrup [Sat, 19 Sep 2015 17:26:54 +0000 (19:26 +0200)]
Issue 4614/1: Let c:sus be interpreted as c:sus4

8 years agoRun scripts/auxiliar/makelsr.py
David Kastrup [Thu, 17 Sep 2015 18:10:01 +0000 (20:10 +0200)]
Run scripts/auxiliar/makelsr.py

8 years agoIssue 4612: Don't let AccidentalPlacement::add_accidental rewrite X-offset
David Kastrup [Thu, 17 Sep 2015 16:22:39 +0000 (18:22 +0200)]
Issue 4612: Don't let AccidentalPlacement::add_accidental rewrite X-offset

It does not seem necessary, obfuscates matters and precludes use of \offset.

8 years agoIssue 4611: Don't give RepeatTieColumn a `cause' event
David Kastrup [Wed, 16 Sep 2015 19:43:50 +0000 (21:43 +0200)]
Issue 4611: Don't give RepeatTieColumn a `cause' event

Rationale: the cause is used for point-and-click information and for
stuff like \parenthesize, and a RepeatTieColumn does not have metrics
that would be useful for that.  In particular, this causes code like

{ c'1-\parenthesize\repeatTie }

to compile without spurious parens and error messages.

8 years agoIssue 4605: Doc: Usage - Fix svg backend explanation
Masamichi Hosoda [Mon, 14 Sep 2015 14:40:51 +0000 (23:40 +0900)]
Issue 4605: Doc: Usage - Fix svg backend explanation

This commit fixes svg backend explanation.

8 years agoIssue 4608: Change scheme function name for default font
Masamichi Hosoda [Tue, 15 Sep 2015 14:39:48 +0000 (23:39 +0900)]
Issue 4608: Change scheme function name for default font

This commit changes the function name for default font
because Century Schoolbook is no longer the default font.

8 years agoDoc: CG Remove section Building Ubuntu Distro
James Lowe [Sun, 13 Sep 2015 16:15:58 +0000 (17:15 +0100)]
Doc: CG Remove section Building Ubuntu Distro

Issue 4604

These instructions no longer
work with current versions
of Ubuntu.

8 years agoMerge branch 'issue4609' into HEAD
David Kastrup [Sun, 20 Sep 2015 13:16:31 +0000 (15:16 +0200)]
Merge branch 'issue4609' into HEAD

8 years agoIssue 4609/7: Document \once \revert
David Kastrup [Tue, 8 Sep 2015 07:57:36 +0000 (09:57 +0200)]
Issue 4609/7: Document \once \revert

8 years agoIssue 4609/6: Regtest for \once \revert
David Kastrup [Tue, 8 Sep 2015 13:16:28 +0000 (15:16 +0200)]
Issue 4609/6: Regtest for \once \revert

8 years agoIssue 4609/5: Let \displayLilyMusic heed \once \unset and \once \revert
David Kastrup [Mon, 7 Sep 2015 21:09:09 +0000 (23:09 +0200)]
Issue 4609/5: Let \displayLilyMusic heed \once \unset and \once \revert

8 years agoIssue 4609/4: Move \once action from iterators to listeners
David Kastrup [Tue, 15 Sep 2015 18:50:13 +0000 (20:50 +0200)]
Issue 4609/4: Move \once action from iterators to listeners

This ends the dependency of the events generated for \once\unset and
\once\set on the current context (bad for recording and replaying events
like with the part combiner and quoted music).  It also implements
\once\revert and makes every \once\override and \once\revert impervious
to any other overrides and reverts that may happen at the same time.

8 years agoIssue 4609/3: Create ly:context-matched-pop-property
David Kastrup [Tue, 15 Sep 2015 18:44:29 +0000 (20:44 +0200)]
Issue 4609/3: Create ly:context-matched-pop-property

8 years agoIssue 4609/2: Add Grob_property_info::temporary_{override,revert} functions
David Kastrup [Tue, 15 Sep 2015 15:16:36 +0000 (17:16 +0200)]
Issue 4609/2: Add Grob_property_info::temporary_{override,revert} functions

8 years agoIssue 4609/1: Let nalist_to_alist accept temporary overrides/reverts
David Kastrup [Tue, 15 Sep 2015 10:57:17 +0000 (12:57 +0200)]
Issue 4609/1: Let nalist_to_alist accept temporary overrides/reverts

8 years agoLet note-by-number and rest-by-number be robust against overriding font-name
Thomas Morley [Sat, 12 Sep 2015 21:32:51 +0000 (23:32 +0200)]
Let note-by-number and rest-by-number be robust against overriding font-name

issue 4606

This is done by setting font-name #f as it is done for musicglyph already.
Reverts some additions made by issue 3096, which became redundant now.

8 years agoDoc: updates translation status
Jean-Charles Malahieude [Sat, 19 Sep 2015 16:22:18 +0000 (18:22 +0200)]
Doc: updates translation status

8 years agoDoc-de: updated learning, adjusted a couple of cross links in other parts of the...
Michael Gerdau [Sat, 19 Sep 2015 15:31:49 +0000 (17:31 +0200)]
Doc-de: updated learning, adjusted a couple of cross links in other parts of the documentation

8 years agoLSR Update
James Lowe [Thu, 17 Sep 2015 17:10:07 +0000 (18:10 +0100)]
LSR Update

Run of makelsr

8 years agoIssue 4598 / 3: NR: Add font list description
Masamichi Hosoda [Fri, 11 Sep 2015 16:26:14 +0000 (01:26 +0900)]
Issue 4598 / 3: NR: Add font list description

This commit adds font list description.

8 years agoIssue 4598 / 2: NR: Change example's font name
Masamichi Hosoda [Fri, 11 Sep 2015 16:18:56 +0000 (01:18 +0900)]
Issue 4598 / 2: NR: Change example's font name

Most environments have "Nimbus Sans L" instead of "Nimbus Sans".
This commit replaces "Nimbus Sans" with the list of
"Nimbus Sans" and "Nimbus Sans L".

8 years agoIssue 4598 / 1: Change example's font name
Masamichi Hosoda [Fri, 11 Sep 2015 16:08:36 +0000 (01:08 +0900)]
Issue 4598 / 1: Change example's font name

Most environments have "Nimbus Sans L" instead of "Nimbus Sans".
This commit replaces "Nimbus Sans" with the list of
"Nimbus Sans" and "Nimbus Sans L".

8 years agoIssue 4591 / 6: Clean up
Masamichi Hosoda [Tue, 8 Sep 2015 12:57:06 +0000 (21:57 +0900)]
Issue 4591 / 6: Clean up

Alignment spacing only.

8 years agoIssue 4591 / 5: NR: Add font-name description
Masamichi Hosoda [Mon, 7 Sep 2015 13:49:14 +0000 (22:49 +0900)]
Issue 4591 / 5: NR: Add font-name description

This commit adds font-name description.

8 years agoIssue 4591 / 4: NR: Enhance font-name overriding sample
Masamichi Hosoda [Mon, 7 Sep 2015 13:30:23 +0000 (22:30 +0900)]
Issue 4591 / 4: NR: Enhance font-name overriding sample

font-name can be described using a comma-separated list of fonts
and a white-space separated list of styles (shape, series etc.).

8 years agoIssue 4591 / 3: Fix font-name overriding wrong name
Masamichi Hosoda [Mon, 7 Sep 2015 13:12:56 +0000 (22:12 +0900)]
Issue 4591 / 3: Fix font-name overriding wrong name

Some font names do not exist.
This commit replaces them with correct font names.

8 years agoIssue 4591 / 2: Fix font-name overriding deprecated name
Masamichi Hosoda [Mon, 7 Sep 2015 11:59:19 +0000 (20:59 +0900)]
Issue 4591 / 2: Fix font-name overriding deprecated name

FontConfig's generic font family alias `sans' is deprecated.

This commit replaces it with `LilyPond Sans Serif'
that is a font alias of LilyPond's default sans serif font.

8 years agoIssue 4591 / 1: Fix font-name overriding `Times New Roman'
Masamichi Hosoda [Mon, 7 Sep 2015 11:04:50 +0000 (20:04 +0900)]
Issue 4591 / 1: Fix font-name overriding `Times New Roman'

A comma is required
for font name "Times New Roman"'s explicit termination.
If there is no comma, Pango interpret "Times New Roman" as
"Times New" family with "Roman" style.

8 years agoIssue 4601/2: Let \shape use grob-transformer like \offset does
David Kastrup [Wed, 9 Sep 2015 15:29:52 +0000 (17:29 +0200)]
Issue 4601/2: Let \shape use grob-transformer like \offset does

8 years agoIssue 4601/1: Refactor part of offsetter into grob-transformer
David Kastrup [Wed, 9 Sep 2015 13:32:22 +0000 (15:32 +0200)]
Issue 4601/1: Refactor part of offsetter into grob-transformer

8 years agoWeb: Authors.itexi update
James Lowe [Wed, 16 Sep 2015 10:54:58 +0000 (11:54 +0100)]
Web: Authors.itexi update

Issue 4586

From September 2014 until
August 2015 Based on all
those contributors for
2.18.x and current 2.19.x.

8 years agoIssue 913: improve \partcombine when parts have unequal lengths
Dan Eble [Mon, 7 Sep 2015 22:14:14 +0000 (18:14 -0400)]
Issue 913: improve \partcombine when parts have unequal lengths

Add terminal entries to Voice-state arrays at the moment the last
event ends.

This also improves Issue 1677 by engraving notes that were missing;
however, it does not resolve it because the rests are still wrong.

8 years agoIssue 4594 (4/4): mmrest engraver: rearrange for readability
Dan Eble [Sun, 6 Sep 2015 18:37:42 +0000 (14:37 -0400)]
Issue 4594 (4/4): mmrest engraver: rearrange for readability

8 years agoIssue 4594 (3/4) mmrest engraver: simplify logic
Dan Eble [Sun, 6 Sep 2015 17:38:22 +0000 (13:38 -0400)]
Issue 4594 (3/4) mmrest engraver: simplify logic

8 years agoIssue 4594 (2/4) mmrest engraver: move most processing into process_music()
Dan Eble [Sun, 6 Sep 2015 17:35:50 +0000 (13:35 -0400)]
Issue 4594 (2/4) mmrest engraver: move most processing into process_music()

This opens the way to using more local state rather than object state.

8 years agoIssue 4594 (1/4) mmrest engraver: comments, naming, style
Dan Eble [Fri, 4 Sep 2015 20:01:39 +0000 (16:01 -0400)]
Issue 4594 (1/4) mmrest engraver: comments, naming, style

8 years agoAvoid segfault for cleared vertical-skylines in add_grobs_of_one_priority
David Kastrup [Mon, 14 Sep 2015 15:35:02 +0000 (17:35 +0200)]
Avoid segfault for cleared vertical-skylines in add_grobs_of_one_priority

8 years agoIssue 4595: NR: Describe default fonts as TeX Gyre fonts
Masamichi Hosoda [Mon, 7 Sep 2015 14:45:12 +0000 (23:45 +0900)]
Issue 4595: NR: Describe default fonts as TeX Gyre fonts

roman: LilyPond Serif (alias of TeX Gyre Schola)
sans: LilyPond Sans Serif (alias of TeX Gyre Heros)
typewriter: LilyPond Monospace (alias of TeX Gyre Cursor)

8 years agoDoc-fr: updates texidocs
Jean-Charles Malahieude [Sun, 13 Sep 2015 13:05:20 +0000 (15:05 +0200)]
Doc-fr: updates texidocs

8 years agoMerge branch 'master' into translation
Jean-Charles Malahieude [Sun, 13 Sep 2015 13:02:20 +0000 (15:02 +0200)]
Merge branch 'master' into translation

8 years agoRelease: bump VERSION.
Phil Holmes [Sat, 12 Sep 2015 21:36:02 +0000 (22:36 +0100)]
Release: bump VERSION.

8 years agoMerge remote branch 'origin/release/unstable' into HEAD
Phil Holmes [Sat, 12 Sep 2015 21:35:29 +0000 (22:35 +0100)]
Merge remote branch 'origin/release/unstable' into HEAD

8 years agoImplement new markup-command overlay
Thomas Morley [Sun, 30 Aug 2015 11:10:52 +0000 (13:10 +0200)]
Implement new markup-command overlay

issue 4580

Allows for \markup \overlay { a list }

8 years agoDoc-fr: fix bad committish
Jean-Charles Malahieude [Sat, 12 Sep 2015 13:06:11 +0000 (15:06 +0200)]
Doc-fr: fix bad committish

8 years agoDoc-fr: updates NR
Jean-Charles Malahieude [Sat, 12 Sep 2015 12:58:19 +0000 (14:58 +0200)]
Doc-fr: updates NR

8 years agoRelease: bump Welcome versions. release/2.19.27-1
Phil Holmes [Sat, 12 Sep 2015 11:43:57 +0000 (12:43 +0100)]
Release: bump Welcome versions.

8 years agoRelease: update news.
Phil Holmes [Sat, 12 Sep 2015 11:43:57 +0000 (12:43 +0100)]
Release: update news.

8 years agoPO: update template.
Phil Holmes [Sat, 12 Sep 2015 11:43:57 +0000 (12:43 +0100)]
PO: update template.

8 years agoRelease: bump VERSION_DEVEL.
Phil Holmes [Sat, 12 Sep 2015 11:43:57 +0000 (12:43 +0100)]
Release: bump VERSION_DEVEL.

8 years agoIssue 4577: Remove the nasty workaround for platforms that don't provide
Dan Eble [Tue, 25 Aug 2015 15:54:21 +0000 (11:54 -0400)]
Issue 4577: Remove the nasty workaround for platforms that don't provide
std::vector::data().

Replace most code that reached into into Grob_array and modified its
internal vector with calls to new member functions such as filter().

Move the definitions of some trivial methods into grob-array.hh.

8 years agoIssue 4592: Doc string fix in wake of issue 4426
David Kastrup [Fri, 4 Sep 2015 20:07:40 +0000 (22:07 +0200)]
Issue 4592: Doc string fix in wake of issue 4426

8 years agoLSR updates
Phil Holmes [Thu, 10 Sep 2015 10:44:10 +0000 (11:44 +0100)]
LSR updates

8 years agoLSR local update
Phil Holmes [Thu, 10 Sep 2015 10:24:35 +0000 (11:24 +0100)]
LSR local update

8 years agoMerge branch 'master' into translation
Jean-Charles Malahieude [Tue, 8 Sep 2015 18:14:11 +0000 (20:14 +0200)]
Merge branch 'master' into translation

8 years agoDoc: Fix regtest "dynamics-broken-hairpin.ly"
Simon Albrecht [Tue, 8 Sep 2015 14:46:51 +0000 (15:46 +0100)]
Doc: Fix regtest "dynamics-broken-hairpin.ly"

Issue 4588

Fix regtest "dynamics-broken-hairpin.ly"
Change regtest to match its title,
including an updated description.

8 years agoDoc: NR - Improve wording in 'Changing Spacing'
Simon Albrecht [Tue, 8 Sep 2015 13:54:56 +0000 (14:54 +0100)]
Doc: NR - Improve wording in 'Changing Spacing'

Issue 4589

The paragraph from "Avoid (or reduce)"
in spacing.itely used 'for example'
twice in a row. The description of the
'volta bracket' issue was unclear in
terminology and phrasing.