]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
11 years agoRelease: update news. release/2.17.1-1
Graham Percival [Tue, 28 Aug 2012 07:29:54 +0000 (08:29 +0100)]
Release: update news.

11 years agoProperties to control placement of accidentals in KeySignatures
Keith OHara [Thu, 16 Aug 2012 06:01:36 +0000 (23:01 -0700)]
Properties to control placement of accidentals in KeySignatures

11 years agoRestore some directories for the documentation build
John Mandereau [Mon, 27 Aug 2012 22:18:04 +0000 (00:18 +0200)]
Restore some directories for the documentation build

Some files/directories that had been removed in
c20fff645e325d392d2588721144f4204d0ef9da Make distributed tarball from
Git file list  were needed by extract_texi_filenames and other programs
used in the build system to work properly without issuing warnings.

11 years agoImprovements in vertical skyline approximations (issue 2148).
Mike Solomon [Mon, 27 Aug 2012 21:47:04 +0000 (23:47 +0200)]
Improvements in vertical skyline approximations (issue 2148).

The file stencil-integral.cc provides a suite of functions that
traverse a stencil and do linear approximations of its components.
These are then turned into boxes that are passed to the Skyline
constructor. This approximation is used for several vertical skylines
including those of VerticalAxisGroup and System. As a result of these
more accurate approximations, vertical spacing is more snug between
grobs.

Additionally, in axis-group-interface.cc, skylines of grobs are no
longer compared to a monolithic axis-group skyline but rather all
of the component skylines of the axis-group, allowing grobs to
be fit under other ones if there is space instead of always shifted over.

Two new python scripts allow to visualize the position of skylines.

All other changes provide functions that allow for better debugging
of Skylines, better approximations of grobs via skylines, and changes
to the measurement of distance between grobs via the new Skyline API.

This results in a significant time increase in score compilation for
objects with complex skylines such as all text grobs.  For orchestral
scores, the increase is not as steep.

11 years agoextend or shrink bar line if it's too short or long
Benkő Pál [Wed, 15 Aug 2012 19:37:10 +0000 (21:37 +0200)]
extend or shrink bar line if it's too short or long

11 years agomake staff-symbol-line-span work for staves not containing 0
Benkő Pál [Wed, 15 Aug 2012 19:33:04 +0000 (21:33 +0200)]
make staff-symbol-line-span work for staves not containing 0

11 years agopositioning the dots of a repeat sign
Benkő Pál [Wed, 15 Aug 2012 19:34:10 +0000 (21:34 +0200)]
positioning the dots of a repeat sign

make positioning work for nonstandard staves so that
- the dots are symmetric to the staff centre
- both dots avoid staff lines

11 years agomodify regtests
Benkő Pál [Thu, 16 Aug 2012 20:08:10 +0000 (22:08 +0200)]
modify regtests

change staff spaces so to show the limit of dots having room within staff

11 years agoQuietens bibtex in make doc
Phil Holmes [Mon, 27 Aug 2012 15:44:24 +0000 (16:44 +0100)]
Quietens bibtex in make doc

11 years agoRun fixcc + astyle2.02.1
Graham Percival [Mon, 27 Aug 2012 09:34:00 +0000 (10:34 +0100)]
Run fixcc + astyle2.02.1

11 years agoRelease: bump version.
Graham Percival [Mon, 27 Aug 2012 17:32:40 +0000 (18:32 +0100)]
Release: bump version.

11 years agoMerge remote-tracking branch 'origin/release/unstable' into staging
John Mandereau [Mon, 27 Aug 2012 17:31:00 +0000 (19:31 +0200)]
Merge remote-tracking branch 'origin/release/unstable' into staging

11 years agoMake man/install-help2man: use LILYPOND_EXTERNAL_BINARY if set release/2.17.0-1
John Mandereau [Mon, 27 Aug 2012 13:52:15 +0000 (15:52 +0200)]
Make man/install-help2man: use LILYPOND_EXTERNAL_BINARY if set

This should help GUB build.

11 years agoRun fixcc + astyle2.02.
Graham Percival [Mon, 27 Aug 2012 09:19:39 +0000 (10:19 +0100)]
Run fixcc + astyle2.02.

11 years agoRelease: update news.
Graham Percival [Sun, 26 Aug 2012 12:32:48 +0000 (13:32 +0100)]
Release: update news.

11 years agoPO: update template.
Graham Percival [Sun, 26 Aug 2012 12:32:48 +0000 (13:32 +0100)]
PO: update template.

11 years agoThinko to 6c323bc: update smart-autogen.sh
John Mandereau [Sat, 25 Aug 2012 18:30:12 +0000 (20:30 +0200)]
Thinko to 6c323bc: update smart-autogen.sh

Commit 6c323bc1bb27a79f687f5f3f3ed6b105aad24caa "Remove StepMake as a
separate package" which moves stepmake/aclocal.m4 to aclocal.m4 missed
this change.

11 years agonews: add David Nalesnik to 2.16 announcement.
Graham Percival [Sat, 25 Aug 2012 16:42:03 +0000 (17:42 +0100)]
news: add David Nalesnik to 2.16 announcement.

11 years agocontributors: add David Nalesnik.
Graham Percival [Sat, 25 Aug 2012 16:40:01 +0000 (17:40 +0100)]
contributors: add David Nalesnik.

11 years agoAvoid python 2.5 due to GUB using 2.4.5.
Graham Percival [Sat, 25 Aug 2012 13:56:29 +0000 (14:56 +0100)]
Avoid python 2.5 due to GUB using 2.4.5.

11 years agoGit status check in "make dist": do not require bash
John Mandereau [Sat, 25 Aug 2012 07:49:53 +0000 (09:49 +0200)]
Git status check in "make dist": do not require bash

11 years agoAdd Bug meister Colin Hall, spell Marc Hohl correctly
David Kastrup [Fri, 24 Aug 2012 20:53:42 +0000 (22:53 +0200)]
Add Bug meister Colin Hall, spell Marc Hohl correctly

Affects both release announcement and Documentation/included/authors.itexi

Conflicts:

Documentation/included/authors.itexi

11 years agoGOP2-4: add script for automatically indent Scheme files
John Mandereau [Sun, 19 Aug 2012 20:38:10 +0000 (22:38 +0200)]
GOP2-4: add script for automatically indent Scheme files

11 years agoEstablish some coding styles in Emacs
David Kastrup [Sun, 19 Aug 2012 20:12:07 +0000 (22:12 +0200)]
Establish some coding styles in Emacs

This uses directory variables to enforce some coding style features in
C++, Scheme and Texinfo files in the source tree.

11 years agoIssue 2760: CG wants all engravers to have double-quotes around them
David Kastrup [Mon, 20 Aug 2012 08:06:44 +0000 (10:06 +0200)]
Issue 2760: CG wants all engravers to have double-quotes around them

11 years agochange hard-coded version numbers
Marc Hohl [Fri, 24 Aug 2012 16:00:16 +0000 (18:00 +0200)]
change hard-coded version numbers

11 years agoweb: list 2.16 release announcement in the attic
Janek Warchoł [Fri, 24 Aug 2012 15:56:22 +0000 (17:56 +0200)]
web: list 2.16 release announcement in the attic

11 years agoClear out changes.tely for 2.17
David Kastrup [Fri, 24 Aug 2012 15:57:29 +0000 (17:57 +0200)]
Clear out changes.tely for 2.17

11 years agoMove current... to previous...
Marc Hohl [Fri, 24 Aug 2012 15:54:31 +0000 (17:54 +0200)]
Move current... to previous...

11 years agoUpdate hardcoded version numbers
Marc Hohl [Fri, 24 Aug 2012 15:15:18 +0000 (17:15 +0200)]
Update hardcoded version numbers

11 years agoMerge branch 'stable/2.16' into staging
John Mandereau [Fri, 24 Aug 2012 13:28:03 +0000 (15:28 +0200)]
Merge branch 'stable/2.16' into staging

Conflicts:
VERSION
input/regression/ambitus-with-ligature.ly
input/regression/empty-chord.ly
python/convertrules.py
THANKS

11 years agoFix 2241: Proper copyright/header/tagline handling with multiple bookparts
Reinhold Kainhofer [Sun, 12 Aug 2012 13:42:20 +0000 (15:42 +0200)]
Fix 2241: Proper copyright/header/tagline handling with multiple bookparts

If we have several bookparts inside a book, this patch prints the
copyright on the first page of each bookpart (and no header), and
the tagline on the last page of each bookpart.

11 years agoTidies binary relocation
Phil Holmes [Sat, 18 Aug 2012 14:04:05 +0000 (15:04 +0100)]
Tidies binary relocation

11 years agoRemoves popen3 deprecated warning
Phil Holmes [Sat, 18 Aug 2012 13:23:25 +0000 (14:23 +0100)]
Removes popen3 deprecated warning

11 years agoRegtest changes phase 1
Phil Holmes [Wed, 8 Aug 2012 15:12:09 +0000 (16:12 +0100)]
Regtest changes phase 1

11 years agoRelease: update news. release/2.16.0-1
David Kastrup [Fri, 24 Aug 2012 09:44:57 +0000 (11:44 +0200)]
Release: update news.

11 years agoRun po-replace for updating po/lilypond.pot
David Kastrup [Fri, 24 Aug 2012 09:06:45 +0000 (11:06 +0200)]
Run po-replace for updating po/lilypond.pot

11 years agoRun scripts/auxiliar/update-with-convert-ly.sh
David Kastrup [Fri, 24 Aug 2012 09:01:43 +0000 (11:01 +0200)]
Run scripts/auxiliar/update-with-convert-ly.sh

11 years agoBump VERSION to 2.16.0
David Kastrup [Fri, 24 Aug 2012 08:59:15 +0000 (10:59 +0200)]
Bump VERSION to 2.16.0

11 years agoAdd missing patchlevel version to regression tests
John Mandereau [Fri, 24 Aug 2012 08:53:47 +0000 (10:53 +0200)]
Add missing patchlevel version to regression tests

11 years agoAdd missing patchlevel version to regression tests
John Mandereau [Fri, 24 Aug 2012 08:53:47 +0000 (10:53 +0200)]
Add missing patchlevel version to regression tests

11 years agoDoc: Bar_engraver is required for system-start clefs (2694)
Trevor Daniels [Mon, 20 Aug 2012 12:48:10 +0000 (13:48 +0100)]
Doc: Bar_engraver is required for system-start clefs (2694)

11 years agoconvertrules.py: bump version for release 2.16
David Kastrup [Fri, 24 Aug 2012 08:40:01 +0000 (10:40 +0200)]
convertrules.py: bump version for release 2.16

11 years agoMerge remote-tracking branch 'origin/translation' into HEAD
David Kastrup [Fri, 24 Aug 2012 08:30:05 +0000 (10:30 +0200)]
Merge remote-tracking branch 'origin/translation' into HEAD

11 years agoIssue 2366: THANKS needs updating or deleting
David Kastrup [Thu, 23 Aug 2012 08:51:44 +0000 (10:51 +0200)]
Issue 2366: THANKS needs updating or deleting

This is a superficial update of THANKS.  It is a temporary measure for
the sake of a stable release with minimally invasive changes.

11 years agoDoc: added link to conversion tools from Encore to lilypond enc2ly and go-enc2ly...
Frederic Bron [Sat, 18 Aug 2012 19:53:26 +0000 (21:53 +0200)]
Doc: added link to conversion tools from Encore to lilypond enc2ly and go-enc2ly (issue 2706)

- done in both English and French version
- sorted the list alphabetically
- fixed missing @item in French version

11 years agoWeb-es: fix link.
Francisco Vila [Thu, 23 Aug 2012 17:43:30 +0000 (19:43 +0200)]
Web-es: fix link.

11 years agoIssue 2744: Remove music typecheck in \endSpanners
David Kastrup [Tue, 14 Aug 2012 05:58:09 +0000 (07:58 +0200)]
Issue 2744: Remove music typecheck in \endSpanners

11 years agoFix over-long lines in glossary
Phil Holmes [Wed, 22 Aug 2012 09:01:40 +0000 (10:01 +0100)]
Fix over-long lines in glossary

11 years agoWeb-es: update.
Francisco Vila [Wed, 22 Aug 2012 11:11:45 +0000 (13:11 +0200)]
Web-es: update.

Full update of all Spanish manuals and web, ready for 2.16

11 years agoDoc-es: full update of manuals and texidocs.
Francisco Vila [Mon, 20 Aug 2012 18:26:42 +0000 (20:26 +0200)]
Doc-es: full update of manuals and texidocs.

11 years agoMerge branch 'pagebreak-2735' into staging
Trevor Daniels [Wed, 22 Aug 2012 08:39:34 +0000 (09:39 +0100)]
Merge branch 'pagebreak-2735' into staging

11 years agoRename paper variables: blank-*-force -> blank-*-penalty (2735)
Trevor Daniels [Fri, 17 Aug 2012 22:47:52 +0000 (23:47 +0100)]
Rename paper variables: blank-*-force -> blank-*-penalty (2735)

 - update code and documentation

 - add convert-ly rule

11 years agoDoc: clarify page-breaking variables (2735)
Trevor Daniels [Fri, 17 Aug 2012 21:42:01 +0000 (22:42 +0100)]
Doc: clarify page-breaking variables (2735)

11 years agoDoc: MG: add incomplete dominant seventh chord (2749)
Arnold Theresius [Sun, 19 Aug 2012 15:39:22 +0000 (16:39 +0100)]
Doc: MG: add incomplete dominant seventh chord (2749)

11 years agoIssue 2745: clef change confuses manual key signature
David Kastrup [Tue, 14 Aug 2012 04:15:33 +0000 (06:15 +0200)]
Issue 2745: clef change confuses manual key signature

The original design of the accidental code apparently had two modes
for entries: a (notename . alter) pair for entries belonging to the
key signature, and a ((octave . notename) . (alter barnum . measurepos))
construct for actually occuring accidentals affecting the key signature
locally.  The documentation, however, also specifies an
((octave . notename) . alter) form for key signatures.  The code in general
has not been quite prepared for this.  This changes at least the accessor
functions for either car or cdr of a notename entry to only look at
their part of the signature entry.

11 years agoFix Issue 2366 "THANKS needs updating or deleting"
John Mandereau [Mon, 20 Aug 2012 12:52:57 +0000 (14:52 +0200)]
Fix Issue 2366 "THANKS needs updating or deleting"

11 years agoOnly complain once about any undead object
David Kastrup [Sat, 18 Aug 2012 08:13:52 +0000 (10:13 +0200)]
Only complain once about any undead object

11 years agoFix Issue 2529 "configure should error for any missing software"
John Mandereau [Sun, 12 Aug 2012 09:26:04 +0000 (11:26 +0200)]
Fix Issue 2529 "configure should error for any missing software"

This is not an optimal fix, as by the moment this change is committed,
GUB bypasses configure for enabling documentation build, so
developers/packagers who call "configure --disable-documentation" will
still get warnings about missing requirements for documentation
build. The issues this patch addresses are
* adding missing documentation build requirements,
* enforcing all documentation build requirements in case
documentation build is enabled in configure.

11 years agoDoc: standardise level 5 headings (2730)
Trevor Daniels [Mon, 13 Aug 2012 09:59:40 +0000 (10:59 +0100)]
Doc: standardise level 5 headings (2730)

 - add subsubsubheading macro for use as level 5
   heading

 - update CG to document its use

 - amend entire Chapter 1 of NR

11 years agoIssue 2744: Remove music typecheck in \endSpanners
David Kastrup [Tue, 14 Aug 2012 05:58:09 +0000 (07:58 +0200)]
Issue 2744: Remove music typecheck in \endSpanners

11 years agoDocument "landscape" and "portrait" suffixes for paper size
David Kastrup [Sun, 12 Aug 2012 09:03:47 +0000 (11:03 +0200)]
Document "landscape" and "portrait" suffixes for paper size

11 years agoIssue 2737: Allow trailing "portrait" or "landscape" with all papersizes
David Kastrup [Sat, 11 Aug 2012 20:18:40 +0000 (22:18 +0200)]
Issue 2737: Allow trailing "portrait" or "landscape" with all papersizes

11 years agoFetch Esperanto, French and German POs from TP
John Mandereau [Wed, 15 Aug 2012 17:13:30 +0000 (19:13 +0200)]
Fetch Esperanto, French and German POs from TP

Source: http://translationproject.org/latest/lilypond/
POT version: release 2.15.95

11 years agoMerge remote-tracking branch 'origin/stable/2.16' into translation
John Mandereau [Wed, 15 Aug 2012 17:01:14 +0000 (19:01 +0200)]
Merge remote-tracking branch 'origin/stable/2.16' into translation

11 years agoMake targets: improve *clean, remove bin, cvs-clean and maintainerclean
John Mandereau [Fri, 3 Aug 2012 13:03:31 +0000 (15:03 +0200)]
Make targets: improve *clean, remove bin, cvs-clean and maintainerclean

* distclean was usable from any directory in theory, make it
toplevel-only and call clean, doc-clean, test-clean and log-clean
(previous behaviour can now be obtained with make clean && make
local-distclean),

* remove maintainerclean, which was a broken distclean-like, and
cvs-clean that can be substituted by some "git clean" incantation,

* remove bin, which does not work in a clean tree, and that can be
replaced by  make bin-clean && make all in an already built tree,

* update help target.

11 years agoRemove StepMake as a separate package
John Mandereau [Thu, 2 Aug 2012 21:25:54 +0000 (23:25 +0200)]
Remove StepMake as a separate package

Rationale:
* there are no publicly-known current usage cases of StepMake outside
LilyPond,
* StepMake installation has been disabled for a decade,
* generic templates (stepmake/stepmake) have been so heavily
customized lately for our heavy documentation that they can no longer
be qualifed as "generic",
* only a few build scripts have remained in stepmake/bin, whereas
most of them now live in scripts/build.

This commit removes everything in stepmake/ except included makefiles;
scripts that are still used are moved to config/ (Autoconf helpers) or
scripts/build (build and install scripts).

Remove config make target to avoid potential conflict with new
config/ directory.

For clarity, a merge of all stepmake templates, from stepmake/stepmake
and make/ into stepmake/ (or similar), will be done in another commit.

11 years agoMake distributed tarball from Git file list
John Mandereau [Wed, 1 Aug 2012 10:22:43 +0000 (12:22 +0200)]
Make distributed tarball from Git file list

This removes the requirement of having a GNUmakefile
in each and every directory of the source tree; this commit
also deletes GNUmakefiles made unnecessary this way.

dist-toplevel-txt-files toplevel target is also removed,
because it is unneeded outside of dist target and it
prevents linking of toplevel generated txt docs to
distdir when these docs are already generated.

In addition, on suggestions from Han-Wen, if dist is made with a
source directory tracked by Git, then
* the source directory is required to have no uncommitted changes nor
non-ignored untracked files,
* the time stamp of all files in the tarball is set to the time stamp
of the head of the checked-out branch.

11 years agomass-link: handle filesystem crossing and support OS without link support
John Mandereau [Wed, 1 Aug 2012 10:14:50 +0000 (12:14 +0200)]
mass-link: handle filesystem crossing and support OS without link support

11 years agohairpin.cc: consider suicide before drawing stencil; issue 2583
Keith OHara [Fri, 10 Aug 2012 04:52:51 +0000 (21:52 -0700)]
hairpin.cc: consider suicide before drawing stencil; issue 2583

11 years agolayout.cc: do not draw empty boxes
Keith OHara [Thu, 9 Aug 2012 02:42:46 +0000 (19:42 -0700)]
layout.cc: do not draw empty boxes

11 years agoIssue 2728: count pairs of brackets
David Kastrup [Fri, 10 Aug 2012 10:20:36 +0000 (12:20 +0200)]
Issue 2728: count pairs of brackets

What this actually does is exit the parser after the main file, then
continue parsing the rest of the init file in a separate call of the
parser.

This delivers useful error messages in case that the main input is
incomplete.

11 years agoIssue 2729: When cloning a lexer/parser, don't copy the scopes.
David Kastrup [Thu, 9 Aug 2012 15:48:12 +0000 (17:48 +0200)]
Issue 2729: When cloning a lexer/parser, don't copy the scopes.

11 years agoDoc-ja: full update
Yoshiki Sawada [Mon, 13 Aug 2012 08:49:59 +0000 (17:49 +0900)]
Doc-ja: full update

Doc-ja: full update

11 years agoBump version for next release (2.17.0) from unstable branch.
David Kastrup [Sun, 12 Aug 2012 09:09:29 +0000 (11:09 +0200)]
Bump version for next release (2.17.0) from unstable branch.

11 years agoRelease: bump version.
Graham Percival [Sat, 11 Aug 2012 22:28:38 +0000 (23:28 +0100)]
Release: bump version.

11 years agoDoc-fr: updates LM, Extend and NR
Jean-Charles Malahieude [Sat, 11 Aug 2012 16:21:36 +0000 (18:21 +0200)]
Doc-fr: updates LM, Extend and NR

11 years agoRelease: update news. release/2.15.95-1
David Kastrup [Sat, 11 Aug 2012 12:50:30 +0000 (14:50 +0200)]
Release: update news.

11 years agoPO: update template.
David Kastrup [Sat, 11 Aug 2012 12:50:06 +0000 (14:50 +0200)]
PO: update template.

11 years agoExtra version update for 2.15.95
David Kastrup [Sat, 11 Aug 2012 12:51:18 +0000 (14:51 +0200)]
Extra version update for 2.15.95

11 years agoLSR Updates
Phil Holmes [Sat, 11 Aug 2012 11:12:42 +0000 (12:12 +0100)]
LSR Updates

11 years agoRun fixcc.py with astyle 2.02.
Graham Percival [Fri, 10 Aug 2012 14:08:32 +0000 (15:08 +0100)]
Run fixcc.py with astyle 2.02.

11 years agoMidi: bugfix in computing (de)crescendo changes
Heikki Tauriainen [Sun, 5 Aug 2012 19:46:39 +0000 (12:46 -0700)]
Midi: bugfix in computing (de)crescendo changes

11 years agoMidi: initial volume if a Voice begins in (de)cresc
Heikki Tauriainen [Sun, 5 Aug 2012 19:32:12 +0000 (12:32 -0700)]
Midi: initial volume if a Voice begins in (de)cresc

morgenleid.ly: put dynamic in logical Voice; no print changes

11 years agosmall changes of the line_count fixing series
Benkő Pál [Sat, 21 Jul 2012 07:21:06 +0000 (09:21 +0200)]
small changes of the line_count fixing series

- enhance support of non-standard staves by checking staff bounds or
being on staff line by juggling not line_count but staff_span or on_line
- eliminate an unnecessary call and a warning

11 years agotime signature positioning for non-standard staves
Benkő Pál [Thu, 19 Jul 2012 21:07:57 +0000 (23:07 +0200)]
time signature positioning for non-standard staves

the only non-standardness the old code catered for is altered line-count.
the aim here is to position time signature similarly with any of the following:
\override StaffSymbol #'line-count = #'4
\override StaffSymbol #'line-positions = #'(-2 0 2 4)
\override StaffSymbol #'line-positions = #'(-4 -2 0 2)

11 years agomake slur behaviour symmetrical for above/below staff
Benkő Pál [Thu, 19 Jul 2012 21:10:48 +0000 (23:10 +0200)]
make slur behaviour symmetrical for above/below staff

the original code probably missed an fabs and
certainly didn't work for non-standard staves

11 years agoregression tests for nonstandard staves
Benkő Pál [Thu, 19 Jul 2012 20:24:46 +0000 (22:24 +0200)]
regression tests for nonstandard staves

11 years agoIssue 2714: item t:number (line thickness) in fret diagrams leads to scheme error
David Kastrup [Mon, 6 Aug 2012 04:57:34 +0000 (06:57 +0200)]
Issue 2714: item t:number (line thickness) in fret diagrams leads to scheme error

11 years agoDoc: improve level 5 headings
Trevor Daniels [Thu, 9 Aug 2012 07:31:34 +0000 (08:31 +0100)]
Doc: improve level 5 headings

Make level 5 headings smaller and avoid entries
in the ToC

11 years ago Issue 2720: Crash with incorrect parallel input
David Kastrup [Tue, 7 Aug 2012 23:52:09 +0000 (01:52 +0200)]
 Issue 2720: Crash with incorrect parallel input

Don't assume that all heads of a note column have dots if the first one has.

11 years agoDoc: Clarify automatic beam setting (2701)
Trevor Daniels [Sat, 4 Aug 2012 18:33:33 +0000 (19:33 +0100)]
Doc: Clarify automatic beam setting (2701)

11 years agoThinko to Issue 2629: remove paragraph no longer needed in the CG
John Mandereau [Tue, 7 Aug 2012 19:49:11 +0000 (21:49 +0200)]
Thinko to Issue 2629: remove paragraph no longer needed in the CG

Thanks to Federico Bruni for the report.

11 years agoIssue 2414: Midi back end handles lyrics and beams incorrectly
David Kastrup [Sun, 5 Aug 2012 20:04:30 +0000 (22:04 +0200)]
Issue 2414: Midi back end handles lyrics and beams incorrectly

11 years agoLinux->GNU/Linux (Issue 2651)
Phil Holmes [Tue, 7 Aug 2012 13:25:03 +0000 (14:25 +0100)]
Linux->GNU/Linux (Issue 2651)

11 years agoProperly implement fromproperty markup handing in the pdftitle header field
Reinhold Kainhofer [Fri, 27 Jul 2012 00:22:55 +0000 (02:22 +0200)]
Properly implement fromproperty markup handing in the pdftitle header field

The pdftitle header field is obtained by trying to convert the markup into a pure string.
Fromproperty markups need to be handled specially, since we have to mimick the header field
lookup in the conversion function... Thus we have to pass the header block to the
markup->string function and extract the header property values for fromproperty markups.

To keep the previous public API without the header argument working, the header
block is passed as an optional argument.

To prevent infinite loops, after looking up a header field, we temporarily
set it to an empty string for the following lookups. This is done by creating
a temporary guile module with that variable cleared.

11 years agoCG-Build system notes: fix formatting and add a comment
John Mandereau [Mon, 6 Aug 2012 21:10:15 +0000 (23:10 +0200)]
CG-Build system notes: fix formatting and add a comment

11 years agoMerge branch 'translation' into staging
Francisco Vila [Mon, 6 Aug 2012 15:31:58 +0000 (17:31 +0200)]
Merge branch 'translation' into staging

11 years agoFix issue 1746 "v2.13.48 docball adds offline-root/ directory"
John Mandereau [Mon, 6 Aug 2012 13:05:34 +0000 (15:05 +0200)]
Fix issue 1746 "v2.13.48 docball adds offline-root/ directory"

This reverts one of the changes in c58b9bd118958423656e674c25d940cdec71f58a.

11 years agoDocumentation for cross staff stems
Phil Holmes [Mon, 6 Aug 2012 10:21:06 +0000 (11:21 +0100)]
Documentation for cross staff stems