]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
13 years agoRelease: bump version. release/2.13.61-1
Graham Percival [Sat, 16 Apr 2011 10:14:11 +0000 (11:14 +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 agoRevert "pdf-metadata: Use UTF-16BE for metadata if required"
Carl Sorensen [Sat, 30 Apr 2011 04:17:34 +0000 (22:17 -0600)]
Revert "pdf-metadata: Use UTF-16BE for metadata if required"

This reverts commit eece01e3958ec2557ebb7d5ed62d7545b6ee37ec.
I mistakenly backported this, when there is an outstanding bug on it.

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: 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 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 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 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 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 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 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: 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 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

13 years agoRevert "Suppress continuing LyricHyphen under grace note at start of line"
Trevor Daniels [Sat, 9 Apr 2011 08:42:41 +0000 (09:42 +0100)]
Revert "Suppress continuing LyricHyphen under grace note at start of line"

This reverts commit 2fb262fb403b75907bdebbaf7fbb819733bf6355.

13 years agoCG: remove 'make website' output.
Graham Percival [Sat, 9 Apr 2011 05:56:44 +0000 (06:56 +0100)]
CG: remove 'make website' output.

13 years agoAdds footnote-footer-padding to the paper bloc.
Mike Solomon [Sat, 9 Apr 2011 03:21:00 +0000 (23:21 -0400)]
Adds footnote-footer-padding to the paper bloc.

This increases the space between the bottommost footnote and the footer.

Also declares both footnote-padding and footnote-footer-padding in
set-paper-dimension-variables.

13 years agoReverts quote.ly and quote-during.ly to old look.
Mike Solomon [Sat, 9 Apr 2011 02:13:31 +0000 (22:13 -0400)]
Reverts quote.ly and quote-during.ly to old look.

This undoes the beam collision avoidance that is automatically
effectuated via 3e1a1c11067f26331b1c794e296c65b0984054a9.

13 years agoAdds stem avoidance to the beam collision engraver.
Mike Solomon [Sat, 9 Apr 2011 01:27:11 +0000 (21:27 -0400)]
Adds stem avoidance to the beam collision engraver.

13 years agoAdds collision-voice-only property to beams.
Mike Solomon [Fri, 8 Apr 2011 22:45:50 +0000 (18:45 -0400)]
Adds collision-voice-only property to beams.

The default is ##f, meaning that beams will attempt to not collide
with all of the grobs they cover.  Setting this to ##t only polices
collisions within a voice.

13 years agoDivide collision Y extent by staff_space; add regression test.
Han-Wen Nienhuys [Fri, 8 Apr 2011 14:19:06 +0000 (11:19 -0300)]
Divide collision Y extent by staff_space; add regression test.

This makes collisions work correctly in scaled staves.

13 years agoAdd Articulate to change log.
Francisco Vila [Fri, 8 Apr 2011 11:21:38 +0000 (13:21 +0200)]
Add Articulate to change log.

13 years agoInclude and document the Articulate script by Peter Chubb.
Francisco Vila [Fri, 18 Mar 2011 15:52:31 +0000 (16:52 +0100)]
Include and document the Articulate script by Peter Chubb.

13 years agoFixes typo in the beam collision engraver to allow beam collision opt-out.
Mike Solomon [Fri, 8 Apr 2011 11:08:09 +0000 (07:08 -0400)]
Fixes typo in the beam collision engraver to allow beam collision opt-out.

13 years agoSearch of context hierarchy for voice for lyrics is optional
Trevor Daniels [Fri, 8 Apr 2011 07:26:15 +0000 (08:26 +0100)]
Search of context hierarchy for voice for lyrics is optional

 - add new context property, searchForVoice, to indicate
   whether the extended search for a voice containing lyric
   rhythms should be conducted

 - fixes 1579

 * lily/lyric-engraver.cc

   test searchForVoice in get_voice_to_lyrics () to decide
   whether to conduct an extended search

 * ly/engraver-init.ly

   set default value of searchForVoice to #f

   (also in passing remove duplicated instrumentname
    and shortInstrumentName settings)

 * scm/define-context-properties.scm

   add and document searchForVoice

13 years agoFix source code for baseline demonstration in spacing
Carl Sorensen [Thu, 7 Apr 2011 22:59:04 +0000 (16:59 -0600)]
Fix source code for baseline demonstration in spacing

Nonstaff contexts above a staff context need staff-affinity set
to DOWN

13 years agoRevert "lily/stem-engraver.cc: allow distinguishable durations to be stemmed together...
David Kastrup [Thu, 7 Apr 2011 19:20:33 +0000 (21:20 +0200)]
Revert "lily/stem-engraver.cc: allow distinguishable durations to be stemmed together (string chords)"

This reverts commit 39159ce6318face1ca85900253a9809ca2d94655.

13 years agoRevert "lily/stem-engraver.cc: Improve error message for incompatible durations while...
David Kastrup [Thu, 7 Apr 2011 19:19:23 +0000 (21:19 +0200)]
Revert "lily/stem-engraver.cc: Improve error message for incompatible durations while stemming"

This reverts commit b13f1ae311325d05589dd87fd6e04098de1d3538.

13 years agoRevert "stem-engraver.cc: recreate stem if in need of change when merging different...
David Kastrup [Thu, 7 Apr 2011 19:19:20 +0000 (21:19 +0200)]
Revert "stem-engraver.cc: recreate stem if in need of change when merging different heads"

This reverts commit cc6cb9a7c63096dd82099753aab97bea46b50901.

13 years agoRevert "Issue 1471: Invalidate alterations upon key change rather than forgetting...
David Kastrup [Thu, 7 Apr 2011 19:18:58 +0000 (21:18 +0200)]
Revert "Issue 1471: Invalidate alterations upon key change rather than forgetting them."

This reverts commit 197e3ae339de2d7359b071fd845266b4697df76f.

13 years agoscm/music-functions.scm: Let booleans be booleans.
David Kastrup [Wed, 6 Apr 2011 20:37:25 +0000 (22:37 +0200)]
scm/music-functions.scm: Let booleans be booleans.

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 agostem-engraver.cc: recreate stem if in need of change when merging different heads
David Kastrup [Wed, 2 Feb 2011 09:14:11 +0000 (10:14 +0100)]
stem-engraver.cc: recreate stem if in need of change when merging different heads

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 agolily/stem-engraver.cc: allow distinguishable durations to be stemmed together (string...
David Kastrup [Wed, 12 Jan 2011 12:07:42 +0000 (13:07 +0100)]
lily/stem-engraver.cc: allow distinguishable durations to be stemmed together (string chords)

13 years agoRelease: bump version.
Graham Percival [Thu, 7 Apr 2011 04:53:15 +0000 (05:53 +0100)]
Release: bump version.

13 years agoRelease: update news. release/2.13.58-1
Graham Percival [Thu, 7 Apr 2011 03:24:21 +0000 (04:24 +0100)]
Release: update news.

13 years agoBuild fix: missing version number.
Graham Percival [Thu, 7 Apr 2011 02:49:02 +0000 (03:49 +0100)]
Build fix: missing version number.

13 years agoAdd a lilypond-book regtest for paper sizes.
Graham Percival [Wed, 6 Apr 2011 22:26:01 +0000 (23:26 +0100)]
Add a lilypond-book regtest for paper sizes.

To test it manually (from the build/ dir), do:

lilypond-book --pdf ../input/regression/lilypond-book/papersize-docs.tely
texi2pdf papersize-docs.texi
xpdf papersize-docs.pdf

13 years agoPO: update fr from FTP
Jean-Charles Malahieude [Wed, 6 Apr 2011 18:03:35 +0000 (20:03 +0200)]
PO: update fr from FTP

13 years agoDoc-it: add Usage manual (just first 2 chapters)
Federico Bruni [Tue, 5 Apr 2011 21:29:26 +0000 (23:29 +0200)]
Doc-it: add Usage manual (just first 2 chapters)

13 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Wed, 6 Apr 2011 08:10:34 +0000 (10:10 +0200)]
Merge branch 'master' into lilypond/translation

13 years agoMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/lilypond
Mike Solomon [Tue, 5 Apr 2011 20:59:05 +0000 (16:59 -0400)]
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/lilypond

13 years agoAllows users to opt out of beam collision on an interface by interface basis.
Mike Solomon [Tue, 5 Apr 2011 20:55:28 +0000 (16:55 -0400)]
Allows users to opt out of beam collision on an interface by interface basis.

This is controlled by the property collision-interfaces, which is a list
of interfaces to which automatic collision resolution will be applied.

13 years agoWeb-de: fix linkage for manuals
Till Paala [Tue, 5 Apr 2011 20:30:11 +0000 (23:30 +0300)]
Web-de: fix linkage for manuals

13 years agoMerge branch 'master' of ssh://git.savannah.gnu.org/srv/git/lilypond
Jean-Charles Malahieude [Tue, 5 Apr 2011 20:12:03 +0000 (22:12 +0200)]
Merge branch 'master' of ssh://git.savannah.gnu.org/srv/git/lilypond

13 years agoPO: update it from FTP
Jean-Charles Malahieude [Tue, 5 Apr 2011 20:11:03 +0000 (22:11 +0200)]
PO: update it from FTP

13 years agoMIDI: add partcombine test.
Jan Nieuwenhuizen [Tue, 5 Apr 2011 20:10:17 +0000 (22:10 +0200)]
MIDI: add partcombine test.

13 years agoMIDI: always output all midi events. Fixes #1593.
Jan Nieuwenhuizen [Tue, 5 Apr 2011 20:08:34 +0000 (22:08 +0200)]
MIDI: always output all midi events.  Fixes #1593.

It seemed to be a good trick to not output midi dynamics and use note
velocities instead.  However, all events are preceeded by delta times
so we need every midi event.

When we are using note velocities, always output the default midi
channel value, which is 100.

13 years agoDoc-de: updates from master
Till Paala [Tue, 5 Apr 2011 20:01:51 +0000 (23:01 +0300)]
Doc-de: updates from master

13 years agoDoc-hu: synchronized terminology
Dénes Harmath [Mon, 4 Apr 2011 23:49:44 +0000 (01:49 +0200)]
Doc-hu: synchronized terminology

13 years agoDoc-hu: Added & corrected vector version of translated images
Dénes Harmath [Mon, 4 Apr 2011 23:39:25 +0000 (01:39 +0200)]
Doc-hu: Added & corrected vector version of translated images

13 years agoDoc-hu: Translated missing string
Dénes Harmath [Mon, 4 Apr 2011 23:08:19 +0000 (01:08 +0200)]
Doc-hu: Translated missing string

13 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Mon, 4 Apr 2011 22:36:50 +0000 (00:36 +0200)]
Merge branch 'master' into lilypond/translation

13 years agoAdds programming error for empty config vector in beam-quanting.cc.
Mike Solomon [Mon, 4 Apr 2011 14:41:08 +0000 (10:41 -0400)]
Adds programming error for empty config vector in beam-quanting.cc.

This avoids a segmentation fault when the queue.top () is called.

13 years agoDoc: NR more examples to Repeats for beat slashes
James Lowe [Mon, 28 Mar 2011 18:37:13 +0000 (19:37 +0100)]
Doc: NR more examples to Repeats for beat slashes

This is for Tracker Issue 1574

Showing short-duration repeats and beat slashes along with
mixed length notes.

13 years agoCG: better display of website info.
Graham Percival [Mon, 4 Apr 2011 04:36:48 +0000 (05:36 +0100)]
CG: better display of website info.

13 years agoRelease: bump version.
Graham Percival [Mon, 4 Apr 2011 00:21:07 +0000 (01:21 +0100)]
Release: bump version.

13 years agoRelease: update news. release/2.13.57-1
Graham Percival [Sun, 3 Apr 2011 22:28:54 +0000 (23:28 +0100)]
Release: update news.

13 years agoDOC: more build notes
Phil Holmes [Sun, 27 Mar 2011 17:27:44 +0000 (18:27 +0100)]
DOC: more build notes

13 years agoAdd midi regression tests to output-distance compare.
Jan Nieuwenhuizen [Sun, 3 Apr 2011 14:20:28 +0000 (16:20 +0200)]
Add midi regression tests to output-distance compare.

13 years agoMidi: write about improved MIDI output in Changes.
Jan Nieuwenhuizen [Sun, 3 Apr 2011 09:20:28 +0000 (11:20 +0200)]
Midi: write about improved MIDI output in Changes.

13 years agoMidi: Use span dynamics render results for note velocities. Fixes #1586.
Jan Nieuwenhuizen [Sun, 3 Apr 2011 08:45:45 +0000 (10:45 +0200)]
Midi: Use span dynamics render results for note velocities. Fixes #1586.

Using Audio_dynamic's volume_ when announced does not work for
span dynamics: only in stop_translation_timestep the actual
volume is rendered and filled-in.

Also, make using note-velocity vs midi dynamics switchable.  Currently
it it always on, as it is mandatory when using the default
midiChannelMapping = 'instrument (as we need different volume settings
in voices that share a channel) and probably preferrable in all
other cases too.

13 years agoFix typo in comments of scm/time-signature-settings.scm
Carl Sorensen [Sat, 2 Apr 2011 23:33:06 +0000 (17:33 -0600)]
Fix typo in comments of scm/time-signature-settings.scm

Also delete some old comment lines that were left in but no longer
apply.

13 years agoCG: more website build details.
Graham Percival [Fri, 1 Apr 2011 16:55:22 +0000 (17:55 +0100)]
CG: more website build details.

13 years agoUpdate a manual download size.
Francisco Vila [Fri, 1 Apr 2011 16:37:09 +0000 (18:37 +0200)]
Update a manual download size.

Other updates should follow.

13 years agoMidi2ly: have --key option reach all staves. Fixes #1587.
Jan Nieuwenhuizen [Thu, 31 Mar 2011 20:20:49 +0000 (22:20 +0200)]
Midi2ly: have --key option reach all staves.  Fixes #1587.

13 years agoMidi: better key-initial test.
Jan Nieuwenhuizen [Thu, 31 Mar 2011 20:18:00 +0000 (22:18 +0200)]
Midi: better key-initial test.

13 years agoDoc: NR - remove @knownissue as of autobeaming fix
James Lowe [Thu, 31 Mar 2011 16:09:58 +0000 (17:09 +0100)]
Doc: NR - remove @knownissue as of autobeaming fix

Checked with Mike S, this @knownissue will no longer apply since Tracker issue #76
has been resolved

13 years agoCG: clean up website build description.
Graham Percival [Thu, 31 Mar 2011 02:15:50 +0000 (03:15 +0100)]
CG: clean up website build description.

13 years agoCG: move generic stepmake docs out of web build.
Graham Percival [Thu, 31 Mar 2011 02:08:58 +0000 (03:08 +0100)]
CG: move generic stepmake docs out of web build.

13 years agoMerge conflict: resolve.
Graham Percival [Wed, 30 Mar 2011 16:01:06 +0000 (17:01 +0100)]
Merge conflict: resolve.

13 years agoMerge branch 'release/unstable'
Graham Percival [Wed, 30 Mar 2011 16:00:37 +0000 (17:00 +0100)]
Merge branch 'release/unstable'

Conflicts:
Documentation/web/news-front.itexi

13 years agoModifies the Beam_collision_engraver to accommodate auto beaming.
Mike Solomon [Wed, 30 Mar 2011 15:15:39 +0000 (11:15 -0400)]
Modifies the Beam_collision_engraver to accommodate auto beaming.

This is a major rewrite of the engraver, moving all of its logic to
the finalize method and iterating through a vector of acknowledged
beams to find the grobs that any given beam covers.

13 years agoWeb-es: fix links to all manuals.
Francisco Vila [Wed, 30 Mar 2011 12:19:17 +0000 (14:19 +0200)]
Web-es: fix links to all manuals.