]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/ancient.itely
Docs: NR 1.7 Text: Review
[lilypond.git] / Documentation / user / ancient.itely
index 0053e845478a692d7302e10f8dfa413cb37415ae..4929daf38e4dcb5148fa3f6b156ba0ad06a3ab43 100644 (file)
@@ -261,28 +261,19 @@ For typesetting custodes, just put a @rinternals{Custos_engraver} into the
 and change the style of the custos with an @code{\override} if
 desired, as shown in the following example:
 
-@example
-\layout @{
-  \context @{
-    \Staff
-    \consists Custos_engraver
-    Custos \override #'style = #'mensural
-  @}
-@}
-@end example
-
-The result looks like this
-
 @lilypond[quote,ragged-right]
 \score {
-{
-  a'1
-  \override Staff.Custos #'style = #'mensural
-  \break
-  g'
-}
-\layout {
-  \context { \Staff \consists Custos_engraver }
+  \relative c'' {
+    a1
+    \break
+    g
+  }
+  \layout {
+    \context {
+      \Staff
+      \consists Custos_engraver
+      \override Custos #'style = #'mensural
+    }
   }
 }
 @end lilypond
@@ -317,7 +308,7 @@ supported are @code{vaticana}, @code{medicaea}, @code{hufnagel}, and
 Internals Reference: @rinternals{Custos}.
 
 Examples:
-@rlsr{Ancient}.
+@rlsr{Ancient notation}.
 
 @c {{{2 Figured bass support
 @node Figured bass support
@@ -339,7 +330,7 @@ Baroque period; see @ref{Figured bass}.
 * Mensural flags::
 * Mensural rests::
 * Mensural accidentals and key signatures::
-* Annotational accidentals (@emph{musica ficta})::
+* Annotational accidentals (musica ficta)::
 * White mensural ligatures::
 @end menu
 
@@ -797,7 +788,7 @@ the use of key signatures.
 Internals Reference: @rinternals{KeySignature}.
 
 @c {{{2 Annotational accidentals (musica ficta)
-@node Annotational accidentals (@emph{musica ficta})
+@node Annotational accidentals (musica ficta)
 @unnumberedsubsubsec Annotational accidentals (@emph{musica ficta})
 
 In European music from before about 1600, singers were expected to
@@ -1314,7 +1305,7 @@ Notation Reference: @ref{Breath marks}.
 
 Internals Reference: @rinternals{BreathingSign}.
 
-Examples: @rlsr{Ancient}.
+Examples: @rlsr{Ancient notation}.