lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3152 in lilypond: \remove "Script_engraver" doesn'


From: lilypond
Subject: [Lilypond-auto] Issue 3152 in lilypond: \remove "Script_engraver" doesn't work on version 2.16 and following
Date: Sun, 03 Feb 2013 16:36:30 +0000

Status: Accepted
Owner: ----
Labels: Regression Type-Defect

New issue 3152 by address@hidden: \remove "Script_engraver" doesn't work on version 2.16 and following
http://code.google.com/p/lilypond/issues/detail?id=3152

Reported here:
http://lists.gnu.org/archive/html/bug-lilypond/2013-02/msg00011.html

In the following example, scripts remains despite the \remove command:
%% Snippet
\version "2.16.1"
\new Voice \with { \remove "Script_engraver" } {
  \relative c' { b16-. b-. b-. cis-. d4-> }
}
%%

The bug affects version 2.16 as well as current development version.
David identified the possible culprit:
http://lists.gnu.org/archive/html/bug-lilypond/2013-02/msg00014.html

It appears to have changed between 2.15.33 and 2.15.40

Presumably 2.15.38
commit 84cad110c3bbaeca8e5144dba7f8756b89100396
Author: David Kastrup <address@hidden>
Date:   Sat Apr 21 22:30:55 2012 +0200

Let rhythmic-engraver make its articulation-or-event decision based on curre

    This removes the dependency of the rhythmic engraver on a static list
    of unlistened event classes and thus is part of work on issue 2449.

    As one effect, string numbers on isolated notes in Voice contexts are
    now typeset by default since the string numbers have no listener in
    Voice contexts even though they would have one in TabVoice.




reply via email to

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