James Lowe [Wed, 20 Jul 2011 22:27:25 +0000 (23:27 +0100)]
Doc: Usage break last addition over two lines
My mistake lilypond command can use '\'
Altered example to remove @smallexample but also avoid
ugly black bar lines.
James Lowe [Wed, 20 Jul 2011 22:03:48 +0000 (23:03 +0100)]
Doc: Usage added command for transparent pngs
Undocumented option to produce transparent png files
using lilypond command.
Even with @small example this line is too long (produces ugly black bars in PDF)
but lilypond command cannot be used with '/' for new lines.
So we have to list it on a single line.
Reinhold Kainhofer [Sun, 10 Jul 2011 20:38:30 +0000 (22:38 +0200)]
Fix 1390: Add slashedGrace function (graces with slashed stems but no slur, e.g. because the grace is tied)
Neil Puttock [Wed, 20 Jul 2011 16:56:59 +0000 (17:56 +0100)]
ly:grob-set-property!: Don't crash if set to a simple closure.
* lily/grob-scheme.cc (ly_grob_set_property_x):
filter out simple closures when doing type-checking
Neil Puttock [Wed, 20 Jul 2011 14:49:45 +0000 (15:49 +0100)]
Fix #1695: Clef change placed outside score.
A MetronomeMark represents a special case for a break-alignable grob, since
sometimes it will be aligned on noteheads rather than prefatory material. In
this case, we don't want it to be acknowledged by the Break_align_engraver,
since it will hijack the X-parent before the Metronome_engraver can set it at
the end of the timestep. This causes the Paper_column_engraver to add the
MetronomeMark to the 'elements list of a NonMusicalPaperColumn. If this paper
column is loose, its X-extent calculation will be incorrect, since it includes
the extent of the MetronomeMark whose refpoint is different (a System).
This results in the column being translated away from the MetronomeMark into the
left margin.
This patch fixes issue 1695 by removing the default setting for 'non-musical and
setting it dynamically in the Metronome_engraver. Note that this isn't
sufficient in itself since `non-musical' checks use Item::non_musical (), which
recursively checks parents; in the case where a MetronomeMark is effectively
musical (i.e., aligned on a notehead, and parented by a PaperColumn), we also
need to return from the Break_align_engraver without potentially creating a
new BreakAlignment and setting the temporary X-parent.
* input/regression/metronome-mark-loose-column.ly:
new regtest
* lily/break-align-engraver.cc (acknowledge_break_alignable):
return if ack'd grob is musical (only applies to MetronomeMark)
* lily/metronome-engraver.cc (acknowledge_break_aligned):
if a valid break-aligned grob has been ack'd, set non-musical for
MetronomeMark
* scm/define-grobs.scm (all-grob-descriptions):
remove default setting for non-musical in MetronomeMark definition
(cherry picked from commit
70f52d14e861d3afa78508fb735b1d4e7bb274a3)
Mike Solomon [Tue, 19 Jul 2011 13:59:37 +0000 (15:59 +0200)]
Adds stem-begin-position callback.
David Kastrup [Mon, 18 Jul 2011 09:25:14 +0000 (11:25 +0200)]
Revert "stem-engraver.cc: recreate stem if in need of change when merging different heads"
This reverts commit
ba6c785e63f926c7ed47d62a482922df65764238.
The commit was accidental and may not be the best way to change the
type of a stem.
David Kastrup [Mon, 18 Jul 2011 07:19:35 +0000 (09:19 +0200)]
suggestions.itely: Fix bad include example reported by Federico Bruni
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
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)
Neil Puttock [Sun, 17 Jul 2011 21:58:19 +0000 (22:58 +0100)]
Move \RemoveEmptyStaves to new file for context modifications.
This allows \RemoveEmptyStaves to be invoked outside \layout blocks, i.e.,
directly following a context instantiation:
\new Staff \RemoveEmptyStaves { ... }
or
\new Staff \with { \RemoveEmptyStaves } { ... }
* input/regression/remove-empty-context-mod.ly
new regtest
* ly/context-mods-init.ly:
new file for context modification identifiers
* ly/declarations-init.ly:
include context-mods-init.ly; placed before engraver-init.ly to ensure
\RemoveEmptyStaves is accessible for deprecated \RemoveEmptyStaffContext
and analogues
* ly/engraver-init.ly:
remove \RemoveEmptyStaves declaration
Mike Solomon [Sun, 17 Jul 2011 17:21:34 +0000 (19:21 +0200)]
Gets rid of vestigial variable.
Graham Percival [Sat, 16 Jul 2011 20:40:48 +0000 (13:40 -0700)]
LSR: run makelsr.py locally.
Graham Percival [Sat, 16 Jul 2011 15:44:58 +0000 (08:44 -0700)]
Fix rhythm and add bar checks to a regtest.
Phil Holmes [Fri, 1 Jul 2011 15:07:04 +0000 (16:07 +0100)]
Adds redirect-lilypond-output option to book
Adds a new option to lilypond-book that causes the lilypond
output to be directed to logifles. The option is:
--redirect-lilypond-output
Joe Neeman [Thu, 14 Jul 2011 23:56:28 +0000 (09:56 +1000)]
Fix a segfault caused by improper initialization of SCM.
Janek Warchol [Wed, 6 Jul 2011 21:13:53 +0000 (23:13 +0200)]
add transposing instruments to GLISS list
Janek Warchol [Tue, 5 Jul 2011 07:45:15 +0000 (09:45 +0200)]
correcting note about rerunning regtests
looks like it is necessary to make test-clean
if you want to check regtests on a new branch
without making test-baseline
Janek Warchol [Mon, 4 Jul 2011 19:39:28 +0000 (21:39 +0200)]
an example of minimal example
for some people it's not clear enough how tiny
a tiny example should be. So i used a recently
discussed example to illustrate it, and also
changed some wording and style.
Mike Solomon [Thu, 14 Jul 2011 20:02:49 +0000 (22:02 +0200)]
Institutes property checks for non-event context property settings.
This fixes issue 1734 in addition to any potential incorrect settings
of properties in the layout block. While this entails a property check
for all property settings in the ly/ folder, the time this takes is
negligible.
Bertrand Bordage [Wed, 22 Jun 2011 23:27:12 +0000 (01:27 +0200)]
New breve rest with ledger lines
Graham Percival [Wed, 13 Jul 2011 15:37:57 +0000 (08:37 -0700)]
Release: bump version.
Graham Percival [Tue, 12 Jul 2011 20:52:22 +0000 (13:52 -0700)]
Release: update news.
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.