bug-lilypond
[Top][All Lists]
Advanced

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

Position of dots in mensural ligatures


From: Malte Meyn
Subject: Position of dots in mensural ligatures
Date: Thu, 28 Dec 2017 17:38:28 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2

Hi list,

according to Willi Apel in “The Notation of Polyphonic Music, 900–1600” augmentation dots in ligatures should be placed above, not right of the note the augment except if it’s the last note of the ligature.

See attached picture, it translates to “Every note within a ligature can be dotted. If the note in question stands at the beginning or center, the dot is printed above it, f. e.: [picture of three ligatures]”

Here is the third example in LilyPond code; as you can see in the second attached picture, LilyPond places the dot right instead of above.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.19.80"

\new Voice \with {
  \remove Ligature_bracket_engraver
  \consists Mensural_ligature_engraver
} \relative {
  \cadenzaOn
  \[ c''1 b g\breve. b\breve \]
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

I’m not sure if Apel is 100% correct for all cases; does anyone know other sources?

Cheers,
Malte

Attachment: apel_ligature_dots.png
Description: PNG image

Attachment: lilypond_ligature_dots.png
Description: PNG image


reply via email to

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