From 92b4fdfc15c13af263d5cbde047279ef36bc22c5 Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Fri, 10 Oct 2008 18:02:00 +0100 Subject: [PATCH] Docs: NR 2.8.2 Fix Custos example --- Documentation/user/ancient.itely | 31 +++++++++++-------------------- 1 file changed, 11 insertions(+), 20 deletions(-) diff --git a/Documentation/user/ancient.itely b/Documentation/user/ancient.itely index 7d5b49545f..4929daf38e 100644 --- a/Documentation/user/ancient.itely +++ b/Documentation/user/ancient.itely @@ -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 -- 2.39.2