Francisco Vila [Fri, 29 Jul 2011 09:18:56 +0000 (11:18 +0200)]
Doc-it: adjust Italian texidoc string.
Till Paala [Mon, 25 Jul 2011 18:18:14 +0000 (21:18 +0300)]
Doc-de: update dev link on main web page
Federico Bruni [Tue, 19 Jul 2011 22:17:06 +0000 (00:17 +0200)]
Doc-it: fix translations in snippets. Run makelsr.
Federico Bruni [Tue, 19 Jul 2011 22:25:44 +0000 (00:25 +0200)]
Doc-it: fix translation of snippets in LM
Francisco Vila [Thu, 14 Jul 2011 10:34:40 +0000 (12:34 +0200)]
Doc-es: fix another menu.
Francisco Vila [Wed, 13 Jul 2011 14:38:37 +0000 (16:38 +0200)]
Doc-es: miscellaneous corrections.
Francisco Vila [Wed, 13 Jul 2011 11:40:58 +0000 (13:40 +0200)]
Doc-es: fix typo and menu.
Francisco Vila [Wed, 13 Jul 2011 11:28:42 +0000 (13:28 +0200)]
Doc-es: fix compile.
Francisco Vila [Wed, 13 Jul 2011 11:01:50 +0000 (13:01 +0200)]
Doc: update Translation Status.
Francisco Vila [Wed, 13 Jul 2011 10:19:36 +0000 (12:19 +0200)]
Doc-es: update Pitches, Staff, web/Manuals, web/NEWS.
Francisco Vila [Wed, 13 Jul 2011 10:14:51 +0000 (12:14 +0200)]
Merge branch 'master' into lilypond/translation
Francisco Vila [Wed, 13 Jul 2011 10:13:07 +0000 (12:13 +0200)]
Doc-es: update Staff.
Francisco Vila [Wed, 13 Jul 2011 09:21:54 +0000 (11:21 +0200)]
Doc-es: update Simultaneous.
Jan Nieuwenhuizen [Tue, 12 Jul 2011 18:51:43 +0000 (20:51 +0200)]
Doc [nl]: Translation update.
Reinhold Kainhofer [Sun, 10 Jul 2011 19:41:55 +0000 (21:41 +0200)]
Fix #1581: Only NoteEvents can cause a tie. Ignore all other events that create note heads
Reinhold Kainhofer [Sat, 2 Jul 2011 20:23:53 +0000 (22:23 +0200)]
Fix issues 75 and 1256: Allow multiple concurrent slurs
Rewrite the Slur_engraver and the Phrasing_slur_engraver to support
multiple concurrent slurs. The default lilypond syntax using parentheses
still supports only one slur at a time, but by adding a spanner-id property
to the (Phrasing)SlurEvent music expression, one can create multiple
concurrent slurs, each with a different spanner-id.
This finally allows appoggiaturas and acciaccaturas (which both create a
slur from the grace note the the next note) to be placed inside a slur.
If we observe a new slur start while a slur is already present, we now
totally ignore the new slur event, so it does not influence the appearance
of the existing slur (bug 1256)
Reinhold Kainhofer [Sun, 10 Jul 2011 21:12:12 +0000 (23:12 +0200)]
Fix 1676: Properly count the notes in a chord tremolo (ignore all non-note events)
Reinhold Kainhofer [Mon, 16 Nov 2009 17:57:26 +0000 (18:57 +0100)]
fix 750: No warning for non-found voice in lyrics combine when lyrics are empty
Use a bool flag to store whether the Lyrics context was ever really created
(i.e. one moment was processed). If that's not the case, then the lyrics
are empty, and we shouldn't print any warning about non-existing voices
(since we never even tried to find an appropriate voice; and we also don't
need one anyway).
Fixes isse 750 (http://code.google.com/p/lilypond/issues/detail?id=750)
Graham Percival [Tue, 12 Jul 2011 14:10:48 +0000 (07:10 -0700)]
CG: add final GOP-PROP 2: contrib. and mentors
Francisco Vila [Tue, 12 Jul 2011 12:58:18 +0000 (14:58 +0200)]
Web-es: update Download.
Francisco Vila [Tue, 12 Jul 2011 12:04:39 +0000 (14:04 +0200)]
Doc-es: update Committishes for snippets.
Francisco Vila [Tue, 12 Jul 2011 11:55:14 +0000 (13:55 +0200)]
Doc-es: run makelsr.
Francisco Vila [Tue, 12 Jul 2011 11:36:41 +0000 (13:36 +0200)]
Doc-es: update Pitches.
Francisco Vila [Tue, 12 Jul 2011 10:25:58 +0000 (12:25 +0200)]
Doc-es: update Input.
Graham Breed [Thu, 23 Jun 2011 23:12:52 +0000 (00:12 +0100)]
Pitch bend tuning fixes
1) The pitch isn't always rounded to the nearest equally
tempered value, so the result looks strange in a sequencer,
and artifacts caused by the pitch bends are more severe.
2) The tuning is rounded to cents before the pitch bends
are calculated. It may not be a big deal, but there's no
need for it, and the code's simpler calculating the bends
directly.
Francisco Vila [Mon, 11 Jul 2011 13:52:13 +0000 (15:52 +0200)]
Doc-es: update most version IDs, except LSR.
Federico Bruni [Sun, 10 Jul 2011 22:33:08 +0000 (00:33 +0200)]
Doc: run makelsr.py after adding italian translation of snippets in LM
Federico Bruni [Sat, 9 Jul 2011 22:43:06 +0000 (00:43 +0200)]
Doc-it: add the chapter "Templates" of LM, plus some updates and fixes
Janek Warchoł [Mon, 11 Jul 2011 06:31:11 +0000 (08:31 +0200)]
Flag functions instead of defining glyphs directly
We will need many length variants of every flag.
Therefore instead of writing flag code directly
in glyph definition, it should be written as
a function and called back later as appropriate.
The argument shortening is the amount the flag
should be shorter than default.
As for now it is used in a very primitive way,
only to demonstrate the shortening effect
and to test c++ code on something.
Carl Sorensen [Sun, 10 Jul 2011 22:48:49 +0000 (16:48 -0600)]
Remove extra sequential block from regtest
Carl Sorensen [Sun, 10 Jul 2011 22:32:38 +0000 (16:32 -0600)]
Simplify ambitus-with-ligature regression test
Neil Puttock [Sun, 10 Jul 2011 21:59:33 +0000 (22:59 +0100)]
Fix #1751: Create HorizontalBracket grobs with correct event-cause.
* input/regression (horizontal-bracket-tweak.ly)
new regtest: test \tweak behaviour for nested brackets
* lily/horizontal-bracket-engraver.cc (stop_translation_timestep):
clear stored start-events so they don't hang around beyond the current
timestep
Reinhold Kainhofer [Sat, 2 Jul 2011 11:14:34 +0000 (13:14 +0200)]
Fix Issue 770: Lyrics attached to a voice-derived context are off by 1
The Lyric_combine_music_iterator had an explicit check if the CreateContext
event was really for a context of type "Voice". Unfortunately, that
check fails if the lyrics are supposed to be attached to a CueVoice
context (or some self-defined Voice-derived context!), because
"CueVoice"!="Voice".
Unfortunately, I don't know how to check whether a context "CVoice"
(identified only by a the context type string; we don't have any
Context* object!) is an alias for Voice. If we had the Context* object,
we could use is_alias, but we only have the string "CVoice" and need to
check if a context of that type is an alias for "Voice".
However, I don't think that check is necessary at all. It simply prevents
find_voice from being called in cases when no Voice is generated (and thus
no new context to possibly attach the lyrics to). If that check is removed,
find_voice will also be called for any other context created while
waiting for a voice to attach the lyrics to, but it will not find an
appropriate voice anyway.
James Lowe [Sun, 10 Jul 2011 20:39:42 +0000 (21:39 +0100)]
Doc: NR minor syntax additions to cue and quotes
Tidied up some missing articles, added a comma and tidied up the
@knownissue for \addQuote removing one line because it seemed
extraneous.
Dénes Harmath [Sun, 10 Jul 2011 13:07:36 +0000 (15:07 +0200)]
Doc-hu: translated first section of lilypond-book
Dénes Harmath [Sun, 10 Jul 2011 12:29:38 +0000 (14:29 +0200)]
Doc-hu: Provided txi-hu.tex, PDF generation now works
Carl Sorensen [Sun, 3 Jul 2011 21:07:05 +0000 (15:07 -0600)]
Fix segfault with ambitus and ligature (Issue 1715)
Add ligature-head-interface, and assign to NoteHead.
Change acknowledger to acknowledge ligature-head instead of note-head
Also includes regression test.
Carl Sorensen [Sat, 25 Jun 2011 03:38:00 +0000 (21:38 -0600)]
Separate flags into their own sub-font.
When we have lots of flag sizes, there will be lots of glyphs.
With a maximum of 256-32 = 234 glyphs per sub font, we wanted to
have flags in their own sub font.
But flags depend on notehead widths, so they needed to be in the
same subfont as the noteheads.
This patch moves the notehead parameters from feta-noteheads.mf to
feta-params.mf, so the basic notehead parameters are available to
all subfonts.
Also, AFAICS, bigcheese.pe.in is no longer used -- it doesn't show
up anywhere in a git grep, except as having been renamed. It doesn't
show up in GNUmakefile. So I deleted it.
James Lowe [Fri, 8 Jul 2011 15:54:03 +0000 (16:54 +0100)]
Doc: NR 1.1.2 - @knownissue for transposing
Tracker issue 1750.
Francisco Vila [Fri, 8 Jul 2011 10:30:32 +0000 (12:30 +0200)]
Doc-es: update Keyboards.
Francisco Vila [Fri, 8 Jul 2011 10:26:53 +0000 (12:26 +0200)]
Doc-es: update included/Generating.
Francisco Vila [Fri, 8 Jul 2011 10:22:08 +0000 (12:22 +0200)]
Doc-es: update Tweaks.
James Lowe [Wed, 6 Jul 2011 19:46:32 +0000 (20:46 +0100)]
Web: Added Link to LSR
Tracker issue 1664
Neil Puttock [Thu, 7 Jul 2011 19:10:20 +0000 (20:10 +0100)]
Add display method for \tweak.
* input/regression/display-lily-tests.ly:
add tests for \tweak
* scm/define-music-display-methods.scm
(scheme-expr->lily-string): don't funnel booleans through pretty-print
(EventChord): treat simple_element with 'tweaks list as note_chord_element
to preserve < > around tweaked note
* scm/display-lily.scm (music->lily-string):
process 'tweaks via new function tweaks->lily-string
Francisco Vila [Wed, 6 Jul 2011 17:55:00 +0000 (19:55 +0200)]
Revert "Doc-hu: trying to build PDF"
This reverts commit
71cea6af77bf3d639dcfd8ad09fd235aab22c5f7.
It broke doc build in hu/
Francisco Vila [Wed, 6 Jul 2011 11:40:34 +0000 (13:40 +0200)]
CG: fix spurious backslash.
Francisco Vila [Tue, 5 Jul 2011 11:05:06 +0000 (13:05 +0200)]
Merge branch 'master' into lilypond/translation
Valentin Villenave [Tue, 5 Jul 2011 09:15:12 +0000 (11:15 +0200)]
Doc: LSR update
Mike Solomon [Tue, 5 Jul 2011 07:08:14 +0000 (09:08 +0200)]
Moves calculations for simple Y to line-spanner.cc.
This avoids resetting the bound-info alist and fixes any bugs where
the Y coordinates of the last glissando in a piece are transmitted
to all glissandi.
Francisco Vila [Tue, 5 Jul 2011 01:00:11 +0000 (03:00 +0200)]
Doc-es: update Input -- Stable.
Dénes Harmath [Tue, 5 Jul 2011 00:58:46 +0000 (02:58 +0200)]
Merge branch 'lilypond/translation' of ssh://thsoft@git.sv.gnu.org/srv/git/lilypond.git into lilypond/translation
Dénes Harmath [Tue, 5 Jul 2011 00:50:33 +0000 (02:50 +0200)]
Doc-hu: Fixed typo
Dénes Harmath [Tue, 5 Jul 2011 00:49:08 +0000 (02:49 +0200)]
Doc-hu: trying to build PDF
Carl Sorensen [Tue, 5 Jul 2011 00:37:52 +0000 (18:37 -0600)]
pitch.cc: Add default value for alteration
Colin Campbell [Mon, 4 Jul 2011 18:58:02 +0000 (12:58 -0600)]
CG: adds trimpng script to sect 8.5
Added reference to trimpng.sh in CG 8.5 Adding Issues
Francisco Vila [Mon, 4 Jul 2011 14:27:01 +0000 (16:27 +0200)]
Doc-es: update Staff -- stable.
Bertrand Bordage [Mon, 13 Jun 2011 19:07:21 +0000 (21:07 +0200)]
Braces redesigned
Small and large braces are more consistent.
Graham Percival [Mon, 4 Jul 2011 12:46:35 +0000 (13:46 +0100)]
Release: bump version.
Graham Percival [Mon, 4 Jul 2011 11:23:46 +0000 (12:23 +0100)]
Release: update news.
Graham Percival [Mon, 4 Jul 2011 11:23:23 +0000 (12:23 +0100)]
Merge remote branch 'origin' into release/unstable
Graham Percival [Sun, 3 Jul 2011 20:01:37 +0000 (21:01 +0100)]
CG: reminder about GOP initalization lists.
Reinhold Kainhofer [Mon, 16 Nov 2009 17:58:11 +0000 (18:58 +0100)]
lilymidi: Add --pretty switch to lilymidi.py to display midi data in human-readable form
Graham Percival [Sun, 3 Jul 2011 11:31:13 +0000 (12:31 +0100)]
CG: add gop item for "always issue number".
Carl Sorensen [Sun, 3 Jul 2011 05:00:13 +0000 (23:00 -0600)]
Doc -- CG: Respond to Werner's comments on Fonts section
Keith OHara [Sun, 19 Jun 2011 01:45:56 +0000 (18:45 -0700)]
Print fewer cancelling naturals. issue 1701
Print extra natural when a single sharp lowers a double sharp,
but not when a single sharp raises a flat.
Mike Solomon [Sat, 2 Jul 2011 21:09:06 +0000 (23:09 +0200)]
Fixes the multi-line glissandos to use more intelligent line breaks.
Graham Percival [Sat, 2 Jul 2011 11:42:00 +0000 (12:42 +0100)]
CG: add explicit "make" to doc-build instructions
Graham Percival [Fri, 1 Jul 2011 23:51:54 +0000 (00:51 +0100)]
Release: update news.
Graham Percival [Fri, 1 Jul 2011 23:45:41 +0000 (00:45 +0100)]
Revert "CG: link to MetaFont's doc."
This reverts commit
4ff3911fee47369023e0588043d24f7bbd86cd86.
This appears to be an unauthorized copy of the book.
Carl Sorensen [Fri, 1 Jul 2011 22:42:02 +0000 (16:42 -0600)]
Clean up regtests for usable-duration-logs (issues 1655, 1716)
Add convert-ly rule
Fix vesions on regtests to be the version to which the commit applied.
Mike Solomon [Fri, 1 Jul 2011 09:36:41 +0000 (11:36 +0200)]
Implements multiple-line non-cross-staff glissandi.
Glissandi, not being placed outside the staff, are not bumped up or
down depending on other outside staff grobs that may appear after
a line break. Thus, all they need to know are the terminus positions
on the Y axis in order to be typeset. This means that they can span
multiple lines.
Mike Solomon [Wed, 29 Jun 2011 07:06:57 +0000 (09:06 +0200)]
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/lilypond
Mike Solomon [Wed, 29 Jun 2011 07:06:21 +0000 (09:06 +0200)]
Fixes whitespace error in slur-configuration.cc.
James Lowe [Tue, 28 Jun 2011 20:17:18 +0000 (21:17 +0100)]
Web: Added --help option to unix downloads
James Lowe [Sat, 25 Jun 2011 20:09:15 +0000 (21:09 +0100)]
Doc: NR @knownissue for partCombine + spanners
Also took the opportunity to tidy up the syntax and correct some of the
examples as per the CG.
Added an @seealso that references back to autobeaming where another
@knownissue for \partcombining is referred to.
Graham Percival [Tue, 28 Jun 2011 11:00:39 +0000 (12:00 +0100)]
Release: bump version.
Graham Percival [Tue, 28 Jun 2011 11:00:27 +0000 (12:00 +0100)]
Merge branch 'release/unstable'
Werner Lemberg [Tue, 28 Jun 2011 06:11:19 +0000 (08:11 +0200)]
Make lilypond's way of calling mf2pt1 work again with recent mpost versions.
Carl Sorensen [Tue, 28 Jun 2011 03:49:20 +0000 (21:49 -0600)]
Doc: Contributor -- more info on fonts
Carl Sorensen [Tue, 28 Jun 2011 03:10:34 +0000 (21:10 -0600)]
Doc: Contributor: Add section on fonts
Graham Percival [Mon, 27 Jun 2011 17:38:34 +0000 (18:38 +0100)]
Release: update news.
Graham Percival [Sun, 26 Jun 2011 16:26:04 +0000 (17:26 +0100)]
CG: fix typo in bug squad daily schedule.
James Lowe [Fri, 24 Jun 2011 19:06:37 +0000 (20:06 +0100)]
Doc: CG remove ugly bars at end of lines in doc
Caused by 'too long' lines in tely/texi files.
Using a variety of methods to break lines that are not normally broken
use @smallexample or ' \ ' in the case of long CLI syntax
Tracker issue 1691
Graham Percival [Sun, 26 Jun 2011 14:16:52 +0000 (15:16 +0100)]
CG: revise Bug Squad membership and time.
Graham Percival [Sat, 25 Jun 2011 23:29:53 +0000 (00:29 +0100)]
Revert "Redirects lilypond output to reduce make doc noise"
This reverts commit
3623cfc12bb53499a591ae45ac61931bafc6bf20.
The patch as it currently stands appears to lose build
information -- at the very least, even if that information
is present somewhere, it is too confusing to find important
information about a failing build. More work is needed before
we add such functionality.
Mike Solomon [Sat, 25 Jun 2011 17:10:50 +0000 (19:10 +0200)]
Fixes issue 1706, issues a programming error at old assert error.
James Lowe [Fri, 24 Jun 2011 13:25:55 +0000 (14:25 +0100)]
Replace Tab with 8 spaces for .py files #2
As per GOP Prop 1 - Pythin formatting
All files in /scripts/auxillar/ and /scripts/build/ and one in /scripts/
missed from last check-in
James Lowe [Fri, 24 Jun 2011 03:12:54 +0000 (04:12 +0100)]
Replace Tab with 8 Spaces for .py files
As per GOP prop 1 - Python formatting
All files in /python/ and /scripts/ were checked
Graham Percival [Thu, 23 Jun 2011 22:42:58 +0000 (23:42 +0100)]
CG: add final GOP-POPR 1: python formatting
Francisco Vila [Thu, 23 Jun 2011 00:47:21 +0000 (02:47 +0200)]
Doc-es: build an HTML Changes manual in Spanish.
Francisco Vila [Wed, 22 Jun 2011 11:39:54 +0000 (13:39 +0200)]
Merge branch 'master' into lilypond/translation
Colin Campbell [Wed, 22 Jun 2011 02:13:35 +0000 (20:13 -0600)]
WEB: update versions in .htaccess
Updates redirect versions from 2.12 -> 2.14 and 2.13 -> 2.15
Colin Campbell [Wed, 22 Jun 2011 01:50:12 +0000 (19:50 -0600)]
WEB: update distro specific download versions
Updates the verion numbers in the Distribution Specific Packages area.
Till Paala [Tue, 21 Jun 2011 19:03:03 +0000 (22:03 +0300)]
Doc-de: minor updates
Graham Percival [Tue, 21 Jun 2011 12:36:25 +0000 (13:36 +0100)]
CG: add some major release notes.
Reinhold Kainhofer [Tue, 12 Apr 2011 12:00:00 +0000 (14:00 +0200)]
CueClefs: Use middleCClefPosition in the key engraver
Otherwise the key signature would use the clef of the cue part, which is not what we want
James Lowe [Mon, 20 Jun 2011 00:44:03 +0000 (01:44 +0100)]
Doc: Typo from last commit
Sorry.
James Lowe [Mon, 20 Jun 2011 00:06:41 +0000 (01:06 +0100)]
Doc: NR minor edits to Clef and Cue section
Just to tie up the two sections together with some
@seealso entries plus references in the main 'Clef' section
to mention \cueClef and \cueDuringWithClef.
Corrected a few 'double-spacing after period' corrections.
Frederic Bron [Sun, 19 Jun 2011 19:30:51 +0000 (21:30 +0200)]
backslash format in download web page for Windows (C:\Program Files)
Graham Percival [Sun, 19 Jun 2011 12:10:46 +0000 (13:10 +0100)]
Release: bump version.