]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
11 years agoRelease: update news. release/2.17.13-1
Phil Holmes [Sat, 23 Feb 2013 16:14:13 +0000 (16:14 +0000)]
Release: update news.

11 years agoPO: update template.
Phil Holmes [Sat, 23 Feb 2013 16:14:05 +0000 (16:14 +0000)]
PO: update template.

11 years agoIssue 3137: 2 Errors in german translation of lilypond.org
David Kastrup [Mon, 18 Feb 2013 16:54:47 +0000 (17:54 +0100)]
Issue 3137: 2 Errors in german translation of lilypond.org

This rewrites some passages concerning minimal examples,
"Minimalbeispiele".

11 years agoIssue 3192: Clean up bar-line.scm some more
David Kastrup [Sun, 17 Feb 2013 17:22:57 +0000 (18:22 +0100)]
Issue 3192: Clean up bar-line.scm some more

11 years agoCreates support for melismas ("ligatures") in Kievan notation via the use of a ligatu...
Aleksandr Andreev [Fri, 22 Feb 2013 19:13:32 +0000 (20:13 +0100)]
Creates support for melismas ("ligatures") in Kievan notation via the use of a ligature engraver.

Author:    Aleksandr Andreev <aleksandr.andreev@gmail.com>

11 years agoRemoves pure-print-callbacks list.
Mike Solomon [Wed, 20 Feb 2013 05:58:02 +0000 (06:58 +0100)]
Removes pure-print-callbacks list.

LilyPond currently hardcodes certain print functions as being able
to be evaluated as 'pure', meaning that they should not result in calls
to set_property, set_object, translate_axis or suicide.  This means that,
for example, if one uses a custom stencil function, the Y-extent function
for the grob must be wrapped in an unpure-pure-container in order
to return a non-empty pure_height.

The reading of these hardcoded lists results in difficult-to-maintain code.
For example, several (but not all) flag modification functions are part of
this list, causing spacing inconsistencies in certain regtests.
Using unpure-pure-containers to signify all relationships between unpure and
pure functions and eliminating the lists of pure functions in
define-grobs.scm allows the code base to be more extensible, demanding the
elaboration of unpure-pure relationships in the property-setting phase
(either in define-grobs.scm or in an override) and not using hardcoded lists.

Inversely, this also prevents deep that can creep up when a function
signified as pure turns out not to be.  For example, ly:note-head::print,
marked as pure, can be made unpure if its lookup of the style,
duration-log or glyph-name properties trigger vertical alignment
(which results in a call to translate_axis). Thus, users who wish to use
this function as an unpure function now can because it is no longer
hardcoded as pure.

11 years agoIssue 3168: Invert the meaning of instrumentTransposition again.
David Kastrup [Tue, 5 Feb 2013 13:48:46 +0000 (14:48 +0100)]
Issue 3168: Invert the meaning of instrumentTransposition again.

This basically reverts commit 1965ca6b70aaf2c04a25ace9ed3f1fb4e1222f5a
and the preceding one.

Files affected:

lily/note-performer.cc
lily/quote-iterator.cc
ly/music-functions-init.ly
scm/define-context-properties.scm

11 years agoIssue 3177: Remove lily-and and lily-or
David Kastrup [Thu, 14 Feb 2013 15:32:30 +0000 (16:32 +0100)]
Issue 3177: Remove lily-and and lily-or

They are named cryptically, duplicate functional-or and
functional-and, and the only caller only-if-beamed can be written much
more simply.

The rewrite stops when encountering the first object with beam in
side-support-elements: that's arguably non-equivalent but more
efficient.

11 years agoRemoves spurious variable declaration in multi-measure-rest.cc
Mike Solomon [Tue, 19 Feb 2013 18:51:03 +0000 (19:51 +0100)]
Removes spurious variable declaration in multi-measure-rest.cc

11 years agoIssue 3196: Cleanup scm/lily-library.scm somewhat more
David Kastrup [Mon, 18 Feb 2013 10:53:56 +0000 (11:53 +0100)]
Issue 3196: Cleanup scm/lily-library.scm somewhat more

11 years agoMerge branch 'master' of /home/jcharles/GIT/Lily/. into translation
Jean-Charles Malahieude [Sun, 17 Feb 2013 17:00:43 +0000 (18:00 +0100)]
Merge branch 'master' of /home/jcharles/GIT/Lily/. into translation

11 years agoIssue 3165: MultiMeasureTextEvent created by i.e. R1-1 did not take tweaks
David Kastrup [Mon, 11 Feb 2013 10:17:01 +0000 (11:17 +0100)]
Issue 3165: MultiMeasureTextEvent created by i.e. R1-1 did not take tweaks

This just copies the whole event data including tweaks from the given
script event to the multimeasure text event.

11 years agoIssue 3182: Defuse the obfuscated Scheme programming contest
David Kastrup [Fri, 15 Feb 2013 12:58:16 +0000 (13:58 +0100)]
Issue 3182: Defuse the obfuscated Scheme programming contest

This merely grepped for occurences of "reduce" and replaced most of
them (and possibly the close surroundings) with something saner.  The
winner definitely has been in bar-line.scm.  I have not touched the
occurences in stencil.scm since it would have been like putting
lipstick on a pig: the surroundings are even worse than the calls of
reduce.

11 years agoIssue3181: Replace several misuses of eq? on numerical values
David Kastrup [Fri, 15 Feb 2013 09:50:43 +0000 (10:50 +0100)]
Issue3181: Replace several misuses of eq? on numerical values

Numerical values don't carry identity, so (eq? 0 0) may or may not
evaluate to #t.  Those need to be replaced by eqv? or, where both
items are guaranteed to be a number, = .

11 years agoFix typo in list-element-index, simplify count-list
David Kastrup [Thu, 14 Feb 2013 15:12:22 +0000 (16:12 +0100)]
Fix typo in list-element-index, simplify count-list

11 years agoFixes issue 3170 (black bars in German essay)
Phil Holmes [Thu, 14 Feb 2013 14:59:30 +0000 (14:59 +0000)]
Fixes issue 3170 (black bars in German essay)

11 years agoRemove unused "original-chord" property definition from music properties.
David Kastrup [Thu, 14 Feb 2013 09:54:27 +0000 (10:54 +0100)]
Remove unused "original-chord" property definition from music properties.

11 years agoIssue 3157: Remove code duplication for cue clefs
David Kastrup [Wed, 6 Feb 2013 11:20:37 +0000 (12:20 +0100)]
Issue 3157: Remove code duplication for cue clefs

11 years agoRemove obsolete @knownissue about fingerings like -23
David Kastrup [Sun, 10 Feb 2013 15:43:55 +0000 (16:43 +0100)]
Remove obsolete @knownissue about fingerings like -23

11 years agoIssue 3034: Use \finger in a few documentation places
David Kastrup [Sun, 10 Feb 2013 15:43:07 +0000 (16:43 +0100)]
Issue 3034: Use \finger in a few documentation places

11 years agoSimplify definition of \thumb
David Kastrup [Sun, 10 Feb 2013 15:10:56 +0000 (16:10 +0100)]
Simplify definition of \thumb

11 years agoRemove definition of \finger from double fingering regtest
David Kastrup [Sun, 10 Feb 2013 15:08:26 +0000 (16:08 +0100)]
Remove definition of \finger from double fingering regtest

11 years agoAdd explicit \finger command for normal fingering events
David Kastrup [Sun, 10 Feb 2013 15:06:06 +0000 (16:06 +0100)]
Add explicit \finger command for normal fingering events

11 years agoLet \rightHandFinger accept arbitrary markup as text
David Kastrup [Sun, 10 Feb 2013 15:05:17 +0000 (16:05 +0100)]
Let \rightHandFinger accept arbitrary markup as text

11 years agoAdd number-or-markup? predicate
David Kastrup [Sun, 10 Feb 2013 14:59:14 +0000 (15:59 +0100)]
Add number-or-markup? predicate

11 years agoLet calc-{fingering,string-number,stroke-finger}::calc-text look at event 'text
David Kastrup [Thu, 13 Dec 2012 15:57:22 +0000 (16:57 +0100)]
Let calc-{fingering,string-number,stroke-finger}::calc-text look at event 'text

This slightly increases the number of property lookups, and the same
function can be achieved using a tweak.  However, it seems more
natural to attach any overriding text (in the case of non-standard
elements like thumbs or other) directly to the event in question.

11 years agoIssue 1863: Explicit fingering direction (^3) has no effect if Fingering.direction...
David Kastrup [Sun, 10 Feb 2013 10:21:24 +0000 (11:21 +0100)]
Issue 1863: Explicit fingering direction (^3) has no effect if Fingering.direction is set

11 years agoRegtest for fingering directions in directed/undirected contexts
David Kastrup [Sun, 10 Feb 2013 10:21:15 +0000 (11:21 +0100)]
Regtest for fingering directions in directed/undirected contexts

11 years agoFurther updates to correct links to manuals
Phil Holmes [Tue, 12 Feb 2013 16:26:33 +0000 (16:26 +0000)]
Further updates to correct links to manuals

11 years agoFix link in Ponding
David Kastrup [Tue, 12 Feb 2013 11:37:26 +0000 (12:37 +0100)]
Fix link in Ponding

11 years agoCorrects links to manuals in many languages
Phil Holmes [Mon, 11 Feb 2013 12:29:00 +0000 (12:29 +0000)]
Corrects links to manuals in many languages

11 years ago\note-by-number supports flag-styles
Thomas Morley [Thu, 31 Jan 2013 22:04:56 +0000 (23:04 +0100)]
\note-by-number supports flag-styles

Issue 3104

For mensural and neomensural the flag is changed due to the note-head-style.
Straight flags are possible using the new introduced flag-style-property

Including David's suggestions

11 years agoAdapt input/regression/quote-transposition.ly to new realities
David Kastrup [Tue, 5 Feb 2013 16:31:48 +0000 (17:31 +0100)]
Adapt input/regression/quote-transposition.ly to new realities

11 years agoIssue 754: don't transpose generic property-setting music commands
David Kastrup [Thu, 7 Feb 2013 09:18:39 +0000 (10:18 +0100)]
Issue 754: don't transpose generic property-setting music commands

The actual issue was that
\transpose c e { \transposition bes ... }

created a Midi corresponding to an instrument using a transposition of
ges, leaving the Midi unchanged.  Making the generic property-setting
commands (\set and \override) impervious to transposition will also
keep \transpose from tampering with user-set values.

This is particularly important since the pitch data type in LilyPond
is also being used for signifying intervals or pitch differences
rather than absolute pitches.

11 years agoIssue 3153: Let music inside of #{ ... #} originate from @code{location} if set
David Kastrup [Mon, 4 Feb 2013 15:38:12 +0000 (16:38 +0100)]
Issue 3153: Let music inside of #{ ... #} originate from @code{location} if set

In particular with regard to point-and-click, it has been a reoccuring
complaint that music originating from #{ ... #} has the #{ ... #}
environment as its origin.  This patch will make such music originate
from @code{location} if set to a valid input location.

It would seem somewhat peculiar that #{ ... #} just grabs whatever
meaning @code{location} happens to have at the current lexical level
and runs with it.  However, the same is already done for
@code{parser}, so it is not really out of line.

11 years agoAdd Czech translations
Phil Holmes [Sun, 10 Feb 2013 16:09:22 +0000 (16:09 +0000)]
Add Czech translations

And also remove 2.12 specific code

11 years agoDoc-ja: fix link in NR-Vocal
Jean-Charles Malahieude [Sun, 10 Feb 2013 14:02:54 +0000 (15:02 +0100)]
Doc-ja: fix link in NR-Vocal

11 years agoDoc-ja: update and fix LM, Usage and Snippets.
Yoshiki Sawada [Sat, 9 Feb 2013 07:21:03 +0000 (16:21 +0900)]
Doc-ja: update and fix LM, Usage and Snippets.

Doc-ja: update and fix LM, Usage and Snippets.

11 years agoRelease: bump version.
Phil Holmes [Fri, 8 Feb 2013 23:51:24 +0000 (23:51 +0000)]
Release: bump version.

11 years agoRelease: update news. release/2.17.12-1
Phil Holmes [Fri, 8 Feb 2013 17:05:57 +0000 (17:05 +0000)]
Release: update news.

11 years agoPO: update template.
Phil Holmes [Fri, 8 Feb 2013 17:05:51 +0000 (17:05 +0000)]
PO: update template.

11 years agoFix metronome mark offset in Learning
Phil Holmes [Thu, 7 Feb 2013 15:01:56 +0000 (15:01 +0000)]
Fix metronome mark offset in Learning

11 years agoPO: updates Esperanto
Jean-Charles Malahieude [Wed, 6 Feb 2013 18:39:34 +0000 (19:39 +0100)]
PO: updates Esperanto

11 years agoDual license the files under mf/ using OFL.
hanwen [Wed, 19 Dec 2012 20:21:54 +0000 (21:21 +0100)]
Dual license the files under mf/ using OFL.

11 years agoCorrects display of version
Phil Holmes [Mon, 4 Feb 2013 15:48:07 +0000 (15:48 +0000)]
Corrects display of version

Minor change - passes make, make test and make
doc - pushing directly to staging.

11 years agoAdd comma to date in news-front
Phil Holmes [Sun, 3 Feb 2013 14:43:44 +0000 (14:43 +0000)]
Add comma to date in news-front

This is to test the building of the website

11 years agoDOC: Move a few index commands in notation/changing-defaults into the right nodes
David Kastrup [Mon, 4 Feb 2013 09:25:08 +0000 (10:25 +0100)]
DOC: Move a few index commands in notation/changing-defaults into the right nodes

11 years agoDeleting comma in date
Phil Holmes [Sun, 3 Feb 2013 17:36:02 +0000 (17:36 +0000)]
Deleting comma in date

Continuing as a test of the website build

11 years agoAdd comma to date in news-front
Phil Holmes [Sun, 3 Feb 2013 14:43:44 +0000 (14:43 +0000)]
Add comma to date in news-front

This is to test the building of the website

11 years agoAdds Stefan Thomas ponding.
Mike Solomon [Sat, 2 Feb 2013 22:36:52 +0000 (23:36 +0100)]
Adds Stefan Thomas ponding.

11 years agooversight in repeats.itely
Thomas Morley [Thu, 31 Jan 2013 22:58:45 +0000 (23:58 +0100)]
oversight in repeats.itely

Old bar-line-glyphs corrected

11 years agoLSR updates
Phil Holmes [Sat, 2 Feb 2013 15:23:08 +0000 (15:23 +0000)]
LSR updates

11 years agoLocal updates to LSR
Phil Holmes [Sat, 2 Feb 2013 14:11:17 +0000 (14:11 +0000)]
Local updates to LSR

11 years agoIssue 3147: Make documentation reflect presence of \tuplet
David Kastrup [Mon, 28 Jan 2013 11:03:26 +0000 (12:03 +0100)]
Issue 3147: Make documentation reflect presence of \tuplet

This is a followup issue to the changes introduced by issue 3095.

11 years agoIssue 3140: Let find_create_context create Score context for Timing
David Kastrup [Sun, 27 Jan 2013 17:33:37 +0000 (18:33 +0100)]
Issue 3140: Let find_create_context create Score context for Timing

More exactly: if find_create_context finds that no score context
exists yet, but creating one would make it find an alias of it, it
does so.

This is in order to let \set Timing.xxx = yyy work even in the rare
case that the Score context with its hardwired Timing alias does not
yet exist.

11 years agoDon't initialize variables derived by Timing_translator
David Kastrup [Fri, 25 Jan 2013 15:40:06 +0000 (16:40 +0100)]
Don't initialize variables derived by Timing_translator

11 years agoMake Timing_translator do a more thorough job of initializing Timing
David Kastrup [Fri, 25 Jan 2013 14:52:26 +0000 (15:52 +0100)]
Make Timing_translator do a more thorough job of initializing Timing

11 years agoReplace base-fraction with base-length to simplify calculations
David Kastrup [Fri, 25 Jan 2013 13:41:03 +0000 (14:41 +0100)]
Replace base-fraction with base-length to simplify calculations

11 years agosmobs.hh: comment the smob system of LilyPond a bit more.
David Kastrup [Thu, 31 Jan 2013 17:08:30 +0000 (18:08 +0100)]
smobs.hh: comment the smob system of LilyPond a bit more.

11 years agoMerge branch 'tie-grace-fix' into staging
Adam Spiers [Tue, 29 Jan 2013 22:53:48 +0000 (22:53 +0000)]
Merge branch 'tie-grace-fix' into staging

11 years agos/configure.in/configure.ac/
Werner Lemberg [Sun, 27 Jan 2013 08:59:36 +0000 (09:59 +0100)]
s/configure.in/configure.ac/

Future autoconf versions will no longer support `configure.in'.

11 years agoIssue 3138: Remove complete aborts in the lexer
David Kastrup [Thu, 24 Jan 2013 12:07:10 +0000 (13:07 +0100)]
Issue 3138: Remove complete aborts in the lexer

A syntax error should not let the whole LilyPond run bomb out, but
rather just the current session (filename on the command line).

11 years agoTypo bwwtolilly -> bwwtolily
David Kastrup [Tue, 29 Jan 2013 14:01:05 +0000 (15:01 +0100)]
Typo bwwtolilly -> bwwtolily

11 years agoAdds side-position-interface to MeasureCounter grob
Mike Solomon [Mon, 28 Jan 2013 17:48:19 +0000 (18:48 +0100)]
Adds side-position-interface to MeasureCounter grob

11 years agoWeb: Easier Editing - added bwwtolily
James Lowe [Mon, 14 Jan 2013 20:39:39 +0000 (20:39 +0000)]
Web: Easier Editing - added bwwtolily

Issue 2956

Also checked all the existing links on the page and corrected them
where applicable.

11 years agoNotes on how GUB is build and works
Phil Holmes [Sun, 27 Jan 2013 16:44:22 +0000 (16:44 +0000)]
Notes on how GUB is build and works

11 years agofix handling of grace notes to shorten preceding tied notes correctly
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

11 years agoextract new Audio_note::tie_head() method
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

11 years agouse Audio_note::get_column() rather than directly accessing the member field
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.

11 years agoadd Audio_note::to_string to aid debugging
Adam Spiers [Sun, 13 Jan 2013 17:10:58 +0000 (17:10 +0000)]
add Audio_note::to_string to aid debugging

11 years agoRelease: bump version.
Phil Holmes [Sun, 27 Jan 2013 11:51:36 +0000 (11:51 +0000)]
Release: bump version.

11 years agoMerge remote branch 'origin/release/unstable' into HEAD
Phil Holmes [Sun, 27 Jan 2013 11:50:29 +0000 (11:50 +0000)]
Merge remote branch 'origin/release/unstable' into HEAD

11 years agoDOC: Update CG 8.7 Patch Handling
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

11 years agoFixes cs.po and to allow GUB to run release/2.17.11-1
Phil Holmes [Sat, 26 Jan 2013 17:18:15 +0000 (17:18 +0000)]
Fixes cs.po and to allow GUB to run

11 years agoFixes 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

11 years agoRelease: update news.
Phil Holmes [Sat, 26 Jan 2013 16:15:11 +0000 (16:15 +0000)]
Release: update news.

11 years agoPO: update template.
Phil Holmes [Sat, 26 Jan 2013 16:15:05 +0000 (16:15 +0000)]
PO: update template.

11 years agoCG: explicitly detail the correct values for git cl config
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

11 years agoBrings accidentals closer to chords on average.
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.

11 years agoDeletes Box_quarantine.
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.

11 years agoDeletes the Hara_kiri_engraver.
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.

11 years agoMerge branch 'staging' of ssh://git.sv.gnu.org/srv/git/lilypond into staging
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

11 years agoRerun scripts/auxiliar/update-with-convert-ly.sh
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.

11 years agoIssue 3124: use the rational form for ly:make-moment consistently
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

11 years agodisplay-lily-tests.ly: Add tupletSpanDuration-setting form of \tuplet
David Kastrup [Tue, 15 Jan 2013 11:50:09 +0000 (12:50 +0100)]
display-lily-tests.ly: Add tupletSpanDuration-setting form of \tuplet

11 years agoRun scripts/auxiliar/update-with-convert-ly.sh
David Kastrup [Thu, 24 Jan 2013 12:46:43 +0000 (13:46 +0100)]
Run scripts/auxiliar/update-with-convert-ly.sh

11 years agodefine-music-display-methods.scm: use \tuplet rather than \times for TimeScaledMusic
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

11 years agoconvertrules.py: substitute \times with \tuplet where appropriate
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

11 years agoIssue 3095: \tuplet and \tupletSpan to replace \times and tupletSpannerDuration
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

11 years agoIf TimeScaledMusic carries a duration, let it override tupletSpannerDuration
David Kastrup [Fri, 11 Jan 2013 08:44:06 +0000 (09:44 +0100)]
If TimeScaledMusic carries a duration, let it override tupletSpannerDuration

11 years agoDoc: simplify description of disabling beamExceptions (3094)
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

11 years agoAdd make-relative regtest
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.

11 years agoIssue 3118: Define utility macro make-relative
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.

11 years agoLet \parallelMusic deal with barchecks at arbitrary depth
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.

11 years agoUse new music-clone arguments in \endSpanners
David Kastrup [Thu, 17 Jan 2013 18:28:09 +0000 (19:28 +0100)]
Use new music-clone arguments in \endSpanners

11 years agoGive music-clone additional rest argument to justify its existence
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

11 years agoDoc-fr: updates NR and texidocs
Jean-Charles Malahieude [Thu, 24 Jan 2013 18:55:11 +0000 (19:55 +0100)]
Doc-fr: updates NR and texidocs

ancient, chords, rhythms and staff
texidocs markers

11 years agoDoc-es: update Notation/Staff.
Francisco Vila [Thu, 24 Jan 2013 11:06:05 +0000 (12:06 +0100)]
Doc-es: update Notation/Staff.

11 years agoDoc-es: update CHANGES, Ancient, Chords, Rhythms and NEWS.
Francisco Vila [Thu, 24 Jan 2013 11:01:58 +0000 (12:01 +0100)]
Doc-es: update CHANGES, Ancient, Chords, Rhythms and NEWS.

11 years agoDoc: fix calculation of global-staff-size in points (3114)
Trevor Daniels [Thu, 24 Jan 2013 10:56:50 +0000 (10:56 +0000)]
Doc: fix calculation of global-staff-size in points (3114)