lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3152 in lilypond: \remove "Script_engraver" do


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3152 in lilypond: \remove "Script_engraver" doesn't work on version 2.16 and following
Date: Sun, 17 Feb 2013 09:19:04 +0000

Updates:
        Labels: -Type-Defect Type-Documentation

Comment #2 on 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

Just as a note: you can get exactly the previous deal by not just removing Script_engraver but also adding an engraver listening to the same events.
\version "2.16.1"
\new Voice \with { \remove "Script_engraver"
                   \consists #(make-engraver
                               (listeners
                                ((articulation-event . _) _))) } {
  \relative c' { b16-. b-. b-. cis-. d4-> }
  \relative c' { <b-.>16 <b-.> <b-.> <cis-.> <d-> >4 }
}

I don't really think this is a "regression" since the behavior is intentional (see the quoted commit message). However, if examples in the documentation rely on it, it might be worth amending. Depending on what the examples are trying to show, by doing a complete job, namely removing New_fingering_engraver as well. Or by finishing the incomplete job by adding a dummy listener to articulation-event .

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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