]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
14 years agoAdjust names for lower-case node-names in general/ release/2.13.7-0 release/2.13.7-1
Graham Percival [Wed, 4 Nov 2009 23:28:11 +0000 (23:28 +0000)]
Adjust names for lower-case node-names in general/

14 years agoDowncase most toplevel @nodes. Nicer/more stable html file names.
Jan Nieuwenhuizen [Wed, 4 Nov 2009 11:07:15 +0000 (12:07 +0100)]
Downcase most toplevel @nodes. Nicer/more stable html file names.

14 years agoFix 893.
Joe Neeman [Tue, 3 Nov 2009 00:37:28 +0000 (16:37 -0800)]
Fix 893.

Move Side_position_interface::get_direction to Script_interface,
since it is only ever used for scripts (and it doesn't work
for rehearsal marks).

14 years agoTypeset all systems when inlining a score using \markup \score.
Neil Puttock [Sun, 1 Nov 2009 23:22:25 +0000 (23:22 +0000)]
Typeset all systems when inlining a score using \markup \score.

Use baseline-skip to set space between systems.

14 years agoRemove the fetaBraces override. It is not needed.
Patrick McCarty [Sun, 1 Nov 2009 22:29:14 +0000 (14:29 -0800)]
Remove the fetaBraces override.  It is not needed.

Thanks, Neil!

14 years agoReverse order of font-defaults assignment
Patrick McCarty [Sun, 1 Nov 2009 21:40:21 +0000 (13:40 -0800)]
Reverse order of font-defaults assignment

14 years agoUpdate gonville regression test
Patrick McCarty [Sun, 1 Nov 2009 21:03:04 +0000 (13:03 -0800)]
Update gonville regression test

14 years agoLoad only the default font for System_start_delimiter
Patrick McCarty [Sun, 1 Nov 2009 20:46:30 +0000 (12:46 -0800)]
Load only the default font for System_start_delimiter

Now that we have Gonville-Brace as an alternative font for
System_start_delimiter, we need to find the default font instead.

14 years agoFix gonville-brace loading issues
Patrick McCarty [Sun, 1 Nov 2009 20:41:55 +0000 (12:41 -0800)]
Fix gonville-brace loading issues

14 years agoWeb: add large Frescobaldi picture.
Graham Percival [Sun, 1 Nov 2009 15:39:52 +0000 (15:39 +0000)]
Web: add large Frescobaldi picture.

14 years agoWeb: update tab example, thanks Marc!
Graham Percival [Sun, 1 Nov 2009 15:39:19 +0000 (15:39 +0000)]
Web: update tab example, thanks Marc!

14 years agoWeb: slight tweaks to quick links doc page.
Graham Percival [Sat, 31 Oct 2009 16:10:27 +0000 (16:10 +0000)]
Web: slight tweaks to quick links doc page.

14 years agoWeb: include quick links on manuals->All page.
Graham Percival [Sat, 31 Oct 2009 01:27:28 +0000 (01:27 +0000)]
Web: include quick links on manuals->All page.

14 years agoWeb: add link to Frescobaldi, add new tab example.
Graham Percival [Fri, 30 Oct 2009 23:47:38 +0000 (23:47 +0000)]
Web: add link to Frescobaldi, add new tab example.

14 years agoFix #807: Inconsistent \bracket positioning.
Thomas Morgan [Fri, 30 Oct 2009 21:02:38 +0000 (21:02 +0000)]
Fix #807:  Inconsistent \bracket positioning.

14 years agoFix UTF-8 validation checks
Patrick McCarty [Fri, 30 Oct 2009 02:00:58 +0000 (19:00 -0700)]
Fix UTF-8 validation checks

The bitwise comparisons are only for 8-bit characters, not 32-bit
characters.

The checks were mixing up binary and hex.  :-)

14 years agoLet default margins depend on paper size.
Michael Käppler [Sat, 12 Sep 2009 19:55:17 +0000 (21:55 +0200)]
Let default margins depend on paper size.

* Make indent and short-indent defaults accessible in paper-defaults-init.ly

* Default margins apply to the paper size set by (ly:set-option 'paper-size)
  and are linearly scaled for other paper sizes

* Modify input/regression/page-turn-page-breaking-auto-first-page.ly to work
  with the new margin sizes

14 years agoMove news entry for alternative font support.
Neil Puttock [Wed, 28 Oct 2009 01:36:57 +0000 (01:36 +0000)]
Move news entry for alternative font support.

14 years agoLSR: Update.
Neil Puttock [Wed, 28 Oct 2009 01:33:46 +0000 (01:33 +0000)]
LSR: Update.

14 years agoAdd default padding between staves.
Joe Neeman [Tue, 27 Oct 2009 20:40:08 +0000 (13:40 -0700)]
Add default padding between staves.

14 years agoAdd Bar_engraver to the Dynamics context
Werner Lemberg [Tue, 27 Oct 2009 09:07:25 +0000 (02:07 -0700)]
Add Bar_engraver to the Dynamics context

This enables support for the `to-barline' property.

14 years agoFix Spanish filename typo in update script.
Francisco Vila [Mon, 26 Oct 2009 12:05:50 +0000 (13:05 +0100)]
Fix Spanish filename typo in update script.

14 years agoDocs: Usage: update point-and-click information
Patrick McCarty [Mon, 26 Oct 2009 17:13:07 +0000 (10:13 -0700)]
Docs: Usage: update point-and-click information

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.