]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
14 years agoPoint-and-click (GVIM): use column instead of char
Patrick McCarty [Mon, 26 Oct 2009 16:50:50 +0000 (09:50 -0700)]
Point-and-click (GVIM): use column instead of char

14 years agoFix error message output containing wide chars
Patrick McCarty [Thu, 22 Oct 2009 10:01:09 +0000 (03:01 -0700)]
Fix error message output containing wide chars

Before this commit, error message output containing multibyte characters
would be displayed incorrectly for en_US.ISO-88591, en_US.UTF-8, and
other standard locales.

The characters were being split because the character count only
increased by one at the end of a loop iteration.  It is necessary to
account for characters that are 2, 3, or 4 bytes wide, and this commit
(mostly) fixes that problem.

Note that this is a temporary workaround.  Eventually, we should use
routines that are not locale-dependent, since the only information we
need is the size of each UTF-8 character.

14 years agoWeb: fix link to regtests.
Graham Percival [Mon, 26 Oct 2009 10:39:27 +0000 (10:39 +0000)]
Web: fix link to regtests.

14 years agoAdd missing documentation strings in property-init.ly and music-functions-init.ly.
Ian Hulin [Sun, 25 Oct 2009 22:42:37 +0000 (22:42 +0000)]
Add missing documentation strings in property-init.ly and music-functions-init.ly.

14 years agoWeb: add Denemo screenshot and blurb, thanks Ian!
Graham Percival [Sun, 25 Oct 2009 14:08:19 +0000 (14:08 +0000)]
Web: add Denemo screenshot and blurb, thanks Ian!

14 years agoWeb: add text for emacs and vim, thanks Ian!
Graham Percival [Sat, 24 Oct 2009 23:02:38 +0000 (00:02 +0100)]
Web: add text for emacs and vim, thanks Ian!

14 years agoDoc: CG: clarify location of built docs.
Graham Percival [Fri, 23 Oct 2009 18:33:33 +0000 (19:33 +0100)]
Doc: CG: clarify location of built docs.

14 years agoDoc build: simplify sed rule.
Graham Percival [Fri, 23 Oct 2009 18:26:54 +0000 (19:26 +0100)]
Doc build: simplify sed rule.

This might fix Carl's problem in
http://lists.gnu.org/archive/html/lilypond-devel/2009-10/msg00201.html

14 years agoFix detail in welcome prompt for windows users.
Graham Percival [Fri, 23 Oct 2009 18:22:35 +0000 (19:22 +0100)]
Fix detail in welcome prompt for windows users.

14 years agoMusicXML: Fix which durations can be expressed with dots and which can't
Reinhold Kainhofer [Thu, 22 Oct 2009 14:14:58 +0000 (16:14 +0200)]
MusicXML: Fix which durations can be expressed with dots and which can't

14 years agoMusicXML: Get rid of trailing spaces
Reinhold Kainhofer [Thu, 22 Oct 2009 14:14:16 +0000 (16:14 +0200)]
MusicXML: Get rid of trailing spaces

14 years agoBump version.
Graham Percival [Thu, 22 Oct 2009 11:30:41 +0000 (12:30 +0100)]
Bump version.

14 years agoDocs: update translations status
John Mandereau [Thu, 22 Oct 2009 00:11:00 +0000 (02:11 +0200)]
Docs: update translations status

14 years agoDocs: fix translations status generation script
John Mandereau [Thu, 22 Oct 2009 00:10:36 +0000 (02:10 +0200)]
Docs: fix translations status generation script

14 years agoadded new automatic accidental behaviours: neo-modern-voice and neo-modern-voice...
Frederic Bron [Thu, 15 Oct 2009 21:00:30 +0000 (23:00 +0200)]
added new automatic accidental behaviours: neo-modern-voice and neo-modern-voice-cautionary

14 years agoRemove font-family defaults for AmbitusAccidental/Clef.
Neil Puttock [Wed, 21 Oct 2009 19:49:30 +0000 (20:49 +0100)]
Remove font-family defaults for AmbitusAccidental/Clef.

These prevent correct font selection when using an alternative music font.

14 years agoDocs: add makefiles and skeletons for Hungarian translation
John Mandereau [Wed, 21 Oct 2009 17:07:32 +0000 (19:07 +0200)]
Docs: add makefiles and skeletons for Hungarian translation

PDF build will be disabled until there is a proper txi-hu.tex file.

Also update lilypond doc PO.

14 years agoDocs: add Hungarian initial translation
Harmath Dénes [Wed, 21 Oct 2009 17:05:04 +0000 (19:05 +0200)]
Docs: add Hungarian initial translation

Converted to new docs format and structure by John.

14 years agoTranslated docs: minor improvement of node translation in source files
John Mandereau [Wed, 21 Oct 2009 16:58:51 +0000 (18:58 +0200)]
Translated docs: minor improvement of node translation in source files

14 years agoTranslated docs: clean out obsolete copies of macros files
John Mandereau [Wed, 21 Oct 2009 11:37:37 +0000 (13:37 +0200)]
Translated docs: clean out obsolete copies of macros files

14 years agoPartially fix documentation translation generation
John Mandereau [Wed, 21 Oct 2009 11:26:40 +0000 (13:26 +0200)]
Partially fix documentation translation generation

- generate Texinfo skeletons with @translationof;

- do not copy any file besides GNUmakefile and Texinfo skeletons into
new language directories -- for each such file, either it is common to
all languages or it needs to be translated, thus in either case it
should not be copied into the new language directory;

- do not create directories for nuts, they can be created later using
TRANSLATION_DIRS=newdir new-lang.

14 years agoDisable gonville font-switching regtest. release/2.13.6-1
Graham Percival [Wed, 21 Oct 2009 10:52:02 +0000 (11:52 +0100)]
Disable gonville font-switching regtest.

We can't rely on external software to pass the regtests!  If gonville is
going to be required for a clean compiling, then add it to ./configure.

14 years agoFix loading of the Aybabtu font
Patrick McCarty [Tue, 20 Oct 2009 16:44:30 +0000 (09:44 -0700)]
Fix loading of the Aybabtu font

14 years agoPrepare for adding alternative music font, set default font-family feta.
Jan Nieuwenhuizen [Tue, 20 Oct 2009 11:33:39 +0000 (13:33 +0200)]
Prepare for adding alternative music font, set default font-family feta.

This makes using alternative fetaMusic encoded music fonts, such
as Gonville, fairly easy.  See input/regression/gonville.ly.

14 years agoWeb: update text on Examples page.
Graham Percival [Mon, 19 Oct 2009 20:16:04 +0000 (21:16 +0100)]
Web: update text on Examples page.

14 years agoWeb: add orchestra example, thanks Hu Haipeng!
Graham Percival [Mon, 19 Oct 2009 20:15:24 +0000 (21:15 +0100)]
Web: add orchestra example, thanks Hu Haipeng!

14 years agoAdd a regression test for markup spacing.
Joe Neeman [Mon, 19 Oct 2009 19:10:27 +0000 (12:10 -0700)]
Add a regression test for markup spacing.

14 years agoSimplify in-code defaults for strechable space.
Joe Neeman [Mon, 19 Oct 2009 17:56:48 +0000 (10:56 -0700)]
Simplify in-code defaults for strechable space.

14 years agoFix tight spacing for markup lines.
Joe Neeman [Mon, 19 Oct 2009 17:55:46 +0000 (10:55 -0700)]
Fix tight spacing for markup lines.

14 years agoFix naming min-distance -> minimum-distance.
Joe Neeman [Mon, 19 Oct 2009 17:55:19 +0000 (10:55 -0700)]
Fix naming min-distance -> minimum-distance.

14 years agoDoc: point all manuals back to Manuals page, not main index.
Graham Percival [Mon, 19 Oct 2009 10:35:19 +0000 (11:35 +0100)]
Doc: point all manuals back to Manuals page, not main index.

14 years agoDoc: make Changes a split manual.
Graham Percival [Sun, 18 Oct 2009 23:03:37 +0000 (00:03 +0100)]
Doc: make Changes a split manual.

This fixes a broken link on the web page, and it's something we
want to do in the long term anyway.

14 years agoDoc build: fix URLs for @refs to/from general.
Graham Percival [Sun, 18 Oct 2009 19:13:47 +0000 (20:13 +0100)]
Doc build: fix URLs for @refs to/from general.

This is a bit ugly, but as far as I can see, it's the only way to
do it without seriously hacking the texi2html init file.

14 years agoRestore MIDI output for DrumStaff.
Neil Puttock [Sun, 18 Oct 2009 17:51:39 +0000 (18:51 +0100)]
Restore MIDI output for DrumStaff.

* fix percussion? predicate

* tidy indentation/comments

14 years agoTranslation build: start building general.texi in the right location.
Graham Percival [Sun, 18 Oct 2009 17:48:43 +0000 (18:48 +0100)]
Translation build: start building general.texi in the right location.

14 years agoTranslation build: stop building general.texi in the wrong place.
Graham Percival [Sun, 18 Oct 2009 16:43:32 +0000 (17:43 +0100)]
Translation build: stop building general.texi in the wrong place.

14 years agoDoc build: create general->index.html in a slightly more stepmake-esque way.
Graham Percival [Sun, 18 Oct 2009 01:02:58 +0000 (02:02 +0100)]
Doc build: create general->index.html in a slightly more stepmake-esque way.

14 years agoDoc build: fix broken xref.
Graham Percival [Sat, 17 Oct 2009 21:09:38 +0000 (22:09 +0100)]
Doc build: fix broken xref.

14 years agoDoc build: fix broken xrefs.
Graham Percival [Sat, 17 Oct 2009 21:09:25 +0000 (22:09 +0100)]
Doc build: fix broken xrefs.

14 years agoBuild: update hard-coded doc filenames for current files.
Graham Percival [Sat, 17 Oct 2009 20:28:39 +0000 (21:28 +0100)]
Build: update hard-coded doc filenames for current files.

14 years agoWeb: add pictures+text for lilypondtool and frescobaldi.
Graham Percival [Fri, 16 Oct 2009 22:40:19 +0000 (23:40 +0100)]
Web: add pictures+text for lilypondtool and frescobaldi.

14 years agoEnable MIDI output for tablature.
Neil Puttock [Fri, 16 Oct 2009 17:10:31 +0000 (18:10 +0100)]
Enable MIDI output for tablature.

* amend context definitions for TabStaff/TabVoice

* tidy code

14 years agotablature: fix problems with MultiMeasureRestNumber
Marc Hohl [Thu, 15 Oct 2009 06:06:57 +0000 (08:06 +0200)]
tablature: fix problems with MultiMeasureRestNumber

Make MultiMeasureRestNumber transparent in standard tablature.

14 years agoDoc build: fix clickability of examples.
Graham Percival [Thu, 15 Oct 2009 23:43:00 +0000 (00:43 +0100)]
Doc build: fix clickability of examples.

14 years agoDoc: compile fix.
Graham Percival [Thu, 15 Oct 2009 20:29:46 +0000 (21:29 +0100)]
Doc: compile fix.

14 years agoDoc: add Baerenreiter and Henle solo cello suites
Andrew Hawryluk [Thu, 15 Oct 2009 03:53:49 +0000 (21:53 -0600)]
Doc: add Baerenreiter and Henle solo cello suites

Added comparison of solo cello suite engravings to new essay with
high-res images, fixed cropping on Finale example.

14 years agoRemove commented out code
Reinhold Kainhofer [Wed, 14 Oct 2009 10:31:14 +0000 (12:31 +0200)]
Remove commented out code

14 years agoUpdate mailmap
Patrick McCarty [Tue, 13 Oct 2009 07:59:30 +0000 (00:59 -0700)]
Update mailmap

14 years agoWeb: optimize lily-home images
Patrick McCarty [Tue, 13 Oct 2009 07:44:19 +0000 (00:44 -0700)]
Web: optimize lily-home images

14 years agoWeb: Adjust the lily-home images too
Patrick McCarty [Tue, 13 Oct 2009 07:21:14 +0000 (00:21 -0700)]
Web: Adjust the lily-home images too

The original images had a height of 36px; these new images have a height
of 100px and simply fill the remaining space with the "terminating"
gradient colors.

I don't know if this is really what we want for the lily-home images,
but this is acceptable for now.

14 years agoWeb: Improve gradient appearance with text-only zoom
Patrick McCarty [Tue, 13 Oct 2009 07:06:54 +0000 (00:06 -0700)]
Web: Improve gradient appearance with text-only zoom

Make the images taller by extending the bottom-most gradient color.

14 years agoRevised tablature documentation
PLS [Sat, 26 Sep 2009 13:44:39 +0000 (15:44 +0200)]
Revised tablature documentation

14 years agoAdd padding between Lyrics and the following staff.
Joe Neeman [Mon, 12 Oct 2009 02:49:33 +0000 (19:49 -0700)]
Add padding between Lyrics and the following staff.

14 years agoFix 850.
Joe Neeman [Mon, 12 Oct 2009 02:19:59 +0000 (19:19 -0700)]
Fix 850.

When page breaking, take into account the padding before, after and between
titles.

14 years agoNew convert-ly rules ('forced-distance/Dynamics context).
Neil Puttock [Sat, 10 Oct 2009 22:51:23 +0000 (23:51 +0100)]
New convert-ly rules ('forced-distance/Dynamics context).

14 years agoWeb: various small reminders.
Graham Percival [Sat, 10 Oct 2009 21:25:55 +0000 (22:25 +0100)]
Web: various small reminders.

14 years agoWeb build: include links for source.
Graham Percival [Sat, 10 Oct 2009 21:21:29 +0000 (22:21 +0100)]
Web build: include links for source.

14 years agoCompile fix.
Neil Puttock [Sat, 10 Oct 2009 14:26:29 +0000 (15:26 +0100)]
Compile fix.

14 years agotablature enhancement: hammer on/pull off
Marc Hohl [Tue, 6 Oct 2009 08:01:33 +0000 (10:01 +0200)]
tablature enhancement: hammer on/pull off

By modifying the stems accordingly, they do not influence the
calculation of the slur control-points, so we minimize problems
using slurs in tablature.

The routine for minimizing the distance between the slur and the
fret number is still not ideal, but should work in most cases.

14 years agoDocs: Text: Remove @knownissues for RehearsalMark.
Neil Puttock [Fri, 9 Oct 2009 20:45:19 +0000 (21:45 +0100)]
Docs: Text: Remove @knownissues for RehearsalMark.

14 years agoLSR: Update.
Neil Puttock [Fri, 9 Oct 2009 20:37:04 +0000 (21:37 +0100)]
LSR: Update.

14 years agoWeb: rename headers.
Graham Percival [Fri, 9 Oct 2009 18:18:59 +0000 (19:18 +0100)]
Web: rename headers.

14 years agoDoc: work on essay benchmarking text
Andrew Hawryluk [Thu, 8 Oct 2009 03:32:25 +0000 (21:32 -0600)]
Doc: work on essay benchmarking text

14 years agoWeb: reinstate experimental new format. (please leave on)
Graham Percival [Tue, 6 Oct 2009 14:08:41 +0000 (15:08 +0100)]
Web: reinstate experimental new format.  (please leave on)

14 years agoUse correct lilypond version for regtests...
Reinhold Kainhofer [Thu, 8 Oct 2009 11:37:21 +0000 (13:37 +0200)]
Use correct lilypond version for regtests...

14 years agoAdd regtest for markup in figured bass with extender lines
Reinhold Kainhofer [Thu, 8 Oct 2009 11:33:43 +0000 (13:33 +0200)]
Add regtest for markup in figured bass with extender lines

14 years agoMake figured bass markup work when using extenders.
Neil Puttock [Sun, 14 Jun 2009 21:28:44 +0000 (22:28 +0100)]
Make figured bass markup work when using extenders.

This patch is originally by Neil Puttock <n.puttock@gmail.com>,
but it contained one small bug, which I fixed here, too:
In listen_bass_figure one needs to use && instead of || to check
for all ly_is_equal.

Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
14 years agoAllow unsetting Voice.instrumentCueName
Reinhold Kainhofer [Mon, 5 Oct 2009 12:43:36 +0000 (14:43 +0200)]
Allow unsetting Voice.instrumentCueName

Don't assume that Voice.instrumentCueName is a valid markup! If it is
empty (i.e. it has been manually unset), don't create an InstrumentSwitch
grob.

14 years agoMerge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Wed, 7 Oct 2009 13:14:26 +0000 (15:14 +0200)]
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

14 years agoFix #69 -- RehearsalMark visibility at end of score.
Neil Puttock [Tue, 6 Oct 2009 21:16:55 +0000 (22:16 +0100)]
Fix #69 -- RehearsalMark visibility at end of score.

14 years agoBuild: add Documentation/included/. (sorry)
Graham Percival [Tue, 6 Oct 2009 11:46:59 +0000 (12:46 +0100)]
Build: add Documentation/included/.  (sorry)

14 years agoNew `vspace' markup command, after Nicolas Sceaux
Valentin Villenave [Mon, 5 Oct 2009 22:03:35 +0000 (00:03 +0200)]
New `vspace' markup command, after Nicolas Sceaux

This commits adds a new builtin-markup-command,
as used by Nicolas in his scores.  This command
takes a positive number as argument, and makes
an invisible stencil of three times this number
(which is somehow equivalent to the vertical space
taken by a character).

The command definition includes a docstring and
an example, and changes.tely has been updated
accordingly.

14 years agoMerge branch 'master' into lilypond/translation
Jean-Charles Malahieude [Sun, 4 Oct 2009 17:41:55 +0000 (19:41 +0200)]
Merge branch 'master' into lilypond/translation

14 years agoDoc-fr: fundamental.itely
Jean-Charles Malahieude [Sun, 4 Oct 2009 16:31:41 +0000 (18:31 +0200)]
Doc-fr: fundamental.itely

synchronising

14 years agoDoc-fr: fundamental.itely
Jean-Charles Malahieude [Sun, 4 Oct 2009 16:31:41 +0000 (18:31 +0200)]
Doc-fr: fundamental.itely

synchronising

14 years agoWeb: stop using "help us" to track issues, since it doesn't work anyway.
Graham Percival [Sun, 4 Oct 2009 15:20:32 +0000 (16:20 +0100)]
Web: stop using "help us" to track issues, since it doesn't work anyway.

14 years agoRemove top-level input files.
Graham Percival [Sun, 4 Oct 2009 13:42:12 +0000 (14:42 +0100)]
Remove top-level input files.

14 years agoRemove mutopia.
Graham Percival [Sun, 4 Oct 2009 13:38:39 +0000 (14:38 +0100)]
Remove mutopia.

14 years agoDoc: move simply.ly into included, since it's required by markup-commands.tely
Graham Percival [Sun, 4 Oct 2009 13:35:26 +0000 (14:35 +0100)]
Doc: move simply.ly into included, since it's required by markup-commands.tely

14 years agoDocs: move Programming interfaces into Extending.
Graham Percival [Sun, 4 Oct 2009 13:33:54 +0000 (14:33 +0100)]
Docs: move Programming interfaces into Extending.

14 years agoWeb: improve formatting of Devel page.
Graham Percival [Sun, 4 Oct 2009 12:14:29 +0000 (13:14 +0100)]
Web: improve formatting of Devel page.

14 years agoRegtests: move typography-demo.ly into proper directory.
Graham Percival [Sun, 4 Oct 2009 12:10:59 +0000 (13:10 +0100)]
Regtests: move typography-demo.ly into proper directory.

14 years agoDoc: move input/tutorial/ to Documentation/included/
Graham Percival [Sun, 4 Oct 2009 12:09:43 +0000 (13:09 +0100)]
Doc: move input/tutorial/ to Documentation/included/

14 years agoDoc: move input/manual/ to Documentation/included/
Graham Percival [Sun, 4 Oct 2009 12:08:09 +0000 (13:08 +0100)]
Doc: move input/manual/ to Documentation/included/

14 years agoWeb: try to squeeze a bit more space for 2nd level manuals toc. :(
Graham Percival [Sun, 4 Oct 2009 12:04:05 +0000 (13:04 +0100)]
Web: try to squeeze a bit more space for 2nd level manuals toc.  :(

14 years agoDoc: fix links, add Extending to website.
Graham Percival [Sun, 4 Oct 2009 12:03:19 +0000 (13:03 +0100)]
Doc: fix links, add Extending to website.

14 years agoDoc: add Extending manual.
Graham Percival [Sun, 4 Oct 2009 12:02:23 +0000 (13:02 +0100)]
Doc: add Extending manual.

14 years agoWeb: deblurrify the lily-home images
Patrick McCarty [Sun, 4 Oct 2009 09:25:36 +0000 (02:25 -0700)]
Web: deblurrify the lily-home images

14 years agoWeb: fix URLs to Intro examples
Patrick McCarty [Sun, 4 Oct 2009 08:42:56 +0000 (01:42 -0700)]
Web: fix URLs to Intro examples

14 years agoWeb: fix links for Glossary
Patrick McCarty [Sun, 4 Oct 2009 08:00:20 +0000 (01:00 -0700)]
Web: fix links for Glossary

14 years agoWeb: fix a div class
Patrick McCarty [Sun, 4 Oct 2009 07:59:10 +0000 (00:59 -0700)]
Web: fix a div class

14 years agoWeb/Docs: fix nesting problem for @warning
Patrick McCarty [Sun, 4 Oct 2009 07:47:10 +0000 (00:47 -0700)]
Web/Docs: fix nesting problem for @warning

Also update the macros for translated docs.

14 years agoWeb: small corrections
Patrick McCarty [Sun, 4 Oct 2009 07:32:00 +0000 (00:32 -0700)]
Web: small corrections

14 years agoWeb: CSS update
Patrick Schmidt [Sun, 4 Oct 2009 00:57:04 +0000 (17:57 -0700)]
Web: CSS update

Transfer latest commits from web-gop branch.

Revised and cleaned up by Patrick McCarty.

Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
14 years agoDoc: fix missing pitch for \relative, thanks David!
Graham Percival [Sat, 3 Oct 2009 23:15:48 +0000 (00:15 +0100)]
Doc: fix missing pitch for \relative, thanks David!

14 years agoWeb: reinstate old news format.
Graham Percival [Sat, 3 Oct 2009 17:45:48 +0000 (18:45 +0100)]
Web: reinstate old news format.

14 years agoDoc: remove unused file.
Graham Percival [Sat, 3 Oct 2009 17:45:41 +0000 (18:45 +0100)]
Doc: remove unused file.

14 years agoDoc: CG: update release instructions.
Graham Percival [Sat, 3 Oct 2009 17:27:36 +0000 (18:27 +0100)]
Doc: CG: update release instructions.

14 years agoWeb: migrate remaining info from deve.html.in into new website.
Graham Percival [Sat, 3 Oct 2009 17:13:19 +0000 (18:13 +0100)]
Web: migrate remaining info from deve.html.in into new website.

14 years agoWeb: fix URLs of manuals and regtests.
Graham Percival [Sat, 3 Oct 2009 16:39:39 +0000 (17:39 +0100)]
Web: fix URLs of manuals and regtests.