]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
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 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.

11 years agoWeb-es: update NEWS.
Francisco Vila [Wed, 16 Jan 2013 14:38:47 +0000 (15:38 +0100)]
Web-es: update NEWS.

11 years agofactor out some duration processing
Zefram [Wed, 2 Jan 2013 19:53:54 +0000 (19:53 +0000)]
factor out some duration processing

New functions duration-log-factor, duration-dot-factor, duration-length,
duration-visual, and duration-visual-length.  All concerned with low-level
numerical processing of durations, so that other code doesn't have to
understand dot counts and the like.

11 years agoWeb-es: update, except NEWS.
Francisco Vila [Tue, 15 Jan 2013 18:28:21 +0000 (19:28 +0100)]
Web-es: update, except NEWS.

11 years agoDoc: clarify example of 'Going back in MIDI time' (3097)
Trevor Daniels [Fri, 11 Jan 2013 00:10:00 +0000 (00:10 +0000)]
Doc: clarify example of 'Going back in MIDI time' (3097)

  Add a note before the acciaccatura, because, in order to
  understand the error (and the solution), you need to compare
  the whole duration of the acciaccatura block with the duration
  of the previous note.  (Thanks Federico!)

11 years agoIssue 3102: Allow EOF to occur in the middle of a line comment
David Kastrup [Fri, 11 Jan 2013 22:20:40 +0000 (23:20 +0100)]
Issue 3102: Allow EOF to occur in the middle of a line comment

11 years agoDoc-es: update Vocal.
Francisco Vila [Tue, 15 Jan 2013 18:24:36 +0000 (19:24 +0100)]
Doc-es: update Vocal.

11 years agoDoc-es: update Keyboards, Percussion, Staff, Text.
Francisco Vila [Tue, 15 Jan 2013 18:03:54 +0000 (19:03 +0100)]
Doc-es: update Keyboards, Percussion, Staff, Text.

11 years agoDoc-es: update Fundamental, Editorial, Expressive, Fretted.
Francisco Vila [Tue, 15 Jan 2013 17:41:25 +0000 (18:41 +0100)]
Doc-es: update Fundamental, Editorial, Expressive, Fretted.

11 years agoDoc-es: update Common Notation.
Francisco Vila [Tue, 15 Jan 2013 16:45:41 +0000 (17:45 +0100)]
Doc-es: update Common Notation.

11 years agoDoc-es: udpate CHANGES, Programming, Scheme tutorial, Notation appendices.
Francisco Vila [Tue, 15 Jan 2013 16:16:31 +0000 (17:16 +0100)]
Doc-es: udpate CHANGES, Programming, Scheme tutorial, Notation appendices.

11 years agoDoc: update translation status.
Francisco Vila [Tue, 15 Jan 2013 12:02:29 +0000 (13:02 +0100)]
Doc: update translation status.

11 years agoIssue 3093: Declare absolute-volume-alist and instrument-equalizer-alist as session...
David Kastrup [Wed, 9 Jan 2013 14:44:22 +0000 (15:44 +0100)]
Issue 3093: Declare absolute-volume-alist and instrument-equalizer-alist as session-local

At least instrument-equalizer-alist is advertised as sort of a
user-settable variable, and while we ask users to tamper with it, we
might as well restore it at the beginning of next session.  This does
not really replace a proper user interface instead of the pathetic
excuse we have for it now.

11 years agoDoc-fr: updates LM, NR and extending
Jean-Charles Malahieude [Sun, 13 Jan 2013 14:34:58 +0000 (15:34 +0100)]
Doc-fr: updates LM, NR and extending

11 years agoRelease: bump version.
Phil Holmes [Sun, 13 Jan 2013 00:03:45 +0000 (00:03 +0000)]
Release: bump version.

11 years agoRelease: update news. release/2.17.10-1
Phil Holmes [Sat, 12 Jan 2013 14:15:07 +0000 (14:15 +0000)]
Release: update news.

11 years agoPO: update template.
Phil Holmes [Sat, 12 Jan 2013 14:14:56 +0000 (14:14 +0000)]
PO: update template.

11 years agoDoc: Add draw-dashed/dotted line cmds to changes
James Lowe [Mon, 7 Jan 2013 16:14:40 +0000 (16:14 +0000)]
Doc: Add draw-dashed/dotted line cmds to changes

Example taken from reg test in Issue 3071

11 years agoDoc-es: some nits.
Francisco Vila [Fri, 11 Jan 2013 15:36:09 +0000 (16:36 +0100)]
Doc-es: some nits.

11 years agoarticulate TremoloEvent
Zefram [Sun, 23 Dec 2012 09:52:48 +0000 (09:52 +0000)]
articulate TremoloEvent

Expand TremoloEvent to repeated notes, in the unfolding stage of
articulation.

11 years agoMerge remote-tracking branch 'origin/master' into translation
David Kastrup [Thu, 10 Jan 2013 20:59:37 +0000 (21:59 +0100)]
Merge remote-tracking branch 'origin/master' into translation

11 years agoMakes all side-positioning based on skylines instead of boxes.
Mike Solomon [Thu, 10 Jan 2013 07:54:12 +0000 (08:54 +0100)]
Makes all side-positioning based on skylines instead of boxes.

The major work is in side-position-interface.cc, with minor
modifications at several places in the code-base to adapt to this.

This allows for snugger positioning of horizontally-oriented
fingerings.

A side-effect of this patch is that side-positioning of all
cross-staff grobs delves into the element list of axis-groups
in order to better guess position, which results in less
collisions (for example, dynamics are less likely to collide
with cross-staff beams).

11 years agoShows ligature bracket extenders by setting bracket-visibility to ##t.
Mike Solomon [Thu, 10 Jan 2013 04:10:09 +0000 (05:10 +0100)]
Shows ligature bracket extenders by setting bracket-visibility to ##t.

This bypasses the automatic visibility tests which are done mostly for
tuplet brackets.  In the future, it would be good to make a unified
system for brackets in which the tuplet bracket is one of several instead
of the "model" bracket.

11 years agoUpdate bug squad rota
Phil Holmes [Wed, 9 Jan 2013 16:56:42 +0000 (16:56 +0000)]
Update bug squad rota

11 years agoDoc: Update documentation of \once (2952)
Trevor Daniels [Fri, 4 Jan 2013 08:47:49 +0000 (08:47 +0000)]
Doc: Update documentation of \once (2952)

  Bring documentation in line with committish
  ddce9767f975c989800cb99e003039a8bf050b45
  by removing statements that limit the use of
  \once to bare \override and \set commands.

11 years agoDoc: add Known issue limiting calculation of LilyPond rationals (3084)
Trevor Daniels [Sun, 6 Jan 2013 17:36:17 +0000 (17:36 +0000)]
Doc: add Known issue limiting calculation of LilyPond rationals (3084)

11 years agoFix assertion failure (#2983).
Keith OHara [Wed, 9 Jan 2013 09:32:20 +0000 (10:32 +0100)]
Fix assertion failure (#2983).

11 years agoIssue 3083: Chord change detection in fretboards should depend on placements, not...
David Kastrup [Fri, 4 Jan 2013 20:25:48 +0000 (21:25 +0100)]
Issue 3083: Chord change detection in fretboards should depend on placements, not notes

11 years agoAdd different durations to input/regression/fretboard-chordchanges.ly
David Kastrup [Fri, 4 Jan 2013 20:24:44 +0000 (21:24 +0100)]
Add different durations to input/regression/fretboard-chordchanges.ly

11 years agoIssue 3082: Let ChordNameVoice use the same performers as Voice
David Kastrup [Fri, 4 Jan 2013 13:22:57 +0000 (14:22 +0100)]
Issue 3082: Let ChordNameVoice use the same performers as Voice

In particular, ties should be heeded when creating Midi from a
ChordNames context as they result in the omission of the engraved
chord name if an identical chord follows.  Reasoning for beams and
slurs is fuzzier, but an articulation different from the same music in
a regular Voice context does not seem to make sense.

11 years agoIssue 3050: displayLilyMusic produced erroneous code for rightHandFinger arguments
David Kastrup [Tue, 1 Jan 2013 12:30:10 +0000 (13:30 +0100)]
Issue 3050: displayLilyMusic produced erroneous code for rightHandFinger arguments

11 years agoIssue 2990: \RemoveEmptyStaves in StaffGroup context crashes
David Kastrup [Sun, 23 Dec 2012 14:46:45 +0000 (15:46 +0100)]
Issue 2990: \RemoveEmptyStaves in StaffGroup context crashes

The problem is caused by multiple axis group engravers, and in
particular nested VerticalAxisGroup grobs in connection with the
skyline code.  An extensive fix catching any recursive grob definition
will lead to quite more cryptic error messages rather than this
hand-tailored fix for the special case of VerticalAxisGroup nesting.

The solution chosen here is to complain when a VerticalAxisGroup is
announced from a subordinate context and let the current group commit
suicide.

11 years agoIssue 677: \score markup confuses paper settings
David Kastrup [Mon, 31 Dec 2012 17:15:41 +0000 (18:15 +0100)]
Issue 677: \score markup confuses paper settings

I actually have no idea whether this is the right fix, but it seems to
do something related to the TODO comments and the issue report.

11 years agoEnhancement: 2 new markup-cmds: draw-dashed-line; draw-dotted-line
Thomas Morley [Mon, 7 Jan 2013 15:37:33 +0000 (15:37 +0000)]
Enhancement: 2 new markup-cmds: draw-dashed-line; draw-dotted-line

Issue 3071

Also includes Regression Test.
Thanks also to David Nalesnik for suggestions

11 years agoTypo in time-signature-settings.scm
Thomas Morley [Mon, 7 Jan 2013 15:28:07 +0000 (15:28 +0000)]
Typo in time-signature-settings.scm

Fixing missing space in commented example

issue 3074

11 years agoDoc: simplify example changing default fonts (3027)
Trevor Daniels [Sun, 30 Dec 2012 10:00:09 +0000 (10:00 +0000)]
Doc: simplify example changing default fonts (3027)

  The original function required the global staff size
  to be re-entered as myStaffSize, but this can be calculated
  from the value of staff-height, so avoiding having to
  replicate the value.

11 years agoIssue 3077: Be more explicit about footnotes on chord constituents
David Kastrup [Wed, 2 Jan 2013 11:01:21 +0000 (12:01 +0100)]
Issue 3077: Be more explicit about footnotes on chord constituents

This tries to deal with the suggestions stemming from the
<URL:http://lists.gnu.org/archive/html/lilypond-user/2013-01/msg00021.html>
discussion.  It also rewords a bit of following documentation.

11 years agoIssue 3075: Fix \displayLilyMusic with \tweak of subproperties
David Kastrup [Tue, 1 Jan 2013 19:46:40 +0000 (20:46 +0100)]
Issue 3075: Fix \displayLilyMusic with \tweak of subproperties

11 years agoIssue 3073: Context definitions and context mods ignore \unset
David Kastrup [Mon, 31 Dec 2012 13:12:11 +0000 (14:12 +0100)]
Issue 3073: Context definitions and context mods ignore \unset

11 years agoAdd property-unset regtest
David Kastrup [Mon, 31 Dec 2012 13:11:32 +0000 (14:11 +0100)]
Add property-unset regtest

11 years agoIssue 3023: Papersizes with landscape/portrait suffix are not recognized by -dpapersize
David Kastrup [Sat, 15 Dec 2012 08:34:23 +0000 (09:34 +0100)]
Issue 3023: Papersizes with landscape/portrait suffix are not recognized by -dpapersize

This factors out the papersize recognition into a function
lookup-paper-name.  It also streamlines error handling somewhat.  A
conditional checking paper-default to be non-#f could only ever be
triggered in an error situation.  Since it does not make sense to
treat the error condition of "bad paper-alist entry" and "unrecognized
paper format" differently, this has been folded into the simpler case,
namely considering the specified width and height in
set-paper-dimensions as a substitute for the valid default paper size.

11 years agoIssue 3087: typo "abChordRepeats" in NR
David Kastrup [Sun, 6 Jan 2013 09:51:36 +0000 (10:51 +0100)]
Issue 3087: typo "abChordRepeats" in NR

And a few others of that kind, to boot.

11 years agoDoc-fr: updating NR
Jean-Charles Malahieude [Sat, 5 Jan 2013 14:50:19 +0000 (15:50 +0100)]
Doc-fr: updating NR

 - notation
 - ancient
 - appendices
 - vocal

11 years agoDoc-fr: updating LM
Jean-Charles Malahieude [Sat, 5 Jan 2013 14:47:24 +0000 (15:47 +0100)]
Doc-fr: updating LM

 - common-notation
 - templates

11 years agoDoc-fr: updating extending and usage
Jean-Charles Malahieude [Sat, 5 Jan 2013 14:45:14 +0000 (15:45 +0100)]
Doc-fr: updating extending and usage

 - scheme-tutorial
 - running

11 years agoWeb-fr: updates community, intro and manuals
Jean-Charles Malahieude [Sat, 5 Jan 2013 14:39:57 +0000 (15:39 +0100)]
Web-fr: updates community, intro and manuals

11 years agoUpdate news following stable 2.16.2.
Phil Holmes [Sat, 5 Jan 2013 13:53:57 +0000 (13:53 +0000)]
Update news following stable 2.16.2.

11 years agoRelease: update stable version.
Phil Holmes [Sat, 5 Jan 2013 10:53:14 +0000 (10:53 +0000)]
Release: update stable version.

11 years agoPO: remove duplicates entries for hh and cc from ALL_PO_SOURCES
Jean-Charles Malahieude [Fri, 4 Jan 2013 18:07:40 +0000 (19:07 +0100)]
PO: remove duplicates entries for hh and cc from ALL_PO_SOURCES

Introduced with version 1.0.1 :
in stepmake/stepmake/C.make
  ALL_C_SOURCES = h, c, y and l files
in stepmake/stepmake/Targets.make
  ALL_PO_SOURCES = $(ALL_C_SOURCES) $(wildcard $(outdir)/*.hh) $(wildcard $(outdir)/*.cc)

hh and cc files having since then been registered through ALL_CC_SOURCES,
there is no need to double their entry.
Even worse, an "out of tree build" results in a doubled location of
parser.yy and lexer.ll (one of them with a full path).

11 years agoFix KeyError in website_post.py from Issue 847
Phil Holmes [Wed, 26 Dec 2012 15:44:19 +0000 (15:44 +0000)]
Fix KeyError in website_post.py from Issue 847

11 years agolily-guile.cc: remove weird special case for no longer existing "autoBeamSettings"
David Kastrup [Sat, 29 Dec 2012 13:21:03 +0000 (14:21 +0100)]
lily-guile.cc: remove weird special case for no longer existing "autoBeamSettings"

11 years agocontext-property.cc: remove an obscure special case
David Kastrup [Sat, 29 Dec 2012 12:41:49 +0000 (13:41 +0100)]
context-property.cc: remove an obscure special case

The case of inconsistency that this was supposed to deal with should
not get produced by current code.

11 years agoSimplify hash-table->alist, alist->hash-table, functional-or, functional-and, list...
David Kastrup [Fri, 5 Oct 2012 06:52:08 +0000 (08:52 +0200)]
Simplify hash-table->alist, alist->hash-table, functional-or, functional-and, list-element-index

11 years agoSimplify first-member and first-assoc
David Kastrup [Thu, 4 Oct 2012 19:06:29 +0000 (21:06 +0200)]
Simplify first-member and first-assoc