Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
> Michael Welsh Duggan wrote:
>
>>> \remove "Stem_engraver"
>>> \remove "Ligature_bracket_engraver"
>>>+ \remove "Note_heads_engraver"
>>>+ %% Make sure Vaticana_ligature_engraver comes *before*
>>>+ %% Note_heads_engraver. This is so it gets th
Michael Welsh Duggan wrote:
\remove "Stem_engraver"
\remove "Ligature_bracket_engraver"
+ \remove "Note_heads_engraver"
+ %% Make sure Vaticana_ligature_engraver comes *before*
+ %% Note_heads_engraver. This is so it gets the opportunity to
+ %% override the NoteHead stencil
before
Michael Welsh Duggan <[EMAIL PROTECTED]> writes:
> This may help with other ligatures as well. This fixes the bug
> whereby a note head immediately succeeding a ligature became
> invisible. (Example: see 2.7.16 documentation, section 7.7.11. There
> should be a note under the "ctus" of the seco
Another patch, this one which fixes the addition of caudas and the
exceptional pes rule.
Index: lily/vaticana-ligature-engraver.cc
===
RCS file: /cvsroot/lilypond/lilypond/lily/vaticana-ligature-engraver.cc,v
retrieving revision 1.51
This may help with other ligatures as well. This fixes the bug
whereby a note head immediately succeeding a ligature became
invisible. (Example: see 2.7.16 documentation, section 7.7.11. There
should be a note under the "ctus" of the second "sanctus".)
Index: ly/engraver-init.ly
===