lilypond-user
[Top][All Lists]
Advanced

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

Re: Mensural ligature


From: Jean-Charles Malahieude
Subject: Re: Mensural ligature
Date: Thu, 08 May 2014 12:11:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

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




reply via email to

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