Re: Vaticana ligature patch

2005-11-17 Thread Michael Welsh Duggan
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

Re: Vaticana ligature patch

2005-11-17 Thread Han-Wen Nienhuys
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

Re: Vaticana ligature patch

2005-11-16 Thread Michael Welsh Duggan
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

Re: Vaticana ligature patch

2005-11-15 Thread Michael Welsh Duggan
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

Vaticana ligature patch

2005-11-15 Thread Michael Welsh Duggan
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 ===