]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
11 years agoIssue 3034: Use \finger in a few documentation places
David Kastrup [Sun, 10 Feb 2013 15:43:07 +0000 (16:43 +0100)]
Issue 3034: Use \finger in a few documentation places

11 years agoSimplify definition of \thumb
David Kastrup [Sun, 10 Feb 2013 15:10:56 +0000 (16:10 +0100)]
Simplify definition of \thumb

11 years agoRemove definition of \finger from double fingering regtest
David Kastrup [Sun, 10 Feb 2013 15:08:26 +0000 (16:08 +0100)]
Remove definition of \finger from double fingering regtest

11 years agoAdd explicit \finger command for normal fingering events
David Kastrup [Sun, 10 Feb 2013 15:06:06 +0000 (16:06 +0100)]
Add explicit \finger command for normal fingering events

11 years agoLet \rightHandFinger accept arbitrary markup as text
David Kastrup [Sun, 10 Feb 2013 15:05:17 +0000 (16:05 +0100)]
Let \rightHandFinger accept arbitrary markup as text

11 years agoAdd number-or-markup? predicate
David Kastrup [Sun, 10 Feb 2013 14:59:14 +0000 (15:59 +0100)]
Add number-or-markup? predicate

11 years agoLet calc-{fingering,string-number,stroke-finger}::calc-text look at event 'text
David Kastrup [Thu, 13 Dec 2012 15:57:22 +0000 (16:57 +0100)]
Let calc-{fingering,string-number,stroke-finger}::calc-text look at event 'text

This slightly increases the number of property lookups, and the same
function can be achieved using a tweak.  However, it seems more
natural to attach any overriding text (in the case of non-standard
elements like thumbs or other) directly to the event in question.

11 years agoIssue 1863: Explicit fingering direction (^3) has no effect if Fingering.direction...
David Kastrup [Sun, 10 Feb 2013 10:21:24 +0000 (11:21 +0100)]
Issue 1863: Explicit fingering direction (^3) has no effect if Fingering.direction is set

11 years agoRegtest for fingering directions in directed/undirected contexts
David Kastrup [Sun, 10 Feb 2013 10:21:15 +0000 (11:21 +0100)]
Regtest for fingering directions in directed/undirected contexts

11 years agoFurther updates to correct links to manuals
Phil Holmes [Tue, 12 Feb 2013 16:26:33 +0000 (16:26 +0000)]
Further updates to correct links to manuals

11 years agoFix link in Ponding
David Kastrup [Tue, 12 Feb 2013 11:37:26 +0000 (12:37 +0100)]
Fix link in Ponding

11 years agoCorrects links to manuals in many languages
Phil Holmes [Mon, 11 Feb 2013 12:29:00 +0000 (12:29 +0000)]
Corrects links to manuals in many languages

11 years ago\note-by-number supports flag-styles
Thomas Morley [Thu, 31 Jan 2013 22:04:56 +0000 (23:04 +0100)]
\note-by-number supports flag-styles

Issue 3104

For mensural and neomensural the flag is changed due to the note-head-style.
Straight flags are possible using the new introduced flag-style-property

Including David's suggestions

11 years agoAdapt input/regression/quote-transposition.ly to new realities
David Kastrup [Tue, 5 Feb 2013 16:31:48 +0000 (17:31 +0100)]
Adapt input/regression/quote-transposition.ly to new realities

11 years agoIssue 754: don't transpose generic property-setting music commands
David Kastrup [Thu, 7 Feb 2013 09:18:39 +0000 (10:18 +0100)]
Issue 754: don't transpose generic property-setting music commands

The actual issue was that
\transpose c e { \transposition bes ... }

created a Midi corresponding to an instrument using a transposition of
ges, leaving the Midi unchanged.  Making the generic property-setting
commands (\set and \override) impervious to transposition will also
keep \transpose from tampering with user-set values.

This is particularly important since the pitch data type in LilyPond
is also being used for signifying intervals or pitch differences
rather than absolute pitches.

11 years agoIssue 3153: Let music inside of #{ ... #} originate from @code{location} if set
David Kastrup [Mon, 4 Feb 2013 15:38:12 +0000 (16:38 +0100)]
Issue 3153: Let music inside of #{ ... #} originate from @code{location} if set

In particular with regard to point-and-click, it has been a reoccuring
complaint that music originating from #{ ... #} has the #{ ... #}
environment as its origin.  This patch will make such music originate
from @code{location} if set to a valid input location.

It would seem somewhat peculiar that #{ ... #} just grabs whatever
meaning @code{location} happens to have at the current lexical level
and runs with it.  However, the same is already done for
@code{parser}, so it is not really out of line.

11 years agoAdd Czech translations
Phil Holmes [Sun, 10 Feb 2013 16:09:22 +0000 (16:09 +0000)]
Add Czech translations

And also remove 2.12 specific code

11 years agoRelease: bump version.
Phil Holmes [Fri, 8 Feb 2013 23:51:24 +0000 (23:51 +0000)]
Release: bump version.

11 years agoRelease: update news. release/2.17.12-1
Phil Holmes [Fri, 8 Feb 2013 17:05:57 +0000 (17:05 +0000)]
Release: update news.

11 years agoPO: update template.
Phil Holmes [Fri, 8 Feb 2013 17:05:51 +0000 (17:05 +0000)]
PO: update template.

11 years agoFix metronome mark offset in Learning
Phil Holmes [Thu, 7 Feb 2013 15:01:56 +0000 (15:01 +0000)]
Fix metronome mark offset in Learning

11 years agoPO: updates Esperanto
Jean-Charles Malahieude [Wed, 6 Feb 2013 18:39:34 +0000 (19:39 +0100)]
PO: updates Esperanto

11 years agoDual license the files under mf/ using OFL.
hanwen [Wed, 19 Dec 2012 20:21:54 +0000 (21:21 +0100)]
Dual license the files under mf/ using OFL.

11 years agoCorrects display of version
Phil Holmes [Mon, 4 Feb 2013 15:48:07 +0000 (15:48 +0000)]
Corrects display of version

Minor change - passes make, make test and make
doc - pushing directly to staging.

11 years agoAdd comma to date in news-front
Phil Holmes [Sun, 3 Feb 2013 14:43:44 +0000 (14:43 +0000)]
Add comma to date in news-front

This is to test the building of the website

11 years agoDOC: Move a few index commands in notation/changing-defaults into the right nodes
David Kastrup [Mon, 4 Feb 2013 09:25:08 +0000 (10:25 +0100)]
DOC: Move a few index commands in notation/changing-defaults into the right nodes

11 years agoDeleting comma in date
Phil Holmes [Sun, 3 Feb 2013 17:36:02 +0000 (17:36 +0000)]
Deleting comma in date

Continuing as a test of the website build

11 years agoAdd comma to date in news-front
Phil Holmes [Sun, 3 Feb 2013 14:43:44 +0000 (14:43 +0000)]
Add comma to date in news-front

This is to test the building of the website

11 years agoAdds Stefan Thomas ponding.
Mike Solomon [Sat, 2 Feb 2013 22:36:52 +0000 (23:36 +0100)]
Adds Stefan Thomas ponding.

11 years agooversight in repeats.itely
Thomas Morley [Thu, 31 Jan 2013 22:58:45 +0000 (23:58 +0100)]
oversight in repeats.itely

Old bar-line-glyphs corrected

11 years agoLSR updates
Phil Holmes [Sat, 2 Feb 2013 15:23:08 +0000 (15:23 +0000)]
LSR updates

11 years agoLocal updates to LSR
Phil Holmes [Sat, 2 Feb 2013 14:11:17 +0000 (14:11 +0000)]
Local updates to LSR

11 years agoIssue 3147: Make documentation reflect presence of \tuplet
David Kastrup [Mon, 28 Jan 2013 11:03:26 +0000 (12:03 +0100)]
Issue 3147: Make documentation reflect presence of \tuplet

This is a followup issue to the changes introduced by issue 3095.

11 years agoIssue 3140: Let find_create_context create Score context for Timing
David Kastrup [Sun, 27 Jan 2013 17:33:37 +0000 (18:33 +0100)]
Issue 3140: Let find_create_context create Score context for Timing

More exactly: if find_create_context finds that no score context
exists yet, but creating one would make it find an alias of it, it
does so.

This is in order to let \set Timing.xxx = yyy work even in the rare
case that the Score context with its hardwired Timing alias does not
yet exist.

11 years agoDon't initialize variables derived by Timing_translator
David Kastrup [Fri, 25 Jan 2013 15:40:06 +0000 (16:40 +0100)]
Don't initialize variables derived by Timing_translator

11 years agoMake Timing_translator do a more thorough job of initializing Timing
David Kastrup [Fri, 25 Jan 2013 14:52:26 +0000 (15:52 +0100)]
Make Timing_translator do a more thorough job of initializing Timing

11 years agoReplace base-fraction with base-length to simplify calculations
David Kastrup [Fri, 25 Jan 2013 13:41:03 +0000 (14:41 +0100)]
Replace base-fraction with base-length to simplify calculations

11 years agosmobs.hh: comment the smob system of LilyPond a bit more.
David Kastrup [Thu, 31 Jan 2013 17:08:30 +0000 (18:08 +0100)]
smobs.hh: comment the smob system of LilyPond a bit more.

11 years agoMerge branch 'tie-grace-fix' into staging
Adam Spiers [Tue, 29 Jan 2013 22:53:48 +0000 (22:53 +0000)]
Merge branch 'tie-grace-fix' into staging

11 years agos/configure.in/configure.ac/
Werner Lemberg [Sun, 27 Jan 2013 08:59:36 +0000 (09:59 +0100)]
s/configure.in/configure.ac/

Future autoconf versions will no longer support `configure.in'.

11 years agoIssue 3138: Remove complete aborts in the lexer
David Kastrup [Thu, 24 Jan 2013 12:07:10 +0000 (13:07 +0100)]
Issue 3138: Remove complete aborts in the lexer

A syntax error should not let the whole LilyPond run bomb out, but
rather just the current session (filename on the command line).

11 years agoTypo bwwtolilly -> bwwtolily
David Kastrup [Tue, 29 Jan 2013 14:01:05 +0000 (15:01 +0100)]
Typo bwwtolilly -> bwwtolily

11 years agoAdds side-position-interface to MeasureCounter grob
Mike Solomon [Mon, 28 Jan 2013 17:48:19 +0000 (18:48 +0100)]
Adds side-position-interface to MeasureCounter grob

11 years agoWeb: Easier Editing - added bwwtolily
James Lowe [Mon, 14 Jan 2013 20:39:39 +0000 (20:39 +0000)]
Web: Easier Editing - added bwwtolily

Issue 2956

Also checked all the existing links on the page and corrected them
where applicable.

11 years agoNotes on how GUB is build and works
Phil Holmes [Sun, 27 Jan 2013 16:44:22 +0000 (16:44 +0000)]
Notes on how GUB is build and works

11 years agofix handling of grace notes to shorten preceding tied notes correctly
Adam Spiers [Mon, 14 Jan 2013 00:21:45 +0000 (00:21 +0000)]
fix handling of grace notes to shorten preceding tied notes correctly

In Note_performer::process_music(), when a grace note was encountered,
the immediately preceding Audio_note (or Audio_notes if the grace note
followed a chord) was/were shortened, but it failed to check whether the
Audio_note is part of a tie.  Ensure that any note being shortened in
this way is the head of a tie, if it is part of a tie.

https://code.google.com/p/lilypond/issues/detail?id=3091

11 years agoextract new Audio_note::tie_head() method
Adam Spiers [Sun, 13 Jan 2013 17:12:16 +0000 (17:12 +0000)]
extract new Audio_note::tie_head() method

This makes it easy to retrieve the first note in a tie,
and will be used in the fix for issue #3091.

https://code.google.com/p/lilypond/issues/detail?id=3091

11 years agouse Audio_note::get_column() rather than directly accessing the member field
Adam Spiers [Sun, 13 Jan 2013 17:13:58 +0000 (17:13 +0000)]
use Audio_note::get_column() rather than directly accessing the member field

This adheres to the principle of encapsulation.

11 years agoadd Audio_note::to_string to aid debugging
Adam Spiers [Sun, 13 Jan 2013 17:10:58 +0000 (17:10 +0000)]
add Audio_note::to_string to aid debugging

11 years agoRelease: bump version.
Phil Holmes [Sun, 27 Jan 2013 11:51:36 +0000 (11:51 +0000)]
Release: bump version.

11 years agoMerge remote branch 'origin/release/unstable' into HEAD
Phil Holmes [Sun, 27 Jan 2013 11:50:29 +0000 (11:50 +0000)]
Merge remote branch 'origin/release/unstable' into HEAD

11 years agoDOC: Update CG 8.7 Patch Handling
Colin Campbell [Mon, 14 Jan 2013 03:25:46 +0000 (20:25 -0700)]
DOC: Update CG 8.7 Patch Handling

Record presend patch handling procedures

11 years agoFixes cs.po and to allow GUB to run release/2.17.11-1
Phil Holmes [Sat, 26 Jan 2013 17:18:15 +0000 (17:18 +0000)]
Fixes cs.po and to allow GUB to run

11 years agoFixes cs.po and to allow GUB to run
Phil Holmes [Sat, 26 Jan 2013 17:18:15 +0000 (17:18 +0000)]
Fixes cs.po and to allow GUB to run

11 years agoRelease: update news.
Phil Holmes [Sat, 26 Jan 2013 16:15:11 +0000 (16:15 +0000)]
Release: update news.

11 years agoPO: update template.
Phil Holmes [Sat, 26 Jan 2013 16:15:05 +0000 (16:15 +0000)]
PO: update template.

11 years agoCG: explicitly detail the correct values for git cl config
Adam Spiers [Sun, 13 Jan 2013 23:10:54 +0000 (23:10 +0000)]
CG: explicitly detail the correct values for git cl config

http://thread.gmane.org/gmane.comp.gnu.lilypond.devel/46915/focus=52447

11 years agoBrings accidentals closer to chords on average.
Mike Solomon [Sat, 26 Jan 2013 07:06:04 +0000 (08:06 +0100)]
Brings accidentals closer to chords on average.

Does this by giving placement priority to columns of multiple
accidentals.  See accidental-grouping.ly.

Also allows Accidental_placement to be controlled at the voice level
via the accidentalGrouping property instead of necessitating
a change of context for the Accidental_engraver.

11 years agoDeletes Box_quarantine.
Mike Solomon [Sat, 26 Jan 2013 07:02:15 +0000 (08:02 +0100)]
Deletes Box_quarantine.

Implements this functionality in fingering-column.cc, using Keith
O'Hara's algorithm, which handles corner cases better.

11 years agoDeletes the Hara_kiri_engraver.
Mike Solomon [Sat, 26 Jan 2013 06:58:46 +0000 (07:58 +0100)]
Deletes the Hara_kiri_engraver.

Places this functionality in the Axis_group_engraver, simplifying
the code and making it easier to maintain.

11 years agoMerge branch 'staging' of ssh://git.sv.gnu.org/srv/git/lilypond into staging
Mike Solomon [Sat, 26 Jan 2013 06:57:49 +0000 (07:57 +0100)]
Merge branch 'staging' of ssh://git.sv.gnu.org/srv/git/lilypond into staging

11 years agoRerun scripts/auxiliar/update-with-convert-ly.sh
David Kastrup [Fri, 25 Jan 2013 20:35:00 +0000 (21:35 +0100)]
Rerun scripts/auxiliar/update-with-convert-ly.sh

Simulates unrunning it first in order to get two convert-ly rule
changes obeyed.

11 years agoIssue 3124: use the rational form for ly:make-moment consistently
David Kastrup [Sun, 20 Jan 2013 18:54:35 +0000 (19:54 +0100)]
Issue 3124: use the rational form for ly:make-moment consistently

Also caters for scale factor in ly:make-duration

11 years agodisplay-lily-tests.ly: Add tupletSpanDuration-setting form of \tuplet
David Kastrup [Tue, 15 Jan 2013 11:50:09 +0000 (12:50 +0100)]
display-lily-tests.ly: Add tupletSpanDuration-setting form of \tuplet

11 years agoRun scripts/auxiliar/update-with-convert-ly.sh
David Kastrup [Thu, 24 Jan 2013 12:46:43 +0000 (13:46 +0100)]
Run scripts/auxiliar/update-with-convert-ly.sh

11 years agodefine-music-display-methods.scm: use \tuplet rather than \times for TimeScaledMusic
David Kastrup [Thu, 10 Jan 2013 16:00:48 +0000 (17:00 +0100)]
define-music-display-methods.scm: use \tuplet rather than \times for TimeScaledMusic

11 years agoconvertrules.py: substitute \times with \tuplet where appropriate
David Kastrup [Thu, 10 Jan 2013 15:20:41 +0000 (16:20 +0100)]
convertrules.py: substitute \times with \tuplet where appropriate

Also convert set/unset of tupletSpannerDuration to \tupletSpan

11 years agoIssue 3095: \tuplet and \tupletSpan to replace \times and tupletSpannerDuration
David Kastrup [Wed, 9 Jan 2013 23:32:41 +0000 (00:32 +0100)]
Issue 3095: \tuplet and \tupletSpan to replace \times and tupletSpannerDuration

\tuplet:
Scale the given @var{music} to tuplets.  @var{ratio} is a
fraction that specifies how many notes are played in place of the
nominal value: it will be @samp{3/2} for triplets, namely three notes
being played in place of two.  If the optional duration
@var{tuplet-span} is specified, it is used instead of
@code{tupletSpannerDuration} for grouping the tuplets.
For example,
@example
\tuplet 3/2 4 @{ c8 c c c c c @}
@end example
will result in two groups of three tuplets, each group lasting for a
quarter note.

tupletSpan:
Set @code{tupletSpannerDuration}, the length into which
@code{\tuplet} without an explicit @samp{tuplet-span} argument of its
own will group its tuplets, to the duration @var{tuplet-span}.  To
revert to the default of not subdividing the contents of a @code{\tuplet}
command without explicit @samp{tuplet-span}, use
@example
\tupletSpan \default
@end example

11 years agoIf TimeScaledMusic carries a duration, let it override tupletSpannerDuration
David Kastrup [Fri, 11 Jan 2013 08:44:06 +0000 (09:44 +0100)]
If TimeScaledMusic carries a duration, let it override tupletSpannerDuration

11 years agoDoc: simplify description of disabling beamExceptions (3094)
Trevor Daniels [Wed, 16 Jan 2013 16:08:09 +0000 (16:08 +0000)]
Doc: simplify description of disabling beamExceptions (3094)

  The rather convoluted explanation of when this needed
  to be disabled has been simplified and comments
  showing when to do it have been added to the examples

  Correct a couple of typos

11 years agoAdd make-relative regtest
David Kastrup [Thu, 17 Jan 2013 18:55:43 +0000 (19:55 +0100)]
Add make-relative regtest

This steals a bit of the Bach prelude #1 in the Well-Tempered Piano
for demonstrating how to create a relative-cooperating utility macro.

11 years agoIssue 3118: Define utility macro make-relative
David Kastrup [Wed, 16 Jan 2013 10:02:27 +0000 (11:02 +0100)]
Issue 3118: Define utility macro make-relative

This is useful for creating music functions getting pitch arguments
that behave "naturally" when placed within \relative.

11 years agoLet \parallelMusic deal with barchecks at arbitrary depth
David Kastrup [Thu, 17 Jan 2013 16:15:28 +0000 (17:15 +0100)]
Let \parallelMusic deal with barchecks at arbitrary depth

This lets \parallelMusic react to bar checks at arbitrary depth to
make it more useful in connection with music functions.

11 years agoUse new music-clone arguments in \endSpanners
David Kastrup [Thu, 17 Jan 2013 18:28:09 +0000 (19:28 +0100)]
Use new music-clone arguments in \endSpanners

11 years agoGive music-clone additional rest argument to justify its existence
David Kastrup [Thu, 17 Jan 2013 18:23:09 +0000 (19:23 +0100)]
Give music-clone additional rest argument to justify its existence

Otherwise we could just use ly:music-deep-copy

11 years agoDoc: fix calculation of global-staff-size in points (3114)
Trevor Daniels [Thu, 24 Jan 2013 10:56:50 +0000 (10:56 +0000)]
Doc: fix calculation of global-staff-size in points (3114)

11 years agoMoves Fingering_columN_engraver to the Staff context
Mike Solomon [Thu, 24 Jan 2013 06:32:51 +0000 (07:32 +0100)]
Moves Fingering_columN_engraver to the Staff context

11 years agoissue 3037: follow up 2502db9d63fd5c0ac2171e3c70943510d4456746
Benkő Pál [Thu, 10 Jan 2013 22:00:25 +0000 (23:00 +0100)]
issue 3037: follow up 2502db9d63fd5c0ac2171e3c70943510d4456746

11 years agoMerge branch 'master' into translation
Francisco Vila [Wed, 23 Jan 2013 11:52:20 +0000 (12:52 +0100)]
Merge branch 'master' into translation

11 years agoEliminates non-event-cause function
Mike Solomon [Tue, 22 Jan 2013 18:49:10 +0000 (19:49 +0100)]
Eliminates non-event-cause function

11 years agoRemove reference to figured bass
Phil Holmes [Mon, 21 Jan 2013 22:24:04 +0000 (22:24 +0000)]
Remove reference to figured bass

From the ancient notation section - not appropriate.

11 years agoRemoves incorrect issue
Phil Holmes [Mon, 21 Jan 2013 15:07:40 +0000 (15:07 +0000)]
Removes incorrect issue

This problem has not existed since 2.13.30,
so I'm deleting the documentation associated
with it.

11 years agoUpdates ancient clefs
Phil Holmes [Mon, 21 Jan 2013 14:43:03 +0000 (14:43 +0000)]
Updates ancient clefs

Adds c5 clef to mensural list, adds black mensural clefs
to list of clefs, replaces crochet with semi breve
(more common in ancient notation) and minor wording change.

11 years agoPO: updates from Free Translation Project
Jean-Charles Malahieude [Mon, 21 Jan 2013 18:42:26 +0000 (19:42 +0100)]
PO: updates from Free Translation Project

11 years agoTablature: ignore minimumStretch to/from fret zero
Keith OHara [Mon, 17 Dec 2012 18:34:23 +0000 (10:34 -0800)]
Tablature: ignore minimumStretch to/from fret zero

11 years agoDoc-es: another typo in Rhythms.
Francisco Vila [Mon, 21 Jan 2013 00:05:53 +0000 (01:05 +0100)]
Doc-es: another typo in Rhythms.

11 years agoDoc-es: typo and some format in Rhythms.
Francisco Vila [Sun, 20 Jan 2013 23:44:36 +0000 (00:44 +0100)]
Doc-es: typo and some format in Rhythms.

11 years agoRun scripts/auxiliar/update-with-convert-ly.sh
David Kastrup [Sun, 20 Jan 2013 18:57:01 +0000 (19:57 +0100)]
Run scripts/auxiliar/update-with-convert-ly.sh

No particular reason, except that for whatever reason there are a few
still unconverted files that get converted in unrelated issues
involving a convert-ly run.

11 years agoDoc-es: update LSR snippets.
Francisco Vila [Sat, 19 Jan 2013 11:26:08 +0000 (12:26 +0100)]
Doc-es: update LSR snippets.

This makes all Spanish manuals to be currently up to date.

11 years agoDoc: run makelsr locally.
Francisco Vila [Sat, 19 Jan 2013 11:23:23 +0000 (12:23 +0100)]
Doc: run makelsr locally.

11 years agoDoc-es: update Usage/Running and Usage/Updating.
Francisco Vila [Sat, 19 Jan 2013 09:35:13 +0000 (10:35 +0100)]
Doc-es: update Usage/Running and Usage/Updating.

This completes the Spanish translation of all manuals, except LSR snippets

11 years agoDoc-es: update Pitches, Repeats, Rhythms, Spacing.
Francisco Vila [Sat, 19 Jan 2013 08:01:57 +0000 (09:01 +0100)]
Doc-es: update Pitches, Repeats, Rhythms, Spacing.

11 years agoDoc: typo in staff.itely
James Lowe [Sat, 19 Jan 2013 09:20:47 +0000 (09:20 +0000)]
Doc: typo in staff.itely

No Issue Tracker

Ledger not Legder

11 years agoDoc-es: ugly trick to avoid duplicate node.
Francisco Vila [Sat, 19 Jan 2013 07:50:08 +0000 (08:50 +0100)]
Doc-es: ugly trick to avoid duplicate node.

11 years agoDoc-es: update Notation/Input.
Francisco Vila [Sat, 19 Jan 2013 07:29:50 +0000 (08:29 +0100)]
Doc-es: update Notation/Input.

11 years agoT1686 - Baseline commit for main.cc for guile-v2 branch
Ian Hulin [Fri, 18 Jan 2013 17:06:51 +0000 (17:06 +0000)]
T1686 - Baseline commit for main.cc for guile-v2 branch

11 years agoDoc-es: update Notation/Changing defaults.
Francisco Vila [Fri, 18 Jan 2013 12:29:05 +0000 (13:29 +0100)]
Doc-es: update Notation/Changing defaults.

11 years agoDoc-es: fix menus in Tweaks.
Francisco Vila [Fri, 18 Jan 2013 08:37:00 +0000 (09:37 +0100)]
Doc-es: fix menus in Tweaks.

11 years agoDoc-es: update Ancient.
Francisco Vila [Fri, 18 Jan 2013 08:44:30 +0000 (09:44 +0100)]
Doc-es: update Ancient.

11 years agoDoc-es: update Learning/Tweaks.
Francisco Vila [Fri, 18 Jan 2013 08:30:24 +0000 (09:30 +0100)]
Doc-es: update Learning/Tweaks.