]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
13 years agoMerge remote branch 'origin/release/unstable'
Patrick McCarty [Sun, 26 Sep 2010 16:08:14 +0000 (09:08 -0700)]
Merge remote branch 'origin/release/unstable'

Conflicts:
Documentation/web/news-front.itexi

13 years agoDoc: CG 4.3.6: Clarify usage of @code, @var, etc.
Mark Polesky [Sun, 26 Sep 2010 01:27:51 +0000 (18:27 -0700)]
Doc: CG 4.3.6: Clarify usage of @code, @var, etc.

13 years agoDon't let fingerings hang around from skipped music.
Neil Puttock [Sun, 26 Sep 2010 00:46:20 +0000 (01:46 +0100)]
Don't let fingerings hang around from skipped music.

* lily/fingering-engraver.cc (stop_translation_timestep):

  don't return prematurely if no fingerings have been created, since this
  allows listened events to build up from skipped music, resulting in
  the creation of extra fingerings on the first visible notehead

13 years agoEnsure \displayMusic renders scheme args in markup correctly.
Neil Puttock [Sun, 26 Sep 2010 00:31:16 +0000 (01:31 +0100)]
Ensure \displayMusic renders scheme args in markup correctly.

* scm/music-functions.scm (markup-expression->make-markup):

  funnel scheme arguments through music->make-music to handle quoting for
  lists and pairs

13 years agoFix #372.
Neil Puttock [Sat, 25 Sep 2010 23:43:29 +0000 (00:43 +0100)]
Fix #372.

Thanks to Carl for providing the inspiration for this patch.

* input/regression/auto-beam-partial-grace.ly:

  new regtest

* input/regression/display-lily-tests.ly:

  remove TODO for scaled duration \partial test

* lily/partial-iterator.cc (new file):

  use a simple music iterator to calculate the correct measurePosition
  setting, and warn for \partial used after the start of a score

* scm/define-music-display-methods.scm:

  simplify display method for partial: since the new music object `PartialSet'
  carries the original duration from the parser, extra code for converting
  moments to durations is no longer required

* scm/define-music-properties.scm (all-music-properties):

  add property for \partial, partial-duration

* scm/define-music-types.scm (music-descriptions):

  add PartialSet

* scm/ly-syntax-constructors.scm (partial):

  change constructor to allow 'origin to be set directly (used by iterator
  to signal warning message)

  use PartialSet

13 years agoWeb-fr: updates Easier Editing programs and Community
Jean-Charles Malahieude [Sat, 25 Sep 2010 14:03:28 +0000 (16:03 +0200)]
Web-fr: updates Easier Editing programs and Community

13 years agoprogramming-interface.itely: Bring some things more in line with doc standards
David Kastrup [Sat, 25 Sep 2010 09:31:24 +0000 (11:31 +0200)]
programming-interface.itely: Bring some things more in line with doc standards

13 years agoprogramming-interface.itely: Improve `\applyOutput' documentation.
David Kastrup [Sat, 25 Sep 2010 09:30:00 +0000 (11:30 +0200)]
programming-interface.itely: Improve `\applyOutput' documentation.

13 years agoWeb build: use lilypond.org.htaccess for real.
Graham Percival [Fri, 24 Sep 2010 15:26:05 +0000 (16:26 +0100)]
Web build: use lilypond.org.htaccess for real.

Please never edit .htaccess on lilypond.org in the future;
make any future changes here.

13 years agoWeb build: move /media/ into shared /lilypond/ dir.
Graham Percival [Fri, 24 Sep 2010 15:10:25 +0000 (16:10 +0100)]
Web build: move /media/ into shared /lilypond/ dir.

13 years agoDoc: NR 1.5.2: Clarify voice order; \shiftOn etc.
Mark Polesky [Fri, 24 Sep 2010 14:51:09 +0000 (07:51 -0700)]
Doc: NR 1.5.2: Clarify voice order; \shiftOn etc.

13 years agoWeb: clarify "stable downloads/manuals" on devel.
Graham Percival [Fri, 24 Sep 2010 14:44:51 +0000 (15:44 +0100)]
Web: clarify "stable downloads/manuals" on devel.

13 years agoDoc: mention tablature changes in changes.tely.
Marc Hohl [Thu, 23 Sep 2010 05:54:09 +0000 (07:54 +0200)]
Doc: mention tablature changes in changes.tely.

13 years agoDoc: remove a \new Score.
Graham Percival [Fri, 24 Sep 2010 13:34:18 +0000 (14:34 +0100)]
Doc: remove a \new Score.

This particular case doens't need any games with \score or
\layout; the \new Score was a typo.  Other cases will probably not
be as easy as this one.  :)

13 years agoDoc: NR 2.1 Vocal: improve Character names
Trevor Daniels [Thu, 23 Sep 2010 23:14:56 +0000 (00:14 +0100)]
Doc: NR 2.1 Vocal: improve Character names

 - indentation
 - add to @seealso

13 years agoDoc: NR 2.1 Vocal: improve Character names
Trevor Daniels [Thu, 23 Sep 2010 10:43:59 +0000 (11:43 +0100)]
Doc: NR 2.1 Vocal: improve Character names

 - slightly better example

 - show use of \addInstrumentDefinition and \instrumentSwitch
   for switching characters sharing a staff

13 years agoChanges: add (lame) entry about vertical spacing.
Graham Percival [Wed, 22 Sep 2010 20:01:56 +0000 (21:01 +0100)]
Changes: add (lame) entry about vertical spacing.

13 years agoWeb: add/edit Easier Editing programs.
Graham Percival [Wed, 22 Sep 2010 20:00:03 +0000 (21:00 +0100)]
Web: add/edit Easier Editing programs.

13 years agoWeb: fix incorrect link.
Graham Percival [Wed, 22 Sep 2010 15:39:43 +0000 (16:39 +0100)]
Web: fix incorrect link.

13 years agoRelease: bump version.
Graham Percival [Wed, 22 Sep 2010 15:34:30 +0000 (16:34 +0100)]
Release: bump version.

13 years agoDist: build fix.
Graham Percival [Wed, 22 Sep 2010 14:16:24 +0000 (15:16 +0100)]
Dist: build fix.

Sigh.

13 years agoBuild: dist fix.
Graham Percival [Wed, 22 Sep 2010 14:03:58 +0000 (15:03 +0100)]
Build: dist fix.

TRANSLATORS: would stop stop screwing up like this?  :/

13 years agoRelease: update news.
Graham Percival [Wed, 22 Sep 2010 13:34:17 +0000 (14:34 +0100)]
Release: update news.

13 years agoRelease: update news.
Graham Percival [Tue, 21 Sep 2010 16:39:33 +0000 (17:39 +0100)]
Release: update news.

13 years agodefine-markup-commands.scm: Fix comments talking about markup command argument signat...
David Kastrup [Wed, 22 Sep 2010 15:12:47 +0000 (17:12 +0200)]
define-markup-commands.scm: Fix comments talking about markup command argument signature restrictions.

13 years agoDist: build fix. release/2.13.34-1
Graham Percival [Wed, 22 Sep 2010 14:16:24 +0000 (15:16 +0100)]
Dist: build fix.

Sigh.

13 years agoBuild: dist fix.
Graham Percival [Wed, 22 Sep 2010 14:03:58 +0000 (15:03 +0100)]
Build: dist fix.

TRANSLATORS: would stop stop screwing up like this?  :/

13 years agoRelease: update news.
Graham Percival [Wed, 22 Sep 2010 13:34:17 +0000 (14:34 +0100)]
Release: update news.

13 years agoRelease: update news.
Graham Percival [Tue, 21 Sep 2010 16:39:33 +0000 (17:39 +0100)]
Release: update news.

13 years agoWeb: Easier editing: Add link to Abjad website.
Mark Polesky [Tue, 21 Sep 2010 01:32:35 +0000 (18:32 -0700)]
Web: Easier editing: Add link to Abjad website.

13 years agoFix #1231.
Neil Puttock [Mon, 20 Sep 2010 23:18:38 +0000 (00:18 +0100)]
Fix #1231.

* scm/define-grobs.scm (all-grob-descriptions):

  change MultiMeasureRest default for spacing-pair

13 years agoFix #818.
Neil Puttock [Mon, 20 Sep 2010 22:13:02 +0000 (23:13 +0100)]
Fix #818.

Use unsmob_engraver ()/unsmob_performer () instead of
explicit casting in translator-group.cc when filtering
translators added via \with { }

* lily/include/performer.hh, lily/performer.hh

  add unsmob_performer ()

* lily/translator-group.cc (filter_engravers/filter_performers):

  use unsmob_* () instead of dynamic_cast when checking
  translator is of correct class to remove

13 years agoLSR: local update.
Graham Percival [Sun, 19 Sep 2010 16:06:33 +0000 (17:06 +0100)]
LSR: local update.

13 years agoLSR: escape double backslashes.
Graham Percival [Sun, 19 Sep 2010 15:37:17 +0000 (16:37 +0100)]
LSR: escape double backslashes.

4+4+10 backslashes on one line to do this?!  How the bloody mao
can people (including myself) still refer to python as a "highly
readable language" ?

Also, I'm appalled at the state of makelsr.py.  A few years ago it
was a nice and simple script; now it's a confusing mess of regex,
some stuff in functions, some stuff in global, etc.  It took me
over an hour to add the "escape double backslahes" to this script.

Granted, I'm an idiot without previous experience with regex...
but hey, I'm the only person to work on this bug in the over 3
years.  I think our python+build scripts need to be written with
idiots in mind, because smart people are too busy doing other
stuff.

13 years agoDoc: Tracker 1241 - Second Patch
James Lowe [Sat, 18 Sep 2010 09:10:49 +0000 (10:10 +0100)]
Doc: Tracker 1241 - Second Patch

Replaced Tec accented chars with UTF-8 ones.

Also made the space for each @[section] similar in essence to
@lilypond examples. There is nothing in CG about .bib file layout.
Also corrected some missed spacing edits from the previous patch.

13 years agoDoc: NR 2.1 Vocal: make Musical cues a section
Trevor Daniels [Fri, 17 Sep 2010 22:31:51 +0000 (23:31 +0100)]
Doc: NR 2.1 Vocal: make Musical cues a section

13 years agoLSR: update.
Graham Percival [Fri, 17 Sep 2010 18:19:43 +0000 (19:19 +0100)]
LSR: update.

13 years agoDoc: Tracker 1241 - First Patch
James Lowe [Fri, 17 Sep 2010 14:28:38 +0000 (15:28 +0100)]
Doc: Tracker 1241 - First Patch

Replaced Tex accented chars with UTF-8 ones.

Also made the spacing for each @Book @TechReport @MastersThesis etc similar
in essence to @lilypond examples as there is nothing in the CG about spacing
or indentation. So I used some common sense and applied some consistency
throughout. There may still need be some more consistency applied (i.e. set
and explicit order of each entry (author, index, year, pages etc.).

13 years agoDoc: add snippet to be used in NR 2.1 Vocal, Musical cues
Trevor Daniels [Fri, 17 Sep 2010 17:53:48 +0000 (18:53 +0100)]
Doc: add snippet to be used in NR 2.1 Vocal, Musical cues

13 years agoDocs: Compile fix.
Neil Puttock [Wed, 15 Sep 2010 21:52:17 +0000 (22:52 +0100)]
Docs: Compile fix.

13 years agoFix #1186.
Patrick McCarty [Tue, 14 Sep 2010 23:13:23 +0000 (16:13 -0700)]
Fix #1186.

Checking the page count to detect EPS files is faulty, since it is legal
to specify "%%Pages: 1".

This commit revises the conditional statement to use a file-extension
check (for ".eps") instead.

This was a regression introduced by commit 1f8c40c86902c6c98091ccfd3ecf02ec1fc2bed5

13 years agoRegtests: double \ inside @code{}.
Graham Percival [Tue, 14 Sep 2010 20:42:25 +0000 (21:42 +0100)]
Regtests: double \ inside @code{}.

Special characters like \t and \n are treated specially.  AFAIK
we don't *need* to escape other pairs like \a or \c, but we might
as well.

13 years agoEscape \t in regtest texidoc.
Neil Puttock [Tue, 14 Sep 2010 20:05:41 +0000 (21:05 +0100)]
Escape \t in regtest texidoc.

13 years agoDoc: sharing ToC from lily to latex (fix 948).
Graham Percival [Tue, 14 Sep 2010 19:38:38 +0000 (20:38 +0100)]
Doc: sharing ToC from lily to latex (fix 948).

13 years agoWeb: contact us macro for review/papers/etc (1207)
Graham Percival [Tue, 14 Sep 2010 17:45:48 +0000 (18:45 +0100)]
Web: contact us macro for review/papers/etc (1207)

13 years agoLSR: update.
Graham Percival [Tue, 14 Sep 2010 17:16:31 +0000 (18:16 +0100)]
LSR: update.

13 years agoDoc: move snap pizz into main text (fixes 1261)
Graham Percival [Tue, 14 Sep 2010 18:23:48 +0000 (19:23 +0100)]
Doc: move snap pizz into main text (fixes 1261)

Translator note: I left the actual snippet in git so that your
manuals would still compile, but you might want to make this
change in your manuals in case we want to remove the snippet later on.

13 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Mon, 13 Sep 2010 16:06:55 +0000 (18:06 +0200)]
Merge branch 'master' into lilypond/translation

13 years agoThinko in tablature-tremolo.ly regtest.
Graham Percival [Mon, 13 Sep 2010 11:21:35 +0000 (12:21 +0100)]
Thinko in tablature-tremolo.ly regtest.

13 years agoRegtests -- Add header info to tablature-tremolo.ly
Carl Sorensen [Mon, 13 Sep 2010 03:40:31 +0000 (21:40 -0600)]
Regtests -- Add header info to tablature-tremolo.ly

13 years agoAdd regression test for issue 1232, which has been fixed earlier
Carl Sorensen [Sun, 12 Sep 2010 12:53:08 +0000 (06:53 -0600)]
Add regression test for issue 1232, which has been fixed earlier

13 years agoFix #1258.
Neil Puttock [Sun, 12 Sep 2010 20:49:11 +0000 (21:49 +0100)]
Fix #1258.

* lily/stem-engraver.cc (make_stem):

  robustify property lookup for tremolo-type (ensures compilation can
  continue even if there is an error inside make-repeat which prevents
  correct calculation)

* scm/music-functions.scm (make-repeat):

  don't filter out child music which uses the 'element property

13 years agoDoc: NR 2.1 Vocal: new section Character names
Trevor Daniels [Sun, 12 Sep 2010 15:41:23 +0000 (16:41 +0100)]
Doc: NR 2.1 Vocal: new section Character names

13 years agoRelease: bump version.
Graham Percival [Sat, 11 Sep 2010 20:07:55 +0000 (21:07 +0100)]
Release: bump version.

13 years agoMerge commit 'origin' into release/unstable release/2.13.33-1
Graham Percival [Sat, 11 Sep 2010 18:52:11 +0000 (19:52 +0100)]
Merge commit 'origin' into release/unstable

13 years agoMerge commit 'origin' into release/unstable
Graham Percival [Sat, 11 Sep 2010 18:51:28 +0000 (19:51 +0100)]
Merge commit 'origin' into release/unstable

13 years agoDoc: NR 2.1 Vocal: add lyrics and simple repeats
Trevor Daniels [Sat, 11 Sep 2010 18:36:23 +0000 (19:36 +0100)]
Doc: NR 2.1 Vocal: add lyrics and simple repeats

13 years agoFix substitution error in shape noteheads
Carl Sorensen [Sat, 11 Sep 2010 15:08:05 +0000 (09:08 -0600)]
Fix substitution error in shape noteheads

13 years agoDoc: LM Templates: amend psalm template
Trevor Daniels [Sat, 11 Sep 2010 07:59:00 +0000 (08:59 +0100)]
Doc: LM Templates: amend psalm template

 - show use of asterisk correctly

13 years agoFix overrideTimeSignatureSettings multiple overrides work
Carl Sorensen [Sat, 11 Sep 2010 00:32:29 +0000 (18:32 -0600)]
Fix overrideTimeSignatureSettings multiple overrides work

Eliminated an undesirable reverse of the list in revert-setting

Add a regression test for this problem

13 years agoDoc: Fix regex so Funk and Walker heads are captured
Carl Sorensen [Fri, 10 Sep 2010 22:14:27 +0000 (16:14 -0600)]
Doc: Fix regex so Funk and Walker heads are captured

13 years agoRelease: update news.
Graham Percival [Fri, 10 Sep 2010 18:39:44 +0000 (19:39 +0100)]
Release: update news.

13 years agodoc: NR 2.1.7 Chants..: rework
Trevor Daniels [Fri, 10 Sep 2010 16:30:02 +0000 (17:30 +0100)]
doc: NR 2.1.7 Chants..: rework

 - add @lilypond example of a psalm chant
 - add @lilypond examples of psalm pointing
 - improve/amend text

13 years agoDocs: IR: document 'details for slur-interface.
Patrick McCarty [Sun, 20 Jun 2010 05:20:55 +0000 (22:20 -0700)]
Docs: IR: document 'details for slur-interface.

This commit implements the first half of issue 1154.

13 years agoDoc: Add changes entries, and update NR for fix to 849.
Carl Sorensen [Fri, 10 Sep 2010 04:20:58 +0000 (22:20 -0600)]
Doc:  Add changes entries, and update NR for fix to 849.

13 years agoIssue 1060 -- add Funk and Walker noteheads to shape notes
Carl Sorensen [Sun, 23 May 2010 01:58:30 +0000 (19:58 -0600)]
Issue 1060 -- add Funk and Walker noteheads to shape notes

Add a series of Funk and Walker note heads to mf/feta-noteheads.mf

Add new commands \funkHeads, \funkHeadsMinor, \walkerHeads, and
\walkerHeadsMinor

Add regression test for \funkHeads and \walkerHeads

Update Notation to reflect the addition of \funkHeads and \walkerHeads

13 years agoMerge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
Till Paala [Thu, 9 Sep 2010 19:02:48 +0000 (22:02 +0300)]
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into lilypond/translation

13 years agoDoc-de: update and check of vocal.itely
Till Paala [Thu, 9 Sep 2010 18:56:35 +0000 (21:56 +0300)]
Doc-de: update and check of vocal.itely

13 years agoDoc: NR 2.1 Vocal: multiple syllable example
Trevor Daniels [Thu, 9 Sep 2010 07:02:56 +0000 (08:02 +0100)]
Doc: NR 2.1 Vocal: multiple syllable example

 - remove duplicate @lilypond example
 - remove @footnote
 - fix text

13 years agoDoc: NR 2.1 Vocal: add \oneVoice to predefs
Trevor Daniels [Thu, 9 Sep 2010 06:38:07 +0000 (07:38 +0100)]
Doc: NR 2.1 Vocal: add \oneVoice to predefs

13 years agoDoc: NR 2.1 Vocal: reference Separating systems
Trevor Daniels [Thu, 9 Sep 2010 06:35:11 +0000 (07:35 +0100)]
Doc: NR 2.1 Vocal: reference Separating systems

13 years agoFix issue 849: Remove rest from keep-alive grobs
Carl Sorensen [Wed, 8 Sep 2010 16:26:39 +0000 (10:26 -0600)]
Fix issue 849: Remove rest from keep-alive grobs

13 years agoDoc: NR 1.6.1 Add Separating systems
Trevor Daniels [Wed, 8 Sep 2010 15:12:30 +0000 (16:12 +0100)]
Doc: NR 1.6.1 Add Separating systems

13 years agoScripts: update exclude lists in ref_check.py
Trevor Daniels [Tue, 7 Sep 2010 22:27:23 +0000 (23:27 +0100)]
Scripts: update exclude lists in ref_check.py

13 years agoDoc: NR 2.1 Vocal: Review Chants psalms and hymns
Trevor Daniels [Tue, 7 Sep 2010 10:19:41 +0000 (11:19 +0100)]
Doc: NR 2.1 Vocal: Review Chants psalms and hymns

 - mainly deal with comments from Graham by replacing
   references with specific @lilypond examples

13 years agoT1224: Avoid using deprecated %module-public-interface in initialization
Ian Hulin [Tue, 7 Sep 2010 00:10:07 +0000 (01:10 +0100)]
T1224: Avoid using deprecated %module-public-interface in initialization

13 years agoRemove unused object vectors in translators.
Neil Puttock [Mon, 6 Sep 2010 23:14:17 +0000 (00:14 +0100)]
Remove unused object vectors in translators.

13 years agoFix metronome alignment.
Neil Puttock [Mon, 6 Sep 2010 21:49:28 +0000 (22:49 +0100)]
Fix metronome alignment.

Don't align on KeySignature unless explicitly requested via
'break-align-symbols and make order of 'break-align-symbols
significant.

* remove `key-signature' from 'break-align-symbols

* acknowledge break_alignment, and set this as X-parent
  instead of break_aligned, but only if found break_aligned
  is visible

* add regression test to test ordering

* tweak existing test to reflect change in default for
  'break-align-symbols

13 years agoLilypond-book: Fix problem with os.path.abspath in Windows
Reinhold Kainhofer [Mon, 6 Sep 2010 19:25:16 +0000 (21:25 +0200)]
Lilypond-book: Fix problem with os.path.abspath in Windows

The check whether input file == output file needs to use the absolute
path to the input file, since the CWD has changed meanwhile (and is
the output dir at that point). Unfortunately, we can't call os.path.abspath
right at the beginning and use the abspath for all of the processing,
because os.path.abspath will replace forward slashes by backslashes
in Windows (the path is normalized!). That path with backslashes
are then printed to the snippet map files and cause l-p to fail with
wrongly escaped characters...

As a solution, use the relative pathname of the input file for all
processing, but also store the abspath for that one particular
infile==outfile check.

13 years agoClarify infinity_f preprocessor definition.
Graham Percival [Mon, 6 Sep 2010 13:56:56 +0000 (14:56 +0100)]
Clarify infinity_f preprocessor definition.

The old code confuses various style programs, including our own
fixcc.py (it produces un-compilable code!).  In particular:
-----
const Real infinity_f
= #ifdef
-----
which makes gcc unhapy.

The new format is easy for style programs to deal with, still
compiles, and is IMO just as clear anyway.

13 years agoWeb: update home page.
Jan Nieuwenhuizen [Mon, 6 Sep 2010 14:40:48 +0000 (16:40 +0200)]
Web: update home page.

13 years agoWeb: add references by Mika Kuuskankare and David Cameron.
Jan Nieuwenhuizen [Mon, 6 Sep 2010 14:29:44 +0000 (16:29 +0200)]
Web: add references by Mika Kuuskankare and David Cameron.

13 years agoDoc-fr: Musical notation - full review
Jean-Charles Malahieude [Sun, 5 Sep 2010 15:10:56 +0000 (17:10 +0200)]
Doc-fr: Musical notation - full review

and fix compile from previous commits

13 years agoTypo fixes: backslash, join one set of comments.
Graham Percival [Sun, 5 Sep 2010 13:04:08 +0000 (14:04 +0100)]
Typo fixes: backslash, join one set of comments.

The backslash was doing nothing.  Nick said this was ok.

It's confusing having two of those almost-identical comments
indented, and two non-indented.  They all fit within 80 chars.

Relax; I'm not going to go on a stylistic editing spree right
before 2.14.  These are (I think) the only changes I'll be making
on master without more discussion.

13 years agoDoc-fr: update text
Jean-Charles Malahieude [Sun, 5 Sep 2010 12:45:57 +0000 (14:45 +0200)]
Doc-fr: update text

plus new texidocs

13 years agoDoc-fr: update editorial
Jean-Charles Malahieude [Sun, 5 Sep 2010 12:42:59 +0000 (14:42 +0200)]
Doc-fr: update editorial

13 years agoDoc-de: add some snippet texidocs
Till Paala [Sat, 4 Sep 2010 18:25:12 +0000 (21:25 +0300)]
Doc-de: add some snippet texidocs

13 years agoDoc-fr: update staff
Jean-Charles Malahieude [Sat, 4 Sep 2010 17:48:28 +0000 (19:48 +0200)]
Doc-fr: update staff

13 years agoDoc-fr: update simultaneous
Jean-Charles Malahieude [Sat, 4 Sep 2010 16:43:54 +0000 (18:43 +0200)]
Doc-fr: update simultaneous

13 years agoDoc-fr: update repeats
Jean-Charles Malahieude [Sat, 4 Sep 2010 14:08:38 +0000 (16:08 +0200)]
Doc-fr: update repeats

13 years agoDoc-fr: update expressive
Jean-Charles Malahieude [Sat, 4 Sep 2010 13:19:19 +0000 (15:19 +0200)]
Doc-fr: update expressive

13 years agoDoc-fr: update to rhythms
Jean-Charles Malahieude [Sat, 4 Sep 2010 12:03:42 +0000 (14:03 +0200)]
Doc-fr: update to rhythms

13 years agoRelease: bump version.
Graham Percival [Fri, 3 Sep 2010 22:01:15 +0000 (23:01 +0100)]
Release: bump version.

13 years agoRelease: update news. release/2.13.32-1
Graham Percival [Fri, 3 Sep 2010 20:37:00 +0000 (21:37 +0100)]
Release: update news.

13 years agoBuild: un-nodify markup-*-commands.tely
Graham Percival [Wed, 1 Sep 2010 10:54:29 +0000 (11:54 +0100)]
Build: un-nodify markup-*-commands.tely

13 years agoRegtests: add descriptions to song-*. (fix 1206)
Graham Percival [Fri, 3 Sep 2010 14:24:03 +0000 (15:24 +0100)]
Regtests: add descriptions to song-*. (fix 1206)

13 years agoRegtests: add missing descriptions (half fix 1206)
Graham Percival [Thu, 2 Sep 2010 16:24:16 +0000 (17:24 +0100)]
Regtests: add missing descriptions (half fix 1206)

This adds descriptions to all regtests other than festival song-*.

13 years agoTablature: fix visibility for MultiMeasureRests
Marc Hohl [Wed, 1 Sep 2010 15:33:10 +0000 (17:33 +0200)]
Tablature: fix visibility for MultiMeasureRests

13 years agoDoc-de: correct menus in usage
Till Paala [Thu, 2 Sep 2010 19:37:57 +0000 (22:37 +0300)]
Doc-de: correct menus in usage

13 years agoCompile fix
Till Paala [Thu, 2 Sep 2010 19:37:32 +0000 (22:37 +0300)]
Compile fix