notation flavor without the need for introducing any new notational
concept.
-In addition to the standard articulation signs described in section
-@ref{Articulations}, specific articulation signs for ancient notation
-are provided.
+In addition to the standard articulation signs described in
+section @ref{Articulations and ornamentations}, specific
+articulation signs for ancient notation are provided.
@itemize
@item
@cindex articulations
-In addition to the standard articulation signs described in section
-@ref{Articulations}, articulation signs for ancient notation are
-provided. These are specifically designed for use with notation in
-Editio Vaticana style.
+In addition to the standard articulation signs described in
+section @ref{Articulations and ornamentations}, articulation signs
+for ancient notation are provided. These are specifically
+designed for use with notation in Editio Vaticana style.
@lilypond[quote,ragged-right,verbatim]
\include "gregorian-init.ly"
@menu
-* Articulations::
+* Articulations and ornamentations::
* Dynamics::
@end menu
their output are:
@example
-\relative c'' {
+\relative c'' @{
c-. c-- c-+ c-|
-c-> c-^ c-_ }
+c-> c-^ c-_ @}
@end example
@lilypond[quote,ragged-right,fragment]
e.g., @code{-+} to produce a trill instead of a "+", you can
redefine the variable in your document:
-@lilypond[quote,ragged-right,verbatim,fragment]
+@lilypond[quote,ragged-right,verbatim]
\relative c'' { c-+ }
dashPlus = "trill"
\relative c'' { c-+ }
falls on the downbeat, the hairpin ends on the immediately
preceding barline. This may be modified by setting the
@code{hairpinToBarline} property,
-@cindex{Hairpin}
+@cindex Hairpin
@lilypond[quote,ragged-right,fragment,verbatim,relative=2]
e4\< e2. e1\!
e4\< e2. e1\!
@end lilypond
+@cindex espressivo, articulation
In some situations the @code{\espressivo} articulation mark may be
suitable to indicate a crescendo and decrescendo on the one note:
-@cindex{espressivo, articulation}
@lilypond[quote,ragged-right,fragment,verbatim,relative=2]
c2 b4 a g1\espressivo
@unnumberedsubsubsec Trills
Short trills are printed like normal articulation; see
-@ref{Articulations}.
+@ref{Articulations and ornamentations}.
Long running trills are made with @code{\startTrillSpan} and
@code{\stopTrillSpan},