| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 4979/2: Add regression test for non-merging ledger lines | Paul Morris | 2016-10-07 | 1 | -0/+32 |
* | Issue 4974/4: Fix input/regression/id.ly...Undoes the automatic conversion by
scripts/auxiliar/update-with-convert-ly.sh
that slipped into the previous commit
for this issue by oversight.
| Paul Morris | 2016-10-05 | 1 | -1/+1 |
* | Issue 4974/3: edits to tests and changes.tely | Paul Morris | 2016-10-04 | 2 | -3/+18 |
* | Keep a staff alive with multiple layers...This allows the `VerticalAxisGroup.remove-layer'
property to accept a list of values. The layer
will stay alive with any other member of the
Keep_alive_together_engrave group with a
remove-layer value in that list.
The principal reason for this patch was to
allow the use of MarkLine contexts in a Frenched
score, where the context should stay alive with
any single staff in a StaffGroup.
This implementation should also allow additional
flexibility with ossia and divisi staves.
| Mark Knoop | 2016-09-08 | 1 | -0/+65 |
* | Issue 4960 Fix micro-tones assigned to strings in TabStaff...This is an oversight from issue 4643
Also extending input/regression/tablature-micro-tone.ly to cover this case.
| Thomas Morley | 2016-09-02 | 1 | -4/+13 |
* | Issue 4956/4: Add regtest for \retrograde | David Kastrup | 2016-08-21 | 1 | -0/+30 |
* | Issue 4953 Fix SchemeTextSpanEvent in scheme-text-spanner.ly...Adding 'post-event to the types of SchemeTextSpanEvent in
(define scheme-event-spanner-types ...)
| Thomas Morley | 2016-08-13 | 1 | -1/+1 |
* | Issue 4947: Link notes to dynamics in Dynamic_performer rather than...Staff_performer. Dynamics in different voices are now independent.
| Dan Eble | 2016-08-06 | 2 | -0/+30 |
* | Issue 4048 (5/5) Add midi regtests covering depart-return crescendo performance | Dan Eble | 2016-07-19 | 4 | -0/+52 |
* | Issue 4048 (3/5) Add midi regtest decrescendo-single-contrary-target | Dan Eble | 2016-07-19 | 1 | -0/+15 |
* | Issue 4048 (1/5) Add some midi regtests...Replace crescendo-abutting with variations crescendo-return-crescendo
and crescendo-return-unspecified-target.
| Dan Eble | 2016-07-19 | 5 | -10/+45 |
* | Issue 4907: Midi_walker::do_start_note: skip ignored notes in stop_note_queue...For each semitone pitch value, stop_note_queue is likely supposed to
contain at most one Midi_note event with its "ignore_" flag set to
false, and the comparisons between notes of equal semitone pitch to be
always done between the input note and this unique queued note that is
not (yet) being ignored.
If notes which are already being ignored are not skipped in the loop,
the task of raising the "ignore_" flags for note events of equal
semitone pitch (overlapping in time) which stop before the maximum
stopping time of these notes may, due to breaking out of the loop,
fail to work if the queue grows to contain three or more notes of equal
semitone pitch, leading to the emission of premature "note off" events
for this pitch, as demonstrated, for example, in
<http://lists.gnu.org/archive/html/bug-lilypond/2016-06/msg00042.html>.
| Heikki Tauriainen | 2016-07-11 | 1 | -0/+22 |
* | Run scripts/auxiliar/update-with-convert-ly.sh | David Kastrup | 2016-07-10 | 1 | -2/+1 |
* | Issue 4911/4: Fix comments in context-mod-with regtest | David Kastrup | 2016-07-10 | 1 | -3/+3 |
* | Run scripts/auxiliar/update-with-convert-ly.sh | David Kastrup | 2016-07-10 | 2 | -4/+4 |
* | Issue 4908/6: Use \markupId and \stringId in identifiers regtest | David Kastrup | 2016-07-07 | 1 | -3/+3 |
* | Issue 4908/5: Add \header variables to `identifiers' regtest | David Kastrup | 2016-07-07 | 1 | -3/+5 |
* | Issue 4895 Give SystemStartSquare a default of 5.0 for collapse-height...This ensures same behaviour of SystemStartSquare while using
RemoveEmptyStaves as SystemStartBar, SystemStartBrace and
SystemStartBracket. The latter ones already have this default.
| Thomas Morley | 2016-06-22 | 1 | -1/+1 |
* | Add halfopenvertical to script.scm | Carl Sorensen | 2016-06-18 | 1 | -0/+19 |
* | Issue 2232: fix MIDI output of abutting (de)crescendi | Dan Eble | 2016-06-13 | 1 | -0/+10 |
* | Issue 3945: fix (De)crescendo with unspecified starting volume in MIDI | Dan Eble | 2016-06-13 | 2 | -1/+15 |
* | Issue 4828/3: Add regtest for custom ledger positions | Paul Morris | 2016-05-01 | 1 | -0/+27 |
* | Run scripts/auxiliar/update-with-convert-ly.sh | David Kastrup | 2016-03-29 | 7 | -18/+18 |
* | Issue 4808 Make chord-naming robust against unsetting majorSevenSymbol...This will likely be changed anyway as soon as rewriting
chord-names is seriously tackled.
At least it might be a reminder to take care of the possibility
a user wants to unset majorSevenSymbol.
Regtest amended.
| Thomas Morley | 2016-03-28 | 1 | -1/+6 |
* | Fix breakage in merge of 4798/4. Add regtest. | David Kastrup | 2016-03-22 | 1 | -0/+20 |
* | Minor. | Werner Lemberg | 2016-03-17 | 1 | -1/+1 |
* | Use a negative value of overdone_noteheads to shrink the head slightly | Carl Sorensen | 2016-03-16 | 1 | -0/+15 |
* | Define French as a separate input language...French users now have the ability to enter the D pitch
as "ré" instead of Italian-like "re". In addition, the
French input language accepts double sharps entered using
the -x suffix.
| Valentin Villenave | 2016-03-07 | 1 | -3/+4 |
* | Issue 4768 Support additional bass strings in TabStaff...- new context-property: additionalBassStrings
- new regtest
- new entries in NR, Changes
Pitches on those additional bass strings will be printed as:
a, /a, //a, ///a, 4, 5 ...
as common for baroque lute, depending on settings for fretLabel and
additionalBassStrings.
| Thomas Morley | 2016-02-16 | 1 | -0/+38 |
* | Issue 4743/2: Regtest, Doc NR 4.3.2, Changes entry...For ly:one-page-auto-height-breaking
| Paul Morris | 2016-01-24 | 1 | -0/+11 |
* | Issue 4722 Introduce new markup-command draw-squiggle-line....Change regtest /input/regression/markup-line-styles.ly accordingly
| Thomas Morley | 2016-01-19 | 1 | -3/+72 |
* | Issue 4732: Add TeX engine changeability for auto-detect of lilypond-book...lilypond-book uses TeX engine for auto-detect default settings.
This commit ensures that it can be selected by the configure script.
| Masamichi Hosoda | 2016-01-19 | 1 | -1/+1 |
* | tweaks-as-overrides regtest: fix oversight from issue 4533 | David Kastrup | 2016-01-18 | 1 | -4/+4 |
* | Do not draw ledger lines on top of staff lines...when StaffSymbol.ledger-extra > 0
| Paul Morris | 2016-01-16 | 1 | -0/+28 |
* | Issue 4716 Improve note-by-number to deal better with flag-styles...- Per default every ancient note-head will get a mensural-style-flag.
- overriding flag-style will now always work with supported styles:
default, straight- and flat-flags and (neo-)mensural-flags
| Thomas Morley | 2016-01-03 | 1 | -3/+15 |
* | Fix whitespace errors introduced in issue 4704...Commits for this issue introduced whitespace errors,
these should be fixed here:
73d4697d
29022d7b
9b8b5c2e
4b994f8a
706d7978
| Urs Liska | 2016-01-01 | 4 | -8/+8 |
* | 4704: Add regtests and improve wording | Urs Liska | 2015-12-28 | 4 | -6/+55 |
* | Issue 4687/2: Let partial-markup regtest show more complex omissions | David Kastrup | 2015-12-16 | 1 | -7/+12 |
* | Add and use note-collision-threshold grob property...Includes a regression test.
| Paul Morris | 2015-12-11 | 1 | -0/+46 |
* | Implement rounded-box whiteout style | Paul Morris | 2015-12-04 | 2 | -10/+29 |
* | Issue 4664: Ensure one beam is left in subdivided beams...Issue #4355 introduced the concept that in subdivided beams the
division beam should reflect the length of the subsequent group.
However, with groups equal to or longer than one quarter note this
resulted in *no* beam left.
This commit ensures that at least one beam is returned when a beam is
active and subdivideBeam = ##t
| Urs Liska | 2015-11-25 | 1 | -0/+18 |
* | make supportNonIntegerFret a context-property...issue 4655
restores the arguments of determine-frets (changed with issue 4643)
to the previous state, changes the code of determine-frets to rely
on the newly created supportNonIntegerFret-context-property
| Thomas Morley | 2015-11-17 | 1 | -2/+3 |
* | Issue 4504/4 edits to tests, docs, and changes.tely | Paul Morris | 2015-11-11 | 3 | -8/+19 |
* | Issue 4504/3 run scripts/auxiliar/update-with-convert-ly.sh | Paul Morris | 2015-11-11 | 3 | -6/+6 |
* | quarter tones in tablature...issue 4643
micro-tones in TabStaff are now printable. Unless the chosen
string-tuning will allow it, this feature is disabled for
FretBoards.
- changing determine-frets (adding an optional argument) and
fret-number-tablature-format
- adding a regtest with quarter-tone-string-tuning
- documenting it in Documentation/notation/fretted-strings.itely
and Documentation/changes.tely
| Thomas Morley | 2015-11-07 | 1 | -0/+42 |
* | Issue 4626/2: Make some regtests use \= instead of their own definitions | David Kastrup | 2015-10-11 | 2 | -14/+6 |
* | Run scripts/auxiliar/update-with-convert-ly.sh | David Kastrup | 2015-10-05 | 2 | -11/+11 |
* | Issue 4131/1: Reimplement forced partcombine decisions via context properties...One music type and concept less to worry about.
Since this tracks the partcombine decisions via context properties,
using one forced partcombine override in one voice will not be cancelled
by another forced partcombine in another.
In the event stream, \once\override is indistinguishable from
\override ... \revert so in order to be able to implement
\once\partcombine ... in one voice, we have to retain any permanent
\partcombineForce in the other.
| David Kastrup | 2015-10-05 | 1 | -3/+3 |
* | Issue 4611: Don't give RepeatTieColumn a `cause' event...Rationale: the cause is used for point-and-click information and for
stuff like \parenthesize, and a RepeatTieColumn does not have metrics
that would be useful for that. In particular, this causes code like
{ c'1-\parenthesize\repeatTie }
to compile without spurious parens and error messages.
| David Kastrup | 2015-09-23 | 1 | -0/+11 |
* | Issue 4608: Change scheme function name for default font...This commit changes the function name for default font
because Century Schoolbook is no longer the default font.
| Masamichi Hosoda | 2015-09-21 | 1 | -2/+2 |