]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
12 years agoDoc-hu: trying to build PDF
Dénes Harmath [Tue, 5 Jul 2011 00:49:08 +0000 (02:49 +0200)]
Doc-hu: trying to build PDF

13 years agoDoc-ja: Adding two sections to NR-ja.
Yoshiki Sawada [Sun, 1 May 2011 02:23:40 +0000 (11:23 +0900)]
Doc-ja: Adding two sections to NR-ja.

Doc-ja:
Adding editorial.itely and text.itely to NR-ja.
Fixing links.
Several small fixs.

13 years agoDoc-es: adjust versions of texidoc files. Full update of Spanish docs.
Francisco Vila [Tue, 3 May 2011 11:40:13 +0000 (13:40 +0200)]
Doc-es: adjust versions of texidoc files.  Full update of Spanish docs.

13 years agoDoc-es: run makelsr.
Francisco Vila [Tue, 3 May 2011 11:38:03 +0000 (13:38 +0200)]
Doc-es: run makelsr.

13 years agoDoc-es: update some LSR snippets.
Francisco Vila [Tue, 3 May 2011 11:36:22 +0000 (13:36 +0200)]
Doc-es: update some LSR snippets.

13 years agoWeb-es: update NEWS.
Francisco Vila [Tue, 3 May 2011 11:29:24 +0000 (13:29 +0200)]
Web-es: update NEWS.

13 years agoDoc-es: update Fretted.
Francisco Vila [Tue, 3 May 2011 11:26:13 +0000 (13:26 +0200)]
Doc-es: update Fretted.

13 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Tue, 3 May 2011 11:23:06 +0000 (13:23 +0200)]
Merge branch 'master' into lilypond/translation

13 years agoWeb-es: update NEWS.
Francisco Vila [Tue, 3 May 2011 10:46:33 +0000 (12:46 +0200)]
Web-es: update NEWS.

13 years agoDoc-es: update Fretted, Keyboards, Notation appendices, web/Introduction.
Francisco Vila [Tue, 3 May 2011 09:26:42 +0000 (11:26 +0200)]
Doc-es: update Fretted, Keyboards, Notation appendices, web/Introduction.

13 years agoChanged custom paper size in scm file
James Lowe [Mon, 2 May 2011 16:10:02 +0000 (17:10 +0100)]
Changed custom paper size in scm file

This changes commit 71e0343fdf2a1936b07db0a5892155351c72d553

c9landscape was too small. Added new a8landscape so that @lilypond[] can
use this new landscape size for very small examples.

13 years agoCG: add warning about lily-git.tcl possible fail.
Graham Percival [Mon, 2 May 2011 13:32:51 +0000 (14:32 +0100)]
CG: add warning about lily-git.tcl possible fail.

13 years agoLSR: Update.
Neil Puttock [Mon, 2 May 2011 12:50:13 +0000 (13:50 +0100)]
LSR: Update.

13 years agoEliminate faulty barcheck warning in articulate.
Peter Chubb [Mon, 2 May 2011 12:52:03 +0000 (13:52 +0100)]
Eliminate faulty barcheck warning in articulate.

13 years agoProperly escape nobeam in texidoc of regtest
Carl Sorensen [Mon, 2 May 2011 09:32:49 +0000 (03:32 -0600)]
Properly escape nobeam in texidoc of regtest

13 years agolily/page-layout-problem.cc: Avoid repeats of a warning
Keith OHara [Fri, 18 Mar 2011 07:22:28 +0000 (00:22 -0700)]
lily/page-layout-problem.cc: Avoid repeats of a warning

13 years agolily/rest-collision.cc: adjust all rests in column
Keith OHara [Mon, 25 Apr 2011 21:20:20 +0000 (14:20 -0700)]
lily/rest-collision.cc: adjust all rests in column

Process all rests in a noteColumn, not just the first; fix issue 1618.
Print warning only for rests that are moved but don't fit; fix issue 1547.

13 years agoRemoves chord glissando from LilyPond as well as the docs.
Mike Solomon [Sun, 1 May 2011 20:30:44 +0000 (13:30 -0700)]
Removes chord glissando from LilyPond as well as the docs.

13 years agogit master is now 2.15.0.
Graham Percival [Sun, 1 May 2011 19:11:17 +0000 (20:11 +0100)]
git master is now 2.15.0.

13 years agoRelease: bump version.
Graham Percival [Sun, 1 May 2011 18:58:15 +0000 (19:58 +0100)]
Release: bump version.

13 years agoRelease: update news.
Graham Percival [Sun, 1 May 2011 17:32:12 +0000 (18:32 +0100)]
Release: update news.

13 years agopdf metadata: Oops, changed charset for debugging purposes and forgot to change back
Reinhold Kainhofer [Sun, 1 May 2011 11:06:43 +0000 (13:06 +0200)]
pdf metadata: Oops, changed charset for debugging purposes and forgot to change back

13 years agoMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/lilypond
Mike Solomon [Sun, 1 May 2011 00:43:19 +0000 (17:43 -0700)]
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/lilypond

13 years agoFix issue 1641 -- Make \noBeam terminate the current autobeam
Carl Sorensen [Sat, 30 Apr 2011 21:51:43 +0000 (15:51 -0600)]
Fix issue 1641 -- Make \noBeam terminate the current autobeam

add regression test file

13 years agoFixes issues 1639 and 1640.
Reinhold Kainhofer [Tue, 26 Apr 2011 10:11:33 +0000 (12:11 +0200)]
Fixes issues 1639 and 1640.

Consecutive glissandos are typeset, and line breaks can happen
with killed glissandi.

13 years agoFix "make doc" error: Character set messup in pdf-scheme.cc
Reinhold Kainhofer [Tue, 26 Apr 2011 10:11:33 +0000 (12:11 +0200)]
Fix "make doc" error: Character set messup in pdf-scheme.cc

In "make doc", somehow the LANG env variable is cleared, so
glib returned charset=ANSI_X3.4-1968 for the input string. This would
disallow any accented characters in the input string.
However, we know that the input string is by definition always UTF-8,
so the solution is not to use the current locale, but hardcode UTF-8.

Once we switch to guile 2.0, we should use (sting->utf16 str 'big)
instead of manually converting the string in C.

13 years agoDoc-es: update essay - engraving.
Francisco Vila [Sat, 30 Apr 2011 09:04:35 +0000 (11:04 +0200)]
Doc-es: update essay - engraving.

13 years agoDoc-ja: adding simultaneous.itely and staff.itely.
Yoshiki Sawada [Thu, 28 Apr 2011 15:08:29 +0000 (00:08 +0900)]
Doc-ja: adding simultaneous.itely and staff.itely.

Doc-ja NR
Adding simultaneous.itely and staff.itely.
Changing notation.itely and expressive.itely.

13 years agoDoc: Further website build notes
Phil Holmes [Thu, 28 Apr 2011 16:30:34 +0000 (17:30 +0100)]
Doc: Further website build notes

13 years agoAdds a regtest for glissando index.
Mike Solomon [Thu, 28 Apr 2011 14:03:20 +0000 (10:03 -0400)]
Adds a regtest for glissando index.

Also fixes a variable declaration in the glissando engraver.

13 years agoDof-fr: typo in keyboard
Jean-Charles Malahieude [Thu, 28 Apr 2011 13:50:06 +0000 (15:50 +0200)]
Dof-fr: typo in keyboard

13 years agoHack: use a fake version number to allow compiling
Graham Percival [Thu, 28 Apr 2011 13:33:20 +0000 (14:33 +0100)]
Hack: use a fake version number to allow compiling

This branching stuff needs much more thought and effort.  See
discussion on lilypond-devel.

13 years agoAllows for individual glissandi between members of NoteColumns.
Mike Solomon [Thu, 28 Apr 2011 13:10:27 +0000 (09:10 -0400)]
Allows for individual glissandi between members of NoteColumns.

The property glissandoMap is used to tell the glissando-engraver
what note-column members to connect via glissandi.

13 years agoDoc-es: update CHANGES.
Francisco Vila [Thu, 28 Apr 2011 11:17:12 +0000 (13:17 +0200)]
Doc-es: update CHANGES.

13 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Wed, 27 Apr 2011 13:43:48 +0000 (15:43 +0200)]
Merge branch 'master' into lilypond/translation

13 years agoUpdates documentation re beam collision avoidance and cross-staff beams.
Mike Solomon [Tue, 26 Apr 2011 11:17:02 +0000 (07:17 -0400)]
Updates documentation re beam collision avoidance and cross-staff beams.

13 years agoFixes cross staff issue with beam collision avoidance.
Mike Solomon [Tue, 26 Apr 2011 11:09:21 +0000 (07:09 -0400)]
Fixes cross staff issue with beam collision avoidance.

Beam collision avoidance is now turned off for "fake" cross staff beams
(those that are registered as cross staff because of auto-beaming but
are in fact not).  Additionally, beams no longer process other
cross-staff beams as covered grobs.

This fix closes issue 1632 on the tracker.

13 years agoMIDI: always set note volume when initialized. Fixes #1636.
Jan Nieuwenhuizen [Tue, 26 Apr 2011 07:33:10 +0000 (09:33 +0200)]
MIDI: always set note volume when initialized. Fixes #1636.

13 years agoMIDI: changes.tely: how to restore previous behavior
Keith OHara [Tue, 26 Apr 2011 05:32:30 +0000 (22:32 -0700)]
MIDI: changes.tely: how to restore previous behavior

13 years agodoc: warning about lilydev and USB network adapters
Janek Warchol [Mon, 25 Apr 2011 20:51:39 +0000 (22:51 +0200)]
doc: warning about lilydev and USB network adapters

i've experienced the problem described in this patch
and used the workaround described to get rid of it.

13 years agoAdd predefined mandolin fretboards to lilypond.
Marc Hohl [Thu, 7 Apr 2011 08:42:11 +0000 (10:42 +0200)]
Add predefined mandolin fretboards to lilypond.

13 years agofind(1) needs a path before any expression.
Matthias Kilian [Sun, 24 Apr 2011 18:32:40 +0000 (20:32 +0200)]
find(1) needs a path before any expression.

This unbreaks the build in a separate directory on OpenBSD.

13 years agoWeb-es: update Manuals.
Francisco Vila [Sun, 24 Apr 2011 07:48:54 +0000 (09:48 +0200)]
Web-es: update Manuals.

13 years agoWeb: typo.
Graham Percival [Sat, 23 Apr 2011 17:35:29 +0000 (18:35 +0100)]
Web: typo.

13 years agoDoc-it: add Suggestions chapter of Usage (plus some fixes)
Federico Bruni [Sat, 23 Apr 2011 14:55:09 +0000 (16:55 +0200)]
Doc-it: add Suggestions chapter of Usage (plus some fixes)

13 years agoUpdate beam collision in the documentation.
Mike Solomon [Fri, 22 Apr 2011 15:29:33 +0000 (11:29 -0400)]
Update beam collision in the documentation.

Notify users that beam collision avoidance does not occur for cross
staff beams and suggest that users use manual beams for beams that
end right before a staff change.

13 years agoTurns off beam collision avoidance for cross-staff beams.
Mike Solomon [Fri, 22 Apr 2011 15:28:32 +0000 (11:28 -0400)]
Turns off beam collision avoidance for cross-staff beams.

13 years agoFixes bug with covered_grob_has_interface.
Mike Solomon [Fri, 22 Apr 2011 15:04:33 +0000 (11:04 -0400)]
Fixes bug with covered_grob_has_interface.

13 years agoDoc: Correct typos in Essay
Trevor Daniels [Thu, 21 Apr 2011 22:04:55 +0000 (23:04 +0100)]
Doc: Correct typos in Essay

 - as notified by Peter Woods.

13 years agoMIDI: #'instrument mode: do not re-initialize channel with empty instrument.
Jan Nieuwenhuizen [Thu, 21 Apr 2011 18:35:22 +0000 (20:35 +0200)]
MIDI: #'instrument mode: do not re-initialize channel with empty instrument.

13 years agoDoc-es: update Spacing, LilyPond-Book, Running, Introduction.
Francisco Vila [Thu, 21 Apr 2011 15:31:47 +0000 (17:31 +0200)]
Doc-es: update Spacing, LilyPond-Book, Running, Introduction.

13 years agoDoc-es: update of Percussion, Repeats, Rhythms.
Francisco Vila [Thu, 21 Apr 2011 14:40:27 +0000 (16:40 +0200)]
Doc-es: update of Percussion, Repeats, Rhythms.

13 years agoMIDI: in #'staff mapping mode, keep to one channel. Fixes #1620.
Jan Nieuwenhuizen [Wed, 20 Apr 2011 17:20:02 +0000 (19:20 +0200)]
MIDI: in #'staff mapping mode, keep to one channel.  Fixes #1620.

13 years agoUse Grob::warning() for error message from shift_region_to_valid().
Han-Wen Nienhuys [Thu, 21 Apr 2011 02:12:15 +0000 (23:12 -0300)]
Use Grob::warning() for error message from shift_region_to_valid().

13 years agoDoc-es: update Input.
Francisco Vila [Wed, 20 Apr 2011 18:21:51 +0000 (20:21 +0200)]
Doc-es: update Input.

13 years agoFixes segfaut resulting from the use of the Completion_heads_engraver
Mike Solomon [Tue, 19 Apr 2011 13:57:23 +0000 (09:57 -0400)]
Fixes segfaut resulting from the use of the Completion_heads_engraver

This segfault was caused by using an incorrect variable to index a
vector, which wound up overshooting the end of the vector.

13 years agoDoc-es: updates from master.
Francisco Vila [Tue, 19 Apr 2011 09:39:27 +0000 (11:39 +0200)]
Doc-es: updates from master.

Tweaks, Ancient, Changing Defaults.

13 years agoDoc-es: update CHANGES.
Francisco Vila [Tue, 19 Apr 2011 09:12:25 +0000 (11:12 +0200)]
Doc-es: update CHANGES.

13 years agoFix 1622 Dynamic spanner not printed under grace notes
Trevor Daniels [Mon, 18 Apr 2011 23:25:40 +0000 (00:25 +0100)]
Fix 1622 Dynamic spanner not printed under grace notes

13 years agoHandle situations that either one of above and below is a valid
Han-Wen Nienhuys [Mon, 18 Apr 2011 02:47:29 +0000 (23:47 -0300)]
Handle situations that either one of above and below is a valid
configuration in Beam::shift_region_to_valid().

This fixes the regression introduced in
bf707a03756021f69e3f5d1a8246639a6a601099, leading to random quanting
(-O2 build) or crashes (debug build.)

13 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Sun, 17 Apr 2011 16:01:19 +0000 (18:01 +0200)]
Merge branch 'master' into lilypond/translation

13 years agoCG: typo in patch-review, thanks Chen Jin!
Graham Percival [Sun, 17 Apr 2011 15:27:08 +0000 (16:27 +0100)]
CG: typo in patch-review, thanks Chen Jin!

13 years agoDoc: improve style of CG 12.6 (creating Lilydev)
Janek Warchol [Sat, 16 Apr 2011 20:17:04 +0000 (22:17 +0200)]
Doc: improve style of CG 12.6 (creating Lilydev)

13 years agopdf-metadata: Use UTF-16BE for metadata if required
Reinhold Kainhofer [Tue, 12 Apr 2011 11:47:04 +0000 (13:47 +0200)]
pdf-metadata: Use UTF-16BE for metadata if required

All Latin1 metadata strings need to be printed out to the .ps file
in Latin1 (NOT in UTF-8), and all non-Latin1 strings need to use
UTF-16BE encoding.
The escaping of parentheses and backslashes needs to be applied
AFTER encoding the string (since the escaping is required to correctly
detect the end of the encoding string when reading the byte-sequence
of the encoded string from the file. Basically, we are dumping a binary
sequence to the file, enclosed by parentheses. All \051 bytes need
to be escaped to make sure they are not detected as the closing
parenthesis.)

13 years agoMIDI: partcombine regtest needs skips (issue 1609)
Keith OHara [Sat, 16 Apr 2011 03:41:27 +0000 (20:41 -0700)]
MIDI: partcombine regtest needs skips (issue 1609)

13 years agoMerge branch 'master' of git.sv.gnu.org:/srv/git/lilypond
Carl Sorensen [Sat, 16 Apr 2011 13:38:29 +0000 (07:38 -0600)]
Merge branch 'master' of git.sv.gnu.org:/srv/git/lilypond

13 years agoCG: clarify doc suggestions to mailing list.
Graham Percival [Sat, 16 Apr 2011 10:25:32 +0000 (11:25 +0100)]
CG: clarify doc suggestions to mailing list.

13 years agoWeb: fix link to old website.
Graham Percival [Sat, 16 Apr 2011 10:12:59 +0000 (11:12 +0100)]
Web: fix link to old website.

13 years agoMerge branch 'stable/2.14' of ssh://git.sv.gnu.org/srv/git/lilypond into stable/2.14
Graham Percival [Sat, 16 Apr 2011 10:15:01 +0000 (11:15 +0100)]
Merge branch 'stable/2.14' of ssh://git.sv.gnu.org/srv/git/lilypond into stable/2.14

13 years agoRelease: bump version.
Graham Percival [Sat, 16 Apr 2011 10:14:11 +0000 (11:14 +0100)]
Release: bump version.

13 years agoRelease: update news.
Graham Percival [Sat, 16 Apr 2011 07:42:44 +0000 (08:42 +0100)]
Release: update news.

13 years agoRelease: update news. release/2.13.60-1
Graham Percival [Sat, 16 Apr 2011 07:42:44 +0000 (08:42 +0100)]
Release: update news.

13 years agoPDF metadata now handle unclosed parentheses and backslash.
Bertrand Bordage [Tue, 12 Apr 2011 10:12:05 +0000 (12:12 +0200)]
PDF metadata now handle unclosed parentheses and backslash.

Fix issue 1605

13 years agoFix problem with multiple markups on chord glissandos.
Carl Sorensen [Sat, 16 Apr 2011 04:34:02 +0000 (22:34 -0600)]
Fix problem with multiple markups on chord glissandos.

13 years agoDoc-de: updates from master
Till Paala [Fri, 15 Apr 2011 21:02:17 +0000 (00:02 +0300)]
Doc-de: updates from master

13 years agoMerge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
Till Paala [Fri, 15 Apr 2011 20:20:02 +0000 (23:20 +0300)]
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into lilypond/translation

13 years agoDoc-de: update of translation de.po file
Till Paala [Fri, 15 Apr 2011 20:18:17 +0000 (23:18 +0300)]
Doc-de: update of translation de.po file

13 years agoDoc-de: some node and ref corrections
Till Paala [Fri, 15 Apr 2011 20:17:54 +0000 (23:17 +0300)]
Doc-de: some node and ref corrections

13 years agoFix TOC: don't add links to non-existing labels in the .ps file
Reinhold Kainhofer [Fri, 15 Apr 2011 16:31:17 +0000 (18:31 +0200)]
Fix TOC: don't add links to non-existing labels in the .ps file

13 years agoAdd feature to link to a particular page or a page containing a given label
Reinhold Kainhofer [Tue, 12 Apr 2011 10:16:59 +0000 (12:16 +0200)]
Add feature to link to a particular page or a page containing a given label

The main part of this patch was done by Dan Eble and posted to the
lilypond-devel mailinglist on December 27, 2010.

Like \with-url, this works only with the PDF backend.

-) Add markup functions \with-link (links to the page containing the
   given label) and \page-link (links to the given page number)
-) Internally, they are handled like the \with-url markup function,
   creating a pdfmark in the .ps file that creates the link in the
   PDF file.
-) Add links to the pages for all TOC entries.

13 years agoDoc: addition to MIDI and repeats by Tom Cloyd.
Francisco Vila [Fri, 15 Apr 2011 11:57:01 +0000 (13:57 +0200)]
Doc: addition to MIDI and repeats by Tom Cloyd.

13 years agoUse distance to original point rather than size of allowed region for
Han-Wen Nienhuys [Fri, 15 Apr 2011 02:45:51 +0000 (23:45 -0300)]
Use distance to original point rather than size of allowed region for
tie-breaking.

Add regression test.

13 years agolily/stem-engraver.cc: Improve error message for incompatible durations while stemming
David Kastrup [Wed, 12 Jan 2011 12:08:44 +0000 (13:08 +0100)]
lily/stem-engraver.cc: Improve error message for incompatible durations while stemming

13 years agoIssue 1471: Invalidate alterations upon key change rather than forgetting them.
David Kastrup [Mon, 4 Apr 2011 13:33:24 +0000 (15:33 +0200)]
Issue 1471: Invalidate alterations upon key change rather than forgetting them.

13 years agoinput/regression/accidental-clef-change.ly: Change regtest to account for issue 1471.
David Kastrup [Tue, 12 Apr 2011 12:56:03 +0000 (14:56 +0200)]
input/regression/accidental-clef-change.ly: Change regtest to account for issue 1471.

This test of accidental-clef-change.ly was made to reflect the
necessity of repeating in-key accidentals after a clef change when
they have been altered before the change.

13 years agoCG: clarify lack of policy for adding regtests.
Graham Percival [Tue, 12 Apr 2011 06:08:09 +0000 (07:08 +0100)]
CG: clarify lack of policy for adding regtests.

13 years agoWeb: mention Linux Magazine article.
Jan Nieuwenhuizen [Mon, 11 Apr 2011 13:29:23 +0000 (15:29 +0200)]
Web: mention Linux Magazine article.

13 years agoCG: GOP item about regtests.
Graham Percival [Mon, 11 Apr 2011 07:30:21 +0000 (08:30 +0100)]
CG: GOP item about regtests.

13 years agoAdd clarifications to ly/titling-init.ly
James Lowe [Sun, 10 Apr 2011 13:16:34 +0000 (14:16 +0100)]
Add clarifications to ly/titling-init.ly

Came out of Rietveld 4124056 - pushing this change to the ly file
separately.

13 years agoDoc: Added @knownissue to Grace Notes for MIDI
James Lowe [Thu, 7 Apr 2011 15:29:20 +0000 (16:29 +0100)]
Doc: Added @knownissue to Grace Notes for MIDI

As per thread

http://article.gmane.org/gmane.comp.gnu.lilypond.general/63450

When usuing MIDI with grace notes some manual tweaking made be required to
get the 'correct' length of the grace note to be played.

13 years agoAdded new Pagesize definition to paper.scm
James Lowe [Thu, 7 Apr 2011 11:29:02 +0000 (12:29 +0100)]
Added new Pagesize definition to paper.scm

Added 'c9landscape' to allow a very small @lilypond to be defined for examples
that need to show footers, taglines and the like without having to

1. Define the papersize within the actual @lilypond; and so make the example more
complicated that it need be for users.

2. Avoid unnecessary white space between the content and footers/taglines etc.

Chosen size is named c9landscape because the new papersize=x option for
the @lilypond [] construct cannot take spaces or use the standard 'landscape
option. Keeping a standard ISO size means we don't have 'custom' sizes in the
scm file.

13 years agoAdd springs-and-rods callback to DynamicTextSpanner, so minimum-length has an
Reinhold Kainhofer [Sun, 10 Apr 2011 07:04:27 +0000 (09:04 +0200)]
Add springs-and-rods callback to DynamicTextSpanner, so minimum-length has an
effect

Without that callback, setting minimum-length on a DynamicTextSpanner does not
have any effect... Also set a minimum-length of 2.0, similar to the Hairpin grob.

13 years agoAdd documentation about alternative breve symbol
Reinhold Kainhofer [Sun, 10 Apr 2011 07:00:53 +0000 (09:00 +0200)]
Add documentation about alternative breve symbol

13 years agoRelease: bump version.
Graham Percival [Sun, 10 Apr 2011 04:48:29 +0000 (05:48 +0100)]
Release: bump version.

13 years agoBuild: dist fix. release/2.13.59-1
Graham Percival [Sun, 10 Apr 2011 03:43:17 +0000 (04:43 +0100)]
Build: dist fix.

13 years agoRelease: update news.
Graham Percival [Sun, 10 Apr 2011 03:17:16 +0000 (04:17 +0100)]
Release: update news.

13 years agoAutobeam nitpicks
Bertrand Bordage [Sun, 10 Apr 2011 02:24:20 +0000 (04:24 +0200)]
Autobeam nitpicks

13 years agoFix issue 1601 -- poor autobeam settings for 6/8, 9/8, 12/8
Carl Sorensen [Sun, 10 Apr 2011 01:13:00 +0000 (19:13 -0600)]
Fix issue 1601 -- poor autobeam settings for 6/8, 9/8, 12/8

Added regtest that shows all of the default autobeam settings

13 years agoMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/lilypond
Mike Solomon [Sat, 9 Apr 2011 10:25:06 +0000 (06:25 -0400)]
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/lilypond

13 years agoSuppress continuing LyricHyphen under grace note at start of line
Trevor Daniels [Sat, 9 Apr 2011 09:43:57 +0000 (10:43 +0100)]
Suppress continuing LyricHyphen under grace note at start of line

 - improved fix to 688/1590.  Simpler and use of callback
   gives flexibility

 * lyric-hyphen-grace.ly

   regression test

 * lily/spanner.cc

   exclude grace part from test in kill_zero_spanned_time

 * scm/define-grobs.scm

   add kill-zero-spanned-time as after-line-breaking
   callback to LyricHyphen