From 4c4c59acd68533e6ce152a13707027443f387897 Mon Sep 17 00:00:00 2001 From: Aleksandr Andreev Date: Fri, 30 Nov 2012 15:14:44 -0600 Subject: [PATCH] Changes to Kievan documentation Adds mention of \kievanOn and \kievanOff functions to Ancient notation -> Kievan notation documentation and corrects examples, given changes to the notation in Issue 2868. --- Documentation/notation/ancient.itely | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/Documentation/notation/ancient.itely b/Documentation/notation/ancient.itely index 0d948c7761..cc5a50d2df 100644 --- a/Documentation/notation/ancient.itely +++ b/Documentation/notation/ancient.itely @@ -2415,7 +2415,7 @@ with head prefixes in arbitrary order. @menu * Kievan contexts:: * Kievan clefs:: -* Kievan note heads:: +* Kievan notes:: * Kievan accidentals:: * Kievan bar line:: @end menu @@ -2468,7 +2468,7 @@ It is used to indicate the position of @code{c}: @lilypond[quote,relative=1,notime,verbatim] \clef "kievan-do" - \override NoteHead.style = #'kievan + \kievanOn c @end lilypond @@ -2480,14 +2480,18 @@ Music Glossary: Notation Reference: @ref{Clef}. -@node Kievan note heads -@unnumberedsubsubsec Kievan note heads +@node Kievan notes +@unnumberedsubsubsec Kievan notes @cindex note heads, ancient For Kievan square notation, the appropriate note head style needs -to be chosen. This is accomplished by setting the @code{style} -property of the @code{NoteHead} object to @code{kievan}. +to be chosen and the flags and stems need to be turned off. +This is accomplished by calling the @code{\kievanOn} function, +which sets the appropriate properties of the note head, stems, +and flags. Once Kievan note heads are not needed, these +properties can be reverted by calling the @code{\kievanOff} +function. The Kievan final note, which usually comes at the end of a piece of music, may be selected by setting the duration to @@ -2499,8 +2503,10 @@ demonstrates the various Kievan note heads: @lilypond[quote,fragment,ragged-right,verbatim] \autoBeamOff \cadenzaOn -\override NoteHead.style = #'kievan +\kievanOn b'1 b'2 b'4 b'8 b'\breve b'\longa +\kievanOff +b'2 @end lilypond @seealso @@ -2533,7 +2539,6 @@ primarily for the sake of compatibility. @lilypond[quote,relative=1,notime,verbatim] \clef "kievan-do" -\override NoteHead.style = #'kievan \override Accidental.glyph-name-alist = #alteration-kievan-glyph-name-alist bes' dis, @@ -2557,8 +2562,8 @@ Kievan notation, which may be called the Kievan final bar line. It can be invoked as @code{\bar "k"}. @lilypond[quote,relative=1,notime,verbatim] + \kievanOn \clef "kievan-do" - \override NoteHead.style = #'kievan c \bar "k" @end lilypond -- 2.39.2