Till Paala [Fri, 24 Feb 2012 20:38:25 +0000 (22:38 +0200)]
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into lilypond/translation
Till Paala [Fri, 24 Feb 2012 20:36:26 +0000 (22:36 +0200)]
Doc-de: update bad commitishes
Francisco Vila [Fri, 24 Feb 2012 19:03:30 +0000 (20:03 +0100)]
Doc-es: update Percussion, Spacing.
Francisco Vila [Fri, 24 Feb 2012 17:47:13 +0000 (18:47 +0100)]
Doc-ja: fix xref.
Francisco Vila [Fri, 24 Feb 2012 13:09:30 +0000 (14:09 +0100)]
Doc-ja: fix compile.
Francisco Vila [Fri, 24 Feb 2012 18:18:26 +0000 (19:18 +0100)]
Merge branch 'master' into lilypond/translation
Francisco Vila [Fri, 24 Feb 2012 12:03:59 +0000 (13:03 +0100)]
Doc: update translation status.
Francisco Vila [Fri, 24 Feb 2012 11:48:22 +0000 (12:48 +0100)]
Doc-es: update some version markers.
Till Paala [Thu, 23 Feb 2012 19:50:47 +0000 (21:50 +0200)]
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into lilypond/translation
Francisco Vila [Thu, 23 Feb 2012 18:48:54 +0000 (19:48 +0100)]
Doc: cosmethic change in snippet, translate and makelsr result.
Francisco Vila [Thu, 23 Feb 2012 18:24:00 +0000 (19:24 +0100)]
Doc: fix link in all languages.
Francisco Vila [Thu, 23 Feb 2012 18:21:58 +0000 (19:21 +0100)]
Doc: update snippets and run makelsr.
Francisco Vila [Thu, 23 Feb 2012 16:13:40 +0000 (17:13 +0100)]
Doc-es: reword translation of a snippet.
Pavel Roskin [Thu, 23 Feb 2012 19:11:30 +0000 (20:11 +0100)]
Doc: NR 4.1.4: document improved spacing on the last page (issue 1377)
Till Paala [Thu, 23 Feb 2012 19:04:51 +0000 (21:04 +0200)]
Doc-de: updating web manual
Till Paala [Thu, 23 Feb 2012 12:31:58 +0000 (14:31 +0200)]
Doc-de: final update to notation manual
Jean-Charles Malahieude [Thu, 23 Feb 2012 18:14:06 +0000 (19:14 +0100)]
PO: update from FTP
it
Francisco Vila [Wed, 22 Feb 2012 17:38:55 +0000 (18:38 +0100)]
Doc-es: update a single snippet.
Francisco Vila [Wed, 22 Feb 2012 18:29:43 +0000 (19:29 +0100)]
Doc-es: run makelsr locally.
Francisco Vila [Wed, 22 Feb 2012 16:35:15 +0000 (17:35 +0100)]
Doc-es: update Rhythms, Simultaneous, Spacing, Wind.
Francisco Vila [Wed, 22 Feb 2012 17:09:50 +0000 (18:09 +0100)]
Web-es: update Community.
Francisco Vila [Wed, 22 Feb 2012 16:16:19 +0000 (17:16 +0100)]
Doc-es: update Tweaks, Changing, Fretted, Input, Appendices.
Julien Rioux [Thu, 23 Feb 2012 08:49:38 +0000 (03:49 -0500)]
Doc-de: Compilation fix for de/notation.
Till Paala [Wed, 22 Feb 2012 19:04:31 +0000 (21:04 +0200)]
Doc-de: update the noation manual, adding snippet translations
Till Paala [Wed, 22 Feb 2012 13:08:25 +0000 (15:08 +0200)]
Doc-de: updates to notation manual and snippet translation
Julien Rioux [Fri, 16 Dec 2011 22:36:20 +0000 (17:36 -0500)]
Build: Fix dependencies for translated manuals (issue 2125).
Don't rebuild everything each time unless necessary. The rules for
processing texi docs are already provided in stepmake/texinfo-rules
and we do not need to repeat them here. Simply copy the translated
files over to the main documentation with the language suffix added.
Julien Rioux [Sat, 17 Dec 2011 01:35:35 +0000 (20:35 -0500)]
Build: Unify the rules and variables for xref-map files.
Julien Rioux [Tue, 7 Feb 2012 16:51:16 +0000 (11:51 -0500)]
Build: Use order-only prerequisites in lilypond-book chain rule.
The chain rule makes sure that only one instance of lilypond-book
is running at once. However, it also adds superficial dependencies
between manuals. We can avoid this using GNU make's order-only
syntax for prerequisites, which adds a pipe (|) character in front.
Julien Rioux [Tue, 21 Feb 2012 10:25:50 +0000 (05:25 -0500)]
Build: Don't use immediate expansion of variable.
For out-of-source builds, get rid of this warning:
ls: cannot access ../../Documentation/snippets/*.ly: No such file
Julien Rioux [Tue, 21 Feb 2012 10:38:10 +0000 (05:38 -0500)]
Build: Remove .PRECIOUS flags.
Since
820c7ff5d380e8ca52057717ab3176b5e40107fd all files are treated as
.SECONDARY files. This means that `make' will not delete files that it
identifies as intermediate files, which would be it's default behavior
otherwise.
Currently, lexer and parser files, some font files, and some postscript
files are treated as .PRECIOUS in the build. This means that `make'
will never delete these files, even when the rule for creating them
failed. It seems that these files were flagged as .PRECIOUS in order
to keep them around after a successful build, preventing `make' from
removing them. But treating these files as .SECONDARY is sufficient
for this purpose. The .PRECIOUS flag introduces potential problems
that we would rather avoid.
Francisco Vila [Wed, 22 Feb 2012 13:00:57 +0000 (14:00 +0100)]
Doc-es: update included/helpus and Fundamental.
Francisco Vila [Wed, 22 Feb 2012 12:52:31 +0000 (13:52 +0100)]
Doc-es: update Scheme tutorial.
Francisco Vila [Wed, 22 Feb 2012 11:46:30 +0000 (12:46 +0100)]
Doc-es: update CHANGES.
Francisco Vila [Wed, 22 Feb 2012 11:44:59 +0000 (12:44 +0100)]
Doc: typo in CHANGES.
David Kastrup [Wed, 22 Feb 2012 08:07:57 +0000 (09:07 +0100)]
Merge remote-tracking branch 'origin/release/unstable' into staging
David Kastrup [Tue, 21 Feb 2012 19:38:22 +0000 (20:38 +0100)]
Add regtest for extratoken pop_state interference.
Till Paala [Tue, 21 Feb 2012 20:04:17 +0000 (22:04 +0200)]
Doc-de: updates and adding snippet translation to notation manual
Till Paala [Tue, 21 Feb 2012 19:30:55 +0000 (21:30 +0200)]
Doc-de: compilation fix
David Kastrup [Tue, 21 Feb 2012 19:11:10 +0000 (20:11 +0100)]
lexer.ll: Let pop_state preserve extratoken state
Till Paala [Tue, 21 Feb 2012 13:38:14 +0000 (15:38 +0200)]
Doc-de: update learning/tweaks.itely
Till Paala [Tue, 21 Feb 2012 13:04:13 +0000 (15:04 +0200)]
Doc-de: update essay.tely and extending.tely
Till Paala [Tue, 21 Feb 2012 18:35:58 +0000 (20:35 +0200)]
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into lilypond/translation
Yoshiki Sawada [Sat, 18 Feb 2012 23:59:14 +0000 (08:59 +0900)]
Doc-ja: update NR files and their committishes
Doc-ja: update NR files and their committishes.
David Kastrup [Sun, 19 Feb 2012 09:24:34 +0000 (10:24 +0100)]
Issue 1902: scheme engravers cause "warning: Attempting to remove nonexisting listener."
Implements listener equality compatible with instanced Scheme engravers.
Also permits \remove to take Scheme argument.
Julien Rioux [Mon, 20 Feb 2012 13:42:31 +0000 (08:42 -0500)]
Build: Typos in make/lilypond-book-{rules,vars}.make.
Julien Rioux [Thu, 12 Jan 2012 10:34:16 +0000 (05:34 -0500)]
Build: Strict error checking from makeinfo and texi2html (issue 2219).
David Kastrup [Sun, 19 Feb 2012 20:04:27 +0000 (21:04 +0100)]
Don't let make-engraver pass empty lists to evaluation.
David Kastrup [Sat, 18 Feb 2012 15:21:53 +0000 (16:21 +0100)]
Use make-engraver when feasible
David Kastrup [Sat, 18 Feb 2012 14:07:44 +0000 (15:07 +0100)]
make-engraver helper macro
Jean-Charles Malahieude [Sat, 18 Feb 2012 12:11:56 +0000 (13:11 +0100)]
Doc-fr: NR-2.5 percussion: Full review
Phil Holmes [Sat, 18 Feb 2012 11:05:09 +0000 (11:05 +0000)]
Updates ragged-last-bottom in notation
Pavel Roskin's update
Graham Percival [Fri, 17 Feb 2012 12:33:08 +0000 (12:33 +0000)]
Release: update news.
Graham Percival [Fri, 17 Feb 2012 17:24:27 +0000 (17:24 +0000)]
Release: bump version.
Julien Rioux [Fri, 17 Feb 2012 14:08:39 +0000 (09:08 -0500)]
Build: Auto-detect guile1 and guile1-config.
Julien Rioux [Fri, 17 Feb 2012 14:07:33 +0000 (09:07 -0500)]
Build: Look for a very minimal dblatex version.
This should prevent any problems when even dblatex --version fails.
Julien Rioux [Fri, 17 Feb 2012 14:06:24 +0000 (09:06 -0500)]
Build: Mirror info and tex output from -book regtests to the web.
Graham Percival [Fri, 17 Feb 2012 12:33:08 +0000 (12:33 +0000)]
Release: update news.
Phil Holmes [Sat, 11 Feb 2012 16:18:02 +0000 (16:18 +0000)]
Final redirection of texi output
Francisco Vila [Fri, 17 Feb 2012 10:06:53 +0000 (11:06 +0100)]
Merge branch 'master' into lilypond/translation
Francisco Vila [Fri, 17 Feb 2012 09:00:23 +0000 (10:00 +0100)]
Merge branch 'lilypond/translation' into staging
Till Paala [Fri, 17 Feb 2012 07:28:51 +0000 (09:28 +0200)]
Doc-de: some updates to learning manual
Jean-Charles Malahieude [Thu, 16 Feb 2012 18:25:47 +0000 (19:25 +0100)]
Doc: typo in percussions
David Kastrup [Thu, 16 Feb 2012 16:39:21 +0000 (17:39 +0100)]
Introduce separate make-voice-props-override in order to fix issue 630 fallout
Carl Sorensen [Thu, 29 Dec 2011 05:49:17 +0000 (22:49 -0700)]
Update lilygit.tcl (Issue 2092)
Makes lilygit.tcl respect the environment variable $LILYPOND_GIT.
If $LILYPOND_GIT is unset, default of $HOME/lilypond-git will be used.
Also does all working on dev/local_working branch, instead of master
Adds a Push Patch button to push patch to staging, which is optionally
configured, such that it only displays if push access is available
and the user is not a translations user.
Add support for the environment variable LILYPOND_BRANCH, which can
be prepended to the call to lily-git.tcl to specify the branch to be used.
Add pushHead so we can base patches on master but push to staging
Add log preview so that the user is expected to review the git log before
pushing.
Rebase before pushing. The rebasing is to origin/staging,
and is performed on a detached head before pushing. This preserves the
working branch in case of staging breaking and being recreated.
Add environment variable PUSH_ACCESS for controlling push access
David Kastrup [Wed, 15 Feb 2012 15:58:54 +0000 (16:58 +0100)]
Allow multiple identical slurs (issue 1967)
Phil Holmes [Wed, 15 Feb 2012 20:44:15 +0000 (20:44 +0000)]
Adds new langs included dirs to make
Till Paala [Wed, 15 Feb 2012 13:53:45 +0000 (15:53 +0200)]
Doc-de: updates to notation manual
Phil Holmes [Wed, 15 Feb 2012 14:30:18 +0000 (14:30 +0000)]
Updates Bug Squad instructions in CG
David Kastrup [Tue, 7 Feb 2012 13:13:15 +0000 (14:13 +0100)]
Fix barre snippet.
Werner Lemberg [Wed, 15 Feb 2012 09:20:35 +0000 (10:20 +0100)]
[mf] Improve and simplify Kievan outlines.
Some fixes change outlines to ensure proper overlap handling with FontForge
(this doesn't alter the final shape, however).
One change (in `barline.kievan') slightly changes the shape to avoid gracing
intersections.
Werner Lemberg [Wed, 15 Feb 2012 07:29:49 +0000 (08:29 +0100)]
[mf] Improve comments; fix minor typos; formatting.
Mike Solomon [Wed, 15 Feb 2012 07:12:03 +0000 (08:12 +0100)]
Correctly determines if glissandi are cross-staff
David Kastrup [Wed, 15 Feb 2012 05:43:18 +0000 (06:43 +0100)]
changes.itely: Mention event-chord-wrap! and \eventChords.
David Kastrup [Tue, 14 Feb 2012 21:19:54 +0000 (22:19 +0100)]
articulate.ly: basic 2.15.28 compatibility by using event-chord-wrap!
This should really be done by rewriting the code more thoroughly.
David Kastrup [Tue, 14 Feb 2012 20:40:30 +0000 (21:40 +0100)]
Compatibility function event-chord-wrap!, used in \eventChords
David Kastrup [Tue, 14 Feb 2012 20:36:14 +0000 (21:36 +0100)]
Mostly cosmetic music function changes.
Avoids creating empty elements field in music-map.
David Kastrup [Sun, 12 Feb 2012 17:42:44 +0000 (18:42 +0100)]
Document NoteEvent and EventChord a bit better
David Kastrup [Wed, 8 Feb 2012 09:53:38 +0000 (10:53 +0100)]
Let EventChord replay articulations
David Kastrup [Tue, 14 Feb 2012 20:39:04 +0000 (21:39 +0100)]
New functions map-some-music and extract-music.
Implement extract-typed-music and extract-named-music using extract-music.
Janek Warchoł [Tue, 14 Feb 2012 17:00:22 +0000 (18:00 +0100)]
Add a regtest for breve extent (fix 1814)
Checks if breves (esp. double-lined) don't collide with themselves
and accidentals.
Julien Rioux [Tue, 14 Feb 2012 14:40:28 +0000 (09:40 -0500)]
Build: Fix lilypond-book regtests when dblatex is not found.
When dblatex is not installed, only the docbook .xml files are
created by a `make doc' but not the .pdf files. We need to filter
those .xml files out of the list of collated files, otherwise
lilypond-book thinks that they are musicxml files and fails to
process them through musicxml2ly.
Till Paala [Mon, 13 Feb 2012 19:21:27 +0000 (21:21 +0200)]
Doc-d: generate corrected png files from svg
Benkő Pál [Mon, 13 Feb 2012 17:49:17 +0000 (18:49 +0100)]
Issue 2300: do not tinker with the position of a pitched rest
Julien Rioux [Mon, 13 Feb 2012 14:12:01 +0000 (09:12 -0500)]
Doc-fr: Undefined reference in fr/notation.
Julien Rioux [Sun, 22 Jan 2012 15:36:31 +0000 (10:36 -0500)]
Build: Generate info and pdf output from -book regtests.
Allow to catch any problems in either toolchains:
lilypond-book -> makeinfo
lilypond-book -> texi2pdf
Julien Rioux [Sun, 22 Jan 2012 00:56:25 +0000 (19:56 -0500)]
Build: Run regression tests for lilypond-book (issue 2223).
Re-enable running the regtests in input/regression/lilypond-book.
Fix various typos, clarify what each input file tests for and
how the output should look, and fix the following problems
in input files in input/regression/lilypond-book:
collated-files.tely:
Was linking to the input files rather than the output files
generated by lilypond-book. The input files were thus not
tested individually as it should but as included files.
Fixed in the local GNUmakefile by an explicit rule for
collated-files.list which tracks the output files.
suffix-texi:
Failed, was not being preprocessed by lilypond-book but simply
copied to the output folder. Fixed in the local GNUmakefile by
adding a specific make rule for it.
tex-twocolumn:
Failed, image had full-page width.
Fixed in the input file by moving \twocolumn to the preamble.
Column width detection in the body of the tex document is not
yet implemented.
texinfo-language-detection:
Suspicious, had a weird @lydoctitle popping up.
Fixed in the input file by defining the @lydoctitle macro.
David Kastrup [Mon, 6 Feb 2012 18:20:02 +0000 (19:20 +0100)]
Issue 630 et al. Change confusion between property overrides and sets.
David Kastrup [Sun, 12 Feb 2012 20:26:48 +0000 (21:26 +0100)]
Fix obvious typo in part combiner in active<?
Reinhold Kainhofer [Fri, 6 Jan 2012 00:21:42 +0000 (01:21 +0100)]
hideNotes should also hide rests...
Jean-Charles Malahieude [Sun, 12 Feb 2012 19:41:16 +0000 (20:41 +0100)]
Doc-fr: updates to Notation manual
fretted strings
input
rhythms
simultaneous
spacing
staff
Jean-Charles Malahieude [Sun, 12 Feb 2012 19:05:13 +0000 (20:05 +0100)]
Web-fr: updates community
Jean-Charles Malahieude [Sun, 12 Feb 2012 19:03:55 +0000 (20:03 +0100)]
Doc-fr: updates Learning
fundamental
Phil Holmes [Sun, 12 Feb 2012 17:59:11 +0000 (17:59 +0000)]
Removes no directory and @var errors in make doc
Graham Percival [Sun, 12 Feb 2012 15:29:45 +0000 (15:29 +0000)]
CG: explain archive/XYZ git branches.
Graham Percival [Sun, 12 Feb 2012 15:09:41 +0000 (15:09 +0000)]
CG: add lilypad repository
Graham Percival [Sun, 12 Feb 2012 14:24:45 +0000 (14:24 +0000)]
CG: announce alternate GUB location
Francisco Vila [Sat, 11 Feb 2012 22:43:45 +0000 (23:43 +0100)]
Doc-es: remove inline snippet in translation.
Yoshiki Sawada [Sun, 12 Feb 2012 01:32:23 +0000 (10:32 +0900)]
Doc-ja: stops woodwind diagram info appearing...
Doc-ja: stops woodwind diagram info appearing on terminal.
Jean-Charles Malahieude [Sun, 12 Feb 2012 09:46:30 +0000 (10:46 +0100)]
[PATCH] Doc-fr: remove inline snippet in translation.
Phil Holmes [Mon, 6 Feb 2012 11:53:01 +0000 (11:53 +0000)]
Stops woodwind diagram info appearing on terminal