All, Werner LEMBERG <w...@gnu.org> ezt írta (időpont: 2023. ápr. 13., Cs, 18:05): > > > > 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...
It's not missing, but it means something else: the duration sequence 1 1 \longa. \[a'1 c'' a'\longa \] There are special rules to read/write descendens final notes: just a square shape means longa, and a brevis _must_ be written as a flexa (together with the penultimate note). So long I thought that there's no need to warn about ignored tweaks (related to white mensural ligatures), but now I'm not so sure. I may also add a complete description in the Notation manual. p