lilypond-user
[Top][All Lists]
Advanced

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

mensural ligature


From: Johannes Roeßler
Subject: mensural ligature
Date: Thu, 13 Apr 2023 11:24:34 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.9.1

Hi Group,

I try to set this ligature for an incipit:


using

\version "2.24.0"

{  \override NoteHead.style = #'mensural \[ a'1\melisma  c'' \override NoteHead.ligature-flexa = ##f a'\breve  \melismaEnd \]}
\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?

Cheers
Joei


reply via email to

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