]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
14 years agoImprove output of LSR snippets in PDF.
Werner Lemberg [Sun, 15 Feb 2009 07:22:37 +0000 (08:22 +0100)]
Improve output of LSR snippets in PDF.

lilypond-book.py (output_texinfo): Always put @lydoctitle into a separate
paragraph.
(cherry picked from commit cccfe67250f23f317a1fb343bb727051174d4e5a)

14 years agoRevert texi2html to OPTIONAL: only needed for building web. Fixes gub3 build.
Jan Nieuwenhuizen [Sun, 8 Feb 2009 17:50:32 +0000 (18:50 +0100)]
Revert texi2html to OPTIONAL: only needed for building web.  Fixes gub3 build.
(cherry picked from commit 0364058d18eb91836302a567c18289209d6e9706)

14 years agoRemove support for HTML output by makeinfo
John Mandereau [Thu, 5 Feb 2009 10:27:18 +0000 (11:27 +0100)]
Remove support for HTML output by makeinfo
(cherry picked from commit 3b4077d10004e5bcf50c1ffd87d1bc1be7f65061)

14 years agoDocs: make Snippets TOC effective and split Contributors' Guide at sections
John Mandereau [Wed, 4 Feb 2009 22:23:09 +0000 (23:23 +0100)]
Docs: make Snippets TOC effective and split Contributors' Guide at sections

* make Snippets TOC anchors for individual snippets effective by creating
nodes for each snippet; this produces a lot of duplicate nodes but
it works in texi2html; support for makeinfo should be dropped
after this change though;

* add support for splitting HTML Texinfo output at section level;
thanks to Reinhold Kainhofer for the idea and a part of the patch.
(cherry picked from commit 2225db4c97bf1d842860658874d66b54ef3c8f5d)

14 years agoTexi2html: Add german translation for link back to docs overview
Reinhold Kainhofer [Sun, 1 Feb 2009 17:52:48 +0000 (18:52 +0100)]
Texi2html: Add german translation for link back to docs overview
(cherry picked from commit a98578703f2895564f0cc9721c17d30d3f385c9d)

14 years agoFix #655.
Neil Puttock [Tue, 21 Apr 2009 22:08:26 +0000 (23:08 +0100)]
Fix #655.

- check that an engraver exists before an attempt is made to remove
it within a \with block

- use warning () instead of error () so that compilation can continue
even when an unknown translator is detected
(cherry picked from commit 4d193df8196c33871ceb48756c55edd1b1079fbd)

14 years agoFix #733.
Neil Puttock [Tue, 21 Apr 2009 21:41:16 +0000 (22:41 +0100)]
Fix #733.

- when testing whether a pitch matches the key signature, try using
keySignature if no match is found in localKeySignature

- move check_pitch_against_signature () and related code to SCM,
passing context instead of localKeySignature

- remove ly:find-accidentals-simple
(cherry picked from commit f40d49de1cc111dcbd0795245cb9b88256db0c57)

14 years agoFix define-markup error messages
Carl Sorensen [Sat, 2 May 2009 01:53:34 +0000 (19:53 -0600)]
Fix define-markup error messages
(cherry picked from commit c86e7e0d4b88cb78386ea6b4828d5568ce87bdc1)

14 years agoChange fingering for predefined D chord
Carl Sorensen [Sat, 18 Apr 2009 21:26:38 +0000 (15:26 -0600)]
Change fingering for predefined D chord
(cherry picked from commit 3cc52d184dccf87c81169933feb3663fac9094c8)

14 years agoFix #328: Add dots to support of RH fingerings, if found.
Neil Puttock [Thu, 16 Apr 2009 20:17:08 +0000 (21:17 +0100)]
Fix #328: Add dots to support of RH fingerings, if found.
(cherry picked from commit 721ccbad00c4d44a552942270f54177a0c7eb78e)

14 years agoDefault MIDI Note-On/Off velocity output.
Martin Tarenskeen [Thu, 9 Apr 2009 08:34:42 +0000 (10:34 +0200)]
Default MIDI Note-On/Off velocity output.

Note-On: velocity=127 lowered to 90 = mezzoforte
Note-Off: common practice in the MIDI world is to
use Note-On messages with velocity=0 instead.
(cherry picked from commit 7a63a88f2a3a1534dfcf7d1d50eea581b029a4c0)

14 years agoFix #670: Chained trills
Neil Puttock [Sat, 11 Apr 2009 12:15:08 +0000 (13:15 +0100)]
Fix #670: Chained trills

- if trill spanner isn't stopped using \stopTrillSpan, make next
start-span right bound.

- for trill spans on last note of final system, don't end on final
musical column, since it will extend beyond the last breakable column.
(cherry picked from commit 3b6df457322096b87cf6af599cf2c6e04989e94d)

14 years agoFix error message in define-markup-function
Carl Sorensen [Sat, 11 Apr 2009 19:33:23 +0000 (13:33 -0600)]
Fix error message in define-markup-function

There was a syntax error in markup.scm
Also, ly_error would not pass the arguments to simple-format properly
if rest was a list in the scheme side (as in define-markup-function).
Therefore, if the format args are a list, get the car of rest in
ly_error so the args can be passed properly.
(cherry picked from commit bc41f1ab4e112d7a75f7d3feb62589124d283fec)

14 years agoMusicXML: Allow dominant-seventh chord, even though MusicXML doesn't specify it
Reinhold Kainhofer [Fri, 3 Apr 2009 15:58:04 +0000 (17:58 +0200)]
MusicXML: Allow dominant-seventh chord, even though MusicXML doesn't specify it
(cherry picked from commit 6739bb60eee5b748396ee1f0a78053a0b23ea5d8)

14 years agoDocs: NR 1.6.2 - remove @knownissue for barline positioning.
Neil Puttock [Mon, 30 Mar 2009 23:06:55 +0000 (00:06 +0100)]
Docs: NR 1.6.2 - remove @knownissue for barline positioning.

Fixed in 2.11.52.
(cherry picked from commit 62cfb700c6ac6e214d2ed101414abb74aac218f9)

14 years agoRemove last traces of 'no-spacing-rods & add convert rule.
Neil Puttock [Mon, 30 Mar 2009 22:39:57 +0000 (23:39 +0100)]
Remove last traces of 'no-spacing-rods & add convert rule.
(cherry picked from commit fd2bf95bd14fa184b933a5e6f805600f06fd6ed9)

14 years agoFix merging misalignment for special case involving 8ths & half notes.
Neil Puttock [Wed, 25 Mar 2009 00:08:27 +0000 (00:08 +0000)]
Fix merging misalignment for special case involving 8ths & half notes.

- if merging is possible, correct stem attachment for eighth notes
(or shorter) in upper voice when combined with half notes in lower voice.
- tidy code.
(cherry picked from commit 90a1bbf4556332a9d39c1b485c0ef823e4a2106d)

14 years agoAdd reference to Help page on website to initial Windows file
Carl Sorensen [Tue, 24 Mar 2009 22:51:22 +0000 (16:51 -0600)]
Add reference to Help page on website to initial Windows file
(cherry picked from commit 1c6c2ae8f5321b009f35b5f1a5dcfa0b322b3e28)

14 years agoMake fc-match prefer Type 1 over TTF for NCSB files
John Mandereau [Fri, 20 Mar 2009 08:56:21 +0000 (09:56 +0100)]
Make fc-match prefer Type 1 over TTF for NCSB files

This fixes font selection on some Debian systems with a Canorus
package that installs NCSB in TTF format, which makes fc-match prefer
TTF over Type 1 (reported by David Kastrup).  Setting the foundry
field to "urw" restores fc-match selection of Type 1.
(cherry picked from commit a9fecbead73824c3f02364be830980e4e2b4470c)

14 years agoMusicXML: Install the .zip file containing the test suite, too.
Reinhold Kainhofer [Thu, 19 Mar 2009 14:34:30 +0000 (15:34 +0100)]
MusicXML: Install the .zip file containing the test suite, too.
(cherry picked from commit dcb9538ba7cfe66b1cf0e47a65ea6dce5085b673)

14 years agoError message nitpicks.
Neil Puttock [Tue, 17 Mar 2009 21:22:58 +0000 (21:22 +0000)]
Error message nitpicks.
(cherry picked from commit 8220c531862530fd32c908c4ac1cb4f9e463f7d7)

14 years agoFix 763 Fretboards don't transpose properly
Carl Sorensen [Sun, 15 Mar 2009 03:34:58 +0000 (21:34 -0600)]
Fix 763 Fretboards don't transpose properly

A transpose that took a chord out of the default octave broke the
default fretboards.

The code is now modified to look both an octave up and an octave down
from the given octave if no entry is found for the given octave.
(cherry picked from commit 9bf6dcaf6ca27f7141ec825bb3569de8a5090dbb)

14 years agoancient typo
Trevor Daniels [Fri, 6 Mar 2009 23:02:06 +0000 (23:02 +0000)]
ancient typo
(cherry picked from commit cc7671d663d3bddd32bd5f8d8bce48da742dfcc4)

14 years agoCSS: Fix invalid CSS padding
Reinhold Kainhofer [Thu, 5 Mar 2009 16:46:00 +0000 (17:46 +0100)]
CSS: Fix invalid CSS padding
(cherry picked from commit e95a2341fec18db30c8046e9e2ee953733d9b9cc)

14 years agoCorrect broken regression test.
Neil Puttock [Fri, 6 Mar 2009 01:23:51 +0000 (01:23 +0000)]
Correct broken regression test.
(cherry picked from commit ad264e909d2e6fce9b2cf25aa6a63f5877e7d8a5)

14 years agoThis fixes an endless loop in duration.cc:67.
Michael Käppler [Sat, 28 Feb 2009 09:20:38 +0000 (10:20 +0100)]
This fixes an endless loop in duration.cc:67.

The loop occurred when Duration::Duration(Rational r, bool scale) was called
with r.num() >= 2 * r.den(), f.e. the duration of a longa: r.num = 2,
r.den = 1. If k < 0, the left-shifting-operator << returns an undefined value
instead of right-shifting bits. The fix introduces a new function
shift_left() in misc.hh, which behaves different.
(cherry picked from commit 2a2eb61cf2f92967a1c6d5d872db1c906b2c2e73)

14 years agochange SeparationItem @example to NonMusicalPaperColumn
Jonathan Kulp [Sun, 1 Mar 2009 14:47:38 +0000 (08:47 -0600)]
change SeparationItem @example to NonMusicalPaperColumn
(cherry picked from commit 4c38eca0b8b6e9015a6946a7daaeacf2213f5cb7)

14 years agoFix vertical alignment of FretBoards
Carl Sorensen [Sat, 7 Feb 2009 22:53:38 +0000 (15:53 -0700)]
Fix vertical alignment of FretBoards

The origin of the fret diagram will be at fret zero, string 1.
The x alignment is adjusted to put the fret diagram over a note
for the fret diagram markup.  The y alignment used to be centered,
but now it is not adjusted during creation of the grob.

Add regression test for fret board alignment
(cherry picked from commit c9457c9c0556da32dac4f07e8cc8236656120eb4)

14 years agoFix broken link to Developers Resources page
John Mandereau [Wed, 4 Feb 2009 08:29:36 +0000 (09:29 +0100)]
Fix broken link to Developers Resources page
(cherry picked from commit 8d404bfd21cc662be405ad06a3f391fac9d598ae)

14 years agoAdd a regression test for paper column padding.
Joe Neeman [Mon, 2 Feb 2009 06:40:00 +0000 (22:40 -0800)]
Add a regression test for paper column padding.
(cherry picked from commit 17666b615d2c3ac0f2aed9266f74cb75f2a1a3ee)

14 years agoActually read 'padding for paper columns.
Joe Neeman [Mon, 2 Feb 2009 06:19:18 +0000 (22:19 -0800)]
Actually read 'padding for paper columns.
(cherry picked from commit 35db77b06dc96ec680668dfb70b17cdc56c5f24f)

14 years agoMusicXML: Fix slurs in grace notes
Reinhold Kainhofer [Fri, 30 Jan 2009 18:43:21 +0000 (19:43 +0100)]
MusicXML: Fix slurs in grace notes

14 years agoBump stable version
Patrick McCarty [Wed, 15 Jul 2009 22:34:34 +0000 (15:34 -0700)]
Bump stable version

14 years agostepmake/aclocal.m4: --srcdir tarball build fix: include <src-dir>/lily/out.
Jan Nieuwenhuizen [Thu, 9 Jul 2009 14:37:07 +0000 (16:37 +0200)]
stepmake/aclocal.m4: --srcdir tarball build fix: include <src-dir>/lily/out.

Our tarballs ship lily/out/parser.hh, which cannot be found when doing
a srcdir build.  We never found out, because GUB only built from GIT,
apparently.

15 years agoToplevel dist: regenerate and include ChangeLog, RELEASE-COMMIT.
Jan Nieuwenhuizen [Mon, 8 Jun 2009 14:58:58 +0000 (16:58 +0200)]
Toplevel dist: regenerate and include ChangeLog, RELEASE-COMMIT.

Fixes unstampedness of tarballs, which can make things especially
hairy for packagers/distributors when eg lilypond-2.12.2 is happens
to be released from MASTER instead of stable/2.12.

15 years agoLily-conformity nitpick: use char const instead of const char.
Jan Nieuwenhuizen [Mon, 8 Jun 2009 08:31:35 +0000 (10:31 +0200)]
Lily-conformity nitpick: use char const instead of const char.

15 years agoFix compile for GCC 4.4
Patrick McCarty [Thu, 28 May 2009 07:50:29 +0000 (00:50 -0700)]
Fix compile for GCC 4.4

Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
15 years agoDocs: update translations status release/2.12.2-1
John Mandereau [Sat, 24 Jan 2009 01:00:14 +0000 (02:00 +0100)]
Docs: update translations status

15 years agoDocs: disable Texinfo->PDF for Japanese translation
John Mandereau [Sat, 24 Jan 2009 00:58:20 +0000 (01:58 +0100)]
Docs: disable Texinfo->PDF for Japanese translation

15 years agoFix GCC 4.3.0 warnings about parentheses and braces
John Mandereau [Mon, 5 Jan 2009 11:32:38 +0000 (12:32 +0100)]
Fix GCC 4.3.0 warnings about parentheses and braces

15 years agoDoc-es: small update.
Francisco Vila [Thu, 22 Jan 2009 14:29:14 +0000 (15:29 +0100)]
Doc-es: small update.

15 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Thu, 22 Jan 2009 14:24:40 +0000 (15:24 +0100)]
Merge branch 'master' into lilypond/translation

15 years agoMusicXML: Dolet 3.5 creates broken MusicXML files
Erlend Aasland [Wed, 21 Jan 2009 11:17:05 +0000 (12:17 +0100)]
MusicXML: Dolet 3.5 creates broken MusicXML files

15 years agoprogramming-work: remove reference to non-existsing node.
Jan Nieuwenhuizen [Tue, 20 Jan 2009 11:38:28 +0000 (12:38 +0100)]
programming-work: remove reference to non-existsing node.

15 years agoDo not eat help2man error output. Helps debugging.
Jan Nieuwenhuizen [Tue, 20 Jan 2009 10:22:32 +0000 (11:22 +0100)]
Do not eat help2man error output.  Helps debugging.

15 years agoUse env INTERPRETER iso script's #! for help2man generation - fixes gub3 doc.
Jan Nieuwenhuizen [Tue, 20 Jan 2009 10:22:05 +0000 (11:22 +0100)]
Use env INTERPRETER iso script's #! for help2man generation - fixes gub3 doc.

15 years agoDisable ja in langdefs.py - fixes web.
Jan Nieuwenhuizen [Tue, 20 Jan 2009 10:30:32 +0000 (11:30 +0100)]
Disable ja in langdefs.py - fixes web.

15 years agoDoc -- add info to programming.itexi
Carl Sorensen [Tue, 20 Jan 2009 02:32:00 +0000 (19:32 -0700)]
Doc -- add info to programming.itexi

15 years agoDuh, fix typo fix.
Jan Nieuwenhuizen [Mon, 19 Jan 2009 20:14:51 +0000 (21:14 +0100)]
Duh, fix typo fix.

15 years agoTypo, fixes web.
Jan Nieuwenhuizen [Mon, 19 Jan 2009 20:11:46 +0000 (21:11 +0100)]
Typo, fixes web.

15 years agoUse shell invocation $$() rather than make invocation $(shell ).
Jan Nieuwenhuizen [Mon, 19 Jan 2009 15:44:11 +0000 (16:44 +0100)]
Use shell invocation $$() rather than make invocation $(shell ).

Fixes info symlinks when installing from --srcdir, ie: GUB3.

15 years agoDoc -- update git instructions by Jon Kulp
Carl Sorensen [Mon, 19 Jan 2009 14:45:24 +0000 (07:45 -0700)]
Doc -- update git instructions by Jon Kulp

15 years agoDoc-es: full update from Master.
Francisco Vila [Mon, 19 Jan 2009 08:45:17 +0000 (09:45 +0100)]
Doc-es: full update from Master.

15 years agoFix typos in documentation.
Carl Sorensen [Mon, 19 Jan 2009 05:12:25 +0000 (22:12 -0700)]
Fix typos in documentation.

15 years agoMerge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond
Carl Sorensen [Mon, 19 Jan 2009 05:07:18 +0000 (22:07 -0700)]
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond

15 years agoDocs -- Added docstrings to predefined
andrew [Fri, 9 Jan 2009 19:18:48 +0000 (12:18 -0700)]
Docs -- Added docstrings to predefined

15 years agoAdd ja to langdefs.py - this distributes JA too.
Han-Wen Nienhuys [Mon, 19 Jan 2009 01:40:38 +0000 (23:40 -0200)]
Add ja to langdefs.py - this distributes JA too.

15 years agoDo not dist non-existent ChangeLog.
Han-Wen Nienhuys [Mon, 19 Jan 2009 01:33:09 +0000 (23:33 -0200)]
Do not dist non-existent ChangeLog.

15 years agoDoc-de: fix linkage
Till Paala [Sun, 18 Jan 2009 16:17:51 +0000 (18:17 +0200)]
Doc-de: fix linkage

15 years agoDoc-de: update commitishes
Till Paala [Sat, 17 Jan 2009 17:14:21 +0000 (19:14 +0200)]
Doc-de: update commitishes

15 years agoDoc-de: updates from master
Till Paala [Sat, 17 Jan 2009 17:07:09 +0000 (19:07 +0200)]
Doc-de: updates from master

15 years agoCG -- Add draft of debugging information
Carl Sorensen [Sat, 17 Jan 2009 00:08:19 +0000 (17:08 -0700)]
CG -- Add draft of debugging information

15 years agoDoc: Update Contributors Guide
Carl Sorensen [Fri, 16 Jan 2009 22:47:06 +0000 (15:47 -0700)]
Doc: Update Contributors Guide

Add information from README-devel.txt to CG.

Proofreading and minor changes on documentation standards

15 years ago'make web' compile fix
Valentin Villenave [Fri, 16 Jan 2009 20:34:14 +0000 (21:34 +0100)]
'make web' compile fix

15 years agoAdd Rhythmic_column_engraver to Voice context. Fixes column warning.
Jan Nieuwenhuizen [Fri, 16 Jan 2009 19:21:21 +0000 (20:21 +0100)]
Add Rhythmic_column_engraver to Voice context.  Fixes column warning.

15 years agoRevert "Remove Rest_collision_engraver in changing-defaults example to avoid segfault."
Jan Nieuwenhuizen [Fri, 16 Jan 2009 19:14:42 +0000 (20:14 +0100)]
Revert "Remove Rest_collision_engraver in changing-defaults example to avoid segfault."

This reverts commit d04f0473d9a0397e088d4ee9a7a0575646cf2a71.

15 years agoRevert "Remove Rest_collision_engraver also in fr, es translations."
Jan Nieuwenhuizen [Fri, 16 Jan 2009 19:14:36 +0000 (20:14 +0100)]
Revert "Remove Rest_collision_engraver also in fr, es translations."

This reverts commit 3ca5a087fa91bfc63dee5d6456536e894bc29afb.

15 years agoFix segfault in Rest_collision_engraver if there is no NoteColumn.
Joe Neeman [Fri, 16 Jan 2009 17:54:17 +0000 (09:54 -0800)]
Fix segfault in Rest_collision_engraver if there is no NoteColumn.

15 years agoUnexpand $prefix, $dataroot from infodir, mandir etc.
Jan Nieuwenhuizen [Fri, 16 Jan 2009 17:31:20 +0000 (18:31 +0100)]
Unexpand $prefix, $dataroot from infodir, mandir etc.

15 years agoRemove Rest_collision_engraver also in fr, es translations.
Jan Nieuwenhuizen [Fri, 16 Jan 2009 15:48:05 +0000 (16:48 +0100)]
Remove Rest_collision_engraver also in fr, es translations.

15 years agoRemove Rest_collision_engraver in changing-defaults example to avoid segfault.
Jan Nieuwenhuizen [Fri, 16 Jan 2009 15:03:51 +0000 (16:03 +0100)]
Remove Rest_collision_engraver in changing-defaults example to avoid segfault.

15 years agoDon't use DOCUMENTATION_INCLUDES, that's used by texi2html too which wants --I.
Jan Nieuwenhuizen [Fri, 16 Jan 2009 13:57:18 +0000 (14:57 +0100)]
Don't use DOCUMENTATION_INCLUDES, that's used by texi2html too which wants --I.

15 years agoAdd build/out include for building lilypond.pdf. Fixes doc build.
Jan Nieuwenhuizen [Fri, 16 Jan 2009 13:23:37 +0000 (14:23 +0100)]
Add build/out include for building lilypond.pdf.  Fixes doc build.

./lilypond.texi:185: I can't find file `changing-defaults.texi'.

15 years agoDoc-es: Fix links.
Francisco Vila [Fri, 16 Jan 2009 09:26:03 +0000 (10:26 +0100)]
Doc-es: Fix links.

15 years agoNicer fix for 59.
Joe Neeman [Thu, 15 Jan 2009 06:06:49 +0000 (22:06 -0800)]
Nicer fix for 59.

Use busyGrobs instead of keeping track within the Rest_collision_engraver.

15 years agoFix compile
Patrick McCarty [Fri, 16 Jan 2009 05:10:58 +0000 (21:10 -0800)]
Fix compile

Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
15 years agoMerge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
Werner Lemberg [Thu, 15 Jan 2009 16:47:34 +0000 (17:47 +0100)]
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond

15 years agoMinor documentation improvements.
Werner Lemberg [Thu, 15 Jan 2009 16:46:17 +0000 (17:46 +0100)]
Minor documentation improvements.

Formatting.

15 years agoweb-install: Also/always add relative link for lilypond-snippets Info images.
Jan Nieuwenhuizen [Thu, 15 Jan 2009 16:02:34 +0000 (17:02 +0100)]
web-install: Also/always add relative link for lilypond-snippets Info images.

15 years agoMusicXML: Add a command line option to not convert exact rest positioning
Reinhold Kainhofer [Thu, 15 Jan 2009 15:07:15 +0000 (16:07 +0100)]
MusicXML: Add a command line option to not convert exact rest positioning

15 years agoMerge branch 'master' of ssh://gpercival@git.sv.gnu.org/srv/git/lilypond
Graham Percival [Thu, 15 Jan 2009 14:16:19 +0000 (22:16 +0800)]
Merge branch 'master' of ssh://gpercival@git.sv.gnu.org/srv/git/lilypond

15 years agoMerge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Thu, 15 Jan 2009 13:22:00 +0000 (14:22 +0100)]
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

15 years agoMerge branch 'master' of ssh://gpercival@git.sv.gnu.org/srv/git/lilypond
Graham Percival [Thu, 15 Jan 2009 13:19:35 +0000 (21:19 +0800)]
Merge branch 'master' of ssh://gpercival@git.sv.gnu.org/srv/git/lilypond

15 years agoFinish doc chapter of CG.
Graham Percival [Thu, 15 Jan 2009 13:11:33 +0000 (21:11 +0800)]
Finish doc chapter of CG.

15 years agoNitpick: move web-install/web-uninstall help together.
Jan Nieuwenhuizen [Thu, 15 Jan 2009 13:10:43 +0000 (14:10 +0100)]
Nitpick: move web-install/web-uninstall help together.

15 years agoMerge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/lilypond
Jan Nieuwenhuizen [Thu, 15 Jan 2009 12:58:45 +0000 (13:58 +0100)]
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/lilypond

15 years agoAdd rsync requirement for building documentation.
Jan Nieuwenhuizen [Thu, 15 Jan 2009 12:58:27 +0000 (13:58 +0100)]
Add rsync requirement for building documentation.

15 years agoweb-install: do not install signature files.
Jan Nieuwenhuizen [Thu, 15 Jan 2009 12:56:12 +0000 (13:56 +0100)]
web-install: do not install signature files.

15 years agoMerge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Thu, 15 Jan 2009 07:00:22 +0000 (08:00 +0100)]
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

15 years agoFix 441.
Joe Neeman [Thu, 8 Jan 2009 02:28:55 +0000 (13:28 +1100)]
Fix 441.

Make the extra space for a full measure configurable.

15 years agoAdd a regression test for bug 59.
Joe Neeman [Thu, 15 Jan 2009 01:07:09 +0000 (17:07 -0800)]
Add a regression test for bug 59.

15 years agoMerge commit 'origin' into rest-collisions2
Joe Neeman [Thu, 15 Jan 2009 01:06:47 +0000 (17:06 -0800)]
Merge commit 'origin' into rest-collisions2

15 years agoFix 59.
Joe Neeman [Wed, 14 Jan 2009 19:11:44 +0000 (11:11 -0800)]
Fix 59.

Keep track of note durations in the rest-collision-engraver.

15 years agoDoc-fr: unfretted strings update
Matthieu Jacquot [Wed, 14 Jan 2009 22:22:26 +0000 (23:22 +0100)]
Doc-fr: unfretted strings update

15 years agoDoc-fr: unfretted strings update
Matthieu Jacquot [Wed, 14 Jan 2009 22:22:26 +0000 (23:22 +0100)]
Doc-fr: unfretted strings update

15 years agoAdd _cv_ to stepmake cache vars. Fixes autoconf warnings.
Jan Nieuwenhuizen [Wed, 14 Jan 2009 19:15:11 +0000 (20:15 +0100)]
Add _cv_ to stepmake cache vars.  Fixes autoconf warnings.

15 years agoUpdate versions in install.itely.
Jan Nieuwenhuizen [Wed, 14 Jan 2009 19:03:46 +0000 (20:03 +0100)]
Update versions in install.itely.

15 years agoFix version in README.
Jan Nieuwenhuizen [Wed, 14 Jan 2009 19:03:28 +0000 (20:03 +0100)]
Fix version in README.

15 years agoConsistency nitpicks in AUTHORS.
Jan Nieuwenhuizen [Wed, 14 Jan 2009 19:03:20 +0000 (20:03 +0100)]
Consistency nitpicks in AUTHORS.

15 years agoDoc-es: Fix absurd links.
Francisco Vila [Wed, 14 Jan 2009 14:29:28 +0000 (15:29 +0100)]
Doc-es: Fix absurd links.