]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
14 years agoRemove non-POSIX grep option "--label"
John Mandereau [Mon, 28 Dec 2009 20:51:25 +0000 (21:51 +0100)]
Remove non-POSIX grep option "--label"

This reverts commit d4401de33195113a8859629b4bd9483a03d9ab5c.
This option was not really useful anyway, as an empty output of
"find $(outdir) -name '*.html'" is the sign of a build error.

14 years agoUse find ... | xargs rm -f instead of find ... -delete
Matthias Kilian [Mon, 28 Dec 2009 19:40:33 +0000 (20:40 +0100)]
Use find ... | xargs rm -f instead of find ... -delete

14 years agoDoc: CG: fix EXTERNAL_BINARY compile command.
Graham Percival [Mon, 28 Dec 2009 20:31:30 +0000 (20:31 +0000)]
Doc: CG: fix EXTERNAL_BINARY compile command.

14 years agoDoc: CG: add the important part of regtest regeneration.
Graham Percival [Mon, 28 Dec 2009 19:02:13 +0000 (19:02 +0000)]
Doc: CG: add the important part of regtest regeneration.

14 years agoDoc: CG: little unsorted bits.
Graham Percival [Mon, 28 Dec 2009 18:09:03 +0000 (18:09 +0000)]
Doc: CG: little unsorted bits.

14 years agoDocs: add snippet to illustrate use of whiteout
Trevor Daniels [Mon, 28 Dec 2009 17:36:24 +0000 (17:36 +0000)]
Docs: add snippet to illustrate use of whiteout

14 years agoUse different types of events for cueDuring and quoteDuring
Reinhold Kainhofer [Mon, 28 Dec 2009 13:34:33 +0000 (14:34 +0100)]
Use different types of events for cueDuring and quoteDuring

Typically, \quoteDuring is supposed to duplicate everything in a voice,
while \cueDuring is supposed to only quote the notes, but not e.g.
phrasing, slurs, accents, markup, etc.

So, this commit adds an additional property quotedCueEventTypes in
addition to quotedEventTypes, which allows to quote different types
for \cueDuring than for \quoteDuring.

By default, \quoteDuring now quotes everything (i.e. StreamEvent), while
\cueDuring quotes only notes, rest, ties, beams and tuplets.

Also document the difference between cue/quoteDuring and how to
selected the quoted event types

14 years agoRevert "Testing"
Reinhold Kainhofer [Mon, 28 Dec 2009 14:04:53 +0000 (15:04 +0100)]
Revert "Testing"

Sorry, I accidentally pushed the wrong branch!

This reverts commit f2dae3158937c1fc3be06806fe699aa905d3dc30.

14 years agoTesting
Reinhold Kainhofer [Mon, 21 Dec 2009 16:35:00 +0000 (17:35 +0100)]
Testing

14 years agoDocs-hu: Fix Other templates in menu Translated website except of Community
Dénes Harmath [Sun, 27 Dec 2009 00:01:05 +0000 (01:01 +0100)]
Docs-hu: Fix Other templates in menu Translated website except of Community

14 years agoThinko: forgot a += in the file. Fixes (maybe) dist.
Graham Percival [Sun, 27 Dec 2009 23:54:59 +0000 (23:54 +0000)]
Thinko: forgot a += in the file.  Fixes (maybe) dist.

Sorry guys; I wish there was an easier way of testing this than
pushing and building gub, but this is hardly a priority right now.

14 years agoBuild: fix python style issues.
Graham Percival [Sun, 27 Dec 2009 23:54:01 +0000 (23:54 +0000)]
Build: fix python style issues.

14 years agolily-git.tcl: Change repo directory to lilypond-git
Carl Sorensen [Sun, 27 Dec 2009 23:48:37 +0000 (16:48 -0700)]
lily-git.tcl: Change repo directory to lilypond-git

14 years agoBuild: add files to dist.
Graham Percival [Sun, 27 Dec 2009 23:38:50 +0000 (23:38 +0000)]
Build: add files to dist.

14 years agoBuild: add WEBSITE_ONLY_BUILD to ease maintenance.
Graham Percival [Sun, 27 Dec 2009 23:36:34 +0000 (23:36 +0000)]
Build: add WEBSITE_ONLY_BUILD to ease maintenance.

14 years agoThinko: fix Python shebang of a build script
John Mandereau [Sun, 27 Dec 2009 17:42:07 +0000 (18:42 +0100)]
Thinko: fix Python shebang of a build script

14 years agoMove yyout2grammar.py to scripts/build
John Mandereau [Sun, 27 Dec 2009 17:08:12 +0000 (18:08 +0100)]
Move yyout2grammar.py to scripts/build

This is in accordance with ROADMAP.

14 years agoFix translated docs makefiles LANGS definition
John Mandereau [Sun, 27 Dec 2009 17:06:55 +0000 (18:06 +0100)]
Fix translated docs makefiles LANGS definition

14 years agoAlways use $(PYTHON) scriptname.py.
Matthias Kilian [Sun, 27 Dec 2009 15:53:20 +0000 (16:53 +0100)]
Always use $(PYTHON) scriptname.py.

The often-used idiom #!/usr/bin/env python not only is potentially
dangerous, but it also fails if there are several versions of python
installed, with the python binaries named python2.4, python2.5,
python2.6, ...

This patch hopefully catches all remaining cases of a missing $(PYTHON).

14 years agoRevert "Doc: touch command oops. Fixes eternal dependency with multiple langs."
John Mandereau [Sun, 27 Dec 2009 16:11:27 +0000 (17:11 +0100)]
Revert "Doc: touch command oops.  Fixes eternal dependency with multiple langs."

This reverts commit c731b754b33ee68a06f475193f9f8db2b1f76ae9.  The
changes I'm reverting were introduced because some translated Texinfo
documents (namely website drafts) missed a @documentlanguage, causing
extract_texi_filenames to mess up xref-map files.

14 years agoFix 916.
Joe Neeman [Sun, 27 Dec 2009 00:18:00 +0000 (11:18 +1100)]
Fix 916.

Handle the case where a loose line is marked as breakable.  Previously,
the unbroken version of the last column was included as a loose line,
which broke System::broken_col_range.

14 years agoSafer fix to keep website.make more separate.
Graham Percival [Sun, 27 Dec 2009 05:01:29 +0000 (05:01 +0000)]
Safer fix to keep website.make more separate.

14 years agoOops, comment out non-git-intended lines.
Graham Percival [Sun, 27 Dec 2009 04:53:48 +0000 (04:53 +0000)]
Oops, comment out non-git-intended lines.

14 years agoWeb: fixes for manual links.
Graham Percival [Sun, 27 Dec 2009 00:19:36 +0000 (00:19 +0000)]
Web: fixes for manual links.

14 years agoWeb: manuals.itexi reformatted HTML/PDF entries
PKAYEX [Sat, 26 Dec 2009 23:38:55 +0000 (23:38 +0000)]
Web: manuals.itexi reformatted HTML/PDF entries

14 years agoWeb build: ease-of-use tweaks for maintainers.
Graham Percival [Sat, 26 Dec 2009 02:22:59 +0000 (02:22 +0000)]
Web build: ease-of-use tweaks for maintainers.

14 years agoBuild: all @macro version -> create-version-itexi.py
Graham Percival [Sat, 26 Dec 2009 23:51:32 +0000 (23:51 +0000)]
Build: all @macro version -> create-version-itexi.py

14 years agolilycontrib.tcl -- version 0.59
Carl Sorensen [Sat, 26 Dec 2009 23:51:51 +0000 (16:51 -0700)]
lilycontrib.tcl -- version 0.59

Make translation repo have full history

Rename to lily-git.tcl

14 years agoDoc build: allow xref-map creation from (i)tely.
Graham Percival [Sat, 26 Dec 2009 02:21:25 +0000 (02:21 +0000)]
Doc build: allow xref-map creation from (i)tely.

This simplifies the special website target.

14 years agolilycontrib -- update to 0.58
Carl Sorensen [Sat, 26 Dec 2009 18:30:04 +0000 (11:30 -0700)]
lilycontrib -- update to 0.58

Separate commit header and commit body, with commit header window
50 chars long.

Make commit body not wrap, so long lines scroll off screen and user
can see that the lines are too long.

14 years agoDocs: CG: amend description of modules
David Kastrup [Sat, 26 Dec 2009 11:52:53 +0000 (11:52 +0000)]
Docs: CG: amend description of modules

14 years agoDocs: update translations status
John Mandereau [Sat, 26 Dec 2009 10:33:13 +0000 (11:33 +0100)]
Docs: update translations status

14 years agoAdd --whitespace=fix to scripts/auxiliar/lilycontrib.tcl
Carl Sorensen [Sat, 26 Dec 2009 04:20:37 +0000 (21:20 -0700)]
Add --whitespace=fix to scripts/auxiliar/lilycontrib.tcl

14 years agoAdd lilycontrib.tcl to scripts/auxiliar/
Carl Sorensen [Sat, 26 Dec 2009 04:03:38 +0000 (21:03 -0700)]
Add lilycontrib.tcl to scripts/auxiliar/

Also, add version of lilycontrib.tcl to window title

14 years agoDocs-fr: update macros and .tely files
John Mandereau [Sat, 26 Dec 2009 01:31:15 +0000 (02:31 +0100)]
Docs-fr: update macros and .tely files

Also split a part of the Tutorial, creating a new chapter Common
notation; the contents of these chapters should still be updated,
though.

14 years agoClean up lilypond-book snippet formatting and file name hashing
John Mandereau [Thu, 24 Dec 2009 00:34:34 +0000 (01:34 +0100)]
Clean up lilypond-book snippet formatting and file name hashing

process_snippets(): eliminate duplicates in snippet lists written in
snippet-names-*.ly, which fixes issue #867.

LilyPondSnippet.get_checksum(): reintroduce in hashing fragment
options that matter for processing by lilypond, which had be neglected
since commit 4c5a581ca25398669b9ecbc7a606febb09e60214.

LilyPondSnippet.basename(): remove duplicated truncation of hash hex
value.

Ly snippet formatting: sort fragment options for more predictable and
repetable output, and don't write fragment options that don't have an
impact of lilypond processing.

Fix a few other nitpicks (e.g. comments).

14 years agoDocs: move macro definition that contains translatable text
John Mandereau [Thu, 24 Dec 2009 13:24:50 +0000 (14:24 +0100)]
Docs: move macro definition that contains translatable text

Add guideline for this issue BTW.

14 years agoDocs-{fr,ja}: remove trailing ' @c external' in arguments of @translationof
John Mandereau [Thu, 24 Dec 2009 10:44:14 +0000 (11:44 +0100)]
Docs-{fr,ja}: remove trailing ' @c external' in arguments of @translationof

This old hack was no longer needed and created a lot of broken
cross-references.

14 years agoWeb build: separate makefile for security + ease.
Graham Percival [Sat, 26 Dec 2009 01:12:34 +0000 (01:12 +0000)]
Web build: separate makefile for security + ease.

We can't rely on the normal makefile stuff, since that 1) involves
a lot of extra building on lilypond.org, and 2) it's a security
risk.  So anything that needs to be done for the automatic hourly
builds should be separated as much as possible, since I need to
manually look through any files used to check for security flaws.
I also need to do this whenever those files are updated.

14 years agoDocs: CG: website uploading + security.
Graham Percival [Sat, 26 Dec 2009 00:23:59 +0000 (00:23 +0000)]
Docs: CG: website uploading + security.

14 years agoWeb build: improve website target.
Graham Percival [Thu, 24 Dec 2009 22:41:57 +0000 (22:41 +0000)]
Web build: improve website target.

14 years agoTypos, whitespace.
Werner Lemberg [Thu, 24 Dec 2009 16:27:25 +0000 (17:27 +0100)]
Typos, whitespace.

14 years agoImprove texidoc for profile-property-access.ly.
Joe Neeman [Fri, 25 Dec 2009 00:00:40 +0000 (16:00 -0800)]
Improve texidoc for profile-property-access.ly.

14 years agoFix page-breaking regression tests.
Joe Neeman [Thu, 24 Dec 2009 22:32:52 +0000 (14:32 -0800)]
Fix page-breaking regression tests.

Decrease paper-height so that page-turn-page-breaking-badturns.ly,
page-turn-page-breaking and page-turn-page-breaking-repeats.ly are
forced to use more pages.

14 years agoFix 950.
Joe Neeman [Thu, 24 Dec 2009 22:29:51 +0000 (14:29 -0800)]
Fix 950.

Update input/regression/spacing-knee-compressed.ly so that
the beams are actually kneed.

14 years agoDoc build: rewrite to use python 2.4 only.
Graham Percival [Thu, 24 Dec 2009 21:38:06 +0000 (21:38 +0000)]
Doc build: rewrite to use python 2.4 only.

GUB only has python 2.4.5, and it looks like upgrading to python
2.5 will be tricky, so I've rewritten this file to avoid using
nice python 2.5+ syntax.

14 years agoDist: add non-distributed file.
Graham Percival [Thu, 24 Dec 2009 21:18:22 +0000 (21:18 +0000)]
Dist: add non-distributed file.

14 years agoFix 638: Fix autobeaming in 4 4 time.
Carl Sorensen [Sat, 29 Aug 2009 16:28:04 +0000 (10:28 -0600)]
Fix 638: Fix autobeaming in 4 4 time.

Add rechecking for auto-beams when shortest duration changes.

Add argument for test_moment to calls checking for beam start and end
points.

Create split procedures for stems_ and Beaming_pattern

14 years agoDoc: Contributor/programming -- update instructions for revising issiue
Carl Sorensen [Thu, 24 Dec 2009 17:01:27 +0000 (10:01 -0700)]
Doc: Contributor/programming -- update instructions for revising issiue

14 years agoFix compile.
Patrick McCarty [Thu, 24 Dec 2009 07:30:58 +0000 (23:30 -0800)]
Fix compile.

14 years agoDoc: Extending -- Add Scheme conditionals
Carl Sorensen [Thu, 24 Dec 2009 04:50:12 +0000 (21:50 -0700)]
Doc: Extending -- Add Scheme conditionals

14 years agoDoc: Extend: Scheme procedures
Carl Sorensen [Thu, 24 Dec 2009 04:00:31 +0000 (21:00 -0700)]
Doc: Extend: Scheme procedures

14 years agoMerge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond
John Mandereau [Thu, 24 Dec 2009 02:23:09 +0000 (03:23 +0100)]
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond

14 years agoCG: updates to translation instructions
John Mandereau [Thu, 24 Dec 2009 02:21:21 +0000 (03:21 +0100)]
CG: updates to translation instructions

Also add link from Making patch to section about using Rietveld.

14 years agoOffline docs: always link to Contributors' Guide without language suffix
John Mandereau [Thu, 24 Dec 2009 02:20:27 +0000 (03:20 +0100)]
Offline docs: always link to Contributors' Guide without language suffix

14 years agoweb-es: wrong link fixed
Francisco Vila [Thu, 24 Dec 2009 02:18:06 +0000 (03:18 +0100)]
web-es: wrong link fixed

14 years agoMerge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond
John Mandereau [Thu, 24 Dec 2009 02:13:59 +0000 (03:13 +0100)]
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond

14 years agoWeb-es: translate macros and fix links.
Francisco Vila [Thu, 24 Dec 2009 01:52:47 +0000 (02:52 +0100)]
Web-es: translate macros and fix links.

14 years agoMerge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond
John Mandereau [Thu, 24 Dec 2009 01:12:52 +0000 (02:12 +0100)]
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond

14 years agoDocs: fix @insertcopying invocations
John Mandereau [Wed, 23 Dec 2009 21:44:08 +0000 (22:44 +0100)]
Docs: fix @insertcopying invocations

14 years agoWeb build: build upload dir.
Graham Percival [Wed, 23 Dec 2009 19:01:37 +0000 (19:01 +0000)]
Web build: build upload dir.

Currently we still need to get out-www/pictures, but the rest is
all there.

14 years agoMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/lilypond
John Mandereau [Wed, 23 Dec 2009 19:24:59 +0000 (20:24 +0100)]
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/lilypond

14 years agoDocs: update translations status
John Mandereau [Wed, 23 Dec 2009 19:24:31 +0000 (20:24 +0100)]
Docs: update translations status

14 years agoDocs-es: make make recurse into included Web files
John Mandereau [Wed, 23 Dec 2009 19:21:33 +0000 (20:21 +0100)]
Docs-es: make make recurse into included Web files

Fixes distributed tarball generation.

14 years agoDoc-fr: Typo
Jean-Charles Malahieude [Wed, 23 Dec 2009 18:50:44 +0000 (19:50 +0100)]
Doc-fr: Typo
* vocal.itely

14 years agoWeb build: revert overly-ambitious deletion.
Graham Percival [Wed, 23 Dec 2009 18:40:38 +0000 (18:40 +0000)]
Web build: revert overly-ambitious deletion.

This restores sensible filenames for web.

14 years agoWeb build: more prep for online website.
Graham Percival [Wed, 23 Dec 2009 16:44:06 +0000 (16:44 +0000)]
Web build: more prep for online website.

14 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond.git
Trevor Daniels [Wed, 23 Dec 2009 18:40:09 +0000 (18:40 +0000)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond.git

14 years agoWeb-es: Nitpicks
Francisco Vila [Wed, 23 Dec 2009 17:20:28 +0000 (18:20 +0100)]
Web-es: Nitpicks

14 years agoBump release level
Trevor Daniels [Mon, 14 Dec 2009 11:52:41 +0000 (11:52 +0000)]
Bump release level

14 years agoMerge branch 'lettertab'
Trevor Daniels [Wed, 23 Dec 2009 17:15:03 +0000 (17:15 +0000)]
Merge branch 'lettertab'

14 years agoAdd 'whiteout as a Grob interface property
Trevor Daniels [Thu, 3 Dec 2009 15:26:13 +0000 (15:26 +0000)]
Add 'whiteout as a Grob interface property

 - If true, the grob will be printed on a white
   background which overlays grobs in lower
   layers.  As the order of printing grobs in the
   same layer is generally unpredictable this
   should always be used in conjunction with
   explicit layer settings.

14 years agoAdd option to indicate frets in tablature by letter
Trevor Daniels [Mon, 14 Dec 2009 11:36:50 +0000 (11:36 +0000)]
Add option to indicate frets in tablature by letter

 - Add Scheme function to provide fret number as a
   letter, invoked by setting the context property
   tablatureFormat to fret-letter-tablature-format

 - Add context property fretLabels to specify
   the fret labels, overriding the default
   letters of the alphabet

14 years agoMerge branch 'master' of git.sv.gnu.org:/srv/git/lilypond
Carl Sorensen [Wed, 23 Dec 2009 16:28:44 +0000 (09:28 -0700)]
Merge branch 'master' of git.sv.gnu.org:/srv/git/lilypond

14 years agoMerge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond
John Mandereau [Wed, 23 Dec 2009 16:22:45 +0000 (17:22 +0100)]
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond

14 years agoIssue #830: renaming mf files
Marc Hohl [Sat, 19 Dec 2009 20:03:57 +0000 (21:03 +0100)]
Issue #830: renaming mf files

14 years agonl.po update by Martin Tarenskeen. Thanks!
Jan Nieuwenhuizen [Wed, 23 Dec 2009 14:34:05 +0000 (15:34 +0100)]
nl.po update by Martin Tarenskeen.  Thanks!

14 years agoDoc: finish documenting vertical spacing.
Joe Neeman [Wed, 23 Dec 2009 00:58:33 +0000 (16:58 -0800)]
Doc: finish documenting vertical spacing.

14 years agoDoc: change some warnings to knownissues.
Joe Neeman [Tue, 22 Dec 2009 23:28:56 +0000 (15:28 -0800)]
Doc: change some warnings to knownissues.

14 years agoDoc -- Learning -- typo: extra space
Carl Sorensen [Wed, 23 Dec 2009 01:22:57 +0000 (18:22 -0700)]
Doc -- Learning -- typo: extra space

14 years agoDoc: Learning: Add info requiring version statement
Carl Sorensen [Wed, 23 Dec 2009 01:10:27 +0000 (18:10 -0700)]
Doc: Learning: Add info requiring version statement

14 years agoWeb-es: translation of Community
Francisco Vila [Wed, 23 Dec 2009 00:21:49 +0000 (01:21 +0100)]
Web-es: translation of Community

14 years agoWeb-es: apply translationof and add manuals page
Francisco Vila [Tue, 22 Dec 2009 18:55:04 +0000 (19:55 +0100)]
Web-es: apply translationof and add manuals page

14 years agoTranslation build: no more capital-letter html files for web.
Graham Percival [Tue, 22 Dec 2009 16:07:10 +0000 (16:07 +0000)]
Translation build: no more capital-letter html files for web.

14 years agoWeb build: no more capital-letter filenames.
Graham Percival [Tue, 22 Dec 2009 16:05:39 +0000 (16:05 +0000)]
Web build: no more capital-letter filenames.

14 years agoDoc - Contributor -- Add @version to texinfo syntax
Carl Sorensen [Tue, 22 Dec 2009 15:49:06 +0000 (08:49 -0700)]
Doc - Contributor -- Add @version to texinfo syntax

14 years agoFinally fix ties in MIDI
Reinhold Kainhofer [Sat, 12 Dec 2009 16:02:12 +0000 (17:02 +0100)]
Finally fix ties in MIDI

Fix the memory corruption issues I had by renaming the data structure
(shadowing was causing the corruption!).

Also fix the Issue found by Hu Haipeng that a note ending in one
voice would terminate all ongoing ties in all other notes, since so
far the code never checked whether the starting note of the tie was
still going on.

Also, use the correct moment comparison (remove if the end moment is
lower **or equal** to the moment that has just been processed).

14 years agoWeb: Thinko.
Mark Polesky [Tue, 22 Dec 2009 15:37:39 +0000 (07:37 -0800)]
Web: Thinko.

14 years agoDoc: Do not confuse status script
Francisco Vila [Tue, 22 Dec 2009 10:26:21 +0000 (11:26 +0100)]
Doc: Do not confuse status script

Dirty hack; it would be better to fix the script itself or to adopt a better convention

14 years agoDoc-es: fill in translator name and Git hash
Francisco Vila [Tue, 22 Dec 2009 09:18:01 +0000 (10:18 +0100)]
Doc-es: fill in translator name and Git hash

14 years agoWeb: Fix download links.
Mark Polesky [Tue, 22 Dec 2009 01:45:11 +0000 (17:45 -0800)]
Web: Fix download links.

14 years agoDocs-hu: Fix typos and some inconsistent formatting and content
Dénes Harmath [Mon, 21 Dec 2009 08:53:28 +0000 (09:53 +0100)]
Docs-hu: Fix typos and some inconsistent formatting and content

14 years agoMerge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond
John Mandereau [Mon, 21 Dec 2009 23:50:50 +0000 (00:50 +0100)]
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond

14 years agoFix Tracker 918
Ian Hulin [Mon, 21 Dec 2009 23:17:49 +0000 (23:17 +0000)]
Fix Tracker 918

Add extra RemoveEmpty*StaffContext functions to support
"Frenched" scores with DrumStaff, TabStaff and RhythmicStaff staves.

Add new definitions in ly/engraver-int.ly and new regression tests.

14 years agoweb: Optimize Spanish PNGs
Francisco Vila [Mon, 21 Dec 2009 23:02:49 +0000 (00:02 +0100)]
web: Optimize Spanish PNGs

14 years agoLSR: Update.
Neil Puttock [Mon, 21 Dec 2009 22:33:57 +0000 (22:33 +0000)]
LSR: Update.

14 years agomakelsr.py: Fix @qq{} substitution in doctitles.
Neil Puttock [Mon, 21 Dec 2009 22:35:52 +0000 (22:35 +0000)]
makelsr.py: Fix @qq{} substitution in doctitles.

14 years agomakelsr.py: Normalize titles when updating locally.
Neil Puttock [Mon, 21 Dec 2009 21:41:58 +0000 (21:41 +0000)]
makelsr.py: Normalize titles when updating locally.

14 years agoWeb: Update authors list.
Mark Polesky [Mon, 21 Dec 2009 22:45:09 +0000 (14:45 -0800)]
Web: Update authors list.

14 years agoChord repetition: \relative mode, cautionary accidentals
Nicolas Sceaux [Thu, 3 Dec 2009 10:44:10 +0000 (11:44 +0100)]
Chord repetition: \relative mode, cautionary accidentals

\relative mode: Introduce a new RepeatedChord music type, which element
property is the copied chord (as produced by the chord repetition function).
Define a relative callback for repeated chords, which avoids
octaviation of repeated chords, by modifying the first note octave
before applying the octave relativization.

Only memorize <..> chords.

When copying a chord, unset cautionary and forced accidental (fix #925).