]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
10 years agoRelease: update news. release/2.17.19-1
Phil Holmes [Sun, 26 May 2013 15:57:33 +0000 (16:57 +0100)]
Release: update news.

10 years agoPO: update template.
Phil Holmes [Sun, 26 May 2013 15:57:27 +0000 (16:57 +0100)]
PO: update template.

10 years agoRelease: bump VERSION_DEVEL.
Phil Holmes [Sun, 26 May 2013 15:57:21 +0000 (16:57 +0100)]
Release: bump VERSION_DEVEL.

10 years agoFix PNG images.
Werner Lemberg [Sun, 26 May 2013 05:34:04 +0000 (07:34 +0200)]
Fix PNG images.

Since libpng 1.6.0, the library rejects a class of malformed PNGs, aborting
with

  IDAT: invalid distance too far back

To be more precise, the library now relies on certain header fields in the
PNG image which have been ignored previously.  However, a
yet-to-be-identified program or library produces invalid PNGs; one example
of such PNGs is the file `lily-ledger.png'.

libpng 1.6.3 comes with a tool called `png-fix-too-far-back' to correct such
errors in PNG files (together with some other minor optimizations); this
commit contains the results of such a run.

10 years agodefine-grobs.scm: correct oversight on BalloonText; issue 3360
Keith OHara [Sat, 18 May 2013 01:34:24 +0000 (18:34 -0700)]
define-grobs.scm: correct oversight on BalloonText; issue 3360

10 years agoMerge branch 'issue3330'
David Kastrup [Sun, 26 May 2013 00:35:05 +0000 (02:35 +0200)]
Merge branch 'issue3330'

This merges a number of outstanding changes for

Issue 3330: bracketify-stencil moves grob's refpoint

comprising a rewrite of horizontal/vertical spacing.

10 years agoRun scripts/auxiliar/update-with-convert-ly.sh
David Kastrup [Sat, 25 May 2013 22:59:18 +0000 (00:59 +0200)]
Run scripts/auxiliar/update-with-convert-ly.sh

10 years agoAdd convert-ly rule increasing \vspace inside of \column
David Kastrup [Sat, 25 May 2013 11:06:06 +0000 (13:06 +0200)]
Add convert-ly rule increasing \vspace inside of \column

10 years agoAdapt input/regression/page-headers-and-footers.ly to empty lines being empty
David Kastrup [Fri, 24 May 2013 15:39:44 +0000 (17:39 +0200)]
Adapt input/regression/page-headers-and-footers.ly to empty lines being empty

10 years agoDon't remove "empty" stencils in several situations
David Kastrup [Wed, 15 May 2013 21:20:47 +0000 (23:20 +0200)]
Don't remove "empty" stencils in several situations

Removing empty stencils was previously necessary to avoid spurious
spacing in several circumstances that are properly catered for already
by issue 3330.  Consequently, removing those special cases is now
feasible and leads to more consistent results.

10 years agoChange spacing of chord flats to correspond to state before issue 3330
David Kastrup [Sun, 12 May 2013 19:26:26 +0000 (21:26 +0200)]
Change spacing of chord flats to correspond to state before issue 3330

10 years agoRewrite wordwrap-stencils to deal nicely with X/Y-empty spacing
David Kastrup [Thu, 2 May 2013 18:39:00 +0000 (20:39 +0200)]
Rewrite wordwrap-stencils to deal nicely with X/Y-empty spacing

10 years agoRemove manual spacing of fret diagrams in input/regression/fret-diagrams-size.ly
David Kastrup [Thu, 2 May 2013 16:27:50 +0000 (18:27 +0200)]
Remove manual spacing of fret diagrams in input/regression/fret-diagrams-size.ly

After issue 3300, stencils with negative left extent get properly spaced
in a line.

10 years agoIssue 3330: bracketify-stencil moves grob's refpoint
David Kastrup [Wed, 24 Apr 2013 11:07:55 +0000 (13:07 +0200)]
Issue 3330: bracketify-stencil moves grob's refpoint

Also fixes parenthesize-stencil.

10 years agoKeep buildings which are empty in either axis out of skylines
David Kastrup [Sun, 28 Apr 2013 05:20:37 +0000 (07:20 +0200)]
Keep buildings which are empty in either axis out of skylines

10 years agoLet \hspace and \vspace use Y-empty and X-empty spacing, respectively
David Kastrup [Sat, 27 Apr 2013 13:01:18 +0000 (15:01 +0200)]
Let \hspace and \vspace use Y-empty and X-empty spacing, respectively

10 years agoimplement stack-stencil-line in terms of stack-stencils
David Kastrup [Sat, 27 Apr 2013 12:59:48 +0000 (14:59 +0200)]
implement stack-stencil-line in terms of stack-stencils

10 years agosimplify stack-stencils and rewrite stack-stencils-padding-list
David Kastrup [Sun, 28 Apr 2013 12:47:42 +0000 (14:47 +0200)]
simplify stack-stencils and rewrite stack-stencils-padding-list

10 years agoLet stack-lines deal properly with vertical spacing (X-empty stencils)
David Kastrup [Sat, 27 Apr 2013 16:31:01 +0000 (18:31 +0200)]
Let stack-lines deal properly with vertical spacing (X-empty stencils)

10 years agoLet Stencil::align_to abort only if the stencil is empty in the alignment axis
David Kastrup [Sun, 28 Apr 2013 10:53:58 +0000 (12:53 +0200)]
Let Stencil::align_to abort only if the stencil is empty in the alignment axis

Previously, the emptiness check was not axis specific.

10 years agoAdd Stencil::stack function and ly:stencil-stack
David Kastrup [Fri, 10 May 2013 09:48:21 +0000 (11:48 +0200)]
Add Stencil::stack function and ly:stencil-stack

This is the base for line-forming and stacking functions.  As opposed
to Stencil::add_at_edge (which is better suited for creating combined
glyphs), the metrics facilitate progress along a line.

10 years agoRewrite Stencil::add_at_edge to treat "spacing" stencils differently
David Kastrup [Sat, 27 Apr 2013 19:13:29 +0000 (21:13 +0200)]
Rewrite Stencil::add_at_edge to treat "spacing" stencils differently

A spacing stencil is one that is non-empty in its own axis, but empty
in the orthogonal axis.  Since they don't actually have a bounding box
to convey, they don't need padding, and they don't suffer from the
equality of the lower left bounding box corner with the reference
point.

10 years agoUse (+inf . -inf) consistently for empty stencil intervals
David Kastrup [Sat, 27 Apr 2013 12:58:17 +0000 (14:58 +0200)]
Use (+inf . -inf) consistently for empty stencil intervals

10 years agoDon't admit purely horizontal spacing into the page layout
David Kastrup [Thu, 23 May 2013 20:03:10 +0000 (22:03 +0200)]
Don't admit purely horizontal spacing into the page layout

Its extents confuse the spacing engine.

10 years agoLet Box::translate ignore empty axes
David Kastrup [Sat, 27 Apr 2013 19:12:30 +0000 (21:12 +0200)]
Let Box::translate ignore empty axes

10 years agoGive ly:stencil-empty? an optional axis argument
David Kastrup [Sat, 27 Apr 2013 12:45:11 +0000 (14:45 +0200)]
Give ly:stencil-empty? an optional axis argument

10 years agoCreate Stencil::is_empty (Axis)
David Kastrup [Sun, 28 Apr 2013 11:07:28 +0000 (13:07 +0200)]
Create Stencil::is_empty (Axis)

10 years agoLet Stencil::is_empty use Box::is_empty
David Kastrup [Sat, 27 Apr 2013 12:43:40 +0000 (14:43 +0200)]
Let Stencil::is_empty use Box::is_empty

This is a change in semantics as an axis interval of '(1 . -1) is
considered empty as an interval, while it is not sufficient for making
a box axis empty.  Things like backspaces would have similar metrics
and are different from no information at all.

10 years agoMake Box::is_empty more selective and create an axis-specific variant
David Kastrup [Sat, 27 Apr 2013 12:39:34 +0000 (14:39 +0200)]
Make Box::is_empty more selective and create an axis-specific variant

Boxes are not really "empty" just because they show negative
advancement on some axis.  A box is empty if its original dimensions
of (+inf . -inf) are still unchanged for both axes.  And boxes can
make an impact in one axis but not another (pretty much the definition
of spacing), so is_empty can take an axis as argument now.

10 years agoUse \null instead of \hspace for an empty line in tocTitleMarkup
David Kastrup [Thu, 2 May 2013 15:29:16 +0000 (17:29 +0200)]
Use \null instead of \hspace for an empty line in tocTitleMarkup

10 years agoStop quite weird positioning for dots
David Kastrup [Tue, 30 Apr 2013 16:37:17 +0000 (18:37 +0200)]
Stop quite weird positioning for dots

Some code here used a translation on dots that should never have had
an effect but causes problems in relation to the issue 3330 fix.

10 years agoLet Stencil::translate optimize the case of a null stencil expression
David Kastrup [Wed, 22 May 2013 14:52:44 +0000 (16:52 +0200)]
Let Stencil::translate optimize the case of a null stencil expression

10 years agoAdd LAC2013 paper (Issue 3372)
Phil Holmes [Sat, 25 May 2013 13:48:07 +0000 (14:48 +0100)]
Add LAC2013 paper (Issue 3372)

10 years agoDocument a 2 stage VERSION update mechanism (Issue 2777)
Phil Holmes [Sat, 25 May 2013 12:51:20 +0000 (13:51 +0100)]
Document a 2 stage VERSION update mechanism (Issue 2777)

10 years agoMerge branch 'master' into translation
Jean-Charles Malahieude [Sat, 25 May 2013 10:36:59 +0000 (12:36 +0200)]
Merge branch 'master' into translation

10 years agoDoc-es: fix make-doc (bad x-ref)
Jean-Charles Malahieude [Sat, 25 May 2013 10:36:32 +0000 (12:36 +0200)]
Doc-es: fix make-doc (bad x-ref)

10 years agoIssue 3376: Change bad spacing in input/regression/{morgenlied,typography-demo}.ly
David Kastrup [Thu, 23 May 2013 23:24:16 +0000 (01:24 +0200)]
Issue 3376: Change bad spacing in input/regression/{morgenlied,typography-demo}.ly

The previous code employed normal size spaces between enlarged
letters and overcompensated the (normal) space added after \hspace.

10 years agoIssue 3375: Fix accounting problem in page breaking
David Kastrup [Thu, 23 May 2013 20:03:10 +0000 (22:03 +0200)]
Issue 3375: Fix accounting problem in page breaking

The code

\markup \stencil #(ly:make-stencil '() empty-interval empty-interval)
\markup *
\markup *
\markup *
\markup *

distributed itself across 5 pages because page accounting was thrown
off by empty intervals.  While the effects were smaller (and did not
propagate to the next page) with the less radically empty intervals
employed as extents of empty-stencil, they were still present.

10 years agoIssue 3377: Let scripts/auxiliar/make-regtest-pngs.sh take an optional file list
David Kastrup [Fri, 24 May 2013 12:14:49 +0000 (14:14 +0200)]
Issue 3377: Let scripts/auxiliar/make-regtest-pngs.sh take an optional file list

This makes it much faster to just compare selected regtests.

10 years agoDoc: Avoid too long lines in PDF output (trivial fix).
Werner Lemberg [Fri, 24 May 2013 09:27:41 +0000 (11:27 +0200)]
Doc: Avoid too long lines in PDF output (trivial fix).

10 years agoIssue 3368: Give additional info about Xpdf versions crashing under Ubuntu
David Kastrup [Wed, 15 May 2013 20:47:49 +0000 (22:47 +0200)]
Issue 3368: Give additional info about Xpdf versions crashing under Ubuntu

10 years agoIssue 3371: Avoid storing markups in an array in Page_layout_problem::add_footnotes_t...
David Kastrup [Sun, 19 May 2013 22:09:40 +0000 (00:09 +0200)]
Issue 3371: Avoid storing markups in an array in Page_layout_problem::add_footnotes_to_lines

They are not protected against garbage collection when the array is
allocated on the heap.

10 years agoBeams: be transparent if the first stem is transparent; issue 2866
Keith OHara [Wed, 15 May 2013 04:53:25 +0000 (21:53 -0700)]
Beams: be transparent if the first stem is transparent; issue 2866

so that \hideNotes does not hide automatic beams that could have,
but did not, start on a hidden note.

10 years agoAdd commands \markLengthOn \markLengthOff; issue 3279
Keith OHara [Sat, 4 May 2013 06:04:21 +0000 (23:04 -0700)]
Add commands \markLengthOn \markLengthOff; issue 3279

10 years agoside-position-interface: use real positions of cross-staff grobs; issue 3363
Keith OHara [Tue, 14 May 2013 07:26:55 +0000 (00:26 -0700)]
side-position-interface: use real positions of cross-staff grobs; issue 3363

10 years agoAvoids direction checking for cross-staff side-support-elements
Mike Solomon [Mon, 20 May 2013 04:07:28 +0000 (21:07 -0700)]
Avoids direction checking for cross-staff side-support-elements

Only uses direction if it is not a callback. Otherwise, the callback
may lead to cyclic dependencies.

10 years agoIssue 3362: Let Stencil::add_stencil and ly:stencil-add flatten combine-stencil expre...
David Kastrup [Wed, 8 May 2013 10:04:39 +0000 (12:04 +0200)]
Issue 3362: Let Stencil::add_stencil and ly:stencil-add flatten combine-stencil expressions

Reduces memory usage, and the depth of recursion when interpreting stencils.

10 years agoIssue 3365: Create and use uniquify function for removing duplicate Grobs
David Kastrup [Tue, 14 May 2013 10:00:08 +0000 (12:00 +0200)]
Issue 3365: Create and use uniquify function for removing duplicate Grobs

As opposed to the previous code, this retains the original order, making
results independent from GUILE's memory allocation algorithms.

10 years agoalign-interface.cc: Clarify code for empty staves
Keith OHara [Thu, 26 May 2011 06:43:08 +0000 (23:43 -0700)]
align-interface.cc: Clarify code for empty staves

10 years agoIssue 3352: Don't let eval-carefully bomb out on scalar non-symbols
David Kastrup [Sat, 11 May 2013 12:46:43 +0000 (14:46 +0200)]
Issue 3352: Don't let eval-carefully bomb out on scalar non-symbols

This caused a programming error on invalid paper sizes.

10 years agoRevert "define-grobs.scm: correct oversight on BalloonText ;issue 3360"
Keith OHara [Wed, 15 May 2013 06:29:23 +0000 (23:29 -0700)]
Revert "define-grobs.scm: correct oversight on BalloonText ;issue 3360"

This reverts commit ef2f92976ad8e38614637e908e6f5349b43520e6.

10 years agoSimplify regression test
Keith OHara [Wed, 15 May 2013 04:43:01 +0000 (21:43 -0700)]
Simplify regression test

10 years agodefine-grobs.scm: correct oversight on BalloonText ;issue 3360
Keith OHara [Wed, 15 May 2013 04:34:36 +0000 (21:34 -0700)]
define-grobs.scm: correct oversight on BalloonText ;issue 3360

10 years agoRevert "Tempo and Rehearsal marks horizontal positioning; issue 3279"
Keith OHara [Tue, 14 May 2013 03:03:06 +0000 (20:03 -0700)]
Revert "Tempo and Rehearsal marks horizontal positioning; issue 3279"

This reverts commit b6f94447415dded7c6e146b41b6139fe76cb84c4.

Conflicts:

Documentation/changes.tely

10 years agoAdjust padding for skylines; issue 3336
Keith OHara [Thu, 21 Mar 2013 07:34:52 +0000 (00:34 -0700)]
Adjust padding for skylines; issue 3336

Enclose one regression test in a \book so it shows true system-spacing
on the test scripts.

10 years agopage-layout: skip spacing spec for empty lines; issue 1669
Keith OHara [Mon, 6 May 2013 06:49:24 +0000 (23:49 -0700)]
page-layout: skip spacing spec for empty lines; issue 1669

10 years agoDoc: add snippet showing flared and constante hairpins (3235)
Trevor Daniels [Thu, 9 May 2013 08:08:49 +0000 (09:08 +0100)]
Doc: add snippet showing flared and constante hairpins (3235)

  simply use Mike's regression test as the example code

10 years agoIssue 3346: Change prehistoric docstring in input/regression/stencil-hacking
David Kastrup [Thu, 2 May 2013 08:34:10 +0000 (10:34 +0200)]
Issue 3346: Change prehistoric docstring in input/regression/stencil-hacking

10 years agoAdapt display-lily-tests regtest for fixed issue 3349
David Kastrup [Sat, 4 May 2013 16:46:24 +0000 (18:46 +0200)]
Adapt display-lily-tests regtest for fixed issue 3349

10 years agoIssue 3349: missing duration in \displayLilyMusic after a triplet
David Kastrup [Sat, 4 May 2013 13:24:24 +0000 (15:24 +0200)]
Issue 3349: missing duration in \displayLilyMusic after a triplet

10 years agoIssue 3353: Don't let lilypond-invoke-editor.scm pass invalid textedit: URIs to browser
David Kastrup [Wed, 8 May 2013 10:08:22 +0000 (12:08 +0200)]
Issue 3353: Don't let lilypond-invoke-editor.scm pass invalid textedit: URIs to browser

Instead, it issues an error message and aborts.  Otherwise,
gnome-open textedit:nonsense
will call lilypond-invoke-editor which will call the browser which will
call lilypond-invoke-editor...

10 years agoIssue 3354: Add point-and-click configuration for Evince to documentation
David Kastrup [Wed, 8 May 2013 11:41:03 +0000 (13:41 +0200)]
Issue 3354: Add point-and-click configuration for Evince to documentation

This covers GNOME 2 and GNOME 3 configuration (which may work for
other viewers), and Apparmor configuration for Evince.

It's fascinating how user-friendly today's desktop environments have
become.

11 years agoRelease: bump version.
Phil Holmes [Sat, 11 May 2013 21:56:25 +0000 (22:56 +0100)]
Release: bump version.

11 years agoMerge remote branch 'origin/release/unstable' into HEAD
Phil Holmes [Sat, 11 May 2013 21:55:30 +0000 (22:55 +0100)]
Merge remote branch 'origin/release/unstable' into HEAD

11 years agoCleanup from "Make midiMaximumVolume take effect ..."
Anders Pilegaard [Mon, 15 Apr 2013 21:14:00 +0000 (23:14 +0200)]
Cleanup from "Make midiMaximumVolume take effect ..."

 - Remove one previously expected warning
 - Update documentation

11 years agoRelease: update news. release/2.17.18-1
Phil Holmes [Sat, 11 May 2013 15:03:33 +0000 (16:03 +0100)]
Release: update news.

11 years agoPO: update template.
Phil Holmes [Sat, 11 May 2013 15:03:26 +0000 (16:03 +0100)]
PO: update template.

11 years agoDoc: add snippet showing ottava bracket in one voice (3223)
Trevor Daniels [Sun, 21 Apr 2013 22:26:07 +0000 (23:26 +0100)]
Doc: add snippet showing ottava bracket in one voice (3223)

11 years agoRevert "Prevents chord names from being pushed into the staff (issue 3160)"
Keith OHara [Sat, 11 May 2013 01:22:59 +0000 (18:22 -0700)]
Revert "Prevents chord names from being pushed into the staff (issue 3160)"

This reverts commit d4802c72d26def39030f2ac897b66c3a268888d5.

11 years agostencil-integral.cc: use extent if stencil is delayed; issue 3337
Keith OHara [Wed, 1 May 2013 06:41:50 +0000 (23:41 -0700)]
stencil-integral.cc: use extent if stencil is delayed; issue 3337

11 years agoMarkup, page-ref: do not backspace; issue 3334
Keith OHara [Fri, 26 Apr 2013 04:38:22 +0000 (21:38 -0700)]
Markup, page-ref: do not backspace; issue 3334

commat 91232838287df64a45d08eb9d826b8e9b6343eb1 had changed
the meaning of \concat, but \concat was not needed here

11 years agoFixes Gonville image size (Issue 3358)
Phil Holmes [Fri, 10 May 2013 20:08:19 +0000 (21:08 +0100)]
Fixes Gonville image size (Issue 3358)

11 years agoIssue 3344: modern-straight-flag and convert-ly
David Kastrup [Thu, 2 May 2013 08:19:32 +0000 (10:19 +0200)]
Issue 3344: modern-straight-flag and convert-ly

11 years agoDoc: List predefined procedures for `barNumberVisibility'.
Werner Lemberg [Wed, 1 May 2013 08:44:50 +0000 (10:44 +0200)]
Doc: List predefined procedures for `barNumberVisibility'.

11 years agoBetter shape control of arpeggio brackets.
Werner Lemberg [Mon, 29 Apr 2013 08:24:46 +0000 (10:24 +0200)]
Better shape control of arpeggio brackets.

11 years agoIssue 3335: Remove "dispatch" function from scm/output-svg.scm
David Kastrup [Fri, 26 Apr 2013 14:03:38 +0000 (16:03 +0200)]
Issue 3335: Remove "dispatch" function from scm/output-svg.scm

It does not appear to make any sense at all.

11 years agoIssue3348: Fix papersize settings in scripts/auxiliar/NoTagLine.ly
David Kastrup [Sat, 4 May 2013 11:15:30 +0000 (13:15 +0200)]
Issue3348: Fix papersize settings in scripts/auxiliar/NoTagLine.ly

11 years agoDoc: typo
Trevor Daniels [Thu, 9 May 2013 07:53:33 +0000 (08:53 +0100)]
Doc: typo

11 years agoRename OctavateEight to ClefModifier
Janek Warchoł [Wed, 10 Apr 2013 20:22:10 +0000 (22:22 +0200)]
Rename OctavateEight to ClefModifier

Name "OctavateEight" didn't make any sense.  The grob doesn't have
to be an eight, and it doesn't describe octavation, but arbitrary
transposition (not only whole octaves).  Also, the name should reflect
its affiliation with Clef grob.

The name "ClefTransposition" was also considered, but it was decided
that it would be too confusing together with clefTransposition, which
is a context property.

Also change related context properties.

11 years agoAdd changes entry for Mike's work on skylines (28f3294954eff1).
Janek Warchoł [Sat, 2 Mar 2013 16:16:23 +0000 (17:16 +0100)]
Add changes entry for Mike's work on skylines (28f3294954eff1).

11 years agoLaissez-vibrer ties attached to notes with cross-staff stems are cross-staff (issue...
Mike Solomon [Wed, 8 May 2013 05:44:06 +0000 (07:44 +0200)]
Laissez-vibrer ties attached to notes with cross-staff stems are cross-staff (issue 1296)

This moves towards a model of cross staff where cross staff is defined as
"Any grob that is either not an element of a vertical axis group or whose
relative extent with respect to the vertical axis group of which it is an
element changes as a result of how far apart two or more vertical axis
groups are spaced."

The practical ramifications of this patch are that less programming errors
are triggered and there is less chance that early vertical alignment will
occur.

11 years agoDoc: Document the use of \temporary (2938)
Trevor Daniels [Tue, 23 Apr 2013 18:02:29 +0000 (19:02 +0100)]
Doc: Document the use of \temporary (2938)

  Also make a brief mention of the propery stack and the
  \overrride mechanism

11 years agoMore options to make-regtest-pngs.sh, use GNU parallel for faster conversion
David Kastrup [Tue, 23 Apr 2013 06:21:30 +0000 (08:21 +0200)]
More options to make-regtest-pngs.sh, use GNU parallel for faster conversion

Also rearranges the options slightly.  -p is now used for GNU parallel
instead of rendering PDFs via Cairo which is now done with -c.  The
whole kaboodle is now:

Make PNG files from regtests

Usage:  ./make-regtest-pngs.sh -j CPUs -o/-n

  where -j specifies the number of parallel processes to run
  (normally CPUs+1).  e.g.:

  ./make-regtest-pngs.sh -j9

 -p uses GNU parallel with the given job count in order to also
 parallelize the conversion of PDF files to bitmaps when using -g
 or -d.  No attempt is made to parallelize the bitmap comparisons
 since their memory requirements may be prohibitive.

 -o means build an old regtest set - the PNGs go in the old-regtest-results
 directory

 -n means build a new regtest set - the PNGs go in the new-regtest-results
 directory

 -c uses PDF and the poppler library via pdftocairo for generating
 bitmaps, simulating the output for Evince and other previewers
 using poppler.  pdftocairo may be contained in the poppler-utils
 package.

 -r can be used for specifying a rendering resolution.  This
 defaults to 101 for poppler and 300 for Ghostscript from PDF.

 -g uses Ghostscript for rendering a bitmap version from the PDF,
 simulating the output from printing PDF files on a GNU system, so
 use a resolution appropriate for print.  Antialiasing is not enabled.

 -d changes the Ghostscript device used for creating PNG files
 (usually png16m for direct PNG creation and pngmono for printer simulation)

11 years agoMerge branch 'issue3307' into HEAD
David Kastrup [Tue, 30 Apr 2013 10:59:46 +0000 (12:59 +0200)]
Merge branch 'issue3307' into HEAD

This merges the work for

Issue 3307: Rest positions incorrect with non-standard line count

into master as a single commit since the intermediate changes are not
thoroughly tested (though expected to be incrementally compilable).

11 years agoGet consistent vertical position for church rests
David Kastrup [Wed, 10 Apr 2013 19:53:11 +0000 (21:53 +0200)]
Get consistent vertical position for church rests

11 years agoMake MultiMeasureRests use the same positioning mechanism as normal rests
David Kastrup [Wed, 10 Apr 2013 16:53:33 +0000 (18:53 +0200)]
Make MultiMeasureRests use the same positioning mechanism as normal rests

11 years agoIssue 3307: Rest positions incorrect with non-standard line count
David Kastrup [Tue, 9 Apr 2013 17:17:25 +0000 (19:17 +0200)]
Issue 3307: Rest positions incorrect with non-standard line count

11 years agoAdd rest-positioning regtest
David Kastrup [Wed, 17 Apr 2013 16:53:44 +0000 (18:53 +0200)]
Add rest-positioning regtest

11 years agoIssue 3331: Document \absolute in Changes and Notation Reference
David Kastrup [Wed, 24 Apr 2013 10:46:41 +0000 (12:46 +0200)]
Issue 3331: Document \absolute in Changes and Notation Reference

Also rephrases start of \relative entry in NR.

11 years agoDoc-fr: updates texidocs markers
Jean-Charles Malahieude [Sun, 28 Apr 2013 18:35:59 +0000 (20:35 +0200)]
Doc-fr: updates texidocs markers

11 years agoDoc-fr: update LM, NR and EM
Jean-Charles Malahieude [Sun, 28 Apr 2013 13:22:15 +0000 (15:22 +0200)]
Doc-fr: update LM, NR and EM

 - fundamental & tweaks
 - changing-defaults, input, pitches, rhythms,
   spacing, staff, text
 - programming-interface

11 years agoDoc-es: update Changes, Learning/Common.
Francisco Vila [Sun, 28 Apr 2013 11:00:40 +0000 (13:00 +0200)]
Doc-es: update Changes, Learning/Common.

11 years agoDoc-es: udpate Notation/Fretted, Notation/Text, Web/News-Front.
Francisco Vila [Sun, 28 Apr 2013 10:15:31 +0000 (12:15 +0200)]
Doc-es: udpate Notation/Fretted, Notation/Text, Web/News-Front.

11 years agoDoc-es: update Essay/Engraving, Learning/Tweaks, Notation/Ancient.
Francisco Vila [Sun, 28 Apr 2013 09:57:16 +0000 (11:57 +0200)]
Doc-es: update Essay/Engraving, Learning/Tweaks, Notation/Ancient.

11 years agoRelease: bump version.
Phil Holmes [Sat, 27 Apr 2013 21:19:21 +0000 (22:19 +0100)]
Release: bump version.

11 years agoMerge remote branch 'origin/release/unstable' into HEAD
Phil Holmes [Sat, 27 Apr 2013 21:18:42 +0000 (22:18 +0100)]
Merge remote branch 'origin/release/unstable' into HEAD

11 years agoRelease: update news. release/2.17.17-1
Phil Holmes [Sat, 27 Apr 2013 12:17:10 +0000 (13:17 +0100)]
Release: update news.

11 years agoPO: update template.
Phil Holmes [Sat, 27 Apr 2013 12:17:02 +0000 (13:17 +0100)]
PO: update template.

11 years agoMerge branch 'master' into translation
Jean-Charles Malahieude [Sat, 27 Apr 2013 10:56:43 +0000 (12:56 +0200)]
Merge branch 'master' into translation

11 years agoFix augmented fifth interval octave typo in glossary
David Kastrup [Fri, 26 Apr 2013 19:58:05 +0000 (21:58 +0200)]
Fix augmented fifth interval octave typo in glossary