From ef06638dee8d9c3175edd6f1ae543a05e0e68c9b Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Mon, 4 Mar 2013 18:41:27 +0100 Subject: [PATCH] Adds subsection about Kievan ligatures to ancient notation section of notation manual. Author: Aleksandr Andreev --- Documentation/notation/ancient.itely | 58 ++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/Documentation/notation/ancient.itely b/Documentation/notation/ancient.itely index 6d122875f8..0f3c9a7f70 100644 --- a/Documentation/notation/ancient.itely +++ b/Documentation/notation/ancient.itely @@ -2416,6 +2416,7 @@ with head prefixes in arbitrary order. * Kievan notes:: * Kievan accidentals:: * Kievan bar line:: +* Kievan melismata:: @end menu @node Kievan contexts @@ -2569,6 +2570,63 @@ It can be invoked as @code{\bar "k"}. @ref{Bars}, @ref{The Feta font} +@node Kievan melismata +@unnumberedsubsubsec Kievan melismata + +@cindex Ligatures + +Notes within a Kievan melisma are usually placed close to each other +and the melismata separated by whitespace. This is done to allow +the chanter to quickly identify the melodic structures of Znamenny +chant. In LilyPond, melismata are treated as ligatures and the +spacing is implemented by the @code{Kievan_ligature_engraver}. + +When the @code{KievanVoice} and @code{KievanStaff} contexts are used, +the @code{Kievan_ligature_engraver} is enabled by default. In other +contexts, it can be invoked by replacing the @code{Ligature_bracket_engraver} +with the @code{Kievan_ligature_engraver} in the layout block: + +@example +\layout @{ + \context @{ + \Voice + \remove "Ligature_bracket_engraver" + \consists "Kievan_ligature_engraver" + @} +@} +@end example + +The spacing between the notes within a Kievan ligature can be controlled +by setting the @code{padding} property of the @code{KievanLigature}. + +The following example demonstrates the use of Kievan ligatures: + +@lilypond[quote,ragged-right,verbatim] +\score { + << + \new KievanVoice = "melody" \transpose c c' { + \cadenzaOn + e2 \[ e4( d4 ) \] \[ c4( d e d ) \] e1 \bar "k" + } + \new Lyrics \lyricsto "melody" { + Га -- врі -- и -- лу + } + >> +} +@end lilypond + +@seealso +Music Glossary: +@rglos{ligature}. + +Notation Reference: +@ref{White mensural ligatures}, +@ref{Gregorian square neume ligatures}, +@ref{Ligatures}. + +@knownissues +Horizontal spacing of ligatures is poor. + @node Working with ancient music---scenarios and solutions @subsection Working with ancient music---scenarios and solutions -- 2.39.5