Le 08/05/2014 10:18, Éditions IN NOMINE disait :
Hi Jean-Charles !

Here's what I'm using for black mensural, adapted to your snippet :

\version "2.19.3"

mens = \once \override NoteHead #'style = #'neomensural

blackBrevis = {
\once \override NoteHead  #'stencil = #ly:text-interface::print
\once \override NoteHead #'text = #(markup #:musicglyph
"noteheads.sM3blackligmensural")
}
\relative c''{\cadenzaOn
<<
     \tag #'Urtext {
         \[ \mens d\breve*1/2 \blackBrevis e\breve*3/8 \] f4 g1
     }
     \tag #'Modern {
         d1 e2. f4 g1
     }

}

Does it match your need ?


Unfortunately not when you replace the Ligature_bracket_engraver with the Mensural_ligature_engraver: you then get a ligature without stem and composed of two white squares.

Cheers,
Jean-Charles


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to