]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
12 years agoRelease: update news. release/2.15.27-1
Graham Percival [Tue, 24 Jan 2012 12:05:57 +0000 (12:05 +0000)]
Release: update news.

12 years agoAdds an ID property to grobs.
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.'

12 years agolilypond-book: Fix links in texinfo output (issue 2224).
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.

12 years agolilypond-book: Fix a couple of regression tests (issue 2223).
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.

12 years agolilypond-book: Group line-width settings together (issue 2222).
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.

12 years agolilypond-book: Specify filename and ext for all snippets.
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.

12 years agolilypond-book: Fix printfilename option in latex output.
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.

12 years agoDoc: typos in fretted-strings
Jean-Charles Malahieude [Mon, 23 Jan 2012 19:00:00 +0000 (20:00 +0100)]
Doc: typos in fretted-strings

12 years agoMerge branch 'lilypond/translation' into staging
Francisco Vila [Mon, 23 Jan 2012 16:53:22 +0000 (17:53 +0100)]
Merge branch 'lilypond/translation' into staging

12 years agoTupletBrackets do not avoid Scripts when outside-staff-priority is set.
Mike Solomon [Mon, 23 Jan 2012 16:16:30 +0000 (17:16 +0100)]
TupletBrackets do not avoid Scripts when outside-staff-priority is set.

12 years agoBuild: Fix typo in make/lilypond-book-vars.make.
Julien Rioux [Wed, 18 Jan 2012 22:19:02 +0000 (17:19 -0500)]
Build: Fix typo in make/lilypond-book-vars.make.

12 years agoBuild: Fix for cp: cannot stat `web.texi': No such file or directory.
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.

12 years agoBuild: Add www online-root target.
Julien Rioux [Thu, 19 Jan 2012 14:54:05 +0000 (09:54 -0500)]
Build: Add www online-root target.

12 years agoBuild: Check if link exists, not if linked file exists.
Julien Rioux [Thu, 19 Jan 2012 14:52:13 +0000 (09:52 -0500)]
Build: Check if link exists, not if linked file exists.

12 years agoBuild: Use bash to properly handle {foo,bar} in wildcards.
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.

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 agoDoc-de: Typos in de/learning (issue 2056).
Julien Rioux [Sat, 21 Jan 2012 22:06:32 +0000 (17:06 -0500)]
Doc-de: Typos in de/learning (issue 2056).

12 years agoDoc-fr: Undefined reference in fr/usage.
Julien Rioux [Sat, 21 Jan 2012 22:54:00 +0000 (17:54 -0500)]
Doc-fr: Undefined reference in fr/usage.

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 agoDoc-fr: updates to Usage
Jean-Charles Malahieude [Sat, 21 Jan 2012 19:13:31 +0000 (20:13 +0100)]
Doc-fr: updates to Usage
  external
  lp-book
  running

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-nl: Undefined translationof in nl/learning.
Julien Rioux [Fri, 20 Jan 2012 16:34:49 +0000 (11:34 -0500)]
Doc-nl: Undefined translationof in nl/learning.

12 years agoDoc-ja: Undefined translationof in ja/learning, etc.
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.

12 years agoDoc-it: Undefined translationof in it/learning.
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.

12 years agoDoc-hu: Undefined translationof in hu/learning and hu/web.
Julien Rioux [Thu, 19 Jan 2012 14:59:19 +0000 (09:59 -0500)]
Doc-hu: Undefined translationof in hu/learning and hu/web.

12 years agoDoc-fr: Undefined translationof in fr/essay, etc.
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

12 years agoDoc-es: Undefined translationof in es/essay, etc.
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

12 years agoDoc-de: Undefined translationof in de/essay, etc.
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

12 years agoDoc-cs: Undefined translationof in cs/essay, etc.
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

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 agoDoc-fr: NR updates
Jean-Charles Malahieude [Thu, 19 Jan 2012 18:37:59 +0000 (19:37 +0100)]
Doc-fr: NR updates
  input
  repeats
  rhythms
  alternative-bar-nb

12 years agoDoc: local makelrs
Jean-Charles Malahieude [Thu, 19 Jan 2012 18:31:43 +0000 (19:31 +0100)]
Doc: local makelrs

12 years agoWeb-fr: searchbox
Jean-Charles Malahieude [Thu, 19 Jan 2012 18:24:00 +0000 (19:24 +0100)]
Web-fr: searchbox

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.