]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
8 years agoRelease: bump Welcome versions. release/2.19.39-1
Phil Holmes [Sun, 27 Mar 2016 14:43:58 +0000 (15:43 +0100)]
Release: bump Welcome versions.

8 years agoRelease: update news.
Phil Holmes [Sun, 27 Mar 2016 14:43:58 +0000 (15:43 +0100)]
Release: update news.

8 years agoPO: update template.
Phil Holmes [Sun, 27 Mar 2016 14:43:58 +0000 (15:43 +0100)]
PO: update template.

8 years agoRelease: bump VERSION_DEVEL.
Phil Holmes [Sun, 27 Mar 2016 14:43:58 +0000 (15:43 +0100)]
Release: bump VERSION_DEVEL.

8 years agoDoc-fr: sync with master
Jean-Charles Malahieude [Sat, 26 Mar 2016 16:15:41 +0000 (17:15 +0100)]
Doc-fr: sync with master

8 years agoMerge branch 'master' into translation
Jean-Charles Malahieude [Sat, 26 Mar 2016 16:13:33 +0000 (17:13 +0100)]
Merge branch 'master' into translation

8 years agoLSR import
Phil Holmes [Thu, 24 Mar 2016 11:27:26 +0000 (11:27 +0000)]
LSR import

8 years agoDelete unneeded new snippets
Phil Holmes [Thu, 24 Mar 2016 11:21:13 +0000 (11:21 +0000)]
Delete unneeded new snippets

8 years agoRun scripts/auxiliar/makelsr.py
David Kastrup [Tue, 22 Mar 2016 15:39:16 +0000 (16:39 +0100)]
Run scripts/auxiliar/makelsr.py

8 years agoDocumentation/snippets/new/staff-headword.ly: wrong version
David Kastrup [Tue, 22 Mar 2016 15:38:33 +0000 (16:38 +0100)]
Documentation/snippets/new/staff-headword.ly: wrong version

8 years agoDoc: CG - Re-organize information about 'Patches'
James Lowe [Tue, 8 Mar 2016 12:09:50 +0000 (12:09 +0000)]
Doc: CG - Re-organize information about 'Patches'

Issue 4794

The information about how to
create, manage, upload and
review patches (as well as
the 'Patch cycle') is in many
different places making it
awkward (and time consuming)
for devs - especially those not
used to the process - to
locate the information.

Some of the information for
'using git' to create patches
does overlap with informeation
on how to submit patches. This
results in a lot of unnecessary
'jumping' about the
documentation.

This patch simply moves
sections - no new information
has been added - although some
of the @node and @*section names
have been changed to help with
re-organization.

8 years agoDoc: NR A.2: Fix typos in chord modifiers table
Paul Morris [Thu, 17 Mar 2016 19:35:53 +0000 (15:35 -0400)]
Doc: NR A.2: Fix typos in chord modifiers table

8 years agoFix breakage in merge of 4798/4. Add regtest.
David Kastrup [Tue, 22 Mar 2016 12:50:01 +0000 (13:50 +0100)]
Fix breakage in merge of 4798/4.  Add regtest.

8 years agoIssue 4803: Amend convert-ly 2.17.6 rules for \tweak
David Kastrup [Tue, 15 Mar 2016 12:50:05 +0000 (13:50 +0100)]
Issue 4803: Amend convert-ly 2.17.6 rules for \tweak

Double application was problematic.  Since grob properties start with
lowercase letters or X or Y while grob names start with A-W, it can be
reliably avoided to do the incorrect double conversion

    \tweak #'style #'none ...
    -> \tweak style #'none ...
    -> \tweak style.none ...

8 years agoIssue 4801: Let Stockhausen example use current override syntax
David Kastrup [Sun, 13 Mar 2016 23:13:25 +0000 (00:13 +0100)]
Issue 4801: Let Stockhausen example use current override syntax

8 years agoIssue 4800: Require path separators in assignments/overrides
David Kastrup [Sun, 13 Mar 2016 22:08:29 +0000 (23:08 +0100)]
Issue 4800: Require path separators in assignments/overrides

Historical assignments/overrides like
Variable #'x #'y = 7
or
\override Glissando.bound-details #'left #'Y = #3
without dots between the various path components do not match the syntax of
\revert and music functions or other uses.  Disallow the non-separation
by '.' or ',' of such path components.

8 years agoRun scripts/auxiliar/makelsr.py
David Kastrup [Mon, 14 Mar 2016 20:46:12 +0000 (21:46 +0100)]
Run scripts/auxiliar/makelsr.py

8 years agoarranging-separate-lyrics-on-a-single-line snippet: 2.18 override syntax
David Kastrup [Mon, 14 Mar 2016 20:45:25 +0000 (21:45 +0100)]
arranging-separate-lyrics-on-a-single-line snippet: 2.18 override syntax

8 years agoDoc: Extending - 1.3.4 - clarify description for 'addAccent' function example
James Lowe [Sun, 13 Mar 2016 11:34:32 +0000 (11:34 +0000)]
Doc: Extending - 1.3.4 - clarify description for 'addAccent' function example

Issue 4796

Clarify description for
the 'addAccent' function
example in the Scheme
Tutorial.

8 years agoWeb-hu: Fix tiny mistake
Masamichi Hosoda [Sun, 20 Mar 2016 18:26:13 +0000 (03:26 +0900)]
Web-hu: Fix tiny mistake

8 years agoIssue 4799: Let musicxml2py generate current override/revert syntax
David Kastrup [Sun, 13 Mar 2016 22:41:37 +0000 (23:41 +0100)]
Issue 4799: Let musicxml2py generate current override/revert syntax

8 years agoIssue 4798/6: Admit lists starting with UNSIGNED as music function arguments
David Kastrup [Thu, 10 Mar 2016 17:23:48 +0000 (18:23 +0100)]
Issue 4798/6: Admit lists starting with UNSIGNED as music function arguments

8 years agoIssue 4798/5: Use key-list? for several music command predicates
David Kastrup [Sun, 13 Mar 2016 19:49:49 +0000 (20:49 +0100)]
Issue 4798/5: Use key-list? for several music command predicates

This is sort of arbitrary currently but matches the kind of syntax
accepted by \override/\revert due to their definition in the parser.

8 years agoIssue 4798/4: Parser work for key lists including numbers
David Kastrup [Wed, 3 Feb 2016 18:38:29 +0000 (19:38 +0100)]
Issue 4798/4: Parser work for key lists including numbers

This admits key lists containing non-negative numbers into various
syntactic constructs previously using symbol lists.

8 years agoIssue 4798/3: Define key?, key-list?, key-list-or-music?, key-list-or-symbol?
David Kastrup [Fri, 12 Feb 2016 17:02:10 +0000 (18:02 +0100)]
Issue 4798/3: Define key?, key-list?, key-list-or-music?, key-list-or-symbol?

A key (previously a symbol) can be either a non-negative
integer (obeying the predicate index?) or a symbol.  When used for
overrides/reverts, the first elements of a path may not actually be
numbers but they are flagged as an error by other means: since a full
override path can be the concatenation of several key lists, the leading
elements are not treated differently by the list predicates.

Strictly speaking this should not be the case for key-list-or-music? or
key-list-or-symbol? predicates, but making them behave differently seems
unwarranted.  Arguably key-list-or-symbol? should possibly be
key-list-or-key? instead.

8 years agoIssue 4798/2: Prepare override/revert to deal with numeric subkeys
David Kastrup [Mon, 7 Mar 2016 11:13:06 +0000 (12:13 +0100)]
Issue 4798/2: Prepare override/revert to deal with numeric subkeys

Those are fairly cosmetic changes (partly comments) to prepare for the
possibility of using override/revert with numeric subkeys while
retaining the necessity of using a symbol as the main property in a
Context.Grob.property.subproperties... n-tuple since the organization of
an "nalist" (an alist stack containing reversible subproperty overrides)
relies on a few special key values: currently pairs and booleans are
specially interpreted while the current implementation requires an
eq?-comparable first index for efficiency reasons.

8 years agoIssue 4798/1: Make alist routines use equal? key comparisons
David Kastrup [Fri, 4 Mar 2016 11:36:13 +0000 (12:36 +0100)]
Issue 4798/1: Make alist routines use equal? key comparisons

This affects evict_from_alist and nested_property_alist

8 years agoOptimize assoc_tail for various key types
David Kastrup [Mon, 7 Mar 2016 11:03:31 +0000 (12:03 +0100)]
Optimize assoc_tail for various key types

8 years agoAdd assv_tail function
David Kastrup [Thu, 3 Mar 2016 16:38:40 +0000 (17:38 +0100)]
Add assv_tail function

8 years agoIssue 4797: Let the parser interpret alist variables
David Kastrup [Mon, 7 Mar 2016 21:32:02 +0000 (22:32 +0100)]
Issue 4797: Let the parser interpret alist variables

After

x.y = { c d e f }

this allows using

\x.y

instead of #(assoc-ref x 'y) in most places where the latter would work.

8 years agoCreate nested_property function
David Kastrup [Mon, 7 Mar 2016 17:41:36 +0000 (18:41 +0100)]
Create nested_property function

8 years agoLet graphiz-init.ly use grob::name, delete grob-name
Thomas Morley [Sun, 13 Mar 2016 11:05:00 +0000 (12:05 +0100)]
Let graphiz-init.ly use grob::name, delete grob-name

8 years agoMinor.
Werner Lemberg [Thu, 17 Mar 2016 08:49:25 +0000 (09:49 +0100)]
Minor.

8 years agoTypo.
Werner Lemberg [Thu, 17 Mar 2016 08:47:24 +0000 (09:47 +0100)]
Typo.

8 years agoLSR import
Phil Holmes [Wed, 16 Mar 2016 12:46:31 +0000 (12:46 +0000)]
LSR import

8 years agoUse a negative value of overdone_noteheads to shrink the head slightly
Carl Sorensen [Sun, 6 Mar 2016 04:30:46 +0000 (21:30 -0700)]
Use a negative value of overdone_noteheads to shrink the head slightly

8 years agoRelease: bump VERSION.
Phil Holmes [Sun, 13 Mar 2016 21:56:08 +0000 (21:56 +0000)]
Release: bump VERSION.

8 years agoMerge remote branch 'origin/release/unstable' into HEAD
Phil Holmes [Sun, 13 Mar 2016 21:55:32 +0000 (21:55 +0000)]
Merge remote branch 'origin/release/unstable' into HEAD

8 years agoRelease: bump Welcome versions. release/2.19.38-1
Phil Holmes [Sun, 13 Mar 2016 12:30:45 +0000 (12:30 +0000)]
Release: bump Welcome versions.

8 years agoRelease: update news.
Phil Holmes [Sun, 13 Mar 2016 12:30:44 +0000 (12:30 +0000)]
Release: update news.

8 years agoPO: update template.
Phil Holmes [Sun, 13 Mar 2016 12:30:44 +0000 (12:30 +0000)]
PO: update template.

8 years agoRelease: bump VERSION_DEVEL.
Phil Holmes [Sun, 13 Mar 2016 12:30:44 +0000 (12:30 +0000)]
Release: bump VERSION_DEVEL.

8 years agoIssue 4790: Let ',' separate symbol lists like '.' does
David Kastrup [Tue, 8 Mar 2016 10:47:28 +0000 (11:47 +0100)]
Issue 4790: Let ',' separate symbol lists like '.' does

While the dotted list syntax is natural for hierarchical paths like for
\override and \revert, it is less natural in cases that may now be written as

    \keepWithTag violin,flute,oboe { c''' }

8 years agoIssue 4785: Let TextSpanner inherit any direction set in event
David Kastrup [Sun, 6 Mar 2016 09:45:16 +0000 (10:45 +0100)]
Issue 4785: Let TextSpanner inherit any direction set in event

Something like c_\startTextSpan should create a TextSpanner below the system.

8 years agoDoc-fr: fix bad refs
Jean-Charles Malahieude [Sat, 12 Mar 2016 11:05:40 +0000 (12:05 +0100)]
Doc-fr: fix bad refs

8 years agoDoc-fr: updates NR, AU and web
Jean-Charles Malahieude [Sat, 12 Mar 2016 11:01:40 +0000 (12:01 +0100)]
Doc-fr: updates NR, AU and web

8 years agoMerge branch 'master' into translation
Jean-Charles Malahieude [Sat, 12 Mar 2016 10:46:16 +0000 (11:46 +0100)]
Merge branch 'master' into translation

8 years agoCG -- add instructions to install ca-certificates
Carl Sorensen [Thu, 10 Mar 2016 00:25:10 +0000 (17:25 -0700)]
CG -- add instructions to install ca-certificates

Also change a spelling from Oxford to US

8 years agoDoc: CG - Updates for building the LP Docs using XeLaTex
James Lowe [Thu, 25 Feb 2016 06:59:07 +0000 (06:59 +0000)]
Doc: CG - Updates for building the LP Docs using XeLaTex

Issue 4780

Updates to the CG for building
the LP Docs using XeLaTex -
instead of the default pdfTex -
where certain symbols (asterix,
pilcrow, section obelix and
diesis signs) are not printed
in the PDF output.

An @warning{} has been added
with explanation on how to
install texlive-xetex.

Note: This does not mean XeTeX
is a mandatory requirement,
unlike the main TexLive packages
already documented.

This patch also includes
additional small typos
and grammar fixes.

8 years agoSome code cleanup in lookup.cc
David Kastrup [Wed, 2 Mar 2016 21:15:34 +0000 (22:15 +0100)]
Some code cleanup in lookup.cc

Nothing comprehesive or systematic.

8 years agoRemove Smob::type_p_name_ default
David Kastrup [Wed, 2 Mar 2016 23:32:33 +0000 (00:32 +0100)]
Remove Smob::type_p_name_ default

This was the single most problematic thing across C++ compilers and standards.
Foregoing it means a hassle, but using it turned out to be worse.

8 years agoIssue 4786: fee.fi = 0 was interpreted as as fee = 0 for undefined fee
David Kastrup [Sun, 6 Mar 2016 19:45:02 +0000 (20:45 +0100)]
Issue 4786: fee.fi = 0 was interpreted as as fee = 0 for undefined fee

If fee had been defined previously, the behavior became more sensible,
treating fee as an alist with a value of 0 for key fi.  This is now
always the case.

8 years ago4788: Fix broken link on GSoC page
Urs Liska [Mon, 7 Mar 2016 09:18:48 +0000 (10:18 +0100)]
4788: Fix broken link on GSoC page

8 years agoIssue 4782: Fix XeTeX checking in configure script
Masamichi Hosoda [Mon, 29 Feb 2016 12:22:03 +0000 (21:22 +0900)]
Issue 4782: Fix XeTeX checking in configure script

Due to the design of TeX Live packaging,
even if XeTeX executable binary exists,
its required files may not exist.

They are in same package with XeLaTeX executable file.
This commit adds the condition of XeLaTeX checking for using XeTeX.

8 years ago(Optionally) embed ly source files inside generated PDF
Valentin Villenave [Mon, 7 Mar 2016 09:06:52 +0000 (10:06 +0100)]
(Optionally) embed ly source files inside generated PDF

By using the new -dembed-source-code command line switch,
users may now include their LilyPond source code in the
generated PDF (using the pdfmark EMBED feature); although
the PDF is not modified in any visible way, embedded .ly
files should appear in viewers that support this feature
(other viewers should degrade gracefully).

This patch adds a new ly:source-files function (with
an optional parser arg) that allows to retrieve the list
of (non distribution-provided) ly files involved in
making the current score.

8 years agoDoc: NR - spacing.itely: Various improvements
James Lowe [Tue, 1 Mar 2016 21:04:30 +0000 (21:04 +0000)]
Doc: NR - spacing.itely: Various improvements

Issue 4777

A variety of nitpicks and
improvements reported by
Federico Bruni.

Some simple rewording of a
few paragraphs for clarity.

8 years agoDefine French as a separate input language
Valentin Villenave [Mon, 7 Mar 2016 08:56:21 +0000 (09:56 +0100)]
Define French as a separate input language

French users now have the ability to enter the D pitch
as "rĂ©" instead of Italian-like "re".  In addition, the
French input language accepts double sharps entered using
the -x suffix.

8 years agoDoc-es: update Notation/Text.
Francisco Vila [Sun, 6 Mar 2016 15:02:25 +0000 (16:02 +0100)]
Doc-es: update Notation/Text.

8 years agoDoc-es: update Notation/Editorial.
Francisco Vila [Sun, 6 Mar 2016 10:42:16 +0000 (11:42 +0100)]
Doc-es: update Notation/Editorial.

8 years agoDoc-es: update Notation/Staff.
Francisco Vila [Sun, 6 Mar 2016 09:53:45 +0000 (10:53 +0100)]
Doc-es: update Notation/Staff.

8 years agoDoc-es: update Notation/Simultaneous.
Francisco Vila [Sun, 6 Mar 2016 09:23:29 +0000 (10:23 +0100)]
Doc-es: update Notation/Simultaneous.

8 years agoDoc-es: update Notation/Repeats.
Francisco Vila [Sun, 6 Mar 2016 08:52:39 +0000 (09:52 +0100)]
Doc-es: update Notation/Repeats.

8 years agoDoc-es: update Notation/Expressive.
Francisco Vila [Sat, 5 Mar 2016 20:31:35 +0000 (21:31 +0100)]
Doc-es: update Notation/Expressive.

8 years agoDoc: updates translation status
Jean-Charles Malahieude [Sat, 5 Mar 2016 16:12:26 +0000 (17:12 +0100)]
Doc: updates translation status

8 years agoDoc-fr: fix committishes
Jean-Charles Malahieude [Sat, 5 Mar 2016 16:10:02 +0000 (17:10 +0100)]
Doc-fr: fix committishes

8 years agoWeb-fr: updates community
Jean-Charles Malahieude [Sat, 5 Mar 2016 16:07:15 +0000 (17:07 +0100)]
Web-fr: updates community

8 years agoDoc-fr: updates NR and AU
Jean-Charles Malahieude [Sat, 5 Mar 2016 16:05:40 +0000 (17:05 +0100)]
Doc-fr: updates NR and AU

8 years agoMerge branch 'master' into translation
Jean-Charles Malahieude [Sat, 5 Mar 2016 16:23:44 +0000 (17:23 +0100)]
Merge branch 'master' into translation

8 years agoMusicxml: Fix musicxml.py for Reg Test 42a
Tobias Kretschmar [Sun, 28 Feb 2016 09:31:21 +0000 (09:31 +0000)]
Musicxml: Fix musicxml.py for Reg Test 42a

MusicXML regression test
42a-MultiVoice-TwoVoicesOnStaff-Lyrics.xml
is missing the first note in
voice 2.

Subsequently the lyrics
of voice 2 is moved one note
to the right.

8 years agoIssue 4779: Accept isolated durations as music function arguments
David Kastrup [Thu, 25 Feb 2016 18:36:20 +0000 (19:36 +0100)]
Issue 4779: Accept isolated durations as music function arguments

8 years agoUse new arguments of make_duration
David Kastrup [Thu, 25 Feb 2016 15:40:14 +0000 (16:40 +0100)]
Use new arguments of make_duration

8 years agoLet make_duration accept preexisting durations and factor
David Kastrup [Thu, 25 Feb 2016 15:14:56 +0000 (16:14 +0100)]
Let make_duration accept preexisting durations and factor

8 years agoLet make_music_from_simple accept numbers/durations
David Kastrup [Wed, 17 Feb 2016 13:43:52 +0000 (14:43 +0100)]
Let make_music_from_simple accept numbers/durations

8 years agoparser.yy: factor out "multipliers" from "multiplied_duration"
David Kastrup [Thu, 25 Feb 2016 13:04:00 +0000 (14:04 +0100)]
parser.yy: factor out "multipliers" from "multiplied_duration"

8 years agoparser.yy: Remove redundant duration_length
David Kastrup [Wed, 17 Feb 2016 18:15:04 +0000 (19:15 +0100)]
parser.yy: Remove redundant duration_length

8 years agoIssue 4770: Avoid unnecessary use of scm_list_n/scm_apply_0
David Kastrup [Fri, 12 Feb 2016 13:06:25 +0000 (14:06 +0100)]
Issue 4770: Avoid unnecessary use of scm_list_n/scm_apply_0

8 years agoIssue 4718/4: Fold transpose_mutable into Prob::transpose
David Kastrup [Sat, 27 Feb 2016 11:35:04 +0000 (12:35 +0100)]
Issue 4718/4: Fold transpose_mutable into Prob::transpose

It's not really needed elsewhere anymore.

8 years agoIssue 4718/3: Let Quote_iterator::process use Prob::transpose
David Kastrup [Sat, 27 Feb 2016 11:00:59 +0000 (12:00 +0100)]
Issue 4718/3: Let Quote_iterator::process use Prob::transpose

8 years agoIssue 4718/2: Let transpose_music_list act defensively for non-Prob members
David Kastrup [Sat, 27 Feb 2016 10:53:49 +0000 (11:53 +0100)]
Issue 4718/2: Let transpose_music_list act defensively for non-Prob members

8 years agoIssue 4718/1: In-chord tie in cue causes segfault
David Kastrup [Sat, 27 Feb 2016 10:41:08 +0000 (11:41 +0100)]
Issue 4718/1: In-chord tie in cue causes segfault

This extends transposition functionality from Music expressions to
Prob in general since Stream_event also needs transposition in the
context of quoted music.  While at top level, Stream_event is
processed using the container-agnostic transpose_mutable, this does
not extend to the actual contents, and at least a Stream_event's
articulation list does not consist of Music expressions but again of
Stream_event elements.

8 years agoRelease: bump VERSION.
Phil Holmes [Sun, 28 Feb 2016 23:18:35 +0000 (23:18 +0000)]
Release: bump VERSION.

8 years agoRelease: bump Welcome versions. release/2.19.37-1 release/2.19.37-2
Phil Holmes [Sun, 28 Feb 2016 13:16:42 +0000 (13:16 +0000)]
Release: bump Welcome versions.

8 years agoRelease: update news.
Phil Holmes [Sun, 28 Feb 2016 13:16:42 +0000 (13:16 +0000)]
Release: update news.

8 years agoPO: update template.
Phil Holmes [Sun, 28 Feb 2016 13:16:42 +0000 (13:16 +0000)]
PO: update template.

8 years agoRelease: bump VERSION_DEVEL.
Phil Holmes [Sun, 28 Feb 2016 13:16:42 +0000 (13:16 +0000)]
Release: bump VERSION_DEVEL.

8 years agoIssue 4776/2 Doc: Usage 1.2: update svg default font info
Paul Morris [Sat, 20 Feb 2016 17:21:30 +0000 (12:21 -0500)]
Issue 4776/2 Doc: Usage 1.2: update svg default font info

Default svg font-family values are now
'serif' 'sans-serif' and 'monospace'

8 years agoIssue 4776/1 font.scm: better svg defaults for font-family
Paul Morris [Sat, 20 Feb 2016 16:24:04 +0000 (11:24 -0500)]
Issue 4776/1 font.scm: better svg defaults for font-family

if the user has not set the font, use a
meaningful svg default ('serif' 'sans-serif'
or 'monospace') for the font-family property

8 years agoDoc: NR - changing-defaults.itely - various improvements
James Lowe [Fri, 19 Feb 2016 11:54:25 +0000 (11:54 +0000)]
Doc: NR - changing-defaults.itely - various improvements

Issue 4761

A variety of nitpicks and
improvements reported by
Federico Bruni

Some spelling corrections
and typos fixed.

The section on \set vs.
\override has been
edited in an attmpt to
simplify the explanation
for the reader.

Fixed a couple of TODOs.

Added a @c that references
an open issue to improve
the example for pure/unpure
containers as the example no
longer illustrates what it
used to as of LP 2.17.x +

8 years agoIssue 4737: Add XeTeX for document building
Masamichi Hosoda [Sat, 9 Jan 2016 18:12:41 +0000 (03:12 +0900)]
Issue 4737: Add XeTeX for document building

Prefer XeTeX than pdfTeX.

8 years agoWeb: CSS: improve heading styles
Paul Morris [Thu, 11 Feb 2016 17:49:28 +0000 (12:49 -0500)]
Web: CSS: improve heading styles

- Remove dashed bottom borders
- Adjust sizes and spacing
- Restore previous dark blue heading color
  from 2.18 web manuals

8 years agoDoc: CG Updated section 1.3 - experienced devs
James Lowe [Tue, 16 Feb 2016 20:37:19 +0000 (20:37 +0000)]
Doc: CG Updated section 1.3 - experienced devs

Issue 4773

Updated the section:

1.3 Summary for experienced developers.

Added UREFs for Issue Tracker and
Rietveld. Updated the information
about the patch review process.

8 years agoDoc: NR and Usage - improved links for SVG
James Lowe [Wed, 17 Feb 2016 11:03:54 +0000 (11:03 +0000)]
Doc: NR and Usage - improved links for SVG

Issue 4774

Added a few extra words
and an @ref so that users
do not miss some 'extra'
considerations when SVG
is the intended output
file type.

8 years agoDoc: NR renamed 'New spacing area' node
James Lowe [Wed, 17 Feb 2016 18:11:39 +0000 (18:11 +0000)]
Doc: NR renamed 'New spacing area' node

Issue 4775

Was: 'New Spacing area'
Now: 'New spacing section'

Adjusted the translated docs
that contained the XREF.

Minor gramatical adjustments
to the intro paragraph and
main text of the section.

8 years agoDoc-es: update Notation appendices in NR.
Francisco Vila [Wed, 24 Feb 2016 00:14:51 +0000 (01:14 +0100)]
Doc-es: update Notation appendices in NR.

8 years agoWeb-es: update News.
Francisco Vila [Tue, 23 Feb 2016 19:04:06 +0000 (20:04 +0100)]
Web-es: update News.

8 years agoDoc-es: update master file of Notation manual.
Francisco Vila [Tue, 23 Feb 2016 19:02:27 +0000 (20:02 +0100)]
Doc-es: update master file of Notation manual.

8 years agoDoc-es: update master file of Usage manual.
Francisco Vila [Tue, 23 Feb 2016 18:54:01 +0000 (19:54 +0100)]
Doc-es: update master file of Usage manual.

8 years agoDoc-es: update Notation/Rhythms.
Francisco Vila [Tue, 23 Feb 2016 18:47:22 +0000 (19:47 +0100)]
Doc-es: update Notation/Rhythms.

8 years agoDoc-es: update Notation/Pitches.
Francisco Vila [Tue, 23 Feb 2016 13:30:14 +0000 (14:30 +0100)]
Doc-es: update Notation/Pitches.

8 years agoDoc: Double The the to single the.
Francisco Vila [Tue, 23 Feb 2016 13:16:56 +0000 (14:16 +0100)]
Doc: Double The the to single the.