lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Ticket 2494 di


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Ticket 2494 discussion
Date: Tue, 09 Jul 2019 05:33:08 -0000

I think this was fixed in 2.19.0.


[issues:#2494] Mismatched alternative blocks with completion_heads_engraver causes unending loop

Status: Accepted
Created: Tue Apr 24, 2012 08:09 AM UTC by Anonymous
Last Updated: Tue Apr 24, 2012 08:09 AM UTC
Owner: nobody

Originally created by: *anonymous

Originally created by: colingh...@gmail.com

Reported by Leo Adamson:

http://lists.gnu.org/archive/html/bug-lilypond/2012-04/msg00104.html

Original post follows:

> I'm not top posting.

% The snippet below is a minimal representation of a fairly common type of
% 17th century English dance.

% Two closely related issues:

% 1. The combination of mismatched \alternative blocks, a time signature change,
%    and the Completion_heads_engraver causes an unending loop.

% 2. If you skip the \layout section and use the default Note_heads_engraver,
%    or miss-out the time signature change, compilation completes,
%    but bar-lines appear in the wrong places.
%    This may be expected behaviour for mismatched \alternative blocks,
%    and therefore not a bug. If so, please accept as a feature request that
%    on entering 2nd and later \alternative blocks the beat count within the
%    bar should be reset to where it was at the start of the first block.

% A complete workaround is to use \cadenzaOn inside the \alternative blocks.
% But it would be better if \alternative blocks behaved correctly on their own,
% with no workaround needed.

\version "2.14.2"

\layout {
  \context {
    \Voice
    \remove "Note_heads_engraver"
    \consists "Completion_heads_engraver"
  }
}

\relative c'' {
  \partial 8
  \repeat volta 2 { c8 c2~c4. }
  \repeat volta 2 { b8 }
  \alternative { { b2~b4. } { b1 } }
  \repeat volta 2 { \time 3/4 c2. }
}


Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

_______________________________________________
Testlilyissues-auto mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

[Prev in Thread] Current Thread [Next in Thread]