[ << 専門的な記譜法 ] | [トップ][目次][インデックス][ ? ] | [ 入出力全般 >> ] | ||
[ < Gregorian square neume ligatures ] | [ 上へ : Ancient notation ] | [ Kievan contexts > ] |
2.9.5 Typesetting Kievan square notation
Kievan contexts | ||
Kievan clefs | ||
Kievan note heads | ||
Kievan accidentals | ||
Kievan bar line |
[ << 専門的な記譜法 ] | [トップ][目次][インデックス][ ? ] | [ 入出力全般 >> ] | ||
[ < Typesetting Kievan square notation ] | [ 上へ : Typesetting Kievan square notation ] | [ Kievan clefs > ] |
Kievan contexts
As with Mensural and Gregorian notation, the predefined
KievanVoice
and KievanStaff
contexts can be used
to engrave a piece in square notation. These contexts initialize
all relevant context properties and grob properties to proper
values, so you can immediately go ahead entering the chant:
\score { << \new KievanVoice = "melody" \transpose c c' { \cadenzaOn c4 c c c c2 b,\longa \bar "kievan" } \new Lyrics \lyricsto "melody" { Го -- спо -- ди по -- ми -- луй. } >> }
参照
Music Glossary:
kievan notation.
既知の問題と警告
LilyPond supports Kievan notation of the Synodal style, as used in
the corpus of chantbooks printed by the Russian Holy Synod in the
1910's and recently reprinted by the Moscow Patriarchate Publishing
House. LilyPond does not support the older (less common) forms of
Kievan notation that were used in Galicia to notate Rusyn plainchant.
[ << 専門的な記譜法 ] | [トップ][目次][インデックス][ ? ] | [ 入出力全般 >> ] | ||
[ < Kievan contexts ] | [ 上へ : Typesetting Kievan square notation ] | [ Kievan note heads > ] |
Kievan clefs
There is only one clef used in Kievan notation (the Tse-fa-ut Clef).
It is used to indicate the position of
c
:
\clef "kievan-do" \override NoteHead #'style = #'kievan c
参照
Music Glossary:
kievan notation,
clef.
Notation Reference:
音部記号.
[ << 専門的な記譜法 ] | [トップ][目次][インデックス][ ? ] | [ 入出力全般 >> ] | ||
[ < Kievan clefs ] | [ 上へ : Typesetting Kievan square notation ] | [ Kievan accidentals > ] |
Kievan note heads
For Kievan square notation, the appropriate note head style needs
to be chosen. This is accomplished by setting the
style
property of the NoteHead
object to kievan
.
The Kievan final note, which usually comes at the end of a piece
of music, may be selected by setting the duration to
\longa
. The Kievan recitative mark, used to indicate
the chanting of several syllables on one note, may be selected by
setting the duration to \breve
. The following example
demonstrates the various Kievan note heads:
\autoBeamOff \cadenzaOn \override NoteHead #'style = #'kievan b'1 b'2 b'4 b'8 b'\breve b'\longa
参照
Music Glossary:
kievan notation,
note head.
Notation Reference:
Note head styles.
既知の問題と警告
LilyPond automatically determines if the stem up or stem down
form of a note is drawn. When setting chant in square notation,
however, it is customary to have the stems point in the same
direction within a single melisma. This can be done manually by
setting the
direction
property of the Stem
object.
[ << 専門的な記譜法 ] | [トップ][目次][インデックス][ ? ] | [ 入出力全般 >> ] | ||
[ < Kievan note heads ] | [ 上へ : Typesetting Kievan square notation ] | [ Kievan bar line > ] |
Kievan accidentals
The
kievan
style for accidentals is selected with the
glyph-name-alist
property of the grob Accidental
.
The kievan
style provides a sharp and a flat sign
different from the default style. There is no natural sign
in Kievan notation. The sharp sign is not used in Synodal music
but may occur in earlier manuscripts. It has been included
primarily for the sake of compatibility.
\clef "kievan-do" \override NoteHead #'style = #'kievan \override Accidental #'glyph-name-alist = #alteration-kievan-glyph-name-alist bes' dis,
参照
Music Glossary:
kievan notation,
accidental.
Notation Reference:
臨時記号,
自動臨時記号,
The Feta font
[ << 専門的な記譜法 ] | [トップ][目次][インデックス][ ? ] | [ 入出力全般 >> ] | ||
[ < Kievan accidentals ] | [ 上へ : Typesetting Kievan square notation ] | [ Working with ancient music---scenarios and solutions > ] |
Kievan bar line
A decorative figure is commonly placed at the end of a piece of
Kievan notation, which may be called the Kievan final bar line.
It can be invoked as
\bar "kievan"
.
\clef "kievan-do" \override NoteHead #'style = #'kievan c \bar "kievan"
参照
[ << 専門的な記譜法 ] | [トップ][目次][インデックス][ ? ] | [ 入出力全般 >> ] | ||
[ < Kievan accidentals ] | [ 上へ : Typesetting Kievan square notation ] | [ Working with ancient music---scenarios and solutions > ] |
他の言語: English, deutsch, español, français, italiano
About automatic language selection.