Adam Spiers [Mon, 14 Jan 2013 00:21:45 +0000 (00:21 +0000)]
fix handling of grace notes to shorten preceding tied notes correctly
In Note_performer::process_music(), when a grace note was encountered,
the immediately preceding Audio_note (or Audio_notes if the grace note
followed a chord) was/were shortened, but it failed to check whether the
Audio_note is part of a tie. Ensure that any note being shortened in
this way is the head of a tie, if it is part of a tie.
https://code.google.com/p/lilypond/issues/detail?id=3091
Adam Spiers [Sun, 13 Jan 2013 17:12:16 +0000 (17:12 +0000)]
extract new Audio_note::tie_head() method
This makes it easy to retrieve the first note in a tie,
and will be used in the fix for issue #3091.
https://code.google.com/p/lilypond/issues/detail?id=3091
Adam Spiers [Sun, 13 Jan 2013 17:13:58 +0000 (17:13 +0000)]
use Audio_note::get_column() rather than directly accessing the member field
This adheres to the principle of encapsulation.
Adam Spiers [Sun, 13 Jan 2013 17:10:58 +0000 (17:10 +0000)]
add Audio_note::to_string to aid debugging
Phil Holmes [Sun, 27 Jan 2013 11:51:36 +0000 (11:51 +0000)]
Release: bump version.
Phil Holmes [Sun, 27 Jan 2013 11:50:29 +0000 (11:50 +0000)]
Merge remote branch 'origin/release/unstable' into HEAD
Colin Campbell [Mon, 14 Jan 2013 03:25:46 +0000 (20:25 -0700)]
DOC: Update CG 8.7 Patch Handling
Record presend patch handling procedures
Phil Holmes [Sat, 26 Jan 2013 17:18:15 +0000 (17:18 +0000)]
Fixes cs.po and to allow GUB to run
Phil Holmes [Sat, 26 Jan 2013 17:18:15 +0000 (17:18 +0000)]
Fixes cs.po and to allow GUB to run
Phil Holmes [Sat, 26 Jan 2013 16:15:11 +0000 (16:15 +0000)]
Release: update news.
Phil Holmes [Sat, 26 Jan 2013 16:15:05 +0000 (16:15 +0000)]
PO: update template.
Adam Spiers [Sun, 13 Jan 2013 23:10:54 +0000 (23:10 +0000)]
CG: explicitly detail the correct values for git cl config
http://thread.gmane.org/gmane.comp.gnu.lilypond.devel/46915/focus=52447
Mike Solomon [Sat, 26 Jan 2013 07:06:04 +0000 (08:06 +0100)]
Brings accidentals closer to chords on average.
Does this by giving placement priority to columns of multiple
accidentals. See accidental-grouping.ly.
Also allows Accidental_placement to be controlled at the voice level
via the accidentalGrouping property instead of necessitating
a change of context for the Accidental_engraver.
Mike Solomon [Sat, 26 Jan 2013 07:02:15 +0000 (08:02 +0100)]
Deletes Box_quarantine.
Implements this functionality in fingering-column.cc, using Keith
O'Hara's algorithm, which handles corner cases better.
Mike Solomon [Sat, 26 Jan 2013 06:58:46 +0000 (07:58 +0100)]
Deletes the Hara_kiri_engraver.
Places this functionality in the Axis_group_engraver, simplifying
the code and making it easier to maintain.
Mike Solomon [Sat, 26 Jan 2013 06:57:49 +0000 (07:57 +0100)]
Merge branch 'staging' of ssh://git.sv.gnu.org/srv/git/lilypond into staging
David Kastrup [Fri, 25 Jan 2013 20:35:00 +0000 (21:35 +0100)]
Rerun scripts/auxiliar/update-with-convert-ly.sh
Simulates unrunning it first in order to get two convert-ly rule
changes obeyed.
David Kastrup [Sun, 20 Jan 2013 18:54:35 +0000 (19:54 +0100)]
Issue 3124: use the rational form for ly:make-moment consistently
Also caters for scale factor in ly:make-duration
David Kastrup [Tue, 15 Jan 2013 11:50:09 +0000 (12:50 +0100)]
display-lily-tests.ly: Add tupletSpanDuration-setting form of \tuplet
David Kastrup [Thu, 24 Jan 2013 12:46:43 +0000 (13:46 +0100)]
Run scripts/auxiliar/update-with-convert-ly.sh
David Kastrup [Thu, 10 Jan 2013 16:00:48 +0000 (17:00 +0100)]
define-music-display-methods.scm: use \tuplet rather than \times for TimeScaledMusic
David Kastrup [Thu, 10 Jan 2013 15:20:41 +0000 (16:20 +0100)]
convertrules.py: substitute \times with \tuplet where appropriate
Also convert set/unset of tupletSpannerDuration to \tupletSpan
David Kastrup [Wed, 9 Jan 2013 23:32:41 +0000 (00:32 +0100)]
Issue 3095: \tuplet and \tupletSpan to replace \times and tupletSpannerDuration
\tuplet:
Scale the given @var{music} to tuplets. @var{ratio} is a
fraction that specifies how many notes are played in place of the
nominal value: it will be @samp{3/2} for triplets, namely three notes
being played in place of two. If the optional duration
@var{tuplet-span} is specified, it is used instead of
@code{tupletSpannerDuration} for grouping the tuplets.
For example,
@example
\tuplet 3/2 4 @{ c8 c c c c c @}
@end example
will result in two groups of three tuplets, each group lasting for a
quarter note.
tupletSpan:
Set @code{tupletSpannerDuration}, the length into which
@code{\tuplet} without an explicit @samp{tuplet-span} argument of its
own will group its tuplets, to the duration @var{tuplet-span}. To
revert to the default of not subdividing the contents of a @code{\tuplet}
command without explicit @samp{tuplet-span}, use
@example
\tupletSpan \default
@end example
David Kastrup [Fri, 11 Jan 2013 08:44:06 +0000 (09:44 +0100)]
If TimeScaledMusic carries a duration, let it override tupletSpannerDuration
Trevor Daniels [Wed, 16 Jan 2013 16:08:09 +0000 (16:08 +0000)]
Doc: simplify description of disabling beamExceptions (3094)
The rather convoluted explanation of when this needed
to be disabled has been simplified and comments
showing when to do it have been added to the examples
Correct a couple of typos
David Kastrup [Thu, 17 Jan 2013 18:55:43 +0000 (19:55 +0100)]
Add make-relative regtest
This steals a bit of the Bach prelude #1 in the Well-Tempered Piano
for demonstrating how to create a relative-cooperating utility macro.
David Kastrup [Wed, 16 Jan 2013 10:02:27 +0000 (11:02 +0100)]
Issue 3118: Define utility macro make-relative
This is useful for creating music functions getting pitch arguments
that behave "naturally" when placed within \relative.
David Kastrup [Thu, 17 Jan 2013 16:15:28 +0000 (17:15 +0100)]
Let \parallelMusic deal with barchecks at arbitrary depth
This lets \parallelMusic react to bar checks at arbitrary depth to
make it more useful in connection with music functions.
David Kastrup [Thu, 17 Jan 2013 18:28:09 +0000 (19:28 +0100)]
Use new music-clone arguments in \endSpanners
David Kastrup [Thu, 17 Jan 2013 18:23:09 +0000 (19:23 +0100)]
Give music-clone additional rest argument to justify its existence
Otherwise we could just use ly:music-deep-copy
Trevor Daniels [Thu, 24 Jan 2013 10:56:50 +0000 (10:56 +0000)]
Doc: fix calculation of global-staff-size in points (3114)
Mike Solomon [Thu, 24 Jan 2013 06:32:51 +0000 (07:32 +0100)]
Moves Fingering_columN_engraver to the Staff context
Benkő Pál [Thu, 10 Jan 2013 22:00:25 +0000 (23:00 +0100)]
Francisco Vila [Wed, 23 Jan 2013 11:52:20 +0000 (12:52 +0100)]
Merge branch 'master' into translation
Mike Solomon [Tue, 22 Jan 2013 18:49:10 +0000 (19:49 +0100)]
Eliminates non-event-cause function
Phil Holmes [Mon, 21 Jan 2013 22:24:04 +0000 (22:24 +0000)]
Remove reference to figured bass
From the ancient notation section - not appropriate.
Phil Holmes [Mon, 21 Jan 2013 15:07:40 +0000 (15:07 +0000)]
Removes incorrect issue
This problem has not existed since 2.13.30,
so I'm deleting the documentation associated
with it.
Phil Holmes [Mon, 21 Jan 2013 14:43:03 +0000 (14:43 +0000)]
Updates ancient clefs
Adds c5 clef to mensural list, adds black mensural clefs
to list of clefs, replaces crochet with semi breve
(more common in ancient notation) and minor wording change.
Jean-Charles Malahieude [Mon, 21 Jan 2013 18:42:26 +0000 (19:42 +0100)]
PO: updates from Free Translation Project
Keith OHara [Mon, 17 Dec 2012 18:34:23 +0000 (10:34 -0800)]
Tablature: ignore minimumStretch to/from fret zero
Francisco Vila [Mon, 21 Jan 2013 00:05:53 +0000 (01:05 +0100)]
Doc-es: another typo in Rhythms.
Francisco Vila [Sun, 20 Jan 2013 23:44:36 +0000 (00:44 +0100)]
Doc-es: typo and some format in Rhythms.
David Kastrup [Sun, 20 Jan 2013 18:57:01 +0000 (19:57 +0100)]
Run scripts/auxiliar/update-with-convert-ly.sh
No particular reason, except that for whatever reason there are a few
still unconverted files that get converted in unrelated issues
involving a convert-ly run.
Francisco Vila [Sat, 19 Jan 2013 11:26:08 +0000 (12:26 +0100)]
Doc-es: update LSR snippets.
This makes all Spanish manuals to be currently up to date.
Francisco Vila [Sat, 19 Jan 2013 11:23:23 +0000 (12:23 +0100)]
Doc: run makelsr locally.
Francisco Vila [Sat, 19 Jan 2013 09:35:13 +0000 (10:35 +0100)]
Doc-es: update Usage/Running and Usage/Updating.
This completes the Spanish translation of all manuals, except LSR snippets
Francisco Vila [Sat, 19 Jan 2013 08:01:57 +0000 (09:01 +0100)]
Doc-es: update Pitches, Repeats, Rhythms, Spacing.
James Lowe [Sat, 19 Jan 2013 09:20:47 +0000 (09:20 +0000)]
Doc: typo in staff.itely
No Issue Tracker
Ledger not Legder
Francisco Vila [Sat, 19 Jan 2013 07:50:08 +0000 (08:50 +0100)]
Doc-es: ugly trick to avoid duplicate node.
Francisco Vila [Sat, 19 Jan 2013 07:29:50 +0000 (08:29 +0100)]
Doc-es: update Notation/Input.
Ian Hulin [Fri, 18 Jan 2013 17:06:51 +0000 (17:06 +0000)]
T1686 - Baseline commit for main.cc for guile-v2 branch
Francisco Vila [Fri, 18 Jan 2013 12:29:05 +0000 (13:29 +0100)]
Doc-es: update Notation/Changing defaults.
Francisco Vila [Fri, 18 Jan 2013 08:37:00 +0000 (09:37 +0100)]
Doc-es: fix menus in Tweaks.
Francisco Vila [Fri, 18 Jan 2013 08:44:30 +0000 (09:44 +0100)]
Doc-es: update Ancient.
Francisco Vila [Fri, 18 Jan 2013 08:30:24 +0000 (09:30 +0100)]
Doc-es: update Learning/Tweaks.
Francisco Vila [Wed, 16 Jan 2013 14:38:47 +0000 (15:38 +0100)]
Web-es: update NEWS.
Zefram [Wed, 2 Jan 2013 19:53:54 +0000 (19:53 +0000)]
factor out some duration processing
New functions duration-log-factor, duration-dot-factor, duration-length,
duration-visual, and duration-visual-length. All concerned with low-level
numerical processing of durations, so that other code doesn't have to
understand dot counts and the like.
Francisco Vila [Tue, 15 Jan 2013 18:28:21 +0000 (19:28 +0100)]
Web-es: update, except NEWS.
Trevor Daniels [Fri, 11 Jan 2013 00:10:00 +0000 (00:10 +0000)]
Doc: clarify example of 'Going back in MIDI time' (3097)
Add a note before the acciaccatura, because, in order to
understand the error (and the solution), you need to compare
the whole duration of the acciaccatura block with the duration
of the previous note. (Thanks Federico!)
David Kastrup [Fri, 11 Jan 2013 22:20:40 +0000 (23:20 +0100)]
Issue 3102: Allow EOF to occur in the middle of a line comment
Francisco Vila [Tue, 15 Jan 2013 18:24:36 +0000 (19:24 +0100)]
Doc-es: update Vocal.
Francisco Vila [Tue, 15 Jan 2013 18:03:54 +0000 (19:03 +0100)]
Doc-es: update Keyboards, Percussion, Staff, Text.
Francisco Vila [Tue, 15 Jan 2013 17:41:25 +0000 (18:41 +0100)]
Doc-es: update Fundamental, Editorial, Expressive, Fretted.
Francisco Vila [Tue, 15 Jan 2013 16:45:41 +0000 (17:45 +0100)]
Doc-es: update Common Notation.
Francisco Vila [Tue, 15 Jan 2013 16:16:31 +0000 (17:16 +0100)]
Doc-es: udpate CHANGES, Programming, Scheme tutorial, Notation appendices.
Francisco Vila [Tue, 15 Jan 2013 12:02:29 +0000 (13:02 +0100)]
Doc: update translation status.
David Kastrup [Wed, 9 Jan 2013 14:44:22 +0000 (15:44 +0100)]
Issue 3093: Declare absolute-volume-alist and instrument-equalizer-alist as session-local
At least instrument-equalizer-alist is advertised as sort of a
user-settable variable, and while we ask users to tamper with it, we
might as well restore it at the beginning of next session. This does
not really replace a proper user interface instead of the pathetic
excuse we have for it now.
Jean-Charles Malahieude [Sun, 13 Jan 2013 14:34:58 +0000 (15:34 +0100)]
Doc-fr: updates LM, NR and extending
Phil Holmes [Sun, 13 Jan 2013 00:03:45 +0000 (00:03 +0000)]
Release: bump version.
Phil Holmes [Sat, 12 Jan 2013 14:15:07 +0000 (14:15 +0000)]
Release: update news.
Phil Holmes [Sat, 12 Jan 2013 14:14:56 +0000 (14:14 +0000)]
PO: update template.
James Lowe [Mon, 7 Jan 2013 16:14:40 +0000 (16:14 +0000)]
Doc: Add draw-dashed/dotted line cmds to changes
Example taken from reg test in Issue 3071
Francisco Vila [Fri, 11 Jan 2013 15:36:09 +0000 (16:36 +0100)]
Doc-es: some nits.
Zefram [Sun, 23 Dec 2012 09:52:48 +0000 (09:52 +0000)]
articulate TremoloEvent
Expand TremoloEvent to repeated notes, in the unfolding stage of
articulation.
David Kastrup [Thu, 10 Jan 2013 20:59:37 +0000 (21:59 +0100)]
Merge remote-tracking branch 'origin/master' into translation
Mike Solomon [Thu, 10 Jan 2013 07:54:12 +0000 (08:54 +0100)]
Makes all side-positioning based on skylines instead of boxes.
The major work is in side-position-interface.cc, with minor
modifications at several places in the code-base to adapt to this.
This allows for snugger positioning of horizontally-oriented
fingerings.
A side-effect of this patch is that side-positioning of all
cross-staff grobs delves into the element list of axis-groups
in order to better guess position, which results in less
collisions (for example, dynamics are less likely to collide
with cross-staff beams).
Mike Solomon [Thu, 10 Jan 2013 04:10:09 +0000 (05:10 +0100)]
Shows ligature bracket extenders by setting bracket-visibility to ##t.
This bypasses the automatic visibility tests which are done mostly for
tuplet brackets. In the future, it would be good to make a unified
system for brackets in which the tuplet bracket is one of several instead
of the "model" bracket.
Phil Holmes [Wed, 9 Jan 2013 16:56:42 +0000 (16:56 +0000)]
Update bug squad rota
Trevor Daniels [Fri, 4 Jan 2013 08:47:49 +0000 (08:47 +0000)]
Doc: Update documentation of \once (2952)
Bring documentation in line with committish
ddce9767f975c989800cb99e003039a8bf050b45
by removing statements that limit the use of
\once to bare \override and \set commands.
Trevor Daniels [Sun, 6 Jan 2013 17:36:17 +0000 (17:36 +0000)]
Doc: add Known issue limiting calculation of LilyPond rationals (3084)
Keith OHara [Wed, 9 Jan 2013 09:32:20 +0000 (10:32 +0100)]
Fix assertion failure (#2983).
David Kastrup [Fri, 4 Jan 2013 20:25:48 +0000 (21:25 +0100)]
Issue 3083: Chord change detection in fretboards should depend on placements, not notes
David Kastrup [Fri, 4 Jan 2013 20:24:44 +0000 (21:24 +0100)]
Add different durations to input/regression/fretboard-chordchanges.ly
David Kastrup [Fri, 4 Jan 2013 13:22:57 +0000 (14:22 +0100)]
Issue 3082: Let ChordNameVoice use the same performers as Voice
In particular, ties should be heeded when creating Midi from a
ChordNames context as they result in the omission of the engraved
chord name if an identical chord follows. Reasoning for beams and
slurs is fuzzier, but an articulation different from the same music in
a regular Voice context does not seem to make sense.
David Kastrup [Tue, 1 Jan 2013 12:30:10 +0000 (13:30 +0100)]
Issue 3050: displayLilyMusic produced erroneous code for rightHandFinger arguments
David Kastrup [Sun, 23 Dec 2012 14:46:45 +0000 (15:46 +0100)]
Issue 2990: \RemoveEmptyStaves in StaffGroup context crashes
The problem is caused by multiple axis group engravers, and in
particular nested VerticalAxisGroup grobs in connection with the
skyline code. An extensive fix catching any recursive grob definition
will lead to quite more cryptic error messages rather than this
hand-tailored fix for the special case of VerticalAxisGroup nesting.
The solution chosen here is to complain when a VerticalAxisGroup is
announced from a subordinate context and let the current group commit
suicide.
David Kastrup [Mon, 31 Dec 2012 17:15:41 +0000 (18:15 +0100)]
Issue 677: \score markup confuses paper settings
I actually have no idea whether this is the right fix, but it seems to
do something related to the TODO comments and the issue report.
Thomas Morley [Mon, 7 Jan 2013 15:37:33 +0000 (15:37 +0000)]
Enhancement: 2 new markup-cmds: draw-dashed-line; draw-dotted-line
Issue 3071
Also includes Regression Test.
Thanks also to David Nalesnik for suggestions
Thomas Morley [Mon, 7 Jan 2013 15:28:07 +0000 (15:28 +0000)]
Typo in time-signature-settings.scm
Fixing missing space in commented example
issue 3074
Trevor Daniels [Sun, 30 Dec 2012 10:00:09 +0000 (10:00 +0000)]
Doc: simplify example changing default fonts (3027)
The original function required the global staff size
to be re-entered as myStaffSize, but this can be calculated
from the value of staff-height, so avoiding having to
replicate the value.
David Kastrup [Wed, 2 Jan 2013 11:01:21 +0000 (12:01 +0100)]
Issue 3077: Be more explicit about footnotes on chord constituents
This tries to deal with the suggestions stemming from the
<URL:http://lists.gnu.org/archive/html/lilypond-user/2013-01/msg00021.html>
discussion. It also rewords a bit of following documentation.
David Kastrup [Tue, 1 Jan 2013 19:46:40 +0000 (20:46 +0100)]
Issue 3075: Fix \displayLilyMusic with \tweak of subproperties
David Kastrup [Mon, 31 Dec 2012 13:12:11 +0000 (14:12 +0100)]
Issue 3073: Context definitions and context mods ignore \unset
David Kastrup [Mon, 31 Dec 2012 13:11:32 +0000 (14:11 +0100)]
Add property-unset regtest
David Kastrup [Sat, 15 Dec 2012 08:34:23 +0000 (09:34 +0100)]
Issue 3023: Papersizes with landscape/portrait suffix are not recognized by -dpapersize
This factors out the papersize recognition into a function
lookup-paper-name. It also streamlines error handling somewhat. A
conditional checking paper-default to be non-#f could only ever be
triggered in an error situation. Since it does not make sense to
treat the error condition of "bad paper-alist entry" and "unrecognized
paper format" differently, this has been folded into the simpler case,
namely considering the specified width and height in
set-paper-dimensions as a substitute for the valid default paper size.
David Kastrup [Sun, 6 Jan 2013 09:51:36 +0000 (10:51 +0100)]
Issue 3087: typo "abChordRepeats" in NR
And a few others of that kind, to boot.
Jean-Charles Malahieude [Sat, 5 Jan 2013 14:50:19 +0000 (15:50 +0100)]
Doc-fr: updating NR
- notation
- ancient
- appendices
- vocal
Jean-Charles Malahieude [Sat, 5 Jan 2013 14:47:24 +0000 (15:47 +0100)]
Doc-fr: updating LM
- common-notation
- templates
Jean-Charles Malahieude [Sat, 5 Jan 2013 14:45:14 +0000 (15:45 +0100)]
Doc-fr: updating extending and usage
- scheme-tutorial
- running
Jean-Charles Malahieude [Sat, 5 Jan 2013 14:39:57 +0000 (15:39 +0100)]
Web-fr: updates community, intro and manuals