James Lowe [Sat, 31 Dec 2011 23:26:17 +0000 (23:26 +0000)]
Doc: NR added @knownissue for beam properties
Used Carl S's wording from comment #3 of Tracker 1566
Also collated to separate @warnings together as they looked odd in the doc
as two separate 'note' boxes one after the other.
James Lowe [Fri, 6 Jan 2012 19:51:29 +0000 (19:51 +0000)]
Doc: NR Section on Upbeats made clearer
Tracker issue 2189
Created simpler and clearer @lilypond examples.
Used a less complex, more obvious value for \set Timing.measure position
examples and added a specific example after the @knownissue to show
\partial and \set Timing.. being used together (at the beginning and
after the beginning) to help reinforce the point.
Minor cindex changes and linebreak edits as per the CG
James Lowe [Sun, 29 Jan 2012 10:15:55 +0000 (10:15 +0000)]
Doc: NR @knownissues for margins w/paper-size
Tracker issue 2255
Explain that using explicit paper-sizes will override any user-defined
margin settings
NR 4.1.3/5
Carl [Fri, 27 Jan 2012 04:49:37 +0000 (21:49 -0700)]
Allow open strings in chords regardless of finger positions
Add regression test for 2256
David Kastrup [Sun, 29 Jan 2012 01:43:02 +0000 (02:43 +0100)]
Don't warn for fingerings outside of [1..5]
Since those are used for _fret_ numbering (and also interpreted in this
manner by the tablature engraver), I can't believe that this has not been
fixed long ago.
David Kastrup [Fri, 27 Jan 2012 18:18:03 +0000 (19:18 +0100)]
Further EventChord stripping fixes
David Kastrup [Fri, 27 Jan 2012 16:58:45 +0000 (17:58 +0100)]
Another fix for issue 2247: strip music-wrapper-music right in the parser.
James Lowe [Sat, 28 Jan 2012 13:29:18 +0000 (13:29 +0000)]
Doc: Updated Authors.itexi
Added
@coreCurent
Sven Axelsson
Justin Ohmie
Adam Spiers
@docCurrent
Pavel Roskin
Alberto Simoes
Stefan Weil
Julien Rioux [Sat, 21 Jan 2012 22:03:56 +0000 (17:03 -0500)]
convert-ly: Better formatted error messages (issue 803).
Pavel Roskin [Thu, 26 Jan 2012 21:22:32 +0000 (21:22 +0000)]
Doc: Glossary - explain difference between ritardando and rallentando
Pavel Roskin [Thu, 26 Jan 2012 21:17:13 +0000 (21:17 +0000)]
Changes.tely: Mention Flag changes, remove duplicate "does"
Stefan Weil [Thu, 19 Jan 2012 21:23:33 +0000 (22:23 +0100)]
Spelling fixes in comments and documentation
achive -> achieve
defintion -> definition
doesnt ->doesn't
pathes -> paths
proces -> process
seperate ->separate
Signed-off-by: Stefan Weil <sw@weilnetz.de>
David Kastrup [Sun, 22 Jan 2012 14:08:37 +0000 (15:08 +0100)]
parser.yy: avoid creating empty articulations
David Kastrup [Wed, 25 Jan 2012 21:00:52 +0000 (22:00 +0100)]
Don't wrap EventChord around rhythmic events & documentation fixes
David Kastrup [Sun, 22 Jan 2012 17:39:59 +0000 (18:39 +0100)]
parser.yy: strip music-wrapper-music inside of EventChord
This makes things like
<fis \transpose c g fis>
work.
David Kastrup [Mon, 23 Jan 2012 20:23:29 +0000 (21:23 +0100)]
Documentation fixes in the wake of making EventChord optional
David Kastrup [Sat, 21 Jan 2012 13:24:01 +0000 (14:24 +0100)]
Let \relative run through articulations for the sake of pitched trills
David Kastrup [Thu, 1 Dec 2011 17:32:15 +0000 (18:32 +0100)]
Don't wrap EventChord around rhythmic events outside of music lists.
David Kastrup [Wed, 25 Jan 2012 14:28:39 +0000 (15:28 +0100)]
Implements rhythmic-music-iterator, and fixes
David Kastrup [Thu, 19 Jan 2012 17:58:38 +0000 (18:58 +0100)]
Fixes to Rhythmic-music-iterator
Mike Solomon [Wed, 18 Jan 2012 19:12:13 +0000 (20:12 +0100)]
Implements rhythmic-music-iterator
Julien Rioux [Tue, 24 Jan 2012 22:55:42 +0000 (17:55 -0500)]
Build: Version dependency for python preamble (issue 1726).
Carl Sorensen [Tue, 24 Jan 2012 18:48:16 +0000 (11:48 -0700)]
Update snippet versions because of new release
Carl Sorensen [Wed, 18 Jan 2012 20:15:20 +0000 (13:15 -0700)]
Add option for strictBeatBeaming
This reverts to the default behavior from 2.14 that places a higher
priority on avoiding beamlets than on beaming to the beat.
At the user's option, beaming can be strictly to the beat.
David Kastrup [Fri, 20 Jan 2012 20:38:09 +0000 (21:38 +0100)]
Define a post-event music type and let post-event? and ly:event? use it.
Graham Percival [Tue, 24 Jan 2012 13:54:58 +0000 (13:54 +0000)]
Merge branch 'release/unstable' into HEAD
Graham Percival [Tue, 24 Jan 2012 13:54:09 +0000 (13:54 +0000)]
Release: bump version.
Graham Percival [Tue, 24 Jan 2012 12:05:57 +0000 (12:05 +0000)]
Release: update news.
David Kastrup [Mon, 23 Jan 2012 19:31:02 +0000 (20:31 +0100)]
Rewrite snippet creating-a-sequence-of-notes-on-various-pitches.ly
Mike Solomon [Tue, 24 Jan 2012 05:17:21 +0000 (06:17 +0100)]
Adds an ID property to grobs.
This property is intended to group visual elements of a grob in a given
backend into a container that has `id' as its id. Currently, it is only
implemented for svg, where grobs are wrapped in a <g> tag with its `id'
attribute set to `id.'
Julien Rioux [Thu, 19 Jan 2012 00:03:59 +0000 (19:03 -0500)]
lilypond-book: Fix links in texinfo output (issue 2224).
Now that we have ext defined, it's important not to overwrite it
to the empty string. Since there should be no extension in the
output for makeinfo, the more logical solution is to modify the
template for makeinfo.
Julien Rioux [Sun, 22 Jan 2012 15:19:21 +0000 (10:19 -0500)]
lilypond-book: Fix a couple of regression tests (issue 2223).
suffix-lyxml:
Failed, image '05/lily-
f58ad554.pdf' not found.
Fixed in lilypond-book by linking pdf files to the output folder.
texinfo-language-detection:
Suspicious, had the doctitle and texititle popping up between the
snippet's filename and the image of music. Fixed in lilypond-book
by reordering the output.
Julien Rioux [Wed, 18 Jan 2012 02:08:07 +0000 (21:08 -0500)]
lilypond-book: Group line-width settings together (issue 2222).
The line-width is adjusted to add some padding. However we can only
do so if the line-width was defined. So the code for adjusting the
line-width is tied to the definition of line-width.
Julien Rioux [Wed, 18 Jan 2012 02:21:50 +0000 (21:21 -0500)]
lilypond-book: Specify filename and ext for all snippets.
Filename is used to link to the source file, ext is used to link
to the generated file base.ext (usually a lily-????.ly, although
for musicxml input files we copy the original to lily-????.xml).
For inline snippets use an empty filename and '.ly' as ext.
Julien Rioux [Sun, 22 Jan 2012 15:17:03 +0000 (10:17 -0500)]
lilypond-book: Fix printfilename option in latex output.
Add a linebreak so that the latex output corresponds with
texinfo output. Also, protect against backslashes in path
on windows.
Jean-Charles Malahieude [Mon, 23 Jan 2012 19:00:00 +0000 (20:00 +0100)]
Doc: typos in fretted-strings
Francisco Vila [Mon, 23 Jan 2012 16:53:22 +0000 (17:53 +0100)]
Merge branch 'lilypond/translation' into staging
Mike Solomon [Mon, 23 Jan 2012 16:16:30 +0000 (17:16 +0100)]
TupletBrackets do not avoid Scripts when outside-staff-priority is set.
Julien Rioux [Wed, 18 Jan 2012 22:19:02 +0000 (17:19 -0500)]
Build: Fix typo in make/lilypond-book-vars.make.
Julien Rioux [Fri, 20 Jan 2012 13:39:35 +0000 (08:39 -0500)]
Build: Fix for cp: cannot stat `web.texi': No such file or directory.
We have seen an intermittent bug in `make doc' where `web.texi' was
not found when it came time to copy it. This would happen in the cs/
directory first, then running `make doc' again would complete the cs/
translations but die on the de/ or es/ ones. Repeating `make doc'
enough times would complete the doc build.
I had this happen again and after the 3rd `make doc' decided to try
this patch. The next `make doc' completed all of the translations.
Julien Rioux [Thu, 19 Jan 2012 14:54:05 +0000 (09:54 -0500)]
Build: Add www online-root target.
Julien Rioux [Thu, 19 Jan 2012 14:52:13 +0000 (09:52 -0500)]
Build: Check if link exists, not if linked file exists.
Julien Rioux [Thu, 19 Jan 2012 14:49:52 +0000 (09:49 -0500)]
Build: Use bash to properly handle {foo,bar} in wildcards.
Otherwise wildcards are not properly expanded and www offline-root
is never rebuilt.
Julien Rioux [Sat, 21 Jan 2012 23:26:30 +0000 (18:26 -0500)]
convert-ly: Handle malformed \version string (issue 2044).
Julien Rioux [Sat, 21 Jan 2012 22:06:32 +0000 (17:06 -0500)]
Doc-de: Typos in de/learning (issue 2056).
Julien Rioux [Sat, 21 Jan 2012 22:54:00 +0000 (17:54 -0500)]
Doc-fr: Undefined reference in fr/usage.
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).
Jean-Charles Malahieude [Sat, 21 Jan 2012 19:13:31 +0000 (20:13 +0100)]
Doc-fr: updates to Usage
external
lp-book
running
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.
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>
Julien Rioux [Fri, 20 Jan 2012 16:34:49 +0000 (11:34 -0500)]
Doc-nl: Undefined translationof in nl/learning.
Julien Rioux [Thu, 19 Jan 2012 15:00:02 +0000 (10:00 -0500)]
Doc-ja: Undefined translationof in ja/learning, etc.
ja/learning
ja/notation
ja/usage
ja/web.
Julien Rioux [Fri, 20 Jan 2012 16:31:32 +0000 (11:31 -0500)]
Doc-it: Undefined translationof in it/learning.
Apparently we cannot have duplicate section names.
Julien Rioux [Thu, 19 Jan 2012 14:59:19 +0000 (09:59 -0500)]
Doc-hu: Undefined translationof in hu/learning and hu/web.
Julien Rioux [Thu, 19 Jan 2012 14:58:47 +0000 (09:58 -0500)]
Doc-fr: Undefined translationof in fr/essay, etc.
fr/essay
fr/extending
fr/learning
fr/notation
fr/usage
fr/web
Julien Rioux [Thu, 19 Jan 2012 14:57:53 +0000 (09:57 -0500)]
Doc-es: Undefined translationof in es/essay, etc.
es/essay
es/extending
es/learning
es/notation
es/usage
es/web
Julien Rioux [Thu, 19 Jan 2012 14:56:55 +0000 (09:56 -0500)]
Doc-de: Undefined translationof in de/essay, etc.
de/essay
de/extending
de/learning
de/notation
de/usage
de/web
Julien Rioux [Thu, 19 Jan 2012 14:56:13 +0000 (09:56 -0500)]
Doc-cs: Undefined translationof in cs/essay, etc.
cs/essay
cs/learning
cs/usage
cs/web
Jean-Charles Malahieude [Sat, 21 Jan 2012 12:30:07 +0000 (13:30 +0100)]
Doc: typos in running.itely
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.
Keith OHara [Sat, 21 Jan 2012 05:31:15 +0000 (21:31 -0800)]
Ensure clearance between Dots and Flags; issue 1230
Keith OHara [Sun, 8 Jan 2012 03:26:35 +0000 (19:26 -0800)]
move dot_column_engraver to Voice
Keith OHara [Sat, 21 Jan 2012 02:48:39 +0000 (18:48 -0800)]
dot-column.cc: remove mistaken conversion; issue 1091
Keith OHara [Sun, 8 Jan 2012 03:26:35 +0000 (19:26 -0800)]
dot-column.cc: avoid Flags, now distinct from Stems
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
Francisco Vila [Fri, 20 Jan 2012 16:36:15 +0000 (17:36 +0100)]
Typo fix by Stefan Weil.
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.
Jean-Charles Malahieude [Thu, 19 Jan 2012 18:37:59 +0000 (19:37 +0100)]
Doc-fr: NR updates
input
repeats
rhythms
alternative-bar-nb
Jean-Charles Malahieude [Thu, 19 Jan 2012 18:31:43 +0000 (19:31 +0100)]
Doc: local makelrs
Jean-Charles Malahieude [Thu, 19 Jan 2012 18:24:00 +0000 (19:24 +0100)]
Web-fr: searchbox
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.
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.
Mike Solomon [Wed, 18 Jan 2012 07:22:31 +0000 (08:22 +0100)]
Prevents DotColumns from triggering VerticalAlignment
David Kastrup [Wed, 18 Jan 2012 11:48:51 +0000 (12:48 +0100)]
Merge branch 'lilypond/translation' into staging
Francisco Vila [Wed, 18 Jan 2012 11:35:46 +0000 (12:35 +0100)]
Doc-ja: fix syntax that broke doc build.
Francisco Vila [Mon, 16 Jan 2012 23:27:57 +0000 (00:27 +0100)]
Merge branch 'master' into lilypond/translation
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.
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.
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.
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.
Julien Rioux [Sat, 14 Jan 2012 20:43:27 +0000 (15:43 -0500)]
Regtest script: Escape output for html.
Julien Rioux [Sat, 14 Jan 2012 20:56:40 +0000 (15:56 -0500)]
Regtest script: Remove unused arguments.
Julien Rioux [Sun, 15 Jan 2012 02:48:05 +0000 (21:48 -0500)]
Doc: Undefined references in notation.
Francisco Vila [Mon, 16 Jan 2012 18:32:42 +0000 (19:32 +0100)]
Doc-es: some style improvements.
Graham Percival [Mon, 16 Jan 2012 10:37:01 +0000 (10:37 +0000)]
Release: bump version.
Graham Percival [Mon, 16 Jan 2012 09:04:40 +0000 (09:04 +0000)]
Release: update news.
Graham Percival [Mon, 16 Jan 2012 07:57:58 +0000 (07:57 +0000)]
Release: bump version.
Graham Percival [Mon, 16 Jan 2012 07:38:33 +0000 (07:38 +0000)]
Merge branch 'release/unstable' into staging
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.
Julien Rioux [Mon, 19 Dec 2011 15:31:44 +0000 (10:31 -0500)]
Build: Dependency fix for the linking into out/share/lilypond/current.
Julien Rioux [Mon, 19 Dec 2011 15:29:39 +0000 (10:29 -0500)]
Build: Give priority to helper scripts necessary for the build process.
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.
Graham Percival [Sun, 15 Jan 2012 21:23:56 +0000 (21:23 +0000)]
Merge remote branch 'origin' into release/unstable
Jean-Charles Malahieude [Sun, 15 Jan 2012 19:29:50 +0000 (20:29 +0100)]
Doc-fr: LM fix Xref
common-notation
Jean-Charles Malahieude [Sun, 15 Jan 2012 18:32:14 +0000 (19:32 +0100)]
Doc-FR: NR-1.6 Staff notation
full update
Julien Rioux [Sun, 15 Jan 2012 18:17:02 +0000 (13:17 -0500)]
Doc-fr: Undefined node in fr/notation.
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
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.
Julien Rioux [Sun, 15 Jan 2012 17:35:43 +0000 (12:35 -0500)]
lilypond-book: Typo in output.
Julien Rioux [Sun, 15 Jan 2012 17:39:49 +0000 (12:39 -0500)]
lilypond-book: Typo in setting environment variable.