]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
13 years agoRelease: update news. release/2.13.56-1
Graham Percival [Tue, 29 Mar 2011 15:03:54 +0000 (16:03 +0100)]
Release: update news.

13 years agoMerge remote branch 'origin' into release/unstable
Graham Percival [Tue, 29 Mar 2011 15:03:30 +0000 (16:03 +0100)]
Merge remote branch 'origin' into release/unstable

13 years agoDon't set 'tieMelismaBusy until old waiting heads have been cleared
Trevor Daniels [Sat, 26 Mar 2011 13:26:22 +0000 (13:26 +0000)]
Don't set 'tieMelismaBusy until old waiting heads have been cleared

 - fixes 742

13 years agoMidi2ly: handle staves with more than four voices. Fixes #1580.
Jan Nieuwenhuizen [Mon, 28 Mar 2011 18:31:26 +0000 (20:31 +0200)]
Midi2ly: handle staves with more than four voices.  Fixes #1580.

The correct \voiceOne, \voiceTwo,.. etc. mapping is probably lost in
such cases.  We need a good test file that shows how the mapping
should be handled.

13 years agoAdd missing release number
Trevor Daniels [Mon, 28 Mar 2011 16:12:57 +0000 (17:12 +0100)]
Add missing release number

13 years agoSuppress continuing LyricHyphen under grace note at start of line
Trevor Daniels [Thu, 24 Mar 2011 15:36:04 +0000 (15:36 +0000)]
Suppress continuing LyricHyphen under grace note at start of line

 - fixes 688

13 years agoAssures smooth transitions at glissando line breaks.
Mike Solomon [Mon, 28 Mar 2011 14:58:29 +0000 (10:58 -0400)]
Assures smooth transitions at glissando line breaks.

When a glissando breaks over lines, the left point of the beginning-of-line
glissando picks up on the y-axis where the right point of the end-of-line
glissando ends.

13 years agoWhitespace.
Werner Lemberg [Mon, 28 Mar 2011 10:33:21 +0000 (12:33 +0200)]
Whitespace.

13 years agoDoc: Added new option 'papersize' to Usage
James Lowe [Fri, 25 Mar 2011 15:09:15 +0000 (15:09 +0000)]
Doc: Added new option 'papersize' to Usage

Added note on how to use @lilypond[papersize=xx] as defined in scm/paper.scm

13 years agoFix typo in font makefile
Carl Sorensen [Sat, 26 Mar 2011 22:33:44 +0000 (16:33 -0600)]
Fix typo in font makefile

13 years agoFix version brain cramp
Carl Sorensen [Sat, 26 Mar 2011 18:47:02 +0000 (12:47 -0600)]
Fix version brain cramp

13 years agoFix mistake in overwriting regression test
Carl Sorensen [Sat, 26 Mar 2011 16:22:58 +0000 (10:22 -0600)]
Fix mistake in overwriting regression test

13 years agoRevert "Update version on input/regression/note-names.ly"
Graham Percival [Sat, 26 Mar 2011 16:15:41 +0000 (16:15 +0000)]
Revert "Update version on input/regression/note-names.ly"

This reverts commit aa4bf973c439bca3dfdbd262c4a08b1a9c05ef9b.

We're still on 2.13.56; this breaks compiling!

13 years agoMerge remote branch 'origin' into release/unstable
Graham Percival [Sat, 26 Mar 2011 15:25:53 +0000 (15:25 +0000)]
Merge remote branch 'origin' into release/unstable

13 years agodownstem 64th and 128th flag touchup
Janek Warchoł [Fri, 18 Mar 2011 11:19:56 +0000 (12:19 +0100)]
downstem 64th and 128th flag touchup

64th and 128th flags are made less trianglish (squeezed at the bottom),
also the gap between flag and notehead is reduced.
The flags look now more consistent with 16th and 32nd flags,
as well as with upstem flags.

13 years agodownstem 16th and 32nd flags touchup
Janek Warchoł [Fri, 18 Mar 2011 10:50:36 +0000 (11:50 +0100)]
downstem 16th and 32nd flags touchup

32nd downstem flag is made less 'bumpy'
(curves on the right edge of the flag are less pronounced,
to match 64th and 128th flags better).

Also, 16th and 32nd flags are made more consistent.
In particular, flares are corrected so now 32nd flag isn't
suddenly thicker than 16th flag.

13 years agoshortening of downstem 8th flag
Janek Warchoł [Fri, 18 Mar 2011 10:38:37 +0000 (11:38 +0100)]
shortening of downstem 8th flag

This was discussed here:
http://lists.gnu.org/archive/html/lilypond-devel/2011-03/msg00128.html
Not many people gave their opinions;
Carl prefers not changing this, but he doesn't feel strongly about it,
Werner is not sure, but feels a bit more like shortening the flag,
Mike agrees to make the change.
My opinion is that it should be changed.

13 years agoincluding blot_diameter in calculating upstem flag lengths
Janek Warchoł [Fri, 18 Mar 2011 10:33:55 +0000 (11:33 +0100)]
including blot_diameter in calculating upstem flag lengths

Doing so is needed in case of 32nd flag,
because after changing 32nd stem length it touches staff line.
In case of 64th and 128th this isn't really needed,
but i added it for consistency's sake.

13 years agoRelease: update news.
Graham Percival [Sat, 26 Mar 2011 14:44:48 +0000 (14:44 +0000)]
Release: update news.

13 years agoUpdate Warranty statement to use GPL version 3 or later
Carl Sorensen [Sat, 26 Mar 2011 04:49:55 +0000 (22:49 -0600)]
Update Warranty statement to use GPL version 3 or later

13 years agoUpdate version on input/regression/note-names.ly
Carl Sorensen [Sat, 26 Mar 2011 04:44:23 +0000 (22:44 -0600)]
Update version on input/regression/note-names.ly

13 years agoFix 1569: Bad behavior of NoteNames context
Carl Sorensen [Tue, 22 Mar 2011 22:10:46 +0000 (16:10 -0600)]
Fix 1569:  Bad behavior of NoteNames context

  Changed default value of 'staff-affinity to #UP
  Changed default spacing parameters to be the same as for Lyrics
  context

  Added some documentation about spacing of nonstaff lines to help
  users better understand nonstaff line spacing.

  Added regression test file

13 years agoAllow other types of staves than only Staff inside a GrandStaff...
Reinhold Kainhofer [Wed, 23 Mar 2011 12:14:04 +0000 (13:14 +0100)]
Allow other types of staves than only Staff inside a GrandStaff...

13 years agoAlignment of lyrics to manual melismata now honours ignoreMelismata
Trevor Daniels [Thu, 24 Mar 2011 22:26:28 +0000 (22:26 +0000)]
Alignment of lyrics to manual melismata now honours ignoreMelismata

 - fix the fix to issue 773 in 6442b487
   (thanks Neil!)

13 years agoDoc: update Translation Status.
Francisco Vila [Thu, 24 Mar 2011 14:52:53 +0000 (15:52 +0100)]
Doc: update Translation Status.

13 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Thu, 24 Mar 2011 11:17:34 +0000 (12:17 +0100)]
Merge branch 'master' into lilypond/translation

13 years agoWeb-es: a couple of missing markers.
Francisco Vila [Thu, 24 Mar 2011 11:17:07 +0000 (12:17 +0100)]
Web-es: a couple of missing markers.

13 years agoDoc: Typo.
Francisco Vila [Thu, 24 Mar 2011 08:23:19 +0000 (09:23 +0100)]
Doc: Typo.

13 years agoWeb-es: update NEWS.
Francisco Vila [Thu, 24 Mar 2011 09:17:51 +0000 (10:17 +0100)]
Web-es: update NEWS.

13 years agoDoc-es: Full update of Spanish docs.
Francisco Vila [Thu, 24 Mar 2011 08:37:07 +0000 (09:37 +0100)]
Doc-es: Full update of Spanish docs.

Update Rhythms, Simultaneous, Spacing, Vocal, Wind.

13 years agoMerge branch 'release/unstable'
Graham Percival [Wed, 23 Mar 2011 13:45:26 +0000 (13:45 +0000)]
Merge branch 'release/unstable'

Conflicts:
Documentation/web/news-front.itexi

13 years agoAdds the inline-accidental-interface to TrillPitchAccidental.
Mike Solomon [Wed, 23 Mar 2011 10:50:27 +0000 (06:50 -0400)]
Adds the inline-accidental-interface to TrillPitchAccidental.

13 years agoFix typo in FootnoteSpanner definition.
Neil Puttock [Tue, 22 Mar 2011 22:56:56 +0000 (22:56 +0000)]
Fix typo in FootnoteSpanner definition.

13 years agoWeb: fix news date.
Graham Percival [Tue, 22 Mar 2011 20:42:10 +0000 (20:42 +0000)]
Web: fix news date.

13 years agoRelease: bump version.
Graham Percival [Tue, 22 Mar 2011 20:37:13 +0000 (20:37 +0000)]
Release: bump version.

13 years agoRelease: update news.
Graham Percival [Tue, 22 Mar 2011 19:13:27 +0000 (19:13 +0000)]
Release: update news.

13 years agoMidi2ly: if --duration-quant == first note, still write duration. Fixes #1575.
Jan Nieuwenhuizen [Tue, 22 Mar 2011 20:20:43 +0000 (21:20 +0100)]
Midi2ly: if --duration-quant == first note, still write duration.  Fixes #1575.

Reported my Martin Tarenskeen.

13 years agoMerge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
Till Paala [Tue, 22 Mar 2011 19:14:13 +0000 (21:14 +0200)]
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into lilypond/translation

13 years agoRelease: update news. release/2.13.55-1
Graham Percival [Tue, 22 Mar 2011 19:13:27 +0000 (19:13 +0000)]
Release: update news.

13 years agoDoc: NR addition to existsing @knownissue
James Lowe [Tue, 22 Mar 2011 17:55:18 +0000 (17:55 +0000)]
Doc: NR addition to existsing @knownissue

As per Mike Solomon's suggestion, added additiona additional sentence
 to exitsing @knownissue for collisions with automatic beaming.

Included a simple @lilypond to illustrate the issue (thanks Mike!)

Also took opportunity to tidy up the cindex for beams (make them more
consistent - beam vs beams vs beaming etc.) added a few more and removed
some repeated ones.

removed some unnecessary line spaces in the itely file itself

13 years agoDocs: LM: New behaviour of 'outside-staff-priority
Trevor Daniels [Tue, 22 Mar 2011 17:09:39 +0000 (17:09 +0000)]
Docs: LM: New behaviour of 'outside-staff-priority

 - certain score-level objects are now moved to the top
   staff just after line breaking so they are now positioned
   correctly in the outside-staff-priority hierarchy.
   (It's been this way since 2.13.4)

13 years agoDoc: LM - correction of Layout Priority value
James Lowe [Tue, 22 Mar 2011 15:42:44 +0000 (15:42 +0000)]
Doc: LM - correction of Layout Priority value

LM stated that VoltaBracketSpanner was 100

scm/definegrobs.scm shows this as 600. Made edit and re-ordered as
appropriate.

Came from email thread:

http://article.gmane.org/gmane.comp.gnu.lilypond.bugs/23891

13 years agoDoc-es: update Editorial.
Francisco Vila [Tue, 22 Mar 2011 12:54:28 +0000 (13:54 +0100)]
Doc-es: update Editorial.

13 years agoDoc-es: update CHANGES.
Francisco Vila [Tue, 22 Mar 2011 11:01:19 +0000 (12:01 +0100)]
Doc-es: update CHANGES.

13 years agoDoc-es: adjust lsr versions.
Francisco Vila [Tue, 22 Mar 2011 08:37:32 +0000 (09:37 +0100)]
Doc-es: adjust lsr versions.

13 years agoDoc-es: run makelsr.
Francisco Vila [Tue, 22 Mar 2011 08:34:28 +0000 (09:34 +0100)]
Doc-es: run makelsr.

13 years agoDoc-es: add four snippets for Fretted.
Francisco Vila [Tue, 22 Mar 2011 07:55:43 +0000 (08:55 +0100)]
Doc-es: add four snippets for Fretted.

13 years agoDoc-es: update Fretted.
Francisco Vila [Mon, 21 Mar 2011 13:00:20 +0000 (14:00 +0100)]
Doc-es: update Fretted.

13 years agoDoc-ja: Adding *.itely files to ja-NR
Yoshiki Sawada [Mon, 21 Mar 2011 14:29:12 +0000 (23:29 +0900)]
Doc-ja: Adding *.itely files to ja-NR

Doc-ja:
Adding rhythms.itely, expressive.itely and repeats.itely.
Updating notation.itely.
Fixing running.itely.

13 years agolilylib: handle encodings. Fixes #1073 and u#714213.
Jan Nieuwenhuizen [Thu, 17 Mar 2011 20:44:05 +0000 (21:44 +0100)]
lilylib: handle encodings. Fixes #1073 and u#714213.

13 years agoDoc-de: updating fretted-strings and new snippets
Till Paala [Mon, 21 Mar 2011 15:55:50 +0000 (17:55 +0200)]
Doc-de: updating fretted-strings and new snippets

13 years agoDoc-de: udpates to notation manual
Till Paala [Mon, 21 Mar 2011 15:54:52 +0000 (17:54 +0200)]
Doc-de: udpates to notation manual

13 years agoDoc-de: documentation updates
Till Paala [Mon, 21 Mar 2011 15:31:07 +0000 (17:31 +0200)]
Doc-de: documentation updates

13 years agoFixes accidental suggestions in the beam collision engraver (issue 1570)
Mike Solomon [Mon, 21 Mar 2011 14:20:45 +0000 (10:20 -0400)]
Fixes accidental suggestions in the beam collision engraver (issue 1570)

Adds an inline-accidental-interface that the engraver uses to filter out
all accidentals that do not come before a note in the staff.

13 years agoDoc: NR minor edit - change TODO to @c
jlowe [Sun, 20 Mar 2011 17:19:18 +0000 (17:19 +0000)]
Doc: NR minor edit - change TODO to @c

13 years agolilylib: handle encodings. Fixes #1073 and u#714213.
Jan Nieuwenhuizen [Thu, 17 Mar 2011 20:44:05 +0000 (21:44 +0100)]
lilylib: handle encodings. Fixes #1073 and u#714213.

13 years agoDoc: Linebreak edit for last Usage Commit
James Lowe [Fri, 18 Mar 2011 19:20:27 +0000 (19:20 +0000)]
Doc: Linebreak edit for last Usage Commit

Hadn't noticed that the linebreak for last change was on a single line.

My apologies. Have redone patch with appropriate line breaks as per the CG.

13 years agoDoc: Minor grammar change in Usage Manual
James Lowe [Fri, 18 Mar 2011 15:00:15 +0000 (15:00 +0000)]
Doc: Minor grammar change in Usage Manual

Simplified the explanation for the Variable LILYPOND_GC_YIELD

13 years agoSyllable when using \melisma should be left-aligned
Trevor Daniels [Fri, 18 Mar 2011 09:24:34 +0000 (09:24 +0000)]
Syllable when using \melisma should be left-aligned

 - fix issue 773

13 years agoFix inverted sign on relative offset for beam-collisions.
Han-Wen Nienhuys [Fri, 18 Mar 2011 02:17:14 +0000 (23:17 -0300)]
Fix inverted sign on relative offset for beam-collisions.

This fixes #1565.

13 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Thu, 17 Mar 2011 11:33:37 +0000 (12:33 +0100)]
Merge branch 'master' into lilypond/translation

13 years agoFixes Issue 1504, allowing feather beam line breaking.
Mike Solomon [Wed, 16 Mar 2011 19:07:34 +0000 (15:07 -0400)]
Fixes Issue 1504, allowing feather beam line breaking.

Makes it such that the degree of feathering at the end of a system
is preserved at the beginning of the next system.

Adds a normalized-endpoints property to Spanner, which calculates
the portion of a spanner (normalized from 0 to 1) taken up by any
broken child.

13 years agoMidi: always set instrument for new track. Unconfuses some midi players.
Jan Nieuwenhuizen [Tue, 15 Mar 2011 19:21:26 +0000 (20:21 +0100)]
Midi: always set instrument for new track.  Unconfuses  some midi players.

13 years agoDoc: Added @knownissue to NR for fingering
James Lowe [Tue, 15 Mar 2011 18:15:24 +0000 (18:15 +0000)]
Doc: Added @knownissue to NR for fingering

By default double-diogit fingering (i.e. >9) is no possible using
standard fingering markups. There is an LSR that has been posted for
approval and can be included as necessary.

Tidied up some grammar and minor punctuation changes.

13 years agoDoc: NR Minor added cindex for page no.s
James Lowe [Tue, 15 Mar 2011 17:50:09 +0000 (17:50 +0000)]
Doc: NR Minor added cindex for page no.s

Added three @cindex entries for page numbers.

13 years agoAdds woodwind diagrams to changes.tely
Mike Solomon [Tue, 15 Mar 2011 13:56:26 +0000 (09:56 -0400)]
Adds woodwind diagrams to changes.tely

13 years agoNews: cancel release candidate.
Graham Percival [Tue, 15 Mar 2011 13:08:05 +0000 (13:08 +0000)]
News: cancel release candidate.

13 years agoChanges the spanner-placement property of FootnoteSpanner to ly:dir
Mike Solomon [Tue, 15 Mar 2011 10:57:49 +0000 (06:57 -0400)]
Changes the spanner-placement property of FootnoteSpanner to ly:dir

Now, the annotation on a spanner will always fall on the first (LEFT
or CENTER) or last (RIGHT) broken spanner if the spanner is broken.
Defaults to LEFT.

13 years agoMidi: do not output midi volume settings next to note velocity.
Jan Nieuwenhuizen [Tue, 15 Mar 2011 09:28:51 +0000 (10:28 +0100)]
Midi: do not output midi volume settings next to note velocity.

This can easily be made configureable in staff-performer now.

13 years agoMIDI: fix regtest failure
Keith OHara [Tue, 15 Mar 2011 02:57:32 +0000 (19:57 -0700)]
MIDI: fix regtest failure

commit 27d3e1188 had caused make check to crash

13 years agoMidi2ly: do not set instrument in lyrics track. Fixes crash.
Jan Nieuwenhuizen [Mon, 14 Mar 2011 14:44:29 +0000 (15:44 +0100)]
Midi2ly: do not set instrument in lyrics track.  Fixes crash.

13 years agoDOC: moving lilydev build
Phil Holmes [Sun, 13 Mar 2011 22:03:32 +0000 (22:03 +0000)]
DOC: moving lilydev build

13 years agoMIDI: midiChannelMapping = #'staff mode creates only one Track per staff.
Jan Nieuwenhuizen [Mon, 14 Mar 2011 14:18:48 +0000 (15:18 +0100)]
MIDI: midiChannelMapping = #'staff mode creates only one Track per staff.

This should reproduce the old behaviour.

13 years agoMidi: add addlyrics test with mid2ly fix.
Jan Nieuwenhuizen [Mon, 14 Mar 2011 14:16:48 +0000 (15:16 +0100)]
Midi: add addlyrics test with mid2ly fix.

13 years agoCG: info dump about website build.
Graham Percival [Mon, 14 Mar 2011 14:01:07 +0000 (14:01 +0000)]
CG: info dump about website build.

13 years agoDOC: adding lilydev build to build notes
Phil Holmes [Sun, 13 Mar 2011 19:07:24 +0000 (19:07 +0000)]
DOC: adding lilydev build to build notes

13 years agoMidi: only output PORT if midiChannelMapping == #'voice.
Jan Nieuwenhuizen [Mon, 14 Mar 2011 09:08:06 +0000 (10:08 +0100)]
Midi: only output PORT if midiChannelMapping == #'voice.

This reduces the risk of creating trouble for the default
#'instrument-mode output and the old #'staff-mode output,
while leaving the option open for MIDI-players to do the
right thing with ports in the #'voice-mode: in each track,
each channel 0 should be able to play another instrument.

13 years agoshortens 32nd flag to match shorter stem
Janek Warchoł [Wed, 9 Mar 2011 20:32:32 +0000 (21:32 +0100)]
shortens 32nd flag to match shorter stem

13 years agounbeamed 32nd stem is shortened by 0.25 ss to fit beamed stems better.
Janek Warchoł [Tue, 8 Mar 2011 15:37:28 +0000 (16:37 +0100)]
unbeamed 32nd stem is shortened by 0.25 ss to fit beamed stems better.

as discussed in
http://lists.gnu.org/archive/html/lilypond-devel/2011-03/msg00091.html

13 years agoMidi2ly: key parsing fixlet for new voice<->track mapping.
Jan Nieuwenhuizen [Sun, 13 Mar 2011 16:20:31 +0000 (17:20 +0100)]
Midi2ly: key parsing fixlet for new voice<->track mapping.

13 years agoMidi: test suite nits.
Jan Nieuwenhuizen [Sun, 13 Mar 2011 15:56:59 +0000 (16:56 +0100)]
Midi: test suite nits.

13 years agoMidi2ly: refactoring: initial support for instrument<->channel mapping.
Jan Nieuwenhuizen [Sun, 13 Mar 2011 15:38:06 +0000 (16:38 +0100)]
Midi2ly: refactoring: initial support for instrument<->channel mapping.

Files using instrument<->channel mapping [and thus obviously] combined
with voice<->track mapping (the new LilyPond default) are now handled
by midi2ly.

13 years agoMidi2ly: refactoring: add classes Channel and Track.
Jan Nieuwenhuizen [Sun, 13 Mar 2011 14:44:52 +0000 (15:44 +0100)]
Midi2ly: refactoring: add classes Channel and Track.

13 years agoMidi2ly: refactoring: introduce class Staff.
Jan Nieuwenhuizen [Sun, 13 Mar 2011 12:32:21 +0000 (13:32 +0100)]
Midi2ly: refactoring: introduce class Staff.

13 years agoMidi: add staff-mapping test.
Jan Nieuwenhuizen [Sun, 13 Mar 2011 11:26:05 +0000 (12:26 +0100)]
Midi: add staff-mapping test.

13 years agoRelease: bump version.
Graham Percival [Sun, 13 Mar 2011 15:40:52 +0000 (15:40 +0000)]
Release: bump version.

13 years agoRelease: update news. release/2.13.54-1
Graham Percival [Sun, 13 Mar 2011 13:24:18 +0000 (13:24 +0000)]
Release: update news.

13 years agoFret diagram fixes
Nicolas Sceaux [Wed, 16 Feb 2011 21:42:36 +0000 (22:42 +0100)]
Fret diagram fixes

- fix padding and size of mute/open signs when size is overridden
- fix first fret label position
- allow fully customizable first fret label
- allow per-finger dot color change
- add reg test for fret diagram magnification
- add a test case for first fret custom label
- add a test case for dot color inversion

13 years agoMidi2ly: add quantize tests and voices fixlet.
Jan Nieuwenhuizen [Sat, 12 Mar 2011 22:16:23 +0000 (23:16 +0100)]
Midi2ly: add quantize tests and voices fixlet.

13 years agoMidi: thinkos. Fix wrapping of channels.
Jan Nieuwenhuizen [Sat, 12 Mar 2011 21:17:24 +0000 (22:17 +0100)]
Midi: thinkos.  Fix wrapping of channels.

13 years agoMidi: start test suite.
Jan Nieuwenhuizen [Sat, 12 Mar 2011 20:03:22 +0000 (21:03 +0100)]
Midi: start test suite.

13 years agoMidi: allow alternate channel mappings: per instrument, staff, voice.
Jan Nieuwenhuizen [Sat, 12 Mar 2011 20:01:42 +0000 (21:01 +0100)]
Midi: allow alternate channel mappings: per instrument, staff, voice.

The property midiChannelMapping specifies the mapping of MIDI channels:
per instrument (default), staff or voice.

The default mapping, per instrument, makes for optimal re-using of
channels.  Per voice mapping allows re-creating of voices and
arranging them on staffs with the current midi2ly.  Per staff mapping
closely matches the old default.

13 years agoMidi: Map voices to tracks in MIDI output.
Jan Nieuwenhuizen [Sat, 12 Mar 2011 13:45:24 +0000 (14:45 +0100)]
Midi: Map voices to tracks in MIDI output.

With voices mapped to tracks, midi2ly can neatly recreate voices
without needing to do tricky guessing.  Some extra trickery will
be needed to re-assign the voices to the correct staves.

Also, midi channels are optimally re-used: identical midi instruments
accross different staves share the same channel.  This can fix
running out of channels in some cases, where similar instruments
are notated on different staves.

13 years agoMidi2ly: bump version to 2.13.53 because of Completion_rest_engraver.
Jan Nieuwenhuizen [Sat, 12 Mar 2011 13:55:18 +0000 (14:55 +0100)]
Midi2ly: bump version to 2.13.53 because of Completion_rest_engraver.

13 years agoDOC: yet more updates to the CG build information
Phil Holmes [Sat, 12 Mar 2011 16:35:43 +0000 (16:35 +0000)]
DOC: yet more updates to the CG build information

13 years agoMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/lilypond
Mike Solomon [Sat, 12 Mar 2011 18:04:15 +0000 (19:04 +0100)]
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/lilypond

13 years agoReplaces broken_spanner_index by get_break_index in spanner.cc
Mike Solomon [Sat, 12 Mar 2011 18:02:27 +0000 (19:02 +0100)]
Replaces broken_spanner_index by get_break_index in spanner.cc

Deletes the broken_spanner_index function, which did the same thing.

13 years agoMidi: set each track to its own port. Should fix instrument/volume problems.
Jan Nieuwenhuizen [Fri, 11 Mar 2011 20:52:14 +0000 (21:52 +0100)]
Midi: set each track to its own port.  Should fix instrument/volume problems.

13 years agoMidi: set instrument for each voice (on each channel).
Jan Nieuwenhuizen [Fri, 11 Mar 2011 20:51:35 +0000 (21:51 +0100)]
Midi: set instrument for each voice (on each channel).

13 years agoDoc: Added @funindex for within-system-spacing
jlowe [Fri, 11 Mar 2011 22:56:53 +0000 (22:56 +0000)]
Doc: Added @funindex for within-system-spacing

Also added some @seealsos that were missing, minor order of @seealso change
and odd line break for one para in text.