]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
11 years agoMerge remote branch 'origin/master' into release/unstable release/2.17.3-1
Phil Holmes [Sun, 23 Sep 2012 09:47:52 +0000 (10:47 +0100)]
Merge remote branch 'origin/master' into release/unstable

11 years agoparser.yy: get along without %code Bison directive to reduce dependencies
David Kastrup [Sat, 22 Sep 2012 17:36:25 +0000 (19:36 +0200)]
parser.yy: get along without %code Bison directive to reduce dependencies

11 years agoIssue 2758. ly_module_lookup caused deprecation warnings with Guile V2.06.
Ian Hulin [Tue, 18 Sep 2012 00:04:57 +0000 (01:04 +0100)]
Issue 2758. ly_module_lookup caused deprecation warnings with Guile V2.06.
The V2.17.0 definition of ly_module_lookup in module-scheme.cc uses two
functions, scm_sym2var and scm_module_lookup_closure, which issue
deprecation warnings in Guile V2.06.  A call to the new Guile API function,
scm_module_variable, provides the functionality for both deprecated
routines, but has not been back-ported to Guile V1.8.

This patch adds a conditionally-compiled block when running with a Guile
version < V2.0, so that Guile V1 will the existing undocumented API calls
in ly_module_lookup, but Guile V2 will use API call scm_module_variable.

11 years agoIssue 2758. ly_module_lookup caused deprecation warnings with Guile V2.06.
Ian Hulin [Sun, 16 Sep 2012 21:10:13 +0000 (22:10 +0100)]
Issue 2758. ly_module_lookup caused deprecation warnings with Guile V2.06.
The V2.17.0 definition of ly_module_lookup in module-scheme.cc uses two
functions, scm_sym2var and scm_module_lookup_closure, which issue
deprecation warnings in Guile V2.06.  A call to the new Guile API function,
scm_module_variable, provides the functionality for both deprecated
routines, but has not been back-ported to Guile V1.8.

This patch adds a conditionally-compiled block when running with a Guile
version < V2.0, so that Guile V1 will not use the deprecated scm_ calls
in ly_module_lookup, and Guile V2 will use API call scm_module_variable.

11 years agoRelease: update news.
Phil Holmes [Sat, 22 Sep 2012 14:45:56 +0000 (15:45 +0100)]
Release: update news.

11 years agoPO: update template.
Phil Holmes [Sat, 22 Sep 2012 14:45:56 +0000 (15:45 +0100)]
PO: update template.

11 years agoComplete description of script-priority
Keith OHara [Sat, 22 Sep 2012 05:25:16 +0000 (22:25 -0700)]
Complete description of script-priority

11 years agoRevert "spacing-spanner: rods for non-adjacent paper-columns; issue 1700"
Keith OHara [Fri, 21 Sep 2012 21:41:33 +0000 (14:41 -0700)]
Revert "spacing-spanner: rods for non-adjacent paper-columns; issue 1700"

This reverts commit ad55b046668fb00a6f80684e4caa4e4de982e399.

11 years agoFix beaming in Kievan notation
Aleksandr Andreev [Sun, 9 Sep 2012 22:44:16 +0000 (17:44 -0500)]
Fix beaming in Kievan notation

Issue 2492

11 years agoDoc: extend explanation of relative-includes (2558)
Trevor Daniels [Mon, 17 Sep 2012 08:03:31 +0000 (09:03 +0100)]
Doc: extend explanation of relative-includes (2558)

 (This is intended for 2.16 releases and 2.17 releases
  up to changing the default value of relative-includes
  to #t.)

11 years agospacing-spanner: rods for non-adjacent paper-columns; issue 1700
Keith OHara [Tue, 11 Sep 2012 02:08:19 +0000 (19:08 -0700)]
spacing-spanner: rods for non-adjacent paper-columns; issue 1700

11 years agospacing-spanner: unroll complex loop
Keith OHara [Tue, 11 Sep 2012 02:08:19 +0000 (19:08 -0700)]
spacing-spanner: unroll complex loop

11 years agolookup.cc: warn about, but do not draw, empty boxes
Keith OHara [Sun, 16 Sep 2012 23:26:01 +0000 (16:26 -0700)]
lookup.cc: warn about, but do not draw, empty boxes

11 years agostem.cc: be robust in case of missing note-head stencils
Keith OHara [Sun, 16 Sep 2012 23:26:01 +0000 (16:26 -0700)]
stem.cc: be robust in case of missing note-head stencils

11 years agoRevert "Adds warning for line spanner with right coordinate less than left coordinate"
Keith OHara [Sun, 16 Sep 2012 07:50:41 +0000 (00:50 -0700)]
Revert "Adds warning for line spanner with right coordinate less than left coordinate"

This reverts commit 05b3ddf4bb419c41da16b4be853d823ee0d3a0ec.
The warning was emitted for nearly every use of \endSpanners

11 years agoDoc: fix small inaccuracy in notation manual, chapter Chords.'
Francisco Vila [Thu, 20 Sep 2012 17:28:28 +0000 (19:28 +0200)]
Doc: fix small inaccuracy in notation manual, chapter Chords.'

11 years agoredesign dot placement of repeat sign origin/HEAD origin/dev/guile-2 origin/master origin/staging
Benkő Pál [Fri, 7 Sep 2012 18:51:51 +0000 (20:51 +0200)]
redesign dot placement of repeat sign

refines6239ab9f01fcb31fbd6d5f7e81a98a7f58e663bf in that allow both
dots in the same space only as last resort (for two-line staves or for
exotic staves where all outer spaces are too narrow or asymmetric);
put no lower limit on the space required between dot and staffline.

an important example is TabStaff, which, for the present purposes, is
equivalent to a Staff with line-count 6 and staff-space 1.5.

11 years agonew regtests for dots of a repeat sign
Benkő Pál [Fri, 7 Sep 2012 17:39:21 +0000 (19:39 +0200)]
new regtests for dots of a repeat sign

- test default tablature
- test set-global-staff-size and layout-set-staff-size combinations
  in default and extreme circumstances to make sure that real world
  usage is not hindered

11 years agoIssue 2840: Allow closed music function calls in closed music.
David Kastrup [Sun, 16 Sep 2012 17:10:26 +0000 (19:10 +0200)]
Issue 2840: Allow closed music function calls in closed music.

This fixes hard to understand restrictions when combining music
function calls with post-events.

11 years agoDoc: delete obsolete para on two-pass spacing (2828)
Trevor Daniels [Sat, 15 Sep 2012 21:56:40 +0000 (22:56 +0100)]
Doc: delete obsolete para on two-pass spacing (2828)

11 years agoIssue 2834: Remove "Brace found at end of markup." warning in lexer
David Kastrup [Thu, 13 Sep 2012 00:59:16 +0000 (02:59 +0200)]
Issue 2834: Remove "Brace found at end of markup." warning in lexer

This code has become dead since commit
3d04206a83222e89d99ddf1a0766b6b74f158967 in 2004.

11 years agoIssue 2759: Don't use /dev/stderr which is only defined on some systems
David Kastrup [Tue, 11 Sep 2012 15:47:40 +0000 (17:47 +0200)]
Issue 2759: Don't use /dev/stderr which is only defined on some systems

Instead, the port associated with file descriptor 2 is being used
which should be equivalent.

11 years agoIssue 2815: parser/lexer: de-unionize semantic values, make all of them SCM
David Kastrup [Thu, 6 Sep 2012 14:00:48 +0000 (16:00 +0200)]
Issue 2815: parser/lexer: de-unionize semantic values, make all of them SCM

Being able to reliably interpret semantic values allows for better
parser extension and debugging.

11 years agoUses exact horizontal skylines for accidental placement.
Mike Solomon [Fri, 14 Sep 2012 05:20:22 +0000 (07:20 +0200)]
Uses exact horizontal skylines for accidental placement.

Removes approximations hardcoded in accidental.cc.
Adds right-padding to accidentals' left spines to avoid too-close placement.

11 years agoDoc: improve footnote documentation (2547)
Trevor Daniels [Sun, 9 Sep 2012 09:23:22 +0000 (10:23 +0100)]
Doc: improve footnote documentation (2547)

 - clearer headings, separating footnotes in music
   expressions from those in stand-alone text

 - distinguish Event- and Time-based footnotes (thanks
   David)

 - explain how offsets are measured from grob boundary

 - use examples that cover just single points for clarity

 - explain how to create footnotes in stand-alone text
   with automatic and with manual marks

11 years agoRelease: bump version
Phil Holmes [Wed, 12 Sep 2012 09:12:09 +0000 (10:12 +0100)]
Release: bump version

11 years agoMerge remote branch 'origin/release/unstable' into HEAD
Phil Holmes [Wed, 12 Sep 2012 09:10:45 +0000 (10:10 +0100)]
Merge remote branch 'origin/release/unstable' into HEAD

11 years agoIssue 2806: part-combiner.scm: replace use of "when" with "moment"
David Kastrup [Mon, 3 Sep 2012 17:23:51 +0000 (19:23 +0200)]
Issue 2806: part-combiner.scm: replace use of "when" with "moment"

"when" is already a macro in Guilev2.

11 years agoIssue 2745: more fun with accidental rules.
David Kastrup [Thu, 23 Aug 2012 13:39:04 +0000 (15:39 +0200)]
Issue 2745: more fun with accidental rules.

There was still code mixing up the somewhat orthogonal concept of
single-octave accidentals with non-keysignature accidentals.

11 years agoDoc: Typos to LM - Fundamental and tweaks.itely
James Lowe [Sat, 8 Sep 2012 18:22:06 +0000 (19:22 +0100)]
Doc: Typos to LM - Fundamental and tweaks.itely

Issue 2791

Minor typos and clarifications.

Including an additional @ref{} and removal of (now) incorrect
information.

11 years agoAllows the user to override the text property of ChordName
Mike Solomon [Wed, 12 Sep 2012 05:59:38 +0000 (07:59 +0200)]
Allows the user to override the text property of ChordName

Checks to see if the user has set text and, if so, does not call
set_property in the engraver.

Compares contents of markups to determine chord equality, allowing
successive overridden chords with the same markup content to be
identified as equal.

11 years agoremove top-level const's from declarations
Benkő Pál [Sat, 1 Sep 2012 13:25:33 +0000 (15:25 +0200)]
remove top-level const's from declarations

results of the following searches were checked manually:
grep -rE -e 'const( +[a-zA-Z0-9_]*)? *, *$' .
grep -rE -e 'const( +[a-zA-Z0-9_]*)?( *,[^;]+)?\) *(const|= *0)? *;' .

11 years agoRevert "Better approximations for cross-staff slurs"
Mike Solomon [Tue, 11 Sep 2012 05:24:00 +0000 (07:24 +0200)]
Revert "Better approximations for cross-staff slurs"

This reverts commit 89b7e75f6888d2020f7fe8b258e818c0c5e7a223.

11 years agoRelease: update news. origin/release/unstable release/2.17.2-1
Phil Holmes [Mon, 10 Sep 2012 16:10:01 +0000 (17:10 +0100)]
Release: update news.

11 years agoPO: update template.
Phil Holmes [Mon, 10 Sep 2012 16:09:51 +0000 (17:09 +0100)]
PO: update template.

11 years agoBetter approximations for cross-staff slurs
Mike Solomon [Mon, 10 Sep 2012 07:17:28 +0000 (09:17 +0200)]
Better approximations for cross-staff slurs

SlurStub grobs are used to approximate the vertical skylines of
cross staff slurs by using control points generated by pure heights
instead of heights. Depending on how far off the actual translations are
from the minimal translations, these control points will be more or less
viable. A SlurStub is generated for every VerticalAxisGroup on which
a slur has encompass objects and only those residing on the extremal
UP and DOWN vertical axis groups get vertical skylines.

11 years agoCorrects Mike Solomon's e-mail address
Mike Solomon [Mon, 10 Sep 2012 07:16:41 +0000 (09:16 +0200)]
Corrects Mike Solomon's e-mail address

11 years agoAvoids script-tie collisions
Mike Solomon [Mon, 10 Sep 2012 06:53:09 +0000 (08:53 +0200)]
Avoids script-tie collisions

Ties are now issued at their correct beginning time step and
are suicided if they are ultimately unused.  This allows the
Script_engraver to acknowledge them at the correct timestep and
register them as supports for the side-position-interface.

11 years agoIssue 2826: Let do_yyparse return a value rather than going through parseStringResult
David Kastrup [Sun, 9 Sep 2012 19:01:03 +0000 (21:01 +0200)]
Issue 2826: Let do_yyparse return a value rather than going through parseStringResult

This is a much more dignified manner of interaction.

11 years agoWeb: Removed note about MacOS Lion not supported
James Lowe [Sun, 9 Sep 2012 13:58:06 +0000 (14:58 +0100)]
Web: Removed note about MacOS Lion not supported

Lion 10.7 is now supported with 2.16.

lists.gnu.org/archive/html/lilypond-devel/2012-09/msg00362.html

11 years agoWhen printing a context def, include the source location.
David Kastrup [Sat, 8 Sep 2012 15:31:14 +0000 (17:31 +0200)]
When printing a context def, include the source location.

This is a supplement to make the printing of "parser objects should be
dead" messages more useful.  Adding the source location of an undead
context def makes the problem far easier to identify.

11 years agoIssue 2754 cleanup: Only complain once about any undead object
David Kastrup [Sat, 8 Sep 2012 14:40:39 +0000 (16:40 +0200)]
Issue 2754 cleanup: Only complain once about any undead object

Embarrassingly, commit 2ea3798f3473a7dd02b85ac311aa9b8de4938c3c only
implemented the requisite fix in one place.  This replicates the code
for avoiding duplicate error messages at the second call place of
ly:parsed-undead-list! in lily.scm.

11 years agoIssue 2808: Allow direction - ^ _ before string indication \1, \2...
David Kastrup [Mon, 3 Sep 2012 23:39:35 +0000 (01:39 +0200)]
Issue 2808: Allow direction - ^ _ before string indication \1, \2...

11 years agoAdd support for Cyrillic in Texinfo/TeX
Werner Lemberg [Tue, 28 Aug 2012 16:05:18 +0000 (18:05 +0200)]
Add support for Cyrillic in Texinfo/TeX

11 years ago[doc] Improve example for unpure-pure-container.
Werner Lemberg [Thu, 6 Sep 2012 06:37:37 +0000 (08:37 +0200)]
[doc] Improve example for unpure-pure-container.

11 years agodefault position for a time signature is unconditionally 0
Benkő Pál [Sat, 1 Sep 2012 13:49:49 +0000 (15:49 +0200)]
default position for a time signature is unconditionally 0

11 years agoRemoves echoed information from make doc
Phil Holmes [Sun, 2 Sep 2012 14:23:41 +0000 (15:23 +0100)]
Removes echoed information from make doc

11 years agoHard-coded version numbers updated
Phil Holmes [Sun, 2 Sep 2012 10:46:39 +0000 (11:46 +0100)]
Hard-coded version numbers updated

11 years agoUpdate padding in light of skyline code changes; issue 1290
Keith OHara [Wed, 29 Aug 2012 23:50:15 +0000 (16:50 -0700)]
Update padding in light of skyline code changes; issue 1290

Skyline code changed with commit 28f3294954eff1f263d3b2e3de1c520f4d2fbdfc

11 years agoLedgerLineSpanner included in vertical skylines of VerticalAxisGroup.
Mike Solomon [Tue, 4 Sep 2012 22:52:19 +0000 (00:52 +0200)]
LedgerLineSpanner included in vertical skylines of VerticalAxisGroup.

An elements grob array was erroneously being created for the
LedgerLinesSpanner. This has been eliminated, which now means that its
stencil can be used to calculate its vertical skylines.

11 years agoDynamics do not avoid extremal cross-staff stems in extremal directions.
Mike Solomon [Tue, 4 Sep 2012 22:48:43 +0000 (00:48 +0200)]
Dynamics do not avoid extremal cross-staff stems in extremal directions.

If a cross-staff stem is pointing down and a dynamic is attached below
the stem, for example, it will not be horizontally shifted.

11 years agoDoc: clarify the use of a Scheme engraver.
Francisco Vila [Wed, 29 Aug 2012 13:42:09 +0000 (15:42 +0200)]
Doc: clarify the use of a Scheme engraver.

11 years agolayout.cc: do not draw infinite boxes
Keith OHara [Thu, 30 Aug 2012 01:25:27 +0000 (18:25 -0700)]
layout.cc: do not draw infinite boxes

11 years agoLedger-line-spanner: symmetric extents; issue 2493
Keith OHara [Tue, 28 Aug 2012 05:58:10 +0000 (22:58 -0700)]
Ledger-line-spanner: symmetric extents; issue 2493

11 years agogrob-property.cc: outdated comment
Keith OHara [Wed, 29 Aug 2012 19:47:47 +0000 (12:47 -0700)]
grob-property.cc: outdated comment

Callbacks do not, in practice, return SCM_UNSPECIFIED after
setting the property they were called with, and an assert()
added later with commit 635bff94 severely restricts  doing so.

11 years agoCaches all pure minimum translations
Mike Solomon [Mon, 3 Sep 2012 05:10:51 +0000 (07:10 +0200)]
Caches all pure minimum translations

11 years agoadd website link to tunefl.com
Rodolfo Zitellini [Sat, 1 Sep 2012 20:03:15 +0000 (22:03 +0200)]
add website link to tunefl.com

11 years agoReduce output from scripts during make doc
Phil Holmes [Sat, 1 Sep 2012 15:15:11 +0000 (16:15 +0100)]
Reduce output from scripts during make doc

11 years agoFixes bug in abc2ly and abc2ly regtest
Phil Holmes [Fri, 31 Aug 2012 16:48:55 +0000 (17:48 +0100)]
Fixes bug in abc2ly and abc2ly regtest

11 years agoReduce clutter in make doc further
Phil Holmes [Fri, 31 Aug 2012 19:36:12 +0000 (20:36 +0100)]
Reduce clutter in make doc further

11 years agoBump Fontforge version requirement (issue 1637)
Janek Warchoł [Mon, 27 Aug 2012 09:00:24 +0000 (11:00 +0200)]
Bump Fontforge version requirement (issue 1637)

11 years agoDoc: NR 3.2.1: clarify titles and \header blocks (2652)
Trevor Daniels [Wed, 29 Aug 2012 10:13:44 +0000 (11:13 +0100)]
Doc: NR 3.2.1: clarify titles and \header blocks (2652)

 - drop use of "title blocks"
 - make headings consistent
 - explain the two titling areas
 - explain the four positions for \header blocks and their
   hierarchy
 - clarify text in several places

11 years agoRemoves more cruft from skyline.cc and skyline.hh.
Mike Solomon [Fri, 31 Aug 2012 08:03:52 +0000 (10:03 +0200)]
Removes more cruft from skyline.cc and skyline.hh.

11 years agoUses a heuristic to determine if chord tremolos collide with accidentals.
Mike Solomon [Fri, 31 Aug 2012 07:27:17 +0000 (09:27 +0200)]
Uses a heuristic to determine if chord tremolos collide with accidentals.

This heuristic makes several assumptions about when a chord tremolo
will collide with accidentals. It must be between whole notes, it
must be in the staff, and it must be an ascending major third or lower.
The heuristic is entirely contained in Beam::whole_note_close_chord_tremolo,
which should be modified if other cases involving chord tremolos arise.

11 years agoBetter automation of tremolo direction for whole note tremolos.
Mike Solomon [Fri, 31 Aug 2012 07:24:31 +0000 (09:24 +0200)]
Better automation of tremolo direction for whole note tremolos.

11 years agoRemove non-functional extra-X-extent
Keith OHara [Tue, 28 Aug 2012 00:23:28 +0000 (17:23 -0700)]
Remove non-functional extra-X-extent

non-functional since commit 31a6650e2b2a5c1cae3237ee47b80cd43d084d53

11 years agoWeb: add W3C properties of border-*-radius after vendor ones (issue 2784)
Federico Bruni [Tue, 28 Aug 2012 20:40:26 +0000 (22:40 +0200)]
Web: add W3C properties of border-*-radius after vendor ones (issue 2784)

11 years agoRevert "layout.cc: do not draw empty boxes"
Keith OHara [Thu, 30 Aug 2012 00:56:52 +0000 (17:56 -0700)]
Revert "layout.cc: do not draw empty boxes"

This reverts commit 2da5a512119ca9dda3a05e1c122daea5b17f9049.

11 years agoRelease: bump version.
Phil Holmes [Wed, 29 Aug 2012 15:01:20 +0000 (16:01 +0100)]
Release: bump version.

11 years agoMerge remote branch 'origin/release/unstable' into HEAD
Phil Holmes [Wed, 29 Aug 2012 14:59:49 +0000 (15:59 +0100)]
Merge remote branch 'origin/release/unstable' into HEAD

11 years agoIssue 1236: CG+scripts should use $LILYPOND_GIT
Marc Hohl [Sun, 26 Aug 2012 09:04:54 +0000 (11:04 +0200)]
Issue 1236: CG+scripts should use $LILYPOND_GIT

11 years agoUses FingeringColumn to avoid collisions of overlapping Fingerings.
Mike Solomon [Wed, 29 Aug 2012 08:22:31 +0000 (10:22 +0200)]
Uses FingeringColumn to avoid collisions of overlapping Fingerings.

11 years agoAdds OctavateEight to the avoidance grobs of the Beam_collision_engraver
Mike Solomon [Wed, 29 Aug 2012 08:14:16 +0000 (10:14 +0200)]
Adds OctavateEight to the avoidance grobs of the Beam_collision_engraver

11 years agoExtracts Accidentals for AccidentalPlacements in the side-position-interface.
Mike Solomon [Wed, 29 Aug 2012 08:06:36 +0000 (10:06 +0200)]
Extracts Accidentals for AccidentalPlacements in the side-position-interface.

Because AccidentalPlacements have no height, this makes sure that all
accidentals are accounted for in case an engraver missed them.

11 years agoapply scripts/auxiliar/update-with-convert-ly.sh
Marc Hohl [Tue, 28 Aug 2012 20:52:24 +0000 (22:52 +0200)]
apply scripts/auxiliar/update-with-convert-ly.sh

11 years agoGet rid of unused Skyline and Skyline_pair functions
Mike Solomon [Tue, 28 Aug 2012 07:45:58 +0000 (09:45 +0200)]
Get rid of unused Skyline and Skyline_pair functions

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.