]>
git.donarmstrong.com Git - lilypond.git/log
Graham Percival [Wed, 15 Dec 2010 16:31:05 +0000 (16:31 +0000)]
CG: update lilybuntu2 url.
Graham Percival [Wed, 15 Dec 2010 16:24:17 +0000 (16:24 +0000)]
Compile fix.
Carl Sorensen [Tue, 14 Dec 2010 23:43:11 +0000 (16:43 -0700)]
Add regression test for issue 1386 tablature harmonic ties
Carl Sorensen [Tue, 14 Dec 2010 22:57:04 +0000 (15:57 -0700)]
Add regression tests for issue 1336
Carl Sorensen [Tue, 14 Dec 2010 20:21:48 +0000 (13:21 -0700)]
Add regtest for issue 1440
Graham Percival [Tue, 14 Dec 2010 20:13:16 +0000 (20:13 +0000)]
CG: warning about google sharing + google code.
Jean-Charles Malahieude [Tue, 14 Dec 2010 18:58:30 +0000 (19:58 +0100)]
Doc: text.itely unsplitting @refs
Graham Percival [Tue, 14 Dec 2010 17:10:06 +0000 (17:10 +0000)]
Release: bump version.
Graham Percival [Tue, 14 Dec 2010 15:47:05 +0000 (15:47 +0000)]
Release: update news.
Graham Percival [Tue, 14 Dec 2010 15:33:07 +0000 (15:33 +0000)]
Don't make paper columns if skipTypesetting = ##t (1336)
Patch from Neil, with assistance from Carl. I'm committing this
now so that I can get another release out.
Graham Percival [Tue, 14 Dec 2010 15:31:33 +0000 (15:31 +0000)]
Fix bookpart identifier crash with page-marker (1440)
Patch from Neil, with assistance from Carl. I'm committing this
now so that I can get another release out.
Graham Percival [Sun, 12 Dec 2010 16:42:33 +0000 (16:42 +0000)]
CG: add note about virtualization+hardware.
Jean-Charles Malahieude [Sun, 12 Dec 2010 13:57:22 +0000 (14:57 +0100)]
Doc-fr: consistency in seealsos
Move note names to scm/ introduced a wrong labelled "seealso"
Phil Holmes [Sat, 11 Dec 2010 12:22:45 +0000 (12:22 +0000)]
Update accidental-unbroken-tie-spacing.ly regtest
A minor update to the file to amend the description to describe the test
better and to get rid of ragged-right, which has no effect.
Patrick McCarty [Sat, 11 Dec 2010 23:59:08 +0000 (15:59 -0800)]
lilypond-words: Fix note-name detection.
Thanks to Jay Anderson for noticing the problem.
Patrick McCarty [Sat, 11 Dec 2010 23:15:29 +0000 (15:15 -0800)]
Compile fix.
Valentin Villenave [Sat, 11 Dec 2010 19:30:21 +0000 (20:30 +0100)]
Move note names to scm/
This commit moves the pitchnames alist declarations to
define-note-names.scm, for consistency (the reason why
pitchnames where defined in ly/ in the first place was
the old \include "foobar.ly" syntax previously used for
language selection, but it is no longer required).
Graham Percival [Sat, 11 Dec 2010 14:00:35 +0000 (14:00 +0000)]
CG: use the "publish+mail comment" to inform -devel.
Graham Percival [Sat, 11 Dec 2010 13:48:58 +0000 (13:48 +0000)]
CG: add "cc list" instructions for git-cl.
Francisco Vila [Thu, 9 Dec 2010 15:38:40 +0000 (16:38 +0100)]
Web: use existing png images instead of jpg.
All these jpgs are currently causing 404 errors from lilypond.org.
Jan Nieuwenhuizen [Fri, 10 Dec 2010 12:06:59 +0000 (13:06 +0100)]
[MINGW32]: Prepend cwd to PATH. Fixes invoking as "lilypond.exe".
Mark Polesky [Fri, 10 Dec 2010 08:43:55 +0000 (00:43 -0800)]
Doc: NR 4.1.4: Clarify 'padding in spacing alists.
Carl Sorensen [Thu, 9 Dec 2010 03:10:20 +0000 (20:10 -0700)]
Doc: Update cross-reference and syntax description for fret diagrams.
Graham Percival [Thu, 9 Dec 2010 15:06:30 +0000 (15:06 +0000)]
Doc: CG: add lilybuntu warnings which I removed.
Carl Sorensen [Thu, 9 Dec 2010 01:58:49 +0000 (18:58 -0700)]
Remove unused function and debugging leftovers
James Lowe [Wed, 8 Dec 2010 17:50:16 +0000 (17:50 +0000)]
Doc: Remove fragment option from @lilypond LM
Graham Percival [Wed, 8 Dec 2010 16:24:55 +0000 (16:24 +0000)]
Release: bump version.
Graham Percival [Wed, 8 Dec 2010 11:53:58 +0000 (11:53 +0000)]
Release: update news.
Mark Polesky [Wed, 8 Dec 2010 10:39:14 +0000 (02:39 -0800)]
Doc: NR 5.3.6: Update alist example; minor edits.
Francisco Vila [Wed, 8 Dec 2010 10:22:53 +0000 (11:22 +0100)]
Web-es: fix more broken links.
Mark Polesky [Wed, 8 Dec 2010 10:03:23 +0000 (02:03 -0800)]
Doc: NR 4, 5.3.6: Consistent key order for spacing alists.
Mark Polesky [Wed, 8 Dec 2010 10:01:34 +0000 (02:01 -0800)]
Use consistent key order for spacing alists.
Mark Polesky [Wed, 8 Dec 2010 10:00:09 +0000 (02:00 -0800)]
Doc: NR 5.3.6: Update instances of 'space in the text.
Mark Polesky [Wed, 8 Dec 2010 05:52:05 +0000 (21:52 -0800)]
Doc: NR 4: Update instances of 'space in the text.
Mark Polesky [Wed, 8 Dec 2010 03:57:46 +0000 (19:57 -0800)]
Run update-with-convert-ly.sh.
Neil Puttock [Tue, 7 Dec 2010 23:39:05 +0000 (23:39 +0000)]
Fix #1427.
The copy constructor for Book assumes the list of objects to clone are
scores, which is unsafe since a \book(part) block can also contain markup and
page markers.
* input/regression (book-identifier-markup.ly):
new regtest
* lily/book.cc (copy constructor):
treat entries in scores_ separately, cloning Score and Page_marker objects
* lily/include/page-marker.hh, lily/page-marker.cc:
add copy constructor
Joe Neeman [Tue, 7 Dec 2010 19:13:48 +0000 (11:13 -0800)]
Change space to basic-distance in spacing alists.
Graham Percival [Tue, 7 Dec 2010 17:23:20 +0000 (17:23 +0000)]
Doc: CG: clarify email to frogs.
Graham Percival [Mon, 6 Dec 2010 15:41:00 +0000 (15:41 +0000)]
Doc: CG: clarify lily-git.tcl and git-cl.
James Lowe [Mon, 6 Dec 2010 19:19:52 +0000 (19:19 +0000)]
Doc: Added @seealso to Ancient.itely in NR
As part of Tracker issue 1287
First step is to get the sectioning in line with CG Doc Policy. No other
corrections (incuding Typos or @lilypond example) will be made nor no
new text added.
Once the sectioning has been completed then we can look at improving the
content and/or examples.
Added @seealso sections in line with CG Doc Policy
Carl Sorensen [Tue, 7 Dec 2010 00:14:59 +0000 (17:14 -0700)]
Update version strings for regtests on previous patch
Carl Sorensen [Thu, 25 Nov 2010 02:42:15 +0000 (19:42 -0700)]
Modify fret calculation algorithm
Zero fingering creates an open string fret.
Add defaultStrings property to define strings that will be used
in calculating frets if no string number is specified in a chord.
A bad request for an open string pitch will set a warning and set
the pitch if possible on a non-open string.
Add regression tests for these cases.
Carl Sorensen [Mon, 6 Dec 2010 23:52:57 +0000 (16:52 -0700)]
Tablature -- add head-offset to TabNoteHead 'details
Add a new element to details for TabNoteHead
Adjust the value of head-offset to 3/5.
Jean-Charles Malahieude [Mon, 6 Dec 2010 21:56:12 +0000 (22:56 +0100)]
pot and update from `make po-replace'
lilypond.pot submitted to tp-robot.
Jean-Charles Malahieude [Mon, 6 Dec 2010 19:03:13 +0000 (20:03 +0100)]
Merge branch 'master' into lilypond/translation
Graham Percival [Sun, 5 Dec 2010 14:09:34 +0000 (14:09 +0000)]
Web: fix 1363.
Mark Polesky [Mon, 6 Dec 2010 09:27:20 +0000 (01:27 -0800)]
Revert "Clean up declarations-init.ly, paper-defaults-init.ly."
This reverts commit
407df9e0f629e1224ccac29c7ea503513e704a55 .
The commit caused some unexpected `make doc' errors.
Francisco Vila [Sun, 5 Dec 2010 17:15:20 +0000 (18:15 +0100)]
Web-es: fix broken links.
web translations should not use @link-lang blindly. Thanks, Graham!
Jean-Charles Malahieude [Sun, 5 Dec 2010 20:00:26 +0000 (21:00 +0100)]
Doc-fr: updates spacing
as of commit
ca1c206bb96 from Mark (NR 4.3.1: Clarify \break with examples.)
Jean-Charles Malahieude [Sun, 5 Dec 2010 19:56:23 +0000 (20:56 +0100)]
Web-fr: manuals : remove language suffixes for untranslated docs
Jean-Charles Malahieude [Sun, 5 Dec 2010 19:55:19 +0000 (20:55 +0100)]
Doc-fr: some xrefs fix
Mark Polesky [Sat, 4 Dec 2010 23:28:02 +0000 (15:28 -0800)]
Clean up declarations-init.ly, paper-defaults-init.ly.
Carl Sorensen [Sun, 5 Dec 2010 02:39:31 +0000 (19:39 -0700)]
Update bookpart regression test version number
Carl Sorensen [Sun, 5 Dec 2010 02:35:10 +0000 (19:35 -0700)]
Fix 1428 -- avoid segfault when adding bookpart variable
Carl Sorensen [Sun, 5 Dec 2010 02:27:33 +0000 (19:27 -0700)]
Fix unterminated tie in tablature-full-notation
Carl Sorensen [Sun, 5 Dec 2010 02:03:13 +0000 (19:03 -0700)]
Doc -- add information on beamExceptions to Notation Manual
Carl Sorensen [Sun, 7 Nov 2010 04:27:44 +0000 (22:27 -0600)]
Improve tablature -- tie-follow and harmonics
Create tab-tie-follow-engraver to display tab-note-heads
as cautionary after ties and before slurs and glissandi
Make new tab-note-head callback that handles harmonic and
cautionary display of tab-note-heads
Eliminate tab-harmonic-engraver and HarmonicParenthesesItem
Add 'harmonic-properties and 'cautionary-properties to
TabNoteHead 'details
Add harmonic by fret and harmonic by ratio to tablatures
Center TabNoteHead columns, instead of left-justifying them.
Carl Sorensen [Sat, 4 Dec 2010 22:26:17 +0000 (15:26 -0700)]
Adjust page compression settings
Adjust compression when the sytems won't fit on the page so we don't
drive off the top of the page.
Mark Polesky [Sat, 4 Dec 2010 22:12:36 +0000 (14:12 -0800)]
Doc: NR 4.3.1: Clarify \break with examples.
Mark Polesky [Sat, 4 Dec 2010 22:12:36 +0000 (14:12 -0800)]
Doc: NR 4: Clean up @seealso's.
Mark Polesky [Sat, 4 Dec 2010 22:12:36 +0000 (14:12 -0800)]
Doc: NR 4: Add cross-references.
Mark Polesky [Sat, 4 Dec 2010 22:12:36 +0000 (14:12 -0800)]
Doc: NR 4: Clean up examples.
Mark Polesky [Sat, 4 Dec 2010 22:12:36 +0000 (14:12 -0800)]
Doc: NR 4: Minor edits.
Jean-Charles Malahieude [Sat, 4 Dec 2010 21:14:54 +0000 (22:14 +0100)]
Doc-fr: spacing- first round of move around
Francisco Vila [Sat, 4 Dec 2010 19:30:49 +0000 (20:30 +0100)]
Doc-es: Spacing -- Proofreading.
Patrick McCarty [Sat, 4 Dec 2010 19:13:09 +0000 (11:13 -0800)]
Merge remote branch 'origin/release/unstable'
Francisco Vila [Sat, 4 Dec 2010 18:44:52 +0000 (19:44 +0100)]
Doc-es: Spacing, version ID, some x-refs and an unrelated typo.
Francisco Vila [Sat, 4 Dec 2010 17:55:16 +0000 (18:55 +0100)]
Doc-es: Spacing. Trailing spaces.
Francisco Vila [Sat, 4 Dec 2010 17:33:08 +0000 (18:33 +0100)]
Doc-es: Spacing, round Three.
Francisco Vila [Sat, 4 Dec 2010 17:15:37 +0000 (18:15 +0100)]
Doc-es: Spacing, round Two.
Possibly is better to push every 400 lines of diff or so, provided docs compile.
Francisco Vila [Sat, 4 Dec 2010 16:34:12 +0000 (17:34 +0100)]
Doc-es: Spacing, round One.
Clone structure from original. Contains untraslated material.
Jean-Charles Malahieude [Sat, 4 Dec 2010 12:37:45 +0000 (13:37 +0100)]
Doc-fr: helpus and typo
Graham Percival [Sat, 4 Dec 2010 12:19:10 +0000 (12:19 +0000)]
Release: bump version.
Graham Percival [Sat, 4 Dec 2010 10:40:55 +0000 (10:40 +0000)]
Release: update news.
Graham Percival [Sat, 27 Nov 2010 02:48:32 +0000 (02:48 +0000)]
Release: update news.
Graham Percival [Sat, 4 Dec 2010 10:40:55 +0000 (10:40 +0000)]
Release: update news.
Graham Percival [Sat, 4 Dec 2010 10:38:39 +0000 (10:38 +0000)]
Merge remote branch 'origin' into release/unstable
Federico Bruni [Sat, 27 Nov 2010 16:22:41 +0000 (17:22 +0100)]
Doc-it: update italian translation
Carl Sorensen [Thu, 2 Dec 2010 20:28:35 +0000 (13:28 -0700)]
Fix 1252 by compressing page
Add regression test
Jan Nieuwenhuizen [Fri, 3 Dec 2010 21:37:19 +0000 (22:37 +0100)]
midi2ly: bump version in output to 2.7.38 (oldest supported).
This makes midi2ly output actually processable without problems by
the latest lilypond.
Neil Puttock [Thu, 2 Dec 2010 21:49:04 +0000 (21:49 +0000)]
Fix thinko in tie-engraver.cc.
Neil Puttock [Thu, 2 Dec 2010 21:40:47 +0000 (21:40 +0000)]
Tweak regression test to account for spacing changes/bug fixes.
Mark Polesky [Thu, 2 Dec 2010 06:57:56 +0000 (22:57 -0800)]
Doc: NR 4.2.1: Add line-width to \layout options.
Mark Polesky [Thu, 2 Dec 2010 06:56:54 +0000 (22:56 -0800)]
Doc: NR: Capitalize "f" in "Installed files".
Francisco Vila [Thu, 2 Dec 2010 00:35:36 +0000 (01:35 +0100)]
Doc-es: version markers for some missing snippets.
Francisco Vila [Thu, 2 Dec 2010 00:26:25 +0000 (01:26 +0100)]
Doc-es: version markers for Spanish LSR snippets.
Francisco Vila [Thu, 2 Dec 2010 00:23:16 +0000 (01:23 +0100)]
Doc-es: update LSR snippets.
Francisco Vila [Wed, 1 Dec 2010 18:32:24 +0000 (19:32 +0100)]
Doc-es: update all except Spacing and LSR.
Carl Sorensen [Wed, 1 Dec 2010 20:36:52 +0000 (13:36 -0700)]
Doc -- Contributor/programming: update editing instructions for graphviz
Colin Campbell [Wed, 1 Dec 2010 01:09:18 +0000 (18:09 -0700)]
DOC: change name in Bug Squad
Changed Sunday duty from Valentin to Colin
Colin Campbell [Wed, 1 Dec 2010 01:18:06 +0000 (18:18 -0700)]
DOC: CG 7.5 Adding Issues - clarify file types
Per discussion with P Holmes:
Use .png for 1-2 pages of output, .pdf for > 2
Caution about large files
Francisco Vila [Tue, 30 Nov 2010 18:00:07 +0000 (19:00 +0100)]
Doc-es: update Ancient and Percussion.
Francisco Vila [Tue, 30 Nov 2010 18:06:19 +0000 (19:06 +0100)]
Web-es: update NEWS-FRONT.
David Kastrup [Wed, 1 Dec 2010 14:08:03 +0000 (15:08 +0100)]
elisp/lilypond-mode.el: Emacs obsoleted `make-local-hook' eons ago
By now, it no longer exists, so use it only for XEmacs.
Valentin Villenave [Wed, 1 Dec 2010 11:04:53 +0000 (12:04 +0100)]
Merge branch 'master' into lilypond/translation
Valentin Villenave [Tue, 30 Nov 2010 20:24:40 +0000 (21:24 +0100)]
Add support for tempo ranges
This commit
- extends the parser to accept the following syntax:
\tempo numA ~ numB
- changes the 'tempoUnitCount property to accept either
a number or a pair (in which case tempoWholesPerMinutes
will be set by averaging the two numbers)
- adapts the format-metronome-markup translation function
to print the tempo range properly
- adds a metronome-range.ly regtest
- adds relevant display-lily methods, and updates this
regtest as well.
Valentin Villenave [Sat, 27 Nov 2010 16:47:00 +0000 (17:47 +0100)]
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/lilypond
Graham Percival [Sat, 27 Nov 2010 02:48:32 +0000 (02:48 +0000)]
Release: update news.
Valentin Villenave [Fri, 26 Nov 2010 23:15:43 +0000 (00:15 +0100)]
Doc: @file entries clean-up, take3 (add line-breaks)
This commit allows for line breaks in @file{} entries that
are longer than 50 characters.
Reinhold Kainhofer [Fri, 26 Nov 2010 15:37:52 +0000 (16:37 +0100)]
PartCombine: Shuffle functions around so unisono/solo1/solo2/chords_together/apart are together in the code; No code changes