]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
7 years agoLM: Replace \set Staff.instrumentName
James Lowe [Mon, 30 Jan 2017 17:10:51 +0000 (17:10 +0000)]
LM: Replace \set Staff.instrumentName

Issue 5039

Second Patch - Learning Manual

Replace appropriate instances of

\set Staff.instrumentName = " ... "

with

\new Staff \with { instrumentName = " ... " }

7 years ago5038: Web-GSoC: Review introduction text
Urs Liska [Mon, 30 Jan 2017 14:19:30 +0000 (15:19 +0100)]
5038: Web-GSoC: Review introduction text

7 years agoTypo in changes
Jean-Charles Malahieude [Sat, 4 Feb 2017 16:35:55 +0000 (17:35 +0100)]
Typo in changes

7 years ago5045: Web-GSoC: Add mentor to openLilyLib project
Urs Liska [Tue, 31 Jan 2017 18:18:12 +0000 (19:18 +0100)]
5045: Web-GSoC: Add mentor to openLilyLib project

7 years agoIssue 1375/3: Register scheme engravers
David Kastrup [Sat, 28 Jan 2017 00:16:54 +0000 (01:16 +0100)]
Issue 1375/3: Register scheme engravers

This registers Measure_counter_engraver and Span_stem_engraver
to make them documented and callable like C++ engravers.

7 years agoIssue 1375/2: Create Translator_creator class
David Kastrup [Tue, 16 Jun 2015 12:14:27 +0000 (14:14 +0200)]
Issue 1375/2: Create Translator_creator class

Previously, translators were created by copying from a context-less
instantiation of the translator containing its documentation.  This had
several unpleasant consequences, the most problematic likely being the
inability to register Scheme engravers because their documentation would
be identical to all other Scheme engravers.

A new Translator_creator class takes over the task of creating
Translator instances when called with a context argument.

As a result of joining the mechanisms for Scheme engravers and C++
engravers, ly:translator-name and ly:translator-description are
reimplemented in a manner resembling object properties.

7 years agoIssue 1375/1: Let Translator constructor take a Context argument
David Kastrup [Fri, 27 Jan 2017 12:27:03 +0000 (13:27 +0100)]
Issue 1375/1: Let Translator constructor take a Context argument

This is the first step towards constructing rather than cloning translators
when creating contexts.  On its own, it does not make sense, but the change
is large and mostly mechanical, so keeping it separate from the actually
difficult parts makes sense.

7 years agoIssue 3830: Document \offset command
David Nalesnik [Sat, 21 Jan 2017 20:02:31 +0000 (14:02 -0600)]
Issue 3830:  Document \offset command

7 years agoRemove midi.c
Graham Percival [Wed, 18 Jan 2017 20:09:58 +0000 (12:09 -0800)]
Remove midi.c

7 years agomidi2ly: replace unprintables with ~
DrTechDaddy [Mon, 16 Jan 2017 20:46:38 +0000 (15:46 -0500)]
midi2ly: replace unprintables with ~

7 years agomidi2ly: fix non-printable in MIDI text
DrTechDaddy [Fri, 13 Jan 2017 00:40:43 +0000 (19:40 -0500)]
midi2ly: fix non-printable in MIDI text

7 years agoAdd rewrite of midi.c in python
Ben Rudiak-Gould [Wed, 18 Jan 2017 03:52:31 +0000 (19:52 -0800)]
Add rewrite of midi.c in python

Work was done in 2012, and came from here:
    https://codereview.appspot.com/7016046/

7 years agoLet \alterBroken tweak ties again
David Nalesnik [Mon, 23 Jan 2017 18:02:27 +0000 (12:02 -0600)]
Let \alterBroken tweak ties again

When tweaking Tie grobs, the music function \alterBroken has
incorrectly rejected them since 2.17.6 as not being spanners.
The method of spanner recognition is at fault: 'span-direction
is not used by TieEvent.

Also, use eqv? instead of eq? for comparison of numbers.

7 years agoNR: Replace \set Staff.instrumentName
James Lowe [Mon, 23 Jan 2017 20:52:53 +0000 (20:52 +0000)]
NR: Replace \set Staff.instrumentName

Issue 5039

1st Patch - Notation Reference

Replace appropriate instances of

\set Staff.instrumentName = " ... "

with

\new Staff \with { instrumentName = " ... " }

7 years ago5042: Web: GSoC: Add openLilyLib project suggestion
Urs Liska [Tue, 24 Jan 2017 09:27:11 +0000 (10:27 +0100)]
5042: Web: GSoC: Add openLilyLib project suggestion

7 years agoIssue 5043/3: Define markup command \with-outline
David Kastrup [Tue, 24 Jan 2017 20:45:49 +0000 (21:45 +0100)]
Issue 5043/3: Define markup command \with-outline

7 years agoIssue 5043/2: Use ly:stencil-outline instead of transparent-stencil
David Kastrup [Tue, 24 Jan 2017 20:39:15 +0000 (21:39 +0100)]
Issue 5043/2: Use ly:stencil-outline instead of transparent-stencil

7 years agoIssue 5043/1: Implement ly:stencil-outline separating ink/metrics
David Kastrup [Tue, 24 Jan 2017 20:17:43 +0000 (21:17 +0100)]
Issue 5043/1: Implement ly:stencil-outline separating ink/metrics

7 years agoIssue 5041: Using eq? on numbers is undefined behavior
David Kastrup [Mon, 23 Jan 2017 23:29:22 +0000 (00:29 +0100)]
Issue 5041: Using eq? on numbers is undefined behavior

Fix this.  Also with regard to string comparisons (to the empty
string, but still rather iffy).

7 years agoWeb-fr: GSoC page: Add SMuFL project
Jean-Charles Malahieude [Sun, 29 Jan 2017 19:36:45 +0000 (20:36 +0100)]
Web-fr: GSoC page: Add SMuFL project

7 years agoDoc-fr: updates NR
Jean-Charles Malahieude [Sun, 29 Jan 2017 17:17:28 +0000 (18:17 +0100)]
Doc-fr: updates NR

7 years agoMerge branch 'master' into translation
Jean-Charles Malahieude [Sun, 29 Jan 2017 09:33:10 +0000 (10:33 +0100)]
Merge branch 'master' into translation

7 years agoDoc: Issue 5034: Expand documentation of mode-changing commands
Trevor Daniels [Sun, 22 Jan 2017 21:14:35 +0000 (21:14 +0000)]
Doc: Issue 5034: Expand documentation of mode-changing commands

  Add general description of long and short forms and clarify
  wording generally.

  Add description of \lyrics

  Fix typos in chords and percussion

7 years agoIssue 185 Squishing chords
Trevor Daniels [Thu, 19 Jan 2017 20:47:36 +0000 (20:47 +0000)]
Issue 185 Squishing chords

  Add a user-level interface to the event-chord-reduce function.

  Document its use for squishing chords in music being used to
  provide the rhythms to RhythmicStaff and the Pitch_squash_engraver.

7 years ago5037: web: GSoC page: Add SMuFL project
Urs Liska [Sat, 21 Jan 2017 00:00:50 +0000 (01:00 +0100)]
5037: web: GSoC page: Add SMuFL project

7 years agoDoc-ca: fix xrefs
Jean-Charles Malahieude [Thu, 26 Jan 2017 18:53:25 +0000 (19:53 +0100)]
Doc-ca: fix xrefs

7 years agoDoc-ca: Added repeeats.itely and proofreading
Walter Garcia-Fontes [Wed, 25 Jan 2017 14:52:15 +0000 (15:52 +0100)]
Doc-ca: Added repeeats.itely and proofreading

7 years agoDoc: Issue 5032: Using \with with \chords, \drums and \figures
Trevor Daniels [Sun, 15 Jan 2017 17:47:54 +0000 (17:47 +0000)]
Doc: Issue 5032: Using \with with \chords, \drums and \figures

Document the use of \with with the short forms of the
input-mode-specifying commands.

7 years agoDoc: run translation-status
Jean-Charles Malahieude [Sun, 22 Jan 2017 16:55:41 +0000 (17:55 +0100)]
Doc: run translation-status

7 years agoDoc-fr: updates expressive and rhythms
Jean-Charles Malahieude [Sun, 22 Jan 2017 16:43:28 +0000 (17:43 +0100)]
Doc-fr: updates expressive and rhythms

7 years agoMerge branch 'master' of /home/jcharles/GIT/Lily/. into translation
Jean-Charles Malahieude [Sun, 22 Jan 2017 15:55:35 +0000 (16:55 +0100)]
Merge branch 'master' of /home/jcharles/GIT/Lily/. into translation

7 years agoRun scripts/auxiliar/makelsr.py
David Kastrup [Sun, 22 Jan 2017 14:26:56 +0000 (15:26 +0100)]
Run scripts/auxiliar/makelsr.py

7 years agoDoc-ca: Add translation of expressive.itely
Walter Garcia-Fontes [Fri, 20 Jan 2017 10:31:27 +0000 (11:31 +0100)]
Doc-ca: Add translation of expressive.itely

7 years agoImplement shorten-pair for Hairpin
David Nalesnik [Fri, 6 Jan 2017 16:27:25 +0000 (10:27 -0600)]
Implement shorten-pair for Hairpin

This property allows the ends of hairpins to be modified
independently.

7 years agoreplace remaining occurrences of www.lilypond.org with lilypond.org
Federico Bruni [Tue, 17 Jan 2017 15:54:14 +0000 (16:54 +0100)]
replace remaining occurrences of www.lilypond.org with lilypond.org

Some occurrences of www.lilypond.org were overlooked in previous
patch for issue 5014. Command used:

git grep -l "@uref{http://www.lilypond.org/" | xargs sed -i "s|@uref{http://www.lilypond.org/|@uref{http://lilypond.org/|g"

7 years agoPO: fetch de, es and nl from FTP
Jean-Charles Malahieude [Wed, 18 Jan 2017 19:20:53 +0000 (20:20 +0100)]
PO: fetch de, es and nl from FTP

7 years agoIssue 4931 make deadNote work with other font-settings
Thomas Morley [Wed, 27 Jul 2016 09:46:55 +0000 (11:46 +0200)]
Issue 4931 make deadNote work with other font-settings

In case the current (text-)font does not contain a cross-glyph,
font-name is set temporary to '(), and font-family to feta.
If feta is replaced with another font without glyphs for cross-style
note-heads, it will still fail, though.
The regtest dead-notes.ly is altered accordingly.
Also, ly-syntax is used where possible.
palmMute and harmonic are not affected by this patch and still
work nicely.

7 years agoWeb-es: Cosmetic changes in Community.
Francisco Vila [Sat, 14 Jan 2017 11:14:08 +0000 (12:14 +0100)]
Web-es: Cosmetic changes in Community.

7 years agoWeb-es: fix yet three more Spanish links.
Francisco Vila [Sat, 14 Jan 2017 09:52:48 +0000 (10:52 +0100)]
Web-es: fix yet three more Spanish links.

7 years agoWeb-es: fix sixteen more Spanish links.
Francisco Vila [Sat, 14 Jan 2017 09:48:48 +0000 (10:48 +0100)]
Web-es: fix sixteen more Spanish links.

7 years agoWeb-es: fix a couple of Spanish links.
Francisco Vila [Sat, 14 Jan 2017 09:40:23 +0000 (10:40 +0100)]
Web-es: fix a couple of Spanish links.

7 years agoFix Texinfo error in new snippet
David Nalesnik [Thu, 12 Jan 2017 15:01:19 +0000 (09:01 -0600)]
Fix Texinfo error in new snippet

Correct error in snippet introduced in commit
5944d20489bb5b8e4c4907fa3b3bcae9ec275ccb.

7 years agoIssue 5028 Correct some typos german doc
Thomas Morley [Thu, 5 Jan 2017 12:15:33 +0000 (13:15 +0100)]
Issue 5028 Correct some typos german doc

7 years agoRestrict spread of symbols in church rests
David Nalesnik [Fri, 23 Dec 2016 16:39:12 +0000 (10:39 -0600)]
Restrict spread of symbols in church rests

The spacing of symbols in multi-measure church rests varies with
the measure size.  In loose spacing, this can lead to loss of
readability as the symbols are pushed far apart.

This patch introduces the property "max-symbol-separation," which
represents the largest allowed distance between components of a
Kirchenpause.  Distance between symbols will vary with measure size
unless the maximum is exceeded.

Setting the property to a small value will effectively create
constant spacing.  Using a very large value will permit proportional
spacing regardless of measure length (the previous default behavior).

A default value of 8.0 staff spaces is set to allow flexibility in
shorter measures.

7 years agoDoc-it: fix names and links of translated manuals
Federico Bruni [Tue, 10 Jan 2017 20:57:10 +0000 (21:57 +0100)]
Doc-it: fix names and links of translated manuals

7 years agoNR 1.2.1.d: Split note more appropriately (issue 5027)
Simon Albrecht [Mon, 9 Jan 2017 02:13:29 +0000 (03:13 +0100)]
NR 1.2.1.d: Split note more appropriately (issue 5027)

Durations which have to be written with ties should be
split at major subdivisions of the measure.  The current
example in the NR didn't choose the most recommended way
to do this.

7 years agoLet the distance of strings and frets in fret-diagrams be settable
Thomas Morley [Sat, 31 Dec 2016 12:33:24 +0000 (12:33 +0000)]
Let the distance of strings and frets in fret-diagrams be settable

Issue 5025

- Two new sub-properties of fret-diagram-details are introduced:
  fret-distance and string-distance
- regtest fret-diagrams-size.ly is extended
- entry in changes.tely

7 years agoFix double @newsItem added by mistake
Graham Percival [Sun, 8 Jan 2017 22:46:09 +0000 (14:46 -0800)]
Fix double @newsItem added by mistake

7 years agoPO: fetch ca, da, fr and it from FTP
Jean-Charles Malahieude [Sun, 8 Jan 2017 19:34:43 +0000 (20:34 +0100)]
PO: fetch ca, da, fr and it from FTP

7 years agoIssue 4983 Let crossStaff hide non-default-style flags
Thomas Morley [Mon, 2 Jan 2017 14:12:42 +0000 (14:12 +0000)]
Issue 4983 Let crossStaff hide non-default-style flags

Return empty-stencil for all flags using the code provided in
flag-styles.scm, if the style property is 'no-flag as set by
the crossStaff-function.

7 years agoDoc-ca: fix typos and bad xrefs
Jean-Charles Malahieude [Sun, 8 Jan 2017 16:06:47 +0000 (17:06 +0100)]
Doc-ca: fix typos and bad xrefs

7 years agoIssue 5024: Rework the Preinit framework into something simpler
David Kastrup [Sun, 1 Jan 2017 09:14:14 +0000 (10:14 +0100)]
Issue 5024: Rework the Preinit framework into something simpler

The previous introduction of the Preinit class had to work with
uninitialized data members in a state before construction.

Particularly for data structures like vector classes, this
was quite awkward.  Moving such structures into a separate
class initialized before the smobifying base class fixes
this deficiency and makes the behavior much more reliable,
at the cost of making the class hierarchy a bit more nested.

7 years agoDoc-ca: New Catalan translations
Walter Garcia-Fontes [Thu, 5 Jan 2017 21:16:17 +0000 (22:16 +0100)]
Doc-ca: New Catalan translations

7 years agoconverted font-size values from px and percentages to em values
elisabeth-llewellyn [Thu, 29 Dec 2016 08:29:46 +0000 (03:29 -0500)]
converted font-size values from px and percentages to em values

7 years agoRelease: bump VERSION.
Phil Holmes [Wed, 4 Jan 2017 09:32:40 +0000 (09:32 +0000)]
Release: bump VERSION.

7 years agoRelease: bump Welcome versions.
Phil Holmes [Tue, 3 Jan 2017 14:40:42 +0000 (14:40 +0000)]
Release: bump Welcome versions.

7 years agoRelease: update news.
Phil Holmes [Tue, 3 Jan 2017 14:40:42 +0000 (14:40 +0000)]
Release: update news.

7 years agoPO: update template.
Phil Holmes [Tue, 3 Jan 2017 14:40:42 +0000 (14:40 +0000)]
PO: update template.

7 years agoRelease: bump VERSION_DEVEL.
Phil Holmes [Tue, 3 Jan 2017 14:40:42 +0000 (14:40 +0000)]
Release: bump VERSION_DEVEL.

7 years agoweb: fix HTML 4.01 validation
Graham Percival [Thu, 29 Dec 2016 02:45:55 +0000 (18:45 -0800)]
web: fix HTML 4.01 validation

This was broken in 9580a231b3d3f912f46066009114a2929ecbb16a.

7 years agoDoc-it: update
Federico Bruni [Mon, 2 Jan 2017 10:38:28 +0000 (11:38 +0100)]
Doc-it: update

7 years agoDoc-fr: sync with master
Jean-Charles Malahieude [Thu, 29 Dec 2016 15:18:23 +0000 (16:18 +0100)]
Doc-fr: sync with master

7 years agoMerge branch 'master' into translation
Jean-Charles Malahieude [Thu, 29 Dec 2016 14:32:02 +0000 (15:32 +0100)]
Merge branch 'master' into translation

7 years agoPoint to \resetRelativeOctave in NR 1.1.1.b (issue 5015)
Simon Albrecht [Tue, 20 Dec 2016 18:38:46 +0000 (19:38 +0100)]
Point to \resetRelativeOctave in NR 1.1.1.b (issue 5015)

7 years ago5016: Web: update info on subscribing to issues
Simon Albrecht [Mon, 26 Dec 2016 13:06:04 +0000 (14:06 +0100)]
5016: Web: update info on subscribing to issues

The reference was still pointing to Google, now it explains
the procedure with sourceforge.

7 years agoupdate documentation for choral accidental styles
Alexander Kobel [Sun, 18 Dec 2016 22:09:41 +0000 (23:09 +0100)]
update documentation for choral accidental styles

7 years agoadd choral and choral-cautionary accidental style
Alexander Kobel [Tue, 13 Dec 2016 19:54:21 +0000 (20:54 +0100)]
add choral and choral-cautionary accidental style

7 years agoadd localAlterations property to ChoirStaff
Alexander Kobel [Tue, 13 Dec 2016 19:53:11 +0000 (20:53 +0100)]
add localAlterations property to ChoirStaff

7 years agoDoc: remove www from lilypond.org URL
Federico Bruni [Tue, 20 Dec 2016 15:33:58 +0000 (16:33 +0100)]
Doc: remove www from lilypond.org URL

I've used this command:

git grep -l "@uref{http://@/www@/.lilypond@/.org/}" | xargs sed -i "s|http://@/www@/.lilypond@/.org/|http://@/lilypond@/.org/|g"

7 years agoIssue 5013: Fix scripts for environments where "set -ux" carries over
Masamichi Hosoda [Fri, 16 Dec 2016 11:57:58 +0000 (20:57 +0900)]
Issue 5013: Fix scripts for environments where "set -ux" carries over

Normally, in Bourne shell scripts,
"set -ux" does not carry over to child processes.
However, under some conditions, it carries over to child processes.
(E.g. environment variable SHELLOPTS exists.)

If "set -ux" in smart-autogen.sh carries over to the child processes,
autoconf fails.

In order to avoid the issue,
this commit makes smart-autogen.sh and smart-configure.sh use
"set +ux" to cancel the effect of "set -ux"
just before invoking the child process.

Likewise, this commit also removes "set -e"
for avoiding "set -e" carrying over, and adds alternative error handling.

7 years agoDoc-it: minor translation improvements
Federico Bruni [Tue, 20 Dec 2016 13:39:20 +0000 (14:39 +0100)]
Doc-it: minor translation improvements

7 years agoDoc: CG - update Bug Squad members
Graham Percival [Fri, 2 Dec 2016 02:11:59 +0000 (18:11 -0800)]
Doc: CG - update Bug Squad members

7 years agoRelease: bump VERSION.
Phil Holmes [Sun, 18 Dec 2016 11:03:55 +0000 (11:03 +0000)]
Release: bump VERSION.

7 years agoMerge remote-tracking branch 'origin/release/unstable' into HEAD
Phil Holmes [Sun, 18 Dec 2016 11:02:56 +0000 (11:02 +0000)]
Merge remote-tracking branch 'origin/release/unstable' into HEAD

7 years agoAdd version to regtest to allow GUB to build
Phil Holmes [Sat, 17 Dec 2016 17:13:03 +0000 (17:13 +0000)]
Add version to regtest to allow GUB to build

7 years agoRelease: bump Welcome versions.
Phil Holmes [Sat, 17 Dec 2016 13:44:21 +0000 (13:44 +0000)]
Release: bump Welcome versions.

7 years agoRelease: update news.
Phil Holmes [Sat, 17 Dec 2016 13:44:21 +0000 (13:44 +0000)]
Release: update news.

7 years agoPO: update template.
Phil Holmes [Sat, 17 Dec 2016 13:44:21 +0000 (13:44 +0000)]
PO: update template.

7 years agoRelease: bump VERSION_DEVEL.
Phil Holmes [Sat, 17 Dec 2016 13:44:21 +0000 (13:44 +0000)]
Release: bump VERSION_DEVEL.

7 years agoDoc-fr: updates NR-Staff
Jean-Charles Malahieude [Sat, 17 Dec 2016 12:53:21 +0000 (13:53 +0100)]
Doc-fr: updates NR-Staff

7 years agoMerge branch 'master' into translation
Jean-Charles Malahieude [Sat, 17 Dec 2016 12:29:29 +0000 (13:29 +0100)]
Merge branch 'master' into translation

7 years agoWeb-es: update Scheme tutotial.
Francisco Vila [Thu, 15 Dec 2016 10:56:27 +0000 (11:56 +0100)]
Web-es: update Scheme tutotial.

7 years agoWeb-es: update Community.
Francisco Vila [Wed, 14 Dec 2016 08:31:28 +0000 (09:31 +0100)]
Web-es: update Community.

7 years agoWeb-es: Version markers for latest changes
Francisco Vila [Tue, 13 Dec 2016 19:02:44 +0000 (20:02 +0100)]
Web-es: Version markers for latest changes

7 years agoWeb-es: small update of front page.
Francisco Vila [Tue, 13 Dec 2016 18:48:15 +0000 (19:48 +0100)]
Web-es: small update of front page.

7 years agoIssue 5003 unfoldRepeats can be restricted to certain repeat-types
Thomas Morley [Thu, 1 Dec 2016 21:38:54 +0000 (22:38 +0100)]
Issue 5003 unfoldRepeats can be restricted to certain repeat-types

It now takes an additional, optional argument.
It's a list of symbols representing the repeat-types which should
be unfolded.
Possible settings are percent, tremolo and volta.
The default is an empty list, for which repeated-music is taken,
unfolding all.
A new regtest is added to cover the new feature.
Changes is extended accordingly.

Also correcting two small typos in Documentation/notation/staff.itely

7 years agoWeb: typo fix
Graham Percival [Sun, 11 Dec 2016 02:00:27 +0000 (18:00 -0800)]
Web: typo fix

7 years agoDoc CG 6.1: Add caveat about website work
Simon Albrecht [Mon, 5 Dec 2016 07:44:07 +0000 (23:44 -0800)]
Doc CG 6.1: Add caveat about website work

7 years agoWeb-it: update
Federico Bruni [Sat, 10 Dec 2016 18:41:40 +0000 (19:41 +0100)]
Web-it: update

7 years agoDoc-fr: updates NR, AU and community
Jean-Charles Malahieude [Sat, 10 Dec 2016 16:21:56 +0000 (17:21 +0100)]
Doc-fr: updates NR, AU and community

7 years agoIssue 5002: Correct the guns for hire list under "Community"
David Kastrup [Thu, 1 Dec 2016 17:28:56 +0000 (18:28 +0100)]
Issue 5002: Correct the guns for hire list under "Community"

7 years agoXML:Fix reg tests that have both lyrics and chords (for example 61e)
Vincent Le Ligeour [Wed, 7 Dec 2016 13:10:32 +0000 (13:10 +0000)]
XML:Fix reg tests that have both lyrics and chords (for example 61e)

As commented in the patch
I did not find any
documentation if a chord
element can contain multiple
lyrics, so I just assumed that
the first note of the chord
contained the Lyrics
(consistant with Finale
and Muscore exports).

7 years agoRelease: bump VERSION.
Phil Holmes [Sun, 4 Dec 2016 21:30:15 +0000 (21:30 +0000)]
Release: bump VERSION.

7 years agoRelease: bump Welcome versions.
Phil Holmes [Sat, 3 Dec 2016 12:30:56 +0000 (12:30 +0000)]
Release: bump Welcome versions.

7 years agoRelease: update news.
Phil Holmes [Sat, 3 Dec 2016 12:30:56 +0000 (12:30 +0000)]
Release: update news.

7 years agoPO: update template.
Phil Holmes [Sat, 3 Dec 2016 12:30:56 +0000 (12:30 +0000)]
PO: update template.

7 years agoRelease: bump VERSION_DEVEL.
Phil Holmes [Sat, 3 Dec 2016 12:30:56 +0000 (12:30 +0000)]
Release: bump VERSION_DEVEL.

7 years agoIssue 4999: Synchronize \layout and \midi definitions
David Kastrup [Thu, 17 Nov 2016 19:23:27 +0000 (20:23 +0100)]
Issue 4999: Synchronize \layout and \midi definitions

\midi was ignored when fixes for issues 4302 and 4772 were committed to
\layout .  This commit brings the context hierarchy in \midi back in
line with the state in \layout .

7 years agoDoc-fr: typos
Jean-Charles Malahieude [Sat, 26 Nov 2016 14:29:17 +0000 (15:29 +0100)]
Doc-fr: typos

7 years agoIssue 5000/5: Add using Extract PDFmark for DocBook
Masamichi Hosoda [Sat, 5 Nov 2016 05:57:07 +0000 (14:57 +0900)]
Issue 5000/5: Add using Extract PDFmark for DocBook

This commit adds using Extract PDFmark for DocBook documents.