]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
12 years agoconvert-ly: Handle malformed \version string (issue 2044).
Julien Rioux [Sat, 21 Jan 2012 23:26:30 +0000 (18:26 -0500)]
convert-ly: Handle malformed \version string (issue 2044).

12 years agoWeb: Announcement update for the new "LilyPond Report"
Valentin Villenave [Sat, 21 Jan 2012 19:03:17 +0000 (20:03 +0100)]
Web: Announcement update for the new "LilyPond Report"

It's been several months since old news items have been
cleared from the front page, so this commit brings
somewhat of a facelift.
This commit also fixes a minor detail in news-front.itexi
(old news are to be found in news.itexi, not news-old).

12 years agoIssue 2100: Explanation of branches for CG
Carl [Sat, 14 Jan 2012 21:45:02 +0000 (14:45 -0700)]
Issue 2100: Explanation of branches for CG

Add section to CG with copy/paste instructions on using branches for
patches.  Initial work by Graham; modified by Carl.

12 years agoFix spelling in input/regression/*.ly
Stefan Weil [Thu, 19 Jan 2012 21:39:31 +0000 (22:39 +0100)]
Fix spelling in input/regression/*.ly

accomodate -> accommodate
adn -> and
eigth -> eighth
excercise -> exercise
inbetween -> between
occurence -> occurrence
refered -> referred
supressed -> suppressed

Signed-off-by: Stefan Weil <sw@weilnetz.de>
12 years agoDoc: typos in running.itely
Jean-Charles Malahieude [Sat, 21 Jan 2012 12:30:07 +0000 (13:30 +0100)]
Doc: typos in running.itely

12 years agoMake inherited stream event properties immutable.
David Kastrup [Fri, 20 Jan 2012 11:01:03 +0000 (12:01 +0100)]
Make inherited stream event properties immutable.

Previously, the initialization of stream events from the (mutable) part
of music event properties was done by just taking the mutable property list.
That had the effect that any changes to the inherited properties were
reflected in the originating music event, making a mockery of the
mutable/immutable distinction intended to provide copy-on-write
semantics.  As an example, the conversion of the articulations
property to events might or might not already have happened if the music
event got reported more than once, like it is done in \repeat unfold.

The change had the unexpected side effect of making quoted transposed
music fail since the transposition worked exclusively on the mutable
property list part.  This has been fixed by adding a make_transposable
member function to Stream_event that copies affected properties from
the immutable to the mutable part before one attempts transposition.

The source code has not yet been combed through for instances where
stream events have been manually cloned to avoid the bad side effects
of the original code.

12 years agoEnsure clearance between Dots and Flags; issue 1230
Keith OHara [Sat, 21 Jan 2012 05:31:15 +0000 (21:31 -0800)]
Ensure clearance between Dots and Flags; issue 1230

12 years agomove dot_column_engraver to Voice
Keith OHara [Sun, 8 Jan 2012 03:26:35 +0000 (19:26 -0800)]
move dot_column_engraver to Voice

12 years agodot-column.cc: remove mistaken conversion; issue 1091
Keith OHara [Sat, 21 Jan 2012 02:48:39 +0000 (18:48 -0800)]
dot-column.cc: remove mistaken conversion; issue 1091

12 years agodot-column.cc: avoid Flags, now distinct from Stems
Keith OHara [Sun, 8 Jan 2012 03:26:35 +0000 (19:26 -0800)]
dot-column.cc: avoid Flags, now distinct from Stems

12 years agonote-collision.cc: handle more dot situations
Keith OHara [Sun, 8 Jan 2012 03:26:35 +0000 (19:26 -0800)]
note-collision.cc: handle more dot situations

Makes it feasible to set DotColumns separately in each voice

12 years agoTypo fix by Stefan Weil.
Francisco Vila [Fri, 20 Jan 2012 16:36:15 +0000 (17:36 +0100)]
Typo fix by Stefan Weil.

12 years agoDoc: NR Update section on Footnotes
James Lowe [Mon, 16 Jan 2012 20:48:10 +0000 (20:48 +0000)]
Doc: NR Update section on Footnotes

Issue 2206 saw a rewrite of the \footnote code that there is no
longer any need to have different \*footnote* commands (auto* and *grob)
for manual and automatic footnotes. Both kinds use \footnote.

Explanations and examples have been updated accordingly.

12 years agoRemoves vertical sort of bar lines from the SpanBar engraver.
Mike Solomon [Wed, 18 Jan 2012 07:31:07 +0000 (08:31 +0100)]
Removes vertical sort of bar lines from the SpanBar engraver.

This removes the programming error for BarLines whose Y-pedigree
cannot yet be traced to a VerticalAlignment without having an
impact on the ordering of grobs in the vector, as events from
contexts are signaled to engravers in a sorted (up to down) fashion.

12 years agoReverts smobification of simple spanners.
Mike Solomon [Wed, 18 Jan 2012 07:25:09 +0000 (08:25 +0100)]
Reverts smobification of simple spanners.

This saves time in the compliation of scores with long line widths.

12 years agoPrevents DotColumns from triggering VerticalAlignment
Mike Solomon [Wed, 18 Jan 2012 07:22:31 +0000 (08:22 +0100)]
Prevents DotColumns from triggering VerticalAlignment

12 years agoMerge branch 'lilypond/translation' into staging
David Kastrup [Wed, 18 Jan 2012 11:48:51 +0000 (12:48 +0100)]
Merge branch 'lilypond/translation' into staging

12 years agoDoc-ja: fix syntax that broke doc build.
Francisco Vila [Wed, 18 Jan 2012 11:35:46 +0000 (12:35 +0100)]
Doc-ja: fix syntax that broke doc build.

12 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Mon, 16 Jan 2012 23:27:57 +0000 (00:27 +0100)]
Merge branch 'master' into lilypond/translation

12 years agoBuild: Copy midi regtest input files.
Julien Rioux [Sat, 14 Jan 2012 20:46:39 +0000 (15:46 -0500)]
Build: Copy midi regtest input files.

Copy midi regtest input files to the output folder
so that the regtest script finds them.

12 years agoRegtest script: Print filename.
Julien Rioux [Sat, 14 Jan 2012 20:44:42 +0000 (15:44 -0500)]
Regtest script: Print filename.

Print the filename instead of printing a python class instance.

12 years agoRegtest script: Don't walk the share folders.
Julien Rioux [Sat, 14 Jan 2012 20:49:56 +0000 (15:49 -0500)]
Regtest script: Don't walk the share folders.

These share folders are copied to the output dir
for safekeeping. The regtest script can skip them.

12 years agoRegtest script: Keep the folder prefix in the name.
Julien Rioux [Sat, 14 Jan 2012 20:53:33 +0000 (15:53 -0500)]
Regtest script: Keep the folder prefix in the name.

Two files with the same basename can occur under
two different folders. They should be tracked as
two separate files.

12 years agoRegtest script: Escape output for html.
Julien Rioux [Sat, 14 Jan 2012 20:43:27 +0000 (15:43 -0500)]
Regtest script: Escape output for html.

12 years agoRegtest script: Remove unused arguments.
Julien Rioux [Sat, 14 Jan 2012 20:56:40 +0000 (15:56 -0500)]
Regtest script: Remove unused arguments.

12 years agoDoc: Undefined references in notation.
Julien Rioux [Sun, 15 Jan 2012 02:48:05 +0000 (21:48 -0500)]
Doc: Undefined references in notation.

12 years agoDoc-es: some style improvements.
Francisco Vila [Mon, 16 Jan 2012 18:32:42 +0000 (19:32 +0100)]
Doc-es: some style improvements.

12 years agoRelease: bump version.
Graham Percival [Mon, 16 Jan 2012 10:37:01 +0000 (10:37 +0000)]
Release: bump version.

12 years agoRelease: update news. release/2.15.26-1
Graham Percival [Mon, 16 Jan 2012 09:04:40 +0000 (09:04 +0000)]
Release: update news.

12 years agoRelease: bump version.
Graham Percival [Mon, 16 Jan 2012 07:57:58 +0000 (07:57 +0000)]
Release: bump version.

12 years agoMerge branch 'release/unstable' into staging
Graham Percival [Mon, 16 Jan 2012 07:38:33 +0000 (07:38 +0000)]
Merge branch 'release/unstable' into staging

12 years agoBuild: Dependencies for www online- and offline-root targets (issue 2028).
Julien Rioux [Mon, 19 Dec 2011 09:13:09 +0000 (04:13 -0500)]
Build: Dependencies for www online- and offline-root targets (issue 2028).

Add dependencies for the make doc targets in the top source directory,
based on how these targets are currently being generated by the scripts
scripts/build/mutopia-index.py and scripts/build/www_post.py.

12 years agoBuild: Dependency fix for the linking into out/share/lilypond/current.
Julien Rioux [Mon, 19 Dec 2011 15:31:44 +0000 (10:31 -0500)]
Build: Dependency fix for the linking into out/share/lilypond/current.

12 years agoBuild: Give priority to helper scripts necessary for the build process.
Julien Rioux [Mon, 19 Dec 2011 15:29:39 +0000 (10:29 -0500)]
Build: Give priority to helper scripts necessary for the build process.

12 years agoBuild: Allow configure to overwrite the top-level GNUmakefile.
Julien Rioux [Mon, 19 Dec 2011 09:40:22 +0000 (04:40 -0500)]
Build: Allow configure to overwrite the top-level GNUmakefile.

This file is chmoded to 444 so it cannot be overwritten by
cat << EOF > GNUmakefile
alone; it needs to be removed first.

12 years agoMerge remote branch 'origin' into release/unstable
Graham Percival [Sun, 15 Jan 2012 21:23:56 +0000 (21:23 +0000)]
Merge remote branch 'origin' into release/unstable

12 years agoDoc-fr: LM fix Xref
Jean-Charles Malahieude [Sun, 15 Jan 2012 19:29:50 +0000 (20:29 +0100)]
Doc-fr: LM fix Xref
  common-notation

12 years agoDoc-FR: NR-1.6 Staff notation
Jean-Charles Malahieude [Sun, 15 Jan 2012 18:32:14 +0000 (19:32 +0100)]
Doc-FR: NR-1.6 Staff notation
  full update

12 years agoDoc-fr: Undefined node in fr/notation.
Julien Rioux [Sun, 15 Jan 2012 18:17:02 +0000 (13:17 -0500)]
Doc-fr: Undefined node in fr/notation.

12 years agolilypond-book: Remove the use of absolute paths (issue 2104).
Julien Rioux [Wed, 14 Dec 2011 13:29:53 +0000 (08:29 -0500)]
lilypond-book: Remove the use of absolute paths (issue 2104).

Don't rewrite include paths; use relative paths whenever possible.
Similar to http://code.google.com/p/lilypond/issues/detail?id=1852#c1

12 years agolilypond-book: Fix latex output on windows (issue 2209).
Julien Rioux [Tue, 10 Jan 2012 22:33:22 +0000 (17:33 -0500)]
lilypond-book: Fix latex output on windows (issue 2209).

Use forward slashes as path separators in latex.

12 years agolilypond-book: Typo in output.
Julien Rioux [Sun, 15 Jan 2012 17:35:43 +0000 (12:35 -0500)]
lilypond-book: Typo in output.

12 years agolilypond-book: Typo in setting environment variable.
Julien Rioux [Sun, 15 Jan 2012 17:39:49 +0000 (12:39 -0500)]
lilypond-book: Typo in setting environment variable.

12 years agoRelease: update news. release/2.15.25-1
Graham Percival [Sun, 15 Jan 2012 17:40:58 +0000 (17:40 +0000)]
Release: update news.

12 years agolilypond-book: avoid subprocess for mingw
Graham Percival [Thu, 12 Jan 2012 05:57:59 +0000 (05:57 +0000)]
lilypond-book: avoid subprocess for mingw

12 years agoDoc-fr: correct Xrefs
Jean-Charles Malahieude [Sun, 15 Jan 2012 16:21:58 +0000 (17:21 +0100)]
Doc-fr: correct Xrefs

12 years agoDoc-fr: nitpicks in LM
Jean-Charles Malahieude [Sun, 15 Jan 2012 16:16:28 +0000 (17:16 +0100)]
Doc-fr: nitpicks in LM
  chords
  contemporary
  repeats
  simultaneous

12 years agoWeb-fr: Updates
Jean-Charles Malahieude [Sun, 15 Jan 2012 16:11:30 +0000 (17:11 +0100)]
Web-fr: Updates
  download - Lion not supported
  intro - Added Concert

12 years agoDoc-fr: updates LM
Jean-Charles Malahieude [Sun, 15 Jan 2012 15:21:06 +0000 (16:21 +0100)]
Doc-fr: updates LM
  common notation
  templates
  tweaks

12 years agoDoc: NR-1.5.1 typo
Jean-Charles Malahieude [Sun, 15 Jan 2012 15:16:27 +0000 (16:16 +0100)]
Doc: NR-1.5.1 typo
repetiton -> repetition

12 years agoRun scripts/auxiliar/update-with-convert-ly.sh
David Kastrup [Wed, 11 Jan 2012 11:12:02 +0000 (12:12 +0100)]
Run scripts/auxiliar/update-with-convert-ly.sh

12 years agoLet \footnote do the job of \footnote, \footnoteGrob, \autoFootnote and \autoFootnoteGrob
David Kastrup [Mon, 9 Jan 2012 16:12:56 +0000 (17:12 +0100)]
Let \footnote do the job of \footnote, \footnoteGrob, \autoFootnote and \autoFootnoteGrob

12 years agoFinal version of not always copying html files
Phil Holmes [Sun, 15 Jan 2012 14:19:45 +0000 (14:19 +0000)]
Final version of not always copying html files

12 years agoDoc-fr: adding contemporary
Jean-Charles Malahieude [Sun, 15 Jan 2012 14:23:01 +0000 (15:23 +0100)]
Doc-fr: adding contemporary

12 years agoDoc-fr: Undefined reference in fr/notation.
Julien Rioux [Sun, 15 Jan 2012 04:27:30 +0000 (23:27 -0500)]
Doc-fr: Undefined reference in fr/notation.

12 years agoDoc-ja: Undefined references and a typo in notation.
Julien Rioux [Sun, 15 Jan 2012 03:41:26 +0000 (22:41 -0500)]
Doc-ja: Undefined references and a typo in notation.

12 years agoDoc-ja: Squash lilypond-book deprecation warnings.
Julien Rioux [Sun, 15 Jan 2012 02:47:34 +0000 (21:47 -0500)]
Doc-ja: Squash lilypond-book deprecation warnings.

12 years agoDoc-ja: Adding and updating NR
Yoshiki Sawada [Sun, 15 Jan 2012 00:00:54 +0000 (09:00 +0900)]
Doc-ja: Adding and updating NR

Doc-ja: Adding and updating NR.

12 years agoDoc: Usage added @knownissue for LaTeX
James Lowe [Tue, 20 Dec 2011 07:37:34 +0000 (07:37 +0000)]
Doc: Usage added @knownissue for LaTeX

This is for Tracker issue 1005.

Describes that \paper will not work inside a {lilypond} environment and
must be defined appropriately in the preamble.

12 years agoDoc: NR added snippet for Alt Bar Numbering
James Lowe [Sat, 31 Dec 2011 18:00:18 +0000 (18:00 +0000)]
Doc: NR added snippet for Alt Bar Numbering

Tracker item 2093

Added snippet showing #'numbers and #'numbers-with-letters tweak.

Added to NR in two places (Bar Numbers 1.2.5 and Long Repeats 1.4.1)
as a user would probably look for it in either place.

Updated changes.tely

12 years agoDoc-fr: mirroring Grand-Replace
Jean-Charles Malahieude [Sat, 14 Jan 2012 13:14:16 +0000 (14:14 +0100)]
Doc-fr: mirroring Grand-Replace

12 years agoDoc: Usage moved @warning below next para
James Lowe [Sat, 14 Jan 2012 10:59:32 +0000 (10:59 +0000)]
Doc: Usage moved @warning below next para

Trivial typo.

Tracker issue 2211.

@warning in incorrect position - moved below next 'para'

12 years agoDoc-fr: update texidoc markers
Jean-Charles Malahieude [Fri, 13 Jan 2012 21:04:54 +0000 (22:04 +0100)]
Doc-fr: update texidoc markers

12 years agoDoc: run local makelsr
Jean-Charles Malahieude [Fri, 13 Jan 2012 19:20:56 +0000 (20:20 +0100)]
Doc: run local makelsr

12 years agoDoc-fr: NR-2.7 Chord notation
Jean-Charles Malahieude [Fri, 13 Jan 2012 18:55:32 +0000 (19:55 +0100)]
Doc-fr: NR-2.7 Chord notation
  Full review

12 years agoAdd a node prefix to snippets, preventing duplicate node errors.
Julien Rioux [Thu, 12 Jan 2012 17:22:32 +0000 (12:22 -0500)]
Add a node prefix to snippets, preventing duplicate node errors.

12 years agoDoc-ja: Undefined references in ja/notation.
Julien Rioux [Fri, 13 Jan 2012 03:36:44 +0000 (22:36 -0500)]
Doc-ja: Undefined references in ja/notation.

12 years agoDoc-it: Undefined reference and typos in it/learning.
Julien Rioux [Fri, 13 Jan 2012 02:51:45 +0000 (21:51 -0500)]
Doc-it: Undefined reference and typos in it/learning.

12 years agoDoc-hu: Undefined references in hu/usage.
Julien Rioux [Fri, 13 Jan 2012 02:29:34 +0000 (21:29 -0500)]
Doc-hu: Undefined references in hu/usage.

12 years agoDoc-fr: Undefined references in fr/notation.
Julien Rioux [Fri, 13 Jan 2012 00:25:21 +0000 (19:25 -0500)]
Doc-fr: Undefined references in fr/notation.

12 years agoDoc-es: Undefined reference in es/notation.
Julien Rioux [Thu, 12 Jan 2012 23:53:44 +0000 (18:53 -0500)]
Doc-es: Undefined reference in es/notation.

12 years agoDoc-de: Undefined references in de/learning, de/notation and de/usage.
Julien Rioux [Thu, 12 Jan 2012 20:07:31 +0000 (15:07 -0500)]
Doc-de: Undefined references in de/learning, de/notation and de/usage.

12 years agoDoc-cs: Undefined references in cs/learning.
Julien Rioux [Thu, 12 Jan 2012 20:06:29 +0000 (15:06 -0500)]
Doc-cs: Undefined references in cs/learning.

12 years agoDoc-es: another style nit.
Francisco Vila [Fri, 13 Jan 2012 12:55:01 +0000 (13:55 +0100)]
Doc-es: another style nit.

12 years agoDoc-es: style nits.
Francisco Vila [Fri, 13 Jan 2012 12:33:46 +0000 (13:33 +0100)]
Doc-es: style nits.

12 years agoDoc search: update to version 2.15, use it in the "site:" part
Pavel Roskin [Sat, 7 Jan 2012 06:29:22 +0000 (06:29 +0000)]
Doc search: update to version 2.15, use it in the "site:" part

site:lilypond.org/doc/v2.15 means that we want to look only under that
directory.  Leading plus doesn't force the exact search anymore.

12 years agoDoc: Usage - added link for Windows users
James Lowe [Fri, 6 Jan 2012 18:48:43 +0000 (18:48 +0000)]
Doc: Usage - added link for Windows users

This is part of Tracker 1948

The Document now links to the installation instructions to Windows
As it did for MacOS X in order to show users how to manually
edit their PATH statement for Windows.

Also updated some of the 'nearby' CINDEX entries in the file

12 years agoWeb: Added Concert to Introduction.itexi
James Lowe [Thu, 12 Jan 2012 19:33:07 +0000 (19:33 +0000)]
Web: Added Concert to Introduction.itexi

Came from email to lilypond-user mail list from
Aurelian Bello.

12 years agoDoc-es: fix xrefs.
Francisco Vila [Wed, 11 Jan 2012 17:39:00 +0000 (18:39 +0100)]
Doc-es: fix xrefs.

12 years agoDoc-es: udpate markers after grand-replace 2012.
Francisco Vila [Thu, 12 Jan 2012 10:50:07 +0000 (11:50 +0100)]
Doc-es: udpate markers after grand-replace 2012.

12 years agoPO: update from FTP
Jean-Charles Malahieude [Wed, 11 Jan 2012 19:56:28 +0000 (20:56 +0100)]
PO: update from FTP
  Czech version

12 years agoMakes the Beam_collision_engraver avoid Flag grobs
Mike Solomon [Wed, 11 Jan 2012 17:10:26 +0000 (18:10 +0100)]
Makes the Beam_collision_engraver avoid Flag grobs

12 years agoMerge branch 'lilypond/translation' into staging
Francisco Vila [Wed, 11 Jan 2012 12:51:08 +0000 (13:51 +0100)]
Merge branch 'lilypond/translation' into staging

12 years agoCG: explain how to add git-cl to PATH
Janek Warchol [Tue, 3 Jan 2012 21:46:01 +0000 (22:46 +0100)]
CG: explain how to add git-cl to PATH

i know modifying PATH is basic knowledge,
but i'm windows man and figuring this out
took me 15 minutes... too long.

12 years agoDoc: udpate translations status.
Francisco Vila [Wed, 11 Jan 2012 09:47:02 +0000 (10:47 +0100)]
Doc: udpate translations status.

12 years agoDoc-es: update texidoc markers.
Francisco Vila [Wed, 11 Jan 2012 09:45:21 +0000 (10:45 +0100)]
Doc-es: update texidoc markers.

12 years agoDoc: run makelsr after a full update of translations.
Francisco Vila [Wed, 11 Jan 2012 09:43:22 +0000 (10:43 +0100)]
Doc: run makelsr after a full update of translations.

12 years agoDoc-es: update a marker
Francisco Vila [Wed, 11 Jan 2012 08:39:39 +0000 (09:39 +0100)]
Doc-es: update a marker

12 years agoDoc: makelsr. Run locally.
Francisco Vila [Wed, 11 Jan 2012 08:37:32 +0000 (09:37 +0100)]
Doc: makelsr. Run locally.

12 years agoDoc-es: update Scheme Tutorial.
Francisco Vila [Tue, 10 Jan 2012 18:19:31 +0000 (19:19 +0100)]
Doc-es: update Scheme Tutorial.

This fully updates the Spanish Extending manual.

12 years agoRemoves vestigial auto-numbering.
Mike Solomon [Tue, 10 Jan 2012 16:50:57 +0000 (17:50 +0100)]
Removes vestigial auto-numbering.

12 years agoDoc-es: update Programming Interface.
Francisco Vila [Tue, 10 Jan 2012 15:52:45 +0000 (16:52 +0100)]
Doc-es: update Programming Interface.

12 years agoChanges starting and ending height of broken hairpins.
Mike Solomon [Fri, 6 Jan 2012 08:54:05 +0000 (09:54 +0100)]
Changes starting and ending height of broken hairpins.

Makes broken hairpins begin at 1/3 the full height and end at
2/3 the full height.

12 years agoDoc-es: update Web/Download and Web/Introduction.
Francisco Vila [Mon, 9 Jan 2012 11:47:30 +0000 (12:47 +0100)]
Doc-es: update Web/Download and Web/Introduction.

12 years agoCalculates staff space from StaffSymbol in Breathing_sign::offset_callback
Mike Solomon [Mon, 9 Jan 2012 12:37:21 +0000 (13:37 +0100)]
Calculates staff space from StaffSymbol in Breathing_sign::offset_callback

12 years agoDoc-es: update Usage/Running.
Francisco Vila [Mon, 9 Jan 2012 11:42:15 +0000 (12:42 +0100)]
Doc-es: update Usage/Running.

This fully updates the Spanish usage manual.

12 years agoDoc-es: update Fretted, Repeats, Staff; mark updated file.
Francisco Vila [Sun, 8 Jan 2012 18:24:47 +0000 (19:24 +0100)]
Doc-es: update Fretted, Repeats, Staff; mark updated file.

This fully updates the Spanish notation manual.

12 years agoAvoids TupletBracket vs Fingering and TupletBracket vs StringNumber collisions.
Mike Solomon [Mon, 9 Jan 2012 09:55:31 +0000 (10:55 +0100)]
Avoids TupletBracket vs Fingering and TupletBracket vs StringNumber collisions.

Uses the same logic in tuplet-engraver.cc as that used for Scripts.

12 years agoRewrites some embedded PostScript using markup commands
Mike Solomon [Mon, 9 Jan 2012 07:26:09 +0000 (08:26 +0100)]
Rewrites some embedded PostScript using markup commands

12 years agoRun grand-replace for 2012
Graham Percival [Mon, 9 Jan 2012 06:15:30 +0000 (06:15 +0000)]
Run grand-replace for 2012