lilypond-user
[Top][All Lists]
Advanced

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

Re: mensural ligature


From: Werner LEMBERG
Subject: Re: mensural ligature
Date: Thu, 13 Apr 2023 16:05:30 +0000 (UTC)

> I try to set this ligature for an incipit:
>
>
> using
>
> ```
> \version "2.24.0"
>
> {
>   \override NoteHead.style = #'mensural
>   \[ a'1 c''
>      \override NoteHead.ligature-flexa = ##f
>              a'\breve \]
> }
>
> \layout {
>   \context {
>     \Voice
>     \remove "Ligature_bracket_engraver"
>     \consists "Mensural_ligature_engraver"
>   }
> }
> ```
>
> results in a flexa ligature for the end c-a instead of quadratic
> (which is the default according to the manual) - but even with
> \override NoteHead.ligature-flexa = ##f it doesn't change.
>
> How can I achieve this?

Pál, can you please comment?  It looks as if support for this ligature
form is missing...


    Werner

reply via email to

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